@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Manrope:wght@200..800&display=swap");
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.case-banner::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.banner.case-banner .bg {
  height: 100vh;
}
@media only screen and (max-width: 991px) {
  .banner.case-banner .bg {
    height: calc(100vh - var(--headerfixed));
  }
}
@media only screen and (max-width: 768px) {
  .banner.case-banner .bg {
    height: 80vh;
  }
}
@media only screen and (max-width: 540px) {
  .banner.case-banner .bg {
    height: 70vh;
  }
}
.banner.case-banner .bg .banner-wrapper {
  width: 100%;
  top: unset;
  bottom: 10%;
  translate: 0 10%;
}
.banner.case-banner .bg .banner-wrapper .content {
  overflow: hidden;
  margin-left: var(--containerfluid);
}
.banner.case-banner .bg .banner-wrapper .content .marque {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  animation: text-animate 15s linear infinite;
  gap: 20px;
}
.banner.case-banner .bg .banner-wrapper .content .marque h2 {
  font-family: "Manrope";
  font-size: 120px;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .banner.case-banner .bg .banner-wrapper .content .marque h2 {
    font-size: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .banner.case-banner .bg .banner-wrapper .content .marque h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.case-banner .bg .banner-wrapper .content .marque h2 {
    font-size: 45px;
  }
}
@keyframes text-animate {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.banner.home-banner::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.banner.home-banner .bg {
  height: 100vh;
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .bg {
    height: calc(100vh - var(--headerfixed));
  }
}
@media only screen and (max-width: 768px) {
  .banner.home-banner .bg {
    height: 80vh;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .bg {
    height: 70vh;
  }
}
.banner.home-banner .bg .banner-wrapper {
  width: 100%;
  top: unset;
  bottom: 20%;
  translate: 0 20%;
}
@media only screen and (max-width: 768px) {
  .banner.home-banner .bg .banner-wrapper {
    top: 70%;
    translate: 0 -70%;
  }
}
@media only screen and (max-width: 1300px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid, .banner.home-banner .bg .banner-wrapper .container {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 768px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid, .banner.home-banner .bg .banner-wrapper .container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 345px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid, .banner.home-banner .bg .banner-wrapper .container {
    padding: 0 13px;
  }
}
@media only screen and (max-width: 320px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid, .banner.home-banner .bg .banner-wrapper .container {
    padding: 0 10px;
  }
}
.banner.home-banner .bg .banner-wrapper .container-fluid .content p, .banner.home-banner .bg .banner-wrapper .container .content p {
  font-size: 24px;
  font-weight: 700;
  font-family: "Manrope";
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .content p, .banner.home-banner .bg .banner-wrapper .container .content p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .content p, .banner.home-banner .bg .banner-wrapper .container .content p {
    font-size: 16px;
  }
}
.banner.home-banner .bg .banner-wrapper .container-fluid .content h2, .banner.home-banner .bg .banner-wrapper .container .content h2 {
  font-weight: 800;
  font-family: "Manrope";
  font-size: 180px;
}
@media only screen and (max-width: 1336px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .content h2, .banner.home-banner .bg .banner-wrapper .container .content h2 {
    font-size: 130px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .content h2, .banner.home-banner .bg .banner-wrapper .container .content h2 {
    font-size: 95px;
  }
}
@media only screen and (max-width: 768px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .content h2, .banner.home-banner .bg .banner-wrapper .container .content h2 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .content h2, .banner.home-banner .bg .banner-wrapper .container .content h2 {
    font-size: 44px;
  }
}
.banner.home-banner .bg .banner-wrapper .container-fluid .content h2 span, .banner.home-banner .bg .banner-wrapper .container .content h2 span {
  -webkit-text-stroke: 2px var(--white);
  color: transparent;
  font-family: "Manrope";
}
.banner.home-banner .bg .banner-wrapper .container-fluid .content .btn, .banner.home-banner .bg .banner-wrapper .container .content .btn {
  margin-left: auto;
}
@media only screen and (max-width: 1336px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .content .btn, .banner.home-banner .bg .banner-wrapper .container .content .btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .content .btn, .banner.home-banner .bg .banner-wrapper .container .content .btn {
    margin-top: 10px;
  }
}

.about-sec .about_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  --gap: 100px;
  gap: var(--gap);
  position: relative;
  z-index: 0;
}
.about-sec .about_wrapper::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.2);
  filter: blur(100px);
  border-radius: 50%;
  z-index: -1;
}
.about-sec .about_wrapper::before {
  width: 300px;
  height: 300px;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
}
@media only screen and (max-width: 1336px) {
  .about-sec .about_wrapper {
    --gap: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .about-sec .about_wrapper {
    --gap: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .about-sec .about_wrapper {
    flex-direction: column;
    --gap: 20px;
  }
}
.about-sec .about_wrapper figure {
  flex: 0 1 auto;
  width: 40%;
}
.about-sec .about_wrapper figure .main-vector {
  margin: 0 auto;
  height: 440px;
  aspect-ratio: 0.99;
  -webkit-mask-image: url(/assets/images/logo-vector.svg);
          mask-image: url(/assets/images/logo-vector.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
@media only screen and (max-width: 1336px) {
  .about-sec .about_wrapper figure .main-vector {
    height: auto;
  }
}
.about-sec .about_wrapper figcaption {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .about-sec .about_wrapper figcaption {
    text-align: center;
  }
}
.about-sec .about_wrapper figcaption h2 {
  font-size: 48px;
  position: relative;
  padding-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .about-sec .about_wrapper figcaption h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .about-sec .about_wrapper figcaption h2 {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    font-size: 36px;
  }
}
@media only screen and (max-width: 540px) {
  .about-sec .about_wrapper figcaption h2 {
    font-size: 32px;
  }
}
.about-sec .about_wrapper figcaption h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8%;
  background: var(--primary);
  height: 4px;
}
@media only screen and (max-width: 768px) {
  .about-sec .about_wrapper figcaption h2::before {
    width: 30%;
  }
}
.about-sec .about_wrapper figcaption .desc {
  padding: 40px 0;
  max-width: 78%;
}
@media only screen and (max-width: 1336px) {
  .about-sec .about_wrapper figcaption .desc {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .about-sec .about_wrapper figcaption .desc {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  .about-sec .about_wrapper figcaption .desc {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-sec .about_wrapper figcaption .desc {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-sec .about_wrapper figcaption .desc p {
    font-size: 14px;
  }
}
.about-sec .about_wrapper figcaption .count_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .about-sec .about_wrapper figcaption .count_wrapper {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .about-sec .about_wrapper figcaption .count_wrapper {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1336px) {
  .about-sec .about_wrapper figcaption .count_wrapper .count_info_wrap {
    flex: 0 1 50%;
    max-width: calc(50% - 20px);
  }
}
.about-sec .about_wrapper figcaption .count_wrapper .count_info h6 {
  font-size: 24px;
}
@media only screen and (max-width: 540px) {
  .about-sec .about_wrapper figcaption .count_wrapper .count_info h6 {
    font-size: 20px;
  }
}
.about-sec .about_wrapper figcaption .count_wrapper .count_info p {
  color: var(--white);
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  .about-sec .about_wrapper figcaption .count_wrapper .count_info p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 540px) {
  .about-sec .about_wrapper figcaption .count_wrapper .count_info p {
    font-size: 12px;
  }
}
.about-sec .about_wrapper figcaption .btn {
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .about-sec .about_wrapper figcaption .btn {
    margin: 0 auto;
  }
}

.what_we_do {
  --paddingbottom: 20px;
  --fontsize: 48px;
  --lineheight: 1.2;
  --headingheight: calc(var(--paddingbottom) + calc( var(--fontsize) * var(--lineheight)));
  position: relative;
  position: relative;
}
.what_we_do::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: url(/assets/images/home/home-service-bg.svg);
  transition: 0.5s ease;
}
.what_we_do::before {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .what_we_do::before {
    background-size: cover;
    height: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .what_we_do {
    --fontsize: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .what_we_do {
    --fontsize: 36px;
  }
}
@media only screen and (max-width: 540px) {
  .what_we_do {
    --fontsize: 30px;
  }
}
.what_we_do .heading {
  text-align: center;
  height: var(--headingheight);
}
.what_we_do .heading h2 {
  font-size: var(--fontsize);
  line-height: var(--lineheight);
}
.what_we_do .what_wrapper {
  position: relative;
  height: calc(100vh - (var(--headerheight) + var(--headingheight)));
}
.what_we_do .what_wrapper .whatwedo_dots {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translate(10%, -50%);
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-vertical-gap: 25px;
  --swiper-pagination-bullet-inactive-color: #FFFFFF80;
  --swiper-pagination-color: #ffffff;
  transition: 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .what_we_do .what_wrapper .whatwedo_dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    right: 50%;
    top: 100%;
    transform: translate(50%, -100%);
  }
}
.what_we_do .what_wrapper .whatwedo_dots .swiper-pagination-bullet {
  transition: 0.5s ease;
}
.what_we_do .what_wrapper .whatwedo_dots .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  transform: scale(0.9);
}
.what_we_do .what_wrapper .whatwedo_dots .swiper-pagination-bullet-active {
  position: relative;
  transform: scale(1);
}
.what_we_do .what_wrapper .whatwedo_dots .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 1s ease;
}
.what_we_do .what_wrapper .what_slider {
  max-width: 40%;
  height: 100%;
}
@media only screen and (max-width: 1336px) {
  .what_we_do .what_wrapper .what_slider {
    max-width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .what_we_do .what_wrapper .what_slider {
    max-width: 90%;
  }
}
.what_we_do .what_wrapper .what_slider .swiper-slide {
  transition: 0.6s ease;
}
.what_we_do .what_wrapper .what_slider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.2;
  transform: scale(0.6);
}
.what_we_do .what_wrapper .what_slider .swiper-slide.swiper-slide-next {
  transform: translateY(-35%) scale(0.8);
}
.what_we_do .what_wrapper .what_slider .swiper-slide.swiper-slide-prev {
  transform: translateY(35%) scale(0.8);
}
.what_we_do .what_wrapper .what_slider .swiper-slide.swiper-slide-active {
  z-index: 2;
}
.what_we_do .what_wrapper .what_slider .what_col {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  background: var(--white);
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .what_we_do .what_wrapper .what_slider .what_col {
    padding: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .what_we_do .what_wrapper .what_slider .what_col {
    flex-direction: column-reverse;
    gap: 5px;
  }
}
.what_we_do .what_wrapper .what_slider .what_col .content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.what_we_do .what_wrapper .what_slider .what_col .content h6 {
  color: var(--black);
  font-size: 20px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 540px) {
  .what_we_do .what_wrapper .what_slider .what_col .content h6 {
    font-size: 18px;
  }
}
.what_we_do .what_wrapper .what_slider .what_col .content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .what_we_do .what_wrapper .what_slider .what_col .content p {
    line-height: 1.2;
  }
}
.what_we_do .what_wrapper .what_slider .what_col .content .btn {
  --height: 36px;
  margin-top: auto;
  z-index: 0;
}
.what_we_do .what_wrapper .what_slider .what_col .icon {
  flex: 0 1 75px;
  width: 75px;
  height: 75px;
}
@media only screen and (max-width: 1336px) {
  .what_we_do .what_wrapper .what_slider .what_col .icon {
    flex: 0 1 55px;
    width: 55px;
    height: 55px;
  }
}
@media only screen and (max-width: 540px) {
  .what_we_do .what_wrapper .what_slider .what_col .icon {
    flex: 0 1 30px;
    width: 30px;
    height: 30px;
  }
}
.what_we_do .what_wrapper .what_slider .what_col .vector {
  width: 51px;
  position: absolute;
  bottom: 5%;
  right: 5%;
}
@media only screen and (max-width: 1336px) {
  .what_we_do .what_wrapper .what_slider .what_col .vector {
    width: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .what_we_do .what_wrapper .what_slider .what_col .vector {
    width: 30px;
  }
}
.what_we_do .btn_wrap {
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .what_we_do .btn_wrap {
    margin-top: 10px;
  }
}
.what_we_do .btn_wrap .view_all:hover::before {
  background: var(--white);
}
.what_we_do .btn_wrap .view_all:hover span {
  border-color: var(--white);
  color: var(--white);
}

.brands-sec {
  position: relative;
  z-index: 0;
}
.brands-sec::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.2);
  filter: blur(100px);
  border-radius: 50%;
  z-index: -1;
}
.brands-sec::before {
  width: 300px;
  height: 300px;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
  background: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 768px) {
  .brands-sec::before {
    width: 200px;
    height: 200px;
  }
}
.brands-sec .heading {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .brands-sec .heading {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .brands-sec .heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .brands-sec .heading {
    margin-bottom: 30px;
  }
}
.brands-sec .brands_wrapper .brand-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.brands-sec .brands_wrapper .brand-slider .swiper-wrapper figure {
  background: var(--white);
  padding: 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brands-sec .brands_wrapper .brand-slider .swiper-wrapper figure img {
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1280px) {
  .brands-sec .brands_wrapper .brand-slider .swiper-wrapper figure img {
    height: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .brands-sec .brands_wrapper .brand-slider .swiper-wrapper figure img {
    height: 75px;
  }
}
@media only screen and (max-width: 768px) {
  .brands-sec .brands_wrapper .brand-slider .swiper-wrapper figure img {
    height: 70px;
  }
}
.brands-sec .brands_wrapper .brand-slider1 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .brands-sec .brands_wrapper .brand-slider1 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .brands-sec .brands_wrapper .brand-slider1 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .brands-sec .brands_wrapper .brand-slider1 {
    margin-bottom: 20px;
  }
}

.testimonials-sec .heading {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .testimonials-sec .heading {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .testimonials-sec .heading {
    margin-bottom: 40px;
  }
}
.testimonials-sec .main_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
@media only screen and (max-width: 1336px) {
  .testimonials-sec .main_wrapper {
    gap: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonials-sec .main_wrapper {
    gap: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .testimonials-sec .main_wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .testimonials-sec .main_wrapper {
    gap: 20px;
  }
}
.testimonials-sec .main_wrapper .testimonial_img_wrap {
  flex: 0 1 30%;
  max-width: 30%;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1336px) {
  .testimonials-sec .main_wrapper .testimonial_img_wrap {
    flex: 0 1 35%;
    max-width: 35%;
  }
}
@media only screen and (max-width: 768px) {
  .testimonials-sec .main_wrapper .testimonial_img_wrap {
    flex: 0 1 70%;
    max-width: 70%;
  }
}
@media only screen and (max-width: 540px) {
  .testimonials-sec .main_wrapper .testimonial_img_wrap {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.testimonials-sec .main_wrapper .testimonial_img_wrap .testimonial_img_slider {
  width: 100%;
}
.testimonials-sec .main_wrapper .testimonial_img_wrap .testimonial_img_slider figure {
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  line-height: 0;
  position: relative;
}
.testimonials-sec .main_wrapper .testimonial_img_wrap .testimonial_img_slider figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
  transition: 0.5s ease;
}
.testimonials-sec .main_wrapper .testimonial_img_wrap .testimonial_img_slider figure::before {
  background: linear-gradient(0, rgba(0, 0, 0, 0.631372549), rgba(0, 0, 0, 0));
}
.testimonials-sec .main_wrapper .testimonial_img_wrap .testimonial_img_slider figure img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.testimonials-sec .main_wrapper .testimonial_img_wrap .testimonial_img_slider .play-btn {
  position: absolute;
  right: 5%;
  bottom: 10%;
  transform: translate(5%, 10%);
  --btnsize: 50px;
}
.testimonials-sec .main_wrapper .testimonial_img_wrap .testimonial_dots {
  background: var(--white);
  padding: 10px;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  --swiper-pagination-bullet-size: 10px;
  --swiper-theme-color: #33be86;
}
@media only screen and (max-width: 991px) {
  .testimonials-sec .main_wrapper .testimonial_img_wrap .testimonial_dots {
    padding: 8px;
    --swiper-pagination-bullet-size: 9px;
  }
}
.testimonials-sec .main_wrapper .testimonial_content_wrap {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1336px) {
  .testimonials-sec .main_wrapper .testimonial_content_wrap {
    flex: 0 1 55%;
    max-width: 55%;
  }
}
@media only screen and (max-width: 768px) {
  .testimonials-sec .main_wrapper .testimonial_content_wrap {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.testimonials-sec .main_wrapper .testimonial_content_wrap .testimonial_container {
  position: relative;
  background: var(--primary);
  border-radius: 10px;
  max-width: 94%;
  margin: 0 auto;
}
@media only screen and (max-width: 540px) {
  .testimonials-sec .main_wrapper .testimonial_content_wrap .testimonial_container {
    max-width: 100%;
  }
}
.testimonials-sec .main_wrapper .testimonial_content_wrap .testimonial_container::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 25%;
  display: block;
  width: 30px;
  height: 30px;
  border-top: 30px solid var(--primary);
  border-bottom: 30px solid transparent;
  border-right: 30px solid transparent;
}
.testimonials-sec .main_wrapper .testimonial_content_wrap .testimonial_content_slider .swiper-slide figcaption {
  padding: 50px 30px;
}
@media only screen and (max-width: 991px) {
  .testimonials-sec .main_wrapper .testimonial_content_wrap .testimonial_content_slider .swiper-slide figcaption {
    padding: 30px 25px;
  }
}
@media only screen and (max-width: 540px) {
  .testimonials-sec .main_wrapper .testimonial_content_wrap .testimonial_content_slider .swiper-slide figcaption {
    padding: 20px 15px;
  }
}
.testimonials-sec .main_wrapper .testimonial_content_wrap .testimonial_content_slider .swiper-slide figcaption .desc {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .testimonials-sec .main_wrapper .testimonial_content_wrap .testimonial_content_slider .swiper-slide figcaption .desc {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .testimonials-sec .main_wrapper .testimonial_content_wrap .testimonial_content_slider .swiper-slide figcaption .desc {
    margin-bottom: 10px;
  }
}
.testimonials-sec .main_wrapper .testimonial_content_wrap .testimonial_content_slider .swiper-slide figcaption .desc p {
  color: var(--white);
  font-weight: 300;
}
@media only screen and (max-width: 540px) {
  .testimonials-sec .main_wrapper .testimonial_content_wrap .testimonial_content_slider .swiper-slide figcaption .desc p {
    font-size: 14px;
  }
}
.testimonials-sec .main_wrapper .testimonial_content_wrap .testimonial_content_slider .swiper-slide figcaption .lower_sec {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 20px;
}
.testimonials-sec .main_wrapper .testimonial_content_wrap .testimonial_content_slider .swiper-slide figcaption .lower_sec .user_name {
  flex: 1;
}
.testimonials-sec .main_wrapper .testimonial_content_wrap .testimonial_content_slider .swiper-slide figcaption .lower_sec .user_name .name {
  font-size: 18px;
  color: var(--white);
}
@media only screen and (max-width: 540px) {
  .testimonials-sec .main_wrapper .testimonial_content_wrap .testimonial_content_slider .swiper-slide figcaption .lower_sec .user_name .name {
    font-size: 16px;
  }
}
.testimonials-sec .main_wrapper .testimonial_content_wrap .testimonial_content_slider .swiper-slide figcaption .lower_sec .user_name .desgn {
  font-size: 14px;
  color: var(--white);
}
.testimonials-sec .main_wrapper .testimonial_content_wrap .testimonial_content_slider .swiper-slide figcaption .lower_sec .icon {
  flex: 0 1 auto;
  width: 70px;
}
@media only screen and (max-width: 991px) {
  .testimonials-sec .main_wrapper .testimonial_content_wrap .testimonial_content_slider .swiper-slide figcaption .lower_sec .icon {
    width: 50px;
  }
}
@media only screen and (max-width: 540px) {
  .testimonials-sec .main_wrapper .testimonial_content_wrap .testimonial_content_slider .swiper-slide figcaption .lower_sec .icon {
    width: 30px;
  }
}

.case-studies-sec {
  position: relative;
}
.case-studies-sec .heading {
  text-align: center;
}
.case-studies-sec .case_col {
  position: sticky;
  top: var(--headerfixed);
}
@media only screen and (max-width: 540px) {
  .case-studies-sec .case_col {
    position: relative;
    top: 0;
  }
}
.case-studies-sec .case_col:nth-child(2n) {
  background: #151515;
}
.case-studies-sec .case_col:nth-child(2n+1) {
  background: #000000;
}
.case-studies-sec .case_col:nth-child(2n+1) .case_wrapper {
  flex-direction: row-reverse;
}
.case-studies-sec .case_col .case_wrapper {
  display: flex;
  flex-wrap: wrap;
  --gap: 100px;
  gap: var(--gap);
}
@media only screen and (max-width: 1336px) {
  .case-studies-sec .case_col .case_wrapper {
    --gap: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .case-studies-sec .case_col .case_wrapper {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .case-studies-sec .case_col .case_wrapper {
    --gap: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .case-studies-sec .case_col .case_wrapper {
    --gap: 20px;
  }
}
.case-studies-sec .case_col .case_wrapper figure, .case-studies-sec .case_col .case_wrapper .figure {
  display: block;
  position: relative;
  flex: 1;
  max-width: 50%;
  border-radius: 10px;
  line-height: 0;
}
@media only screen and (max-width: 991px) {
  .case-studies-sec .case_col .case_wrapper figure, .case-studies-sec .case_col .case_wrapper .figure {
    flex: 0 1 60%;
    max-width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .case-studies-sec .case_col .case_wrapper figure, .case-studies-sec .case_col .case_wrapper .figure {
    flex: 0 1 100%;
  }
}
.case-studies-sec .case_col .case_wrapper figure img, .case-studies-sec .case_col .case_wrapper figure video, .case-studies-sec .case_col .case_wrapper .figure img, .case-studies-sec .case_col .case_wrapper .figure video {
  border-radius: 10px;
}
.case-studies-sec .case_col .case_wrapper figure .icon, .case-studies-sec .case_col .case_wrapper .figure .icon {
  position: absolute;
  top: 5%;
  right: 5%;
  transform: translate(5%, -5%);
  width: 50px;
}
@media only screen and (max-width: 540px) {
  .case-studies-sec .case_col .case_wrapper figure .icon, .case-studies-sec .case_col .case_wrapper .figure .icon {
    width: 40px;
  }
}
.case-studies-sec .case_col .case_wrapper figcaption {
  flex: 1;
  max-width: calc(100% - var(--gap));
}
@media only screen and (max-width: 991px) {
  .case-studies-sec .case_col .case_wrapper figcaption {
    flex: 0 1 100%;
    max-width: 100%;
    text-align: center;
  }
}
.case-studies-sec .case_col .case_wrapper figcaption h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .case-studies-sec .case_col .case_wrapper figcaption h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .case-studies-sec .case_col .case_wrapper figcaption h2 {
    font-size: 24px;
  }
}
.case-studies-sec .case_col .case_wrapper figcaption .desc {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .case-studies-sec .case_col .case_wrapper figcaption .desc {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 540px) {
  .case-studies-sec .case_col .case_wrapper figcaption .desc p {
    font-size: 14px;
  }
}
.case-studies-sec .case_col .case_wrapper figcaption .case_info_wrapper {
  display: flex;
  margin: 40px 0 50px;
}
@media only screen and (max-width: 1336px) {
  .case-studies-sec .case_col .case_wrapper figcaption .case_info_wrapper {
    margin: 30px 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  .case-studies-sec .case_col .case_wrapper figcaption .case_info_wrapper {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 540px) {
  .case-studies-sec .case_col .case_wrapper figcaption .case_info_wrapper {
    margin: 20px 0;
  }
}
.case-studies-sec .case_col .case_wrapper figcaption .case_info_wrapper .case_info {
  text-align: center;
  padding: 0 30px;
}
.case-studies-sec .case_col .case_wrapper figcaption .case_info_wrapper .case_info:last-child {
  padding-right: 0;
}
.case-studies-sec .case_col .case_wrapper figcaption .case_info_wrapper .case_info:first-child {
  padding-left: 0;
}
.case-studies-sec .case_col .case_wrapper figcaption .case_info_wrapper .case_info:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2901960784);
}
@media only screen and (max-width: 1336px) {
  .case-studies-sec .case_col .case_wrapper figcaption .case_info_wrapper .case_info {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 991px) {
  .case-studies-sec .case_col .case_wrapper figcaption .case_info_wrapper .case_info {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .case-studies-sec .case_col .case_wrapper figcaption .case_info_wrapper .case_info {
    padding: 0 10px;
  }
}
.case-studies-sec .case_col .case_wrapper figcaption .case_info_wrapper .case_info .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 5px;
}
@media only screen and (max-width: 768px) {
  .case-studies-sec .case_col .case_wrapper figcaption .case_info_wrapper .case_info .icon {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .case-studies-sec .case_col .case_wrapper figcaption .case_info_wrapper .case_info .icon {
    width: 30px;
    height: 30px;
  }
}
.case-studies-sec .case_col .case_wrapper figcaption .case_info_wrapper .case_info h6 {
  font-size: 30px;
}
@media only screen and (max-width: 1336px) {
  .case-studies-sec .case_col .case_wrapper figcaption .case_info_wrapper .case_info h6 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 540px) {
  .case-studies-sec .case_col .case_wrapper figcaption .case_info_wrapper .case_info h6 {
    font-size: 24px;
  }
}
.case-studies-sec .case_col .case_wrapper figcaption .case_info_wrapper .case_info p {
  line-height: 1.2;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .case-studies-sec .case_col .case_wrapper figcaption .case_info_wrapper .case_info p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 540px) {
  .case-studies-sec .case_col .case_wrapper figcaption .case_info_wrapper .case_info p {
    font-size: 12px;
  }
}
.case-studies-sec .case_col .case_wrapper figcaption .btn_wrap {
  gap: 40px;
}
@media only screen and (max-width: 991px) {
  .case-studies-sec .case_col .case_wrapper figcaption .btn_wrap {
    justify-content: center;
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .case-studies-sec .case_col .case_wrapper figcaption .btn_wrap {
    gap: 20px;
  }
}
.case-studies-sec .case_col .case_wrapper figcaption .btn_wrap .more_case {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 5px;
  position: relative;
}
.case-studies-sec .case_col .case_wrapper figcaption .btn_wrap .more_case::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--white);
}
.case-studies-sec .case_col .case_wrapper figcaption .btn_wrap .more_case svg {
  flex: 0 1 auto;
}

.knowledge-sec {
  position: relative;
  z-index: 0;
}
.knowledge-sec::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.2);
  filter: blur(100px);
  border-radius: 50%;
  z-index: -1;
}
.knowledge-sec::before {
  top: 10%;
  left: 50%;
  transform: translate(-50%, -10%);
  width: 250px;
  height: 250px;
}
.knowledge-sec .heading {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .knowledge-sec .heading {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .knowledge-sec .heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .knowledge-sec .heading {
    margin-bottom: 30px;
  }
}
.knowledge-sec .heading .icon {
  width: 50px;
  margin: 0 auto 5px;
}
@media only screen and (max-width: 540px) {
  .knowledge-sec .heading .icon {
    width: 40px;
  }
}
.knowledge-sec .knowledge_wrapper {
  position: relative;
}
.knowledge-sec .knowledge_wrapper .knowledge_slider {
  max-width: 96%;
}
@media only screen and (max-width: 540px) {
  .knowledge-sec .knowledge_wrapper .knowledge_slider {
    max-width: 100%;
  }
}
.knowledge-sec .knowledge_wrapper .btn_wrap {
  margin-top: 50px;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .knowledge-sec .knowledge_wrapper .btn_wrap {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .knowledge-sec .knowledge_wrapper .btn_wrap {
    margin-top: 30px;
  }
}

.thankyou-banner .bg {
  height: 100vh;
}
.thankyou-banner .banner-wrapper {
  top: 70%;
  translate: 0 -70%;
}
.thankyou-banner .banner-wrapper .content {
  max-width: 875px;
  text-align: center;
  margin: 0 auto;
}
.thankyou-banner .banner-wrapper .content p {
  font-size: 18px;
}
.thankyou-banner .banner-wrapper .content .btn {
  margin: 20px auto 0;
}/*# sourceMappingURL=home.css.map */