﻿@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&amp;family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Space+Grotesk:wght@300..700&amp;display=swap");
:root {
  --font-inter: "Space Grotesk", sans-serif;
  --font-spaceGrotesk: "Space Grotesk", sans-serif;
  --font-funnel-display: "Funnel Display", sans-serif;
  --white-color: #ffffff;
  --white-color-opc: 255, 255, 255;
  --dark-white-color: #ffffff;
  --dark-black-color: #1e1e1e;
  --black-color: #1e1e1e;
  --black-color-opc: 30, 30, 30;
  --dark-title-color: #1e1e1e;
  --title-color: #1e1e1e;
  --title-color-opc: 30, 30, 30;
  --dark-text-color: #c8c8c8;
  --text-color: #525252;
  --global-text-color: #525252;
  --text-color-opc: 82, 82, 82;
  --primary-color1: #4193ff;
  --primary-color1-opc: 200, 248, 169;
  --primary-color2: #0f3d3a;
  --primary-color2-opc: 15, 61, 58;
  --borders-color: #eeeeee;
  --borders-color-opc: 238, 238, 238;
}

body.dark {
  --dark-white-color: #1e1e1e;
  --black-color: #ffffff;
  --black-color-opc: 255, 255, 255;
  --title-color: #ffffff;
  --title-color-opc: 255, 255, 255;
  --text-color: #c8c8c8;
  --borders-color: #353535;
  --borders-color-opc: 53, 53, 53;
  background-color: #161616;
}

/*================================================
02. Mixins Css
=================================================*/
/*================================================
03. Global Css
=================================================*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

input {
  border: none;
  outline: none;
}

button {
  outline: none;
  border: none;
}

i.bx {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.pt-120 {
  padding-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .pt-90 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .pt-90 {
    padding-top: 70px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .pb-90 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-10 {
  padding-bottom: 10px;
}

.mt-120 {
  margin-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-120 {
    margin-top: 90px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 90px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}

.mb-180 {
  margin-bottom: 180px;
}
@media (max-width: 991px) {
  .mb-180 {
    margin-bottom: 120px;
  }
}
@media (max-width: 576px) {
  .mb-180 {
    margin-bottom: 80px;
  }
}

.mt-100 {
  margin-top: 100px !important;
}
@media (max-width: 991px) {
  .mt-100 {
    margin-top: 80px !important;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .mb-90 {
    margin-bottom: 70px;
  }
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pe-80 {
  padding-right: 80px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-110 {
  padding-left: 110px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .pl-110 {
    padding-left: 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .pl-110 {
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .pl-110 {
    padding-left: unset;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .mb-60 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .mb-70 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 40px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-44 {
  margin-bottom: 44px;
}
@media (max-width: 991px) {
  .mb-44 {
    margin-bottom: 0px;
  }
}

.mb-35 {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .mb-35 {
    margin-bottom: 30px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-60 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .mt-60 {
    margin-top: 40px;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .mt-70 {
    margin-top: 40px;
  }
}

.tt-style-switch {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 30%;
  left: 0;
  width: 46px;
  height: 36px;
  background-color: #1e1e1e;
  font-size: 16px;
  color: #fff !important;
  cursor: pointer;
  z-index: 9999;
  border-radius: 0 50px 50px 0;
  transition: all 0.2s;
}

.tt-style-switch .bi {
  color: #fff;
  z-index: 9999;
}

body:not(.is-mobile) .tt-style-switch:hover {
  width: 45px;
  background-color: var(--primary-color2);
  color: var(--title-color);
}

.tt-stsw-dark,
.tt-stsw-light {
  line-height: 0;
}

.tt-style-switch:not(.is-dark) .tt-stsw-dark {
  display: none;
}

.tt-style-switch.is-dark .tt-stsw-light {
  display: none;
}

@media (min-width: 769px) {
  body.tt-sliding-sidebar-right-on .tt-style-switch {
    right: auto;
    left: 0;
    border-radius: 0 50px 50px 0;
  }
}
#magic-cursor {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
}

body.tt-magic-cursor #magic-cursor {
  display: block;
}

#ball {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--title-color);
  pointer-events: none;
  border-style: solid;
  border-radius: 100px;
  border-color: var(--primary-color1);
  background-color: var(--primary-color1);
  /* Note: border width handled through JS */
}

/* Ball view
============= */
#ball.ball-view {
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--font-kanit);
  line-height: 1;
  text-align: center;
  border-radius: 100px;
  /* pill shape */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  /* âœ… keep text one line */
  height: auto;
}

#ball .ball-view-inner {
  padding: 23px 40px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  background-color: var(--dark-white-color);
  border-radius: 100px;
  /* pill shape */
  font-size: 14px;
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--font-kanit);
  line-height: 1;
  text-transform: uppercase;
}

#ball .ball-view-inner i {
  font-size: 24px;
}

/* Ball drag
============= */
#ball .ball-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 600;
  color: var(--title-color);
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s;
}

#ball .ball-drag::before,
#ball .ball-drag::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  font-size: 16px;
  color: var(--primary-color1);
  height: 10px;
  line-height: 10px;
  /* Font Awesome */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#ball .ball-drag::before {
  content: "\f060";
  /* Font Awesome */
  left: 0;
  transform: translate3d(-30px, 0, 0);
  transition: all 0.25s;
}

#ball .ball-drag::after {
  content: "\f061";
  /* Font Awesome */
  right: 0;
  transform: translate3d(30px, 0, 0);
  transition: all 0.25s;
}

#ball.magnetic-active {
  background-image: linear-gradient(112.83deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 110.84%);
  background-color: rgba(var(--primary-color1-opc), 0.5);
  backdrop-filter: blur(1.1px);
  border-color: transparent !important;
}

/* Ball close
============== */
#ball.ball-close-enabled {
  opacity: 1 !important;
}

#ball .ball-close {
  position: absolute;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color1);
  line-height: 1;
  text-align: center;
}

#scroll-btn {
  cursor: pointer;
}

#scroll-percentage {
  --progress-bg: #f8f8f8;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10000;
  display: grid;
  place-items: center;
  /* default (JS will overwrite inline too) */
  /* smooth show/hide like your active-progress */
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 200ms linear;
}
#scroll-percentage.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#scroll-percentage {
  /* inner ring border look */
}
#scroll-percentage #scroll-percentage-value {
  color: var(--dark-title-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  transition: 0.2s;
}
#scroll-percentage .arrow {
  fill: var(--dark-title-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  pointer-events: none; /* click div handles */
}
#scroll-percentage {
  /* when 100% -> show arrow, hide percent */
}
#scroll-percentage.is-complete #scroll-percentage-value {
  opacity: 0;
  visibility: hidden;
}
#scroll-percentage.is-complete .arrow {
  opacity: 1;
  visibility: visible;
}

.nice-select {
  width: 100%;
  height: 50px;
  line-height: 48px;
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 500;
  background: var(---dark-white-color);
  border-color: var(--borders-color);
  border-radius: 5px;
  padding-left: 25px;
  padding-right: 25px;
}
.nice-select:hover {
  border-color: var(--borders-color);
}
.nice-select:focus {
  border-color: var(--black-color);
}
.nice-select.open {
  border-radius: 5px 5px 0 0;
}
.nice-select.open::after {
  transform: rotate(-180deg);
}
.nice-select:after {
  border-bottom: none;
  border-right: none;
  content: "";
  display: block;
  height: 7px;
  width: 10px;
  background-color: #dfdfdf;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 25px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  transform: rotate(0);
}
.nice-select .list {
  width: 100%;
  background: var(--dark-white-color);
  margin-top: 0;
  border-radius: 0 0 5px 5px;
}
.nice-select .list .option {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid var(--borders-color);
}
.nice-select .list .option:last-child {
  border-bottom: unset;
}

.section-title {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  gap: 50px;
}
@media (max-width: 1199px) {
  .section-title {
    flex-flow: column;
    gap: 10px;
    row-gap: 10px;
  }
}
.section-title > span {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  padding: 3px 10px;
  border: 1px solid #03A9F4;
  border-radius: 16px;
  margin-bottom: 0;
  white-space: nowrap;
  margin-top: 10px;
  position: relative;
  z-index: 99;
}
@media (max-width: 991px) {
  .section-title > span {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .section-title > span {
    margin-bottom: 10px;
  }
}
.section-title > span::before {
  display: none;
}
.section-title h2 {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  max-width: 872px;
}
@media (max-width: 1399px) {
  .section-title h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .section-title h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 32px;
  }
}
.section-title p {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  width: 100%;
  text-align: justify;
}
@media (max-width: 991px) {
  .section-title p {
    font-size: 17px;
  }
}
.section-title.text-center h2 {
  margin: 0 auto;
}
.section-title.two {
  display: block;
}
.section-title.two > span {
  display: inline-flex;
  margin-bottom: 10px;
}
.section-title.two h2 {
  margin-bottom: 15px;
}
.section-title.two p {
  margin: 0 auto;
}
.section-title.three h2 {
  max-width: 589px;
}
.section-title.three p {
  margin-bottom: 20px;
}
.section-title.three .left-content > span {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  padding: 3px 10px;
  border: 1px solid #03A9F4;
  border-radius: 16px;
  margin-bottom: 0;
  white-space: nowrap;
  margin-bottom: 10px;
  display: inline-block;
}
.section-title.three .left-content > span::before {
  display: none;
}
.section-title.three .right-content {
  position: relative;
}
.section-title.three .right-content .view-more-btn {
  gap: 6px;
}
@media (max-width: 1199px) {
  .section-title.three .right-content .view-more-btn {
    justify-content: start;
  }
}
.section-title.three .right-content .view-more-btn .arrow {
  fill: var(--title-color);
  transition: 0.35s;
}
.section-title.three .right-content .view-more-btn::before {
  content: "";
  position: absolute;
  background: #979797;
  height: 1px;
  width: 87px;
  top: 13px;
  right: 35%;
}
@media (max-width: 1199px) {
  .section-title.three .right-content .view-more-btn::before {
    display: none;
  }
}
.section-title.three .right-content .view-more-btn:hover .arrow {
  transform: rotate(45deg);
}
.section-title.three .right-content .review-area {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 37px;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .section-title.three .right-content .review-area {
    gap: 29px;
  }
}
@media (max-width: 991px) {
  .section-title.three .right-content .review-area {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .section-title.three .right-content .review-area {
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .section-title.three .right-content .review-area {
    gap: 15px;
  }
}
.section-title.three .right-content .review-area > li {
  position: relative;
}
.section-title.three .right-content .review-area > li::after {
  content: "";
  position: absolute;
  background: #d9d9d9;
  width: 1px;
  height: 25px;
  left: -20px;
  top: 10px;
}
@media (max-width: 1199px) {
  .section-title.three .right-content .review-area > li::after {
    left: -16px;
  }
}
@media (max-width: 576px) {
  .section-title.three .right-content .review-area > li::after {
    display: none;
  }
}
.section-title.three .right-content .review-area > li:first-child::after {
  display: none;
}
.section-title.three .right-content .review-area > li .rating-area {
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-title.three .right-content .review-area > li .rating-area .review span {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}
.section-title.three .right-content .review-area > li .rating-area .review .light-logo {
  display: block;
}
.section-title.three .right-content .review-area > li .rating-area .review .dark-logo {
  display: none;
}
.section-title.three .right-content .review-area > li .rating-area .rating .star {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
  margin-bottom: 6px;
}
@media (max-width: 1199px) {
  .section-title.three .right-content .review-area > li .rating-area .rating .star {
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .section-title.three .right-content .review-area > li .rating-area .rating .star {
    margin-bottom: 4px;
  }
}
.section-title.three .right-content .review-area > li .rating-area .rating .star li i {
  color: #ff3d2e;
  font-size: 12px;
}
.section-title.three .right-content .review-area > li .rating-area .rating span {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.section-title.three .right-content .review-area > li .rating-area .rating.style-2 .star li i {
  color: #f4bc0f;
}
.section-title.white-color > span {
  color: var(--white-color);
}
.section-title.white-color h2 {
  color: var(--white-color);
}
.section-title.white-color p {
  color: var(--dark-text-color);
}
.section-title.white-color.three .right-content .view-more-btn {
  color: var(--white-color);
}
.section-title.white-color.three .right-content .view-more-btn .arrow {
  fill: var(--white-color);
}
.section-title.white-color.three .right-content .view-more-btn::before {
  background: #979797;
}
.section-title.white-color.three .left-content span {
  color: var(--white-color);
}
.section-title.home3-section-title {
  justify-content: space-between;
}
.section-title.home3-section-title > span {
  border: 1px solid #c8c8c8;
}
.section-title.home3-section-title h2 {
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 48px;
}
@media (max-width: 1399px) {
  .section-title.home3-section-title h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .section-title.home3-section-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .section-title.home3-section-title h2 {
    font-size: 37px;
  }
}
@media (max-width: 576px) {
  .section-title.home3-section-title h2 {
    font-size: 27px;
  }
}
.section-title.home4-section-title {
  justify-content: space-between;
}
.section-title.home4-section-title h2 {
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 48px;
  max-width: 518px;
  margin-bottom: 18px;
}
@media (max-width: 1399px) {
  .section-title.home4-section-title h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .section-title.home4-section-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .section-title.home4-section-title h2 {
    font-size: 37px;
  }
}
@media (max-width: 576px) {
  .section-title.home4-section-title h2 {
    font-size: 27px;
  }
}
.section-title.home5-section-title {
  display: block;
}
.section-title.home5-section-title > span {
  display: inline-block;
  margin-bottom: 25px;
  margin-top: 10px;
}

.primary-btn1 {
  background-color: var(--primary-color1);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  color: var(--dark-title-color);
  letter-spacing: 0.48px;
  line-height: 1;
  padding: 15px 20px;
  border-radius: 10px;
  position: relative;
  align-items: center;
  display: inline-flex;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
  color: #fff;
}
.primary-btn1 > span {
  transition: opacity 0.3s, transform 0.3s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: transparent;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.primary-btn1 > span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  transform: translate(0, 100%);
  transition: opacity 0.3s, transform 0.3s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  white-space: nowrap;
}
.primary-btn1 > span svg {
  fill: var(--dark-title-color);
  transition: 0.5s;
}
.primary-btn1::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(110%);
  background-color: var(--black-color);
  overflow: hidden;
  transition: opacity 0.5s, transform 0.5s;
  z-index: -1;
}
.primary-btn1:hover {
  color: var(--dark-white-color);
}
.primary-btn1:hover > span {
  transform: translateY(-150%);
  opacity: 0;
}
.primary-btn1:hover > span svg {
  fill: var(--dark-white-color);
  transition: 0.5s;
}
.primary-btn1:hover > span:nth-child(2) {
  opacity: 1;
  transform: translate(0%, -50%);
}
.primary-btn1:hover::after {
  transform: translate(0);
  border-radius: 0;
}
.primary-btn1.white-bg {
  background-color: var(--white-color);
  color: var(--dark-title-color);
}
.primary-btn1.white-bg::after {
  background-color: var(--primary-color1);
}
.primary-btn1.white-bg > span svg {
  fill: var(--dark-title-color);
}
.primary-btn1.white-bg:hover {
  color: var(--dark-title-color);
}
.primary-btn1.black-bg {
  background-color: var(--black-color);
  color: var(--dark-white-color);
}
.primary-btn1.black-bg::after {
  background-color: var(--primary-color1);
}
.primary-btn1.black-bg > span svg {
  fill: var(--dark-white-color);
}
.primary-btn1.black-bg:hover {
  color: var(--dark-title-color);
}
.primary-btn1.black-bg:hover > span svg {
  fill: var(--dark-title-color);
}
.primary-btn1.transparent {
  background-color: transparent;
  border: 1px solid var(--title-color);
  color: var(--title-color);
  padding: 16px 17px;
}
.primary-btn1.transparent::after {
  background-color: var(--primary-color1);
}
.primary-btn1.transparent span svg {
  fill: var(--title-color);
}
.primary-btn1.transparent:hover {
  color: var(--title-color);
  border-color: var(--primary-color1);
}
.primary-btn1.transparent:hover span svg {
  fill: var(--title-color);
}

.primary-btn2 {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  transition: 0.45s;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.primary-btn2 .content {
  color: var(--dark-title-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: var(--primary-color1);
  border-radius: 100px;
  padding: 9px 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: 0.45s;
}
@media (max-width: 576px) {
  .primary-btn2 .content {
    padding: 9px 18px;
  }
}
.primary-btn2 .icon {
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--primary-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.45s;
  transform: scale3d(0.5, 0.5, 1);
  margin-inline-end: -32px;
  opacity: 0;
}
.primary-btn2 .icon svg {
  fill: none;
  stroke: var(--dark-title-color);
  transition: 0.5s;
}
.primary-btn2 .icon.two {
  transform: scale3d(1, 1, 1);
  margin-inline-start: 0;
  margin-inline-end: 0;
  opacity: 1;
}
.primary-btn2:hover .icon {
  transform: scale3d(1, 1, 1);
  margin-inline-end: 0;
  background-color: var(--black-color);
  opacity: 1;
}
.primary-btn2:hover .icon svg {
  stroke: var(--dark-white-color);
}
.primary-btn2:hover .icon.two {
  transform: scale3d(0.5, 0.5, 1);
  margin-inline-start: -60px;
  opacity: 0;
}
.primary-btn2:hover .content {
  background-color: var(--black-color);
  color: var(--dark-white-color);
}
.primary-btn2.black-bg .content {
  background-color: var(--black-color);
  color: var(--dark-white-color);
}
.primary-btn2.black-bg .icon {
  background-color: var(--black-color);
}
.primary-btn2.black-bg .icon svg {
  stroke: var(--dark-white-color);
}
.primary-btn2.black-bg:hover .icon {
  background-color: var(--primary-color1);
}
.primary-btn2.black-bg:hover .icon svg {
  stroke: var(--dark-title-color);
}
.primary-btn2.black-bg:hover .content {
  background-color: var(--primary-color1);
  color: var(--dark-title-color);
}
.primary-btn2.transparent .content {
  background-color: transparent;
  border: 1px solid var(--title-color);
  color: var(--title-color);
}
.primary-btn2.transparent .icon {
  background-color: transparent;
  border: 1px solid var(--title-color);
}
.primary-btn2.transparent .icon svg {
  stroke: var(--title-color);
}
.primary-btn2.transparent:hover .icon {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}
.primary-btn2.transparent:hover .icon svg {
  stroke: var(--dark-title-color);
}
.primary-btn2.transparent:hover .content {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
  color: var(--dark-title-color);
}

.view-more-btn {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  color: var(--title-color);
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .view-more-btn {
    justify-content: start;
  }
}
.view-more-btn .arrow {
  fill: var(--title-color);
  transition: 0.35s;
}
.view-more-btn .border {
  fill: #979797;
}
@media (max-width: 576px) {
  .view-more-btn .border {
    width: 60px;
  }
}
.view-more-btn.style-2 {
  align-items: end;
  gap: 10px;
  margin-top: 10px;
}
.view-more-btn:hover .arrow {
  transform: rotate(45deg);
}

.form-inner {
  line-height: 1;
}
.form-inner label {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  margin-bottom: 12px;
}
.form-inner input {
  width: 100%;
  background: var(--white-color);
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  height: 56px;
  border: 1px solid var(--borders-color);
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .form-inner input {
    height: 45px;
  }
}
.form-inner input::-moz-placeholder {
  color: #a0a0a0;
}
.form-inner input::placeholder {
  color: #a0a0a0;
}
.form-inner input:focus {
  border-color: var(--title-color);
}
.form-inner textarea {
  width: 100%;
  border-radius: 10px;
  background: var(--white-color);
  color: var(--text-color);
  border: 1px solid var(--borders-color);
  outline: none;
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  padding: 20px 25px;
  resize: none;
}
@media (max-width: 1199px) {
  .form-inner textarea {
    min-height: 140px;
  }
}
@media (max-width: 576px) {
  .form-inner textarea {
    padding: 20px 15px;
    min-height: 120px;
  }
}
.form-inner textarea:focus {
  border-color: var(--title-color);
}
.form-inner textarea::-moz-placeholder {
  color: #a0a0a0;
}
.form-inner textarea::placeholder {
  color: #a0a0a0;
}

.form-inner2 .form-check {
  min-height: unset;
  margin-bottom: 0;
}
.form-inner2 .form-check .form-check-input {
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin-top: 8px;
  background-color: transparent;
  border: 1px solid var(--borders-color);
  border-radius: 5px;
}
.form-inner2 .form-check .form-check-input:focus {
  box-shadow: none;
}
.form-inner2 .form-check .form-check-input:checked {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}
.form-inner2 .form-check .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url(../image/icon/check-icon.svg);
}
.form-inner2 .form-check .form-check-label {
  cursor: pointer;
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 576px) {
  .form-inner2 .form-check .form-check-label {
    font-size: 15px;
  }
}
.form-inner2 .form-check .form-check-label span {
  color: var(--title-color);
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 2px;
}
.form-inner2 .form-check .form-check-label a {
  color: var(--title-color);
  font-weight: 500;
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left 90%;
  transition: background-size 0.75s;
}
.form-inner2 .form-check .form-check-label a:hover {
  background-size: 0px 1px;
  background-position: 0 90%;
}

.slider-btn-grp {
  display: flex;
  align-items: center;
  gap: 50px;
}
.slider-btn-grp .slider-btn {
  min-width: 35px;
  max-width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid var(--borders-color);
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.slider-btn-grp .slider-btn svg {
  fill: none;
  stroke: var(--dark-title-color);
  transition: 0.5s;
}
.slider-btn-grp .slider-btn:hover {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}
.slider-btn-grp .slider-btn:hover svg {
  stroke: var(--dark-black-color);
}
.slider-btn-grp .slider-btn.swiper-button-disabled {
  opacity: 0.2;
}

.right-sidebar-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.right-sidebar-menu .right-sidebar-menu-wrap::-webkit-scrollbar {
  width: 0px;
}
.right-sidebar-menu .right-sidebar-menu-wrap {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  width: 510px;
  height: 100%;
  overflow: auto;
  background-color: #fafafa;
  transform: translateX(120%);
  transform-origin: right;
  transition: transform 0.5s ease-in;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .right-sidebar-menu .right-sidebar-menu-wrap {
    width: 420px;
  }
}
@media (max-width: 576px) {
  .right-sidebar-menu .right-sidebar-menu-wrap {
    width: 300px;
  }
}
.right-sidebar-menu.show-right-menu {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}
.right-sidebar-menu.show-right-menu .right-sidebar-menu-wrap {
  transform: translateX(0);
}
.right-sidebar-menu .right-sidebar-close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid var(--primary-color2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.35s;
}
@media (max-width: 1699px) {
  .right-sidebar-menu .right-sidebar-close-btn {
    right: 30px;
    top: 30px;
  }
}
@media (max-width: 767px) {
  .right-sidebar-menu .right-sidebar-close-btn {
    height: 35px;
    width: 35px;
  }
}
@media (max-width: 576px) {
  .right-sidebar-menu .right-sidebar-close-btn {
    top: 20px;
    right: 15px;
    height: 30px;
    width: 30px;
  }
}
.right-sidebar-menu .right-sidebar-close-btn i {
  font-size: 28px;
  line-height: 1;
  color: #0f3d3a;
  transition: 0.35s;
}
@media (max-width: 576px) {
  .right-sidebar-menu .right-sidebar-close-btn i {
    font-size: 25px;
  }
}
.right-sidebar-menu .right-sidebar-close-btn:hover {
  background-color: var(--title-color);
}
.right-sidebar-menu .right-sidebar-close-btn:hover i {
  color: var(--white-color);
}
.right-sidebar-menu .sidebar-content-wrap {
  padding: 80px 60px;
}
@media (max-width: 1699px) {
  .right-sidebar-menu .sidebar-content-wrap {
    padding: 60px 40px;
  }
}
@media (max-width: 991px) {
  .right-sidebar-menu .sidebar-content-wrap {
    padding: 70px 40px;
  }
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap {
    padding: 40px 18px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .sidebar-logo-wrap {
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .sidebar-logo-wrap img {
    width: 130px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .sidebar-logo-wrap .logo-dark {
  display: block;
}
.right-sidebar-menu .sidebar-content-wrap .sidebar-logo-wrap .logo-light {
  display: none;
}
.right-sidebar-menu .sidebar-content-wrap .title-area p {
  color: #595959;
  font-family: var(--font-inter);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .title-area p {
    font-size: 16px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap {
  display: flex;
  gap: 40px;
  padding: 80px 0 80px;
}
@media (max-width: 991px) {
  .right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap {
    gap: 20px;
    padding: 50px 0 50px;
  }
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap {
    gap: 10px;
    padding: 40px 0 50px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .arrow svg {
  fill: #c9c9c9;
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area {
  padding: 0;
  margin: 0;
  list-style: none;
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area h6 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  color: var(--title-color);
  margin-bottom: 15px;
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area li {
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area li {
    margin-bottom: 35px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area li:last-child {
  margin-bottom: 0;
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area li .single-contact {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area li .single-contact {
    gap: 10px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area li .single-contact .icon {
  width: 44px;
  height: 44px;
  max-width: 44px;
  min-width: 44px;
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area li .single-contact .icon svg {
  fill: var(--title-color);
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area li .single-contact .icon {
    width: 44px;
    height: 44px;
    max-width: 44px;
    max-height: 44px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area li .single-contact .content {
  position: relative;
  line-height: 1;
  text-align: start;
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area li .single-contact .content span {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #545454;
  margin-bottom: 6px;
  display: inline-block;
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area li .single-contact .content span {
    margin-bottom: 2px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area li .single-contact .content h6 {
  margin-bottom: 0;
  line-height: 1;
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area li .single-contact .content h6 a {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  transition: 0.5s;
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: right 95%;
  transition: background-size 0.75s;
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area li .single-contact .content h6 a {
    font-size: 15px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area li .single-contact .content h6 a:hover {
  background-size: 100% 1px;
  background-position: 0 95%;
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .social-area-wrap {
  display: flex;
  gap: 40px;
}
@media (max-width: 991px) {
  .right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .social-area-wrap {
    gap: 20px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .social-area-wrap .arrow svg {
  fill: #c9c9c9;
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .social-area-wrap .social-area h6 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  color: var(--title-color);
  margin-bottom: 15px;
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .social-area-wrap .social-area .social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .social-area-wrap .social-area .social-list li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0e302d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .social-area-wrap .social-area .social-list li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 100%;
  left: 0;
  background-color: var(--primary-color1);
  z-index: -1;
  pointer-events: none;
  transition: all 0.3s linear;
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .social-area-wrap .social-area .social-list li a:hover {
  color: var(--title-color);
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .social-area-wrap .social-area .social-list li a:hover::before {
  top: 0;
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .social-area-wrap .social-area .social-list li a i {
  font-size: 16px;
  transition: 0.3s;
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .social-area-wrap .social-area .social-list li a i.bi-twitter-x {
  font-size: 12px;
}
.right-sidebar-menu .sidebar-bottom-area {
  padding: 17px 20px;
  border-top: 1px solid rgba(var(--black-color-opc), 0.1);
  text-align: center;
}
.right-sidebar-menu .sidebar-bottom-area p {
  color: var(--text-color);
  font-family: var(--font-manrope);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.right-sidebar-menu .sidebar-bottom-area p a {
  color: var(--primary-color1);
  font-weight: 600;
  transition: 0.5s;
}
.right-sidebar-menu .sidebar-bottom-area p a:hover {
  text-decoration: underline;
}

.swiper-pagination1 {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: unset;
  z-index: 9;
  gap: 10px;
  width: unset !important;
  gap: 28px;
}
@media (max-width: 576px) {
  .swiper-pagination1 {
    justify-content: center;
  }
}
.swiper-pagination1::after {
  content: "";
  position: absolute;
  background: #d9d9d9;
  width: 100%;
  height: 1px;
  z-index: -1;
}
.swiper-pagination1 .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  background-color: #b9b9b9;
  opacity: 1;
  position: relative;
  border-radius: 50%;
  margin: 0 !important;
}
.swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color2);
  border: unset;
  height: 10px;
  width: 10px;
}

.container-fluid.one {
  max-width: 1860px;
}
.container-fluid.two {
  max-width: 1880px;
}

/*=====================================
  04. Header CSS
========================================*/
@keyframes fade-down {
  0% {
    opacity: 0;
    transform: scaleY(0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }
}
@keyframes zoom-In-effect {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fade-down2 {
  0% {
    opacity: 0;
    transform: scaleY(0) translateX(-50%);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: scaleY(1) translateX(-50%);
    visibility: visible;
  }
}
header {
  background-color: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.8s ease-out 0s;
  padding: 15px 7%;
}
@media (max-width: 1699px) {
  header {
    padding: 15px 2%;
  }
}
@media (max-width: 1399px) {
  header {
    padding: 15px 1.5%;
  }
}
@media (max-width: 1199px) {
  header {
    padding: 10px 1%;
  }
}
@media (max-width: 576px) {
  header {
    padding: 10px 2%;
  }
}
header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: var(--dark-white-color);
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  z-index: 999;
}
header .header-area-wrap {
  border: 1px solid var(--borders-color);
  background-color: var(--white-color);
  border-radius: 140px;
  padding: 0px 50px;
  position: relative;
}
@media (max-width: 1699px) {
  header .header-area-wrap {
    padding: 0px 25px;
  }
}
@media (max-width: 1399px) {
  header .header-area-wrap {
    padding: 0px 15px;
  }
}
@media (max-width: 1199px) {
  header .header-area-wrap {
    padding: 0px 10px;
  }
}
@media (max-width: 991px) {
  header .header-area-wrap {
    padding: 10px;
  }
}
header .header-area-wrap .company-logo img {
  width: 150px;
}
@media (max-width: 1399px) {
  header .header-area-wrap .company-logo img {
    width: 120px;
  }
}
@media (max-width: 576px) {
  header .header-area-wrap .company-logo img {
    width: 110px;
  }
}
header .header-area-wrap .company-logo .logo-light {
  display: none;
}
header .header-area-wrap .nav-right {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 1199px) {
  header .header-area-wrap .nav-right {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  header .header-area-wrap .nav-right {
    gap: 10px;
  }
}
header .header-area-wrap .nav-right .language-area {
  position: relative;
}
header .header-area-wrap .nav-right .language-area .language-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
header .header-area-wrap .nav-right .language-area .language-btn svg {
  fill: var(--primary-color2);
  transition: 0.5s;
}
header .header-area-wrap .nav-right .language-area .language-btn span {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: 0.5s;
}
header .header-area-wrap .nav-right .language-area .language-btn i {
  font-size: 12px;
  line-height: 1;
  color: #9b9b9b;
}
header .header-area-wrap .nav-right .language-area .language-list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 9999;
  width: 180px;
  background-color: var(--dark-white-color);
  box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
  display: none;
  transform: scaleY(0);
  transform-origin: top;
}
header .header-area-wrap .nav-right .language-area .language-list.active {
  display: block;
  transform: scaleY(1);
  animation: fade-right 0.5s linear;
}
@keyframes fade-right {
  0% {
    opacity: 0;
    transform: translateX(10px);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
    visibility: visible;
  }
}
header .header-area-wrap .nav-right .language-area .language-list li a {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-weight: 600;
  text-transform: capitalize;
  font-size: 13px;
  padding: 12px 20px;
  line-height: 1;
  width: 100%;
  display: flex;
  align-items: center;
  transition: 0.5s;
  display: flex;
  align-items: center;
  gap: 10px;
}
header .header-area-wrap .nav-right .language-area .language-list li a:hover {
  color: var(--white-color);
  background-color: var(--primary-color2);
}
header .header-area-wrap .nav-right .right-sidebar-button {
  min-width: 44px;
  max-width: 44px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
}
@media (max-width: 576px) {
  header .header-area-wrap .nav-right .right-sidebar-button {
    width: 41px;
    height: 40px;
    min-width: 41px;
    max-width: 41px;
  }
}
header .header-area-wrap .nav-right .right-sidebar-button svg {
  fill: var(--black-color);
  transition: 0.5s;
}
header .header-area-wrap .nav-right .right-sidebar-button:hover {
  background-color: var(--primary-color1);
}
header .header-area-wrap .nav-right .right-sidebar-button:hover svg {
  fill: var(--dark-title-color);
}
header .header-area-wrap .nav-right .mobile-menu-btn {
  display: none;
  visibility: hidden;
}
@media (max-width: 991px) {
  header .header-area-wrap .nav-right .mobile-menu-btn {
    display: flex;
    align-items: center;
    visibility: visible;
    justify-content: center;
    position: relative;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid var(--borders-color);
  }
  header .header-area-wrap .nav-right .mobile-menu-btn svg {
    fill: var(--title-color);
  }
  header .header-area-wrap .nav-right .mobile-menu-btn:hover svg {
    animation: qode-draw 0.75s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
  }
}
@media (max-width: 576px) {
  header .header-area-wrap .nav-right .mobile-menu-btn {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
  header .header-area-wrap .nav-right .mobile-menu-btn svg {
    width: 18px;
  }
}
@keyframes qode-draw {
  0%, 100% {
    clip-path: inset(-2px -2px);
  }
  42% {
    clip-path: inset(-2px -2px -2px 100%);
  }
  43% {
    clip-path: inset(-2px 100% -3px -2px);
  }
}
header .header-area-wrap .primary-btn1 {
  padding: 14px 18px;
}
header .header-area-wrap .main-menu {
  display: inline-block;
}
header .header-area-wrap .main-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .header-area-wrap .main-menu > ul > li {
  display: inline-block;
  position: relative;
  padding: 27px 12px;
}
@media (max-width: 1199px) {
  header .header-area-wrap .main-menu > ul > li {
    padding: 22px 12px;
  }
}
header .header-area-wrap .main-menu > ul > li.position-inherit {
  position: inherit;
}
@media (max-width: 991px) {
  header .header-area-wrap .main-menu > ul > li.position-inherit {
    position: relative;
  }
}
header .header-area-wrap .main-menu > ul > li:hover i {
  color: var(--black-color);
  font-size: 20px;
}
@media (min-width: 992px) {
  header .header-area-wrap .main-menu > ul > li:first-child {
    padding-left: 0;
  }
  header .header-area-wrap .main-menu > ul > li:last-child {
    padding-right: 0;
  }
}
header .header-area-wrap .main-menu > ul > li > a {
  color: var(--title-color);
  display: block;
  letter-spacing: 0.4px;
  padding: 3px 22px 3px 10px;
  line-height: 1;
  position: relative;
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.5s ease-out 0s;
  position: relative;
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 12px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .header-area-wrap .main-menu > ul > li > a {
    font-size: 15px;
  }
}
header .header-area-wrap .main-menu > ul > li i {
  font-size: 20px;
  text-align: center;
  color: var(--title-color);
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 35px;
  z-index: 999;
  cursor: pointer;
  display: none;
  transition: all 0.5s ease-out 0s;
  opacity: 0;
}
@media (max-width: 991px) {
  header .header-area-wrap .main-menu > ul > li i {
    opacity: 1;
  }
}
header .header-area-wrap .main-menu > ul > li i.active {
  color: var(--title-color);
}
header .header-area-wrap .main-menu > ul > li i.active::before {
  content: "\f2ea";
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 76px;
  margin: 0;
  display: none;
  min-width: 220px;
  background: var(--dark-white-color);
  border: 1px solid var(--borders-color);
  border-radius: 10px;
  padding: 15px 0;
  text-align: left;
  transform-origin: top;
}
@media (max-width: 1199px) {
  header .header-area-wrap .main-menu > ul > li ul.sub-menu {
    box-shadow: none;
    top: 67px;
  }
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li {
  padding: 0;
  display: block;
  position: relative;
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li i {
  position: absolute;
  top: 14px;
  right: 20px;
  display: block;
  color: var(--title-color);
  font-size: 14px;
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
  color: var(--dark-text-color);
  opacity: 1;
  top: 16px;
  font-size: 10px;
}
@media (max-width: 991px) {
  header .header-area-wrap .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
    right: 0;
    top: 10px;
    font-size: 20px;
  }
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li > a {
  display: block;
  padding: 11px 20px;
  color: var(--text-color);
  font-weight: 500;
  font-family: var(--font-inter);
  font-size: 15px;
  text-transform: capitalize;
  line-height: 1.2;
  transition: all 0.4s ease-out 0s;
  position: relative;
}
@media (max-width: 991px) {
  header .header-area-wrap .main-menu > ul > li ul.sub-menu > li > a {
    border-color: rgba(233, 228, 228, 0.5);
  }
  header .header-area-wrap .main-menu > ul > li ul.sub-menu > li > a::before {
    background: linear-gradient(90deg, #ddd, #efb93f, #ddd);
  }
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li > a:hover {
  color: var(--title-color);
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li > a:hover::before {
  transform: scale(1);
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li > a.active {
  color: var(--title-color);
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li > a.active::before {
  transform: scale(1);
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li:last-child > a {
  border-bottom: none;
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li:last-child > a::before {
  display: none;
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li .sub-menu {
  padding: 10px 0;
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li .sub-menu li > a {
  padding: 10px 20px;
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li:hover > a {
  color: var(--title-color);
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li:hover .dropdown-icon {
  color: var(--title-color);
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li.active > a {
  color: var(--title-color);
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li.active .dropdown-icon {
  color: var(--title-color);
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li .sub-menu {
  left: 218px;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: var(--dark-white-color);
  padding: 10px 0;
  top: 3px;
}
@media (max-width: 1199px) {
  header .header-area-wrap .main-menu > ul > li ul.sub-menu > li .sub-menu {
    box-shadow: none;
  }
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li .sub-menu::before {
  display: none;
  visibility: hidden;
}
@media (max-width: 991px) {
  header .header-area-wrap .main-menu > ul > li ul.sub-menu > li .sub-menu {
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: transparent;
    top: 0;
    padding: 5px 0;
  }
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li .sub-menu > li i {
  display: block;
}
@media (min-width: 992px) {
  header .header-area-wrap .main-menu > ul > li ul.sub-menu > li:hover > .sub-menu {
    display: block;
    animation: fade-down 0.45s linear;
  }
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li:last-child {
  border-bottom: none;
}
header .header-area-wrap .main-menu > ul > li .mega-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 76px;
  display: none;
  background: #fefffb;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 20px;
  width: 100%;
  transform-origin: top;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu {
    top: 66px;
    border-radius: 15px;
  }
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row {
  display: grid;
  justify-content: space-between;
  gap: 110px;
  grid-template-columns: 40.4% 52.3%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row {
    gap: 75px;
    grid-template-columns: 40.4% 54%;
  }
}
@media (max-width: 1399px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row {
    gap: 55px;
    grid-template-columns: 38.4% 57%;
  }
}
@media (max-width: 1199px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row {
    gap: 35px;
    grid-template-columns: 55% 33%;
  }
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .mega-menu-title {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 30px;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap {
  padding: 60px 0 60px 60px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap {
    padding: 55px 0 55px 50px;
  }
}
@media (max-width: 1399px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap {
    padding: 50px 0 50px 30px;
  }
}
@media (max-width: 1199px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap {
    padding: 45px 0 45px 40px;
  }
}
@media (max-width: 991px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .mega-menu-title {
    display: none;
  }
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .service-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 576px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .service-list {
    gap: 15px;
  }
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .service-list .single-service a svg {
  fill: var(--title-color);
  min-width: 40px;
  transition: 0.5s;
}
@media (max-width: 576px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .service-list .single-service a svg {
    min-width: 30px;
    width: 30px;
  }
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .service-list .single-service a {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 24px 30px;
  border-radius: 10px;
  border: 1px solid var(--borders-color);
  transition: 0.5s;
}
@media (max-width: 1399px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .service-list .single-service a {
    padding: 18px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .service-list .single-service a {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .service-list .single-service a {
    padding: 18px 20px;
  }
}
@media (max-width: 576px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .service-list .single-service a {
    line-height: 23px;
    padding: 15px 20px;
  }
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .service-list .single-service a:hover {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
  color: var(--dark-title-color);
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .service-list .single-service a:hover svg {
  fill: var(--dark-title-color);
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .contact-area {
  margin-top: 40px;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .contact-area h3 {
  color: var(--primary-color2);
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 15px;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .contact-area a {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .contact-area a span {
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: right 100%;
  transition: background-size 0.75s;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .contact-area a svg {
  fill: var(--title-color);
  transition: 0.5s;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .contact-area a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .contact-area a:hover svg {
  transform: rotate(45deg);
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area {
  padding: 60px 0;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area {
    padding: 55px 0;
  }
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu li {
  margin-bottom: 20px;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu li:last-child {
  margin-bottom: 0;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu li a {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu li a {
    font-size: 15px;
  }
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu li a:hover {
  color: var(--title-color);
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu li .view-all-btn {
  color: var(--primary-color2);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu li .view-all-btn span {
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: 0 100%;
  transition: background-size 0.75s;
  padding-bottom: 2px;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu li .view-all-btn svg {
  fill: var(--primary-color2);
  transition: 0.5s;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu li .view-all-btn:hover span {
  background-size: 0px 1px;
  background-position: left 100%;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu li .view-all-btn:hover svg {
  transform: rotate(45deg);
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .support-wrap {
  background-image: url(../image/start-up/mega-menu-support-area-bg.png), linear-gradient(180deg, #0f3d3a 0%, #192726 100%);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  max-width: 460px;
  min-width: 460px;
  border-radius: 0 15px 15px 0;
  padding: 85px 30px;
}
@media (max-width: 1399px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .support-wrap {
    max-width: 415px;
    min-width: 415px;
    padding: 70px 25px;
  }
}
@media (max-width: 1199px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .support-wrap {
    display: none;
  }
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .support-wrap .support-area {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  height: 100%;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .support-wrap .support-content {
  max-width: 174px;
  width: 100%;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .support-wrap .support-content h3 {
  color: var(--white-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 35px;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .support-wrap .people-img-list img {
  position: absolute;
  width: 62px;
  height: 62px;
  border-radius: 50%;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .support-wrap .people-img-list img:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .support-wrap .people-img-list img:nth-child(2) {
  top: 45px;
  right: 10px;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .support-wrap .people-img-list img:nth-child(3) {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .support-wrap .people-img-list img:nth-child(4) {
  bottom: 42px;
  right: 10px;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .support-wrap .people-img-list img:nth-child(5) {
  bottom: 0;
  left: 56%;
  transform: translateX(-50%);
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .support-wrap .people-img-list img:nth-child(6) {
  bottom: 30px;
  left: 50px;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .support-wrap .people-img-list img:nth-child(7) {
  top: 54%;
  transform: translateY(-50%);
  left: 0;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .support-wrap .people-img-list img:nth-child(8) {
  top: 55px;
  left: 20px;
}
header .header-area-wrap .main-menu > ul > li.menu-item-has-children {
  transition: all 0.55s ease-in-out;
}
header .header-area-wrap .main-menu > ul > li.menu-item-has-children > a::before {
  content: "\f282";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 6px;
  top: 56%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 600;
  color: var(--dark-text-color);
  transition: all 0.5s ease-out 0s;
}
@media (max-width: 991px) {
  header .header-area-wrap .main-menu > ul > li.menu-item-has-children > a::before {
    display: none;
  }
}
header .header-area-wrap .main-menu > ul > li.menu-item-has-children:hover > a::before {
  color: var(--title-color);
}
@media (min-width: 992px) {
  header .header-area-wrap .main-menu > ul > li:hover > ul.sub-menu {
    display: block;
    animation: fade-down 0.3s linear;
  }
}
@media (min-width: 992px) {
  header .header-area-wrap .main-menu > ul > li:hover .mega-menu {
    display: block;
    animation: fade-down2 0.3s linear;
  }
}
header .header-area-wrap .main-menu > ul > li:hover > a {
  color: var(--title-color);
}
header .header-area-wrap .main-menu > ul > li:hover > a::before {
  color: var(--title-color);
}
header .header-area-wrap .main-menu > ul > li:hover .dropdown-icon2 {
  color: var(--title-color);
}
header .header-area-wrap .main-menu > ul > li:hover.menu-item-has-children > a::before {
  color: var(--primary-color4);
}
header .header-area-wrap .main-menu > ul > li.active > a {
  color: var(--dark-title-color);
  border: 1px solid #03A9F4;
  background-color: var(--primary-color1);
  border-radius: 12px;
}
header .header-area-wrap .main-menu > ul > li.active > a::before {
  color: var(--title-color);
}
header .header-area-wrap .main-menu > ul > li.active i {
  color: var(--title-color);
}
header .header-area-wrap .main-menu > ul > li.active .dropdown-icon2 {
  color: var(--title-color);
}
header .header-area-wrap .main-menu > ul > li.active.menu-item-has-children > a::before {
  color: var(--title-color);
}
@media (min-width: 992px) {
  header .header-area-wrap .main-menu > ul > li:hover > a {
    color: var(--dark-title-color);
    border: 1px solid #03A9F4;
    background-color: var(--primary-color1);
    border-radius: 12px;
  }
}
header .header-area-wrap .main-menu > ul li.menu-item-has-children > i {
  display: none;
}
header .header-area-wrap .mobile-logo-area .mobile-logo-wrap img {
  width: 100px;
}
header .header-area-wrap .mobile-logo-area .mobile-logo-wrap .dark {
  display: none;
}
header .header-area-wrap .mobile-logo-area .menu-close-btn {
  height: 38px;
  width: 38px;
  min-width: 38px;
  border-radius: 10px;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.35s;
}
header .header-area-wrap .mobile-logo-area .menu-close-btn i {
  font-size: 26px;
  line-height: 1;
  color: var(--title-color);
  transition: 0.35s;
}
header .header-area-wrap .mobile-logo-area .menu-close-btn:hover {
  background-color: var(--title-color);
}
header .header-area-wrap .mobile-logo-area .menu-close-btn:hover i {
  color: var(--dark-white-color);
}
@media only screen and (max-width: 991px) {
  header .header-area-wrap .dropdown-icon {
    color: var(--white-color);
  }
  header .header-area-wrap .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: var(--dark-white-color);
    border-right: 1px solid var(--borders-color);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  }
  header .header-area-wrap .main-menu.show-menu {
    transform: translateX(0);
  }
  header .header-area-wrap .main-menu .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  header .header-area-wrap .main-menu .menu-list {
    padding-top: 50px;
    padding-bottom: 30px;
    border: unset;
  }
  header .header-area-wrap .main-menu > ul {
    float: none;
    text-align: left;
    padding: 5px 0px 20px 0;
  }
  header .header-area-wrap .main-menu > ul > li {
    display: block;
    position: relative;
    padding: 0;
  }
  header .header-area-wrap .main-menu > ul > li i {
    display: block;
  }
  header .header-area-wrap .main-menu > ul > li > a {
    padding: 15px 0;
    display: block;
    border: unset;
    color: var(--text-color);
  }
  header .header-area-wrap .main-menu > ul > li ul.sub-menu {
    position: static;
    min-width: 200px;
    border: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    padding: 0;
    padding-left: 10px;
    background-color: unset;
  }
  header .header-area-wrap .main-menu > ul > li ul.sub-menu > li {
    border-bottom: 1px solid transparent;
  }
  header .header-area-wrap .main-menu > ul > li ul.sub-menu > li a {
    color: var(--text-color);
    padding: 10px 0px;
  }
  header .header-area-wrap .main-menu > ul > li ul.sub-menu > li a:hover {
    color: var(--title-color);
    margin-left: 10px;
  }
  header .header-area-wrap .main-menu > ul > li ul.sub-menu > li a.active {
    color: var(--title-color);
  }
  header .header-area-wrap .main-menu > ul > li ul.sub-menu > li i {
    color: var(--text-color);
    right: -13px;
  }
  header .header-area-wrap .main-menu > ul > li ul.sub-menu > li .sub-menu li > a {
    padding: 10px 10px;
  }
  header .header-area-wrap .main-menu > ul > li .mega-menu {
    position: static;
    min-width: 200px;
    border: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    background-image: unset;
    padding: 10px 0;
    background-color: unset;
    backdrop-filter: unset;
    min-height: unset;
    box-shadow: unset;
  }
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row {
    display: block;
  }
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .mega-menu-title {
    margin-bottom: 20px;
  }
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap {
    padding: 0;
    margin-bottom: 35px;
  }
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .service-list {
    display: block;
  }
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .service-list .single-service {
    margin-bottom: 15px;
  }
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .service-list .single-service a svg {
    min-width: unset;
    width: 35px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 576px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .service-list .single-service a svg {
    width: 30px;
  }
}
@media only screen and (max-width: 991px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .contact-area {
    display: none;
  }
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area {
    padding: 0;
  }
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu li {
    margin-bottom: 12px;
  }
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu li:last-child {
    margin-bottom: 0;
  }
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu li .view-all-btn {
    margin-top: 15px;
  }
  header .header-area-wrap .main-menu > ul > li:hover > a {
    color: var(--title-color);
  }
  header .header-area-wrap .main-menu > ul > li:hover i {
    color: var(--title-color);
  }
  header .header-area-wrap .main-menu > ul > li.active > a {
    color: var(--title-color);
    background-color: unset;
    border: unset;
  }
  header .header-area-wrap .main-menu > ul > li .bi {
    top: 13px;
    font-size: 20px;
    color: var(--text-color);
    line-height: 1;
  }
  header .header-area-wrap .main-menu > ul li.menu-item-has-children > i {
    display: block;
  }
  header .header-area-wrap .primary-btn1 {
    width: 100%;
    justify-content: center;
  }
  header .header-area-wrap .primary-btn5 {
    width: 100%;
    justify-content: center;
  }
}
header.home1-header {
  position: absolute;
}
header.home1-header.sticky {
  display: none;
}
header.home2-header {
  padding: 5px 10%;
}
@media (max-width: 1699px) {
  header.home2-header {
    padding: 0px 4%;
  }
}
@media (max-width: 991px) {
  header.home2-header {
    padding: 15px 3.5%;
  }
}
@media (max-width: 576px) {
  header.home2-header {
    padding: 15px 0;
  }
}
header.home2-header.sticky {
  background-color: #000000;
}
header.home2-header .header-area-wrap {
  background-color: unset;
  border: unset;
  border-radius: unset;
  padding: unset;
}
header.home2-header .header-area-wrap .main-menu > ul > li > a {
  color: var(--white-color);
}
header.home2-header .header-area-wrap .main-menu > ul > li.active > a {
  background-color: transparent;
}
header.home2-header .header-area-wrap .main-menu > ul > li.active > a::before {
  color: var(--white-color);
}
@media (min-width: 992px) {
  header.home2-header .header-area-wrap .main-menu > ul > li:hover > a {
    background-color: transparent;
    border: 1px solid var(--primary-color1);
  }
}
header.home2-header .header-area-wrap .nav-right .right-sidebar-button {
  background: rgba(145, 145, 145, 0.2509803922);
  border: 1px solid rgba(255, 255, 255, 0.1098039216);
}
header.home2-header .header-area-wrap .nav-right .right-sidebar-button svg {
  fill: var(--white-color);
}
header.home2-header .header-area-wrap .nav-right .right-sidebar-button:hover {
  background-color: var(--primary-color1);
}
header.home2-header .header-area-wrap .nav-right .right-sidebar-button:hover svg {
  fill: var(--dark-black-color);
}
header.home2-header .header-area-wrap .nav-right .mobile-menu-btn svg {
  fill: var(--white-color);
}
@media only screen and (max-width: 991px) {
  header.home2-header .header-area-wrap .main-menu > ul > li > a {
    color: var(--text-color);
  }
  header.home2-header .header-area-wrap .main-menu > ul > li.active > a {
    color: var(--title-color);
  }
}
header.home3-header {
  padding: 0px 10%;
}
@media (max-width: 1699px) {
  header.home3-header {
    padding: 0px 5%;
  }
}
@media (max-width: 1399px) {
  header.home3-header {
    padding: 0px 3.5%;
  }
}
@media (max-width: 991px) {
  header.home3-header {
    padding: 15px 10px;
  }
}
@media (max-width: 576px) {
  header.home3-header {
    padding: 15px 0px;
  }
}
header.home3-header .header-area-wrap {
  border: unset;
  background-color: unset;
  padding: 0;
}
@media (min-width: 992px) {
  header.home3-header .header-area-wrap .main-menu > ul > li > a {
    padding: 3px 10px;
  }
}
@media (min-width: 992px) {
  header.home3-header .header-area-wrap .main-menu > ul > li:hover > a {
    background-color: transparent;
    color: var(--title-color);
    border: 1px solid var(--title-color);
  }
}
header.home3-header .header-area-wrap .main-menu > ul > li.menu-item-has-children a::before {
  display: none;
}
header.home3-header .header-area-wrap .main-menu > ul > li.active > a {
  background-color: unset;
  border: 1px solid #2c2c2c;
  color: var(--title-color);
}
header.home3-header .header-area-wrap .left-area {
  display: flex;
  align-items: center;
  gap: 70px;
}
header.home3-header .header-area-wrap .right-area .nav-right .mail-area a {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--title-color);
}
header.home3-header .header-area-wrap .right-area .nav-right .primary-btn1 {
  padding: 14px 22px;
}
@media only screen and (max-width: 991px) {
  header.home3-header .main-menu > ul > li.active > a {
    border: unset !important;
  }
  header.home3-header .main-menu > ul > li ul.sub-menu > li > a {
    padding: 10px 0 !important;
  }
}
header.home4-header {
  padding: 0px 10%;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 1699px) {
  header.home4-header {
    padding: 0px 5%;
  }
}
@media (max-width: 991px) {
  header.home4-header {
    padding: 10px 3%;
  }
}
@media (max-width: 576px) {
  header.home4-header {
    padding: 10px 1%;
  }
}
header.home4-header .header-area-wrap {
  border: unset;
  background-color: unset;
  padding: 0;
}
@media (min-width: 992px) {
  header.home4-header .header-area-wrap .main-menu > ul > li > a {
    padding: 3px 10px;
  }
}
header.home4-header .header-area-wrap .main-menu > ul > li.active > a {
  color: var(--title-color);
}
@media (min-width: 992px) {
  header.home4-header .header-area-wrap .main-menu > ul > li.active > a {
    background-color: unset;
    border: 1px solid #2c2c2c;
  }
}
@media (min-width: 992px) {
  header.home4-header .header-area-wrap .main-menu > ul > li:hover > a {
    background-color: transparent;
    color: var(--title-color);
    border: 1px solid var(--title-color);
  }
}
header.home4-header .header-area-wrap .main-menu > ul > li.menu-item-has-children a::before {
  display: none;
}
header.home4-header .header-area-wrap .left-area {
  display: flex;
  align-items: center;
  gap: 70px;
}
header.home4-header .header-area-wrap .right-area .nav-right .mail-area a {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--title-color);
}
header.home4-header .header-area-wrap .right-area .nav-right .primary-btn1 {
  padding: 14px 22px;
}
header.home5-header .header-area-wrap .main-menu > ul > li > a {
  padding: 3px 10px;
}
@media only screen and (max-width: 991px) {
  header.home5-header .header-area-wrap .main-menu > ul > li a {
    padding: 15px 0;
  }
}
@media (max-width: 1699px) {
  header.inner-header {
    padding: 0px 2.7%;
  }
}
@media (max-width: 1399px) {
  header.inner-header {
    padding: 0px 1.5%;
  }
}
@media (max-width: 991px) {
  header.inner-header {
    padding: 10px 2.5%;
  }
}
@media (max-width: 576px) {
  header.inner-header {
    padding: 10px 1%;
  }
}

/*=====================================
  06. About us section 
========================================*/
.about-us-section .section-title {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .about-us-section .section-title {
    margin-bottom: 45px;
  }
}
.about-us-section .about-us-content-wrap {
  border-top: 1px solid var(--borders-color);
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .about-us-section .about-us-content-wrap {
    padding-top: 45px;
  }
}
@media (max-width: 991px) {
  .about-us-section .about-us-content-wrap {
    padding-top: 50px;
  }
}
.about-us-section .about-us-content-wrap .counter-area-wrap .counter-area {
  display: flex;
  align-items: end;
  gap: 20px;
  max-width: 300px;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .about-us-section .about-us-content-wrap .counter-area-wrap .counter-area {
    gap: 15px;
  }
}
.about-us-section .about-us-content-wrap .counter-area-wrap .counter-area h2 {
  position: relative;
  line-height: 1;
  margin-bottom: 0;
}
.about-us-section .about-us-content-wrap .counter-area-wrap .counter-area h2 strong {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 74px;
  line-height: 1;
  display: inline-block;
}
.about-us-section .about-us-content-wrap .counter-area-wrap .counter-area h2 sup {
  color: var(--title-color);
  font-size: 30px;
  font-weight: 300;
  top: 5px;
  position: absolute;
}
.about-us-section .about-us-content-wrap .counter-area-wrap .counter-area span {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.about-us-section .about-us-content-wrap .counter-area-wrap .author-area {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .about-us-section .about-us-content-wrap .counter-area-wrap .author-area {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .about-us-section .about-us-content-wrap .counter-area-wrap .author-area {
    gap: 10px;
  }
}
.about-us-section .about-us-content-wrap .counter-area-wrap .author-area .author-img-grp {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.about-us-section .about-us-content-wrap .counter-area-wrap .author-area .author-img-grp li img {
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--dark-white-color);
  margin-left: -20px;
}
@media (max-width: 576px) {
  .about-us-section .about-us-content-wrap .counter-area-wrap .author-area .author-img-grp li img {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
  }
}
.about-us-section .about-us-content-wrap .counter-area-wrap .author-area .author-img-grp li:first-child img {
  margin-left: 0;
}
.about-us-section .about-us-content-wrap .counter-area-wrap .author-area h3,
.about-us-section .about-us-content-wrap .counter-area-wrap .author-area h6 {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  max-width: 175px;
  width: 100%;
}
.about-us-section .about-us-content-wrap .counter-area-wrap .author-area h3 strong,
.about-us-section .about-us-content-wrap .counter-area-wrap .author-area h6 strong {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}
@media (max-width: 576px) {
  .about-us-section .about-us-content-wrap .counter-area-wrap .author-area h3,
  .about-us-section .about-us-content-wrap .counter-area-wrap .author-area h6 {
    min-width: unset;
  }
}
.about-us-section .about-us-content-wrap .video-and-content-area {
  display: flex;
  gap: 57px;
}
.about-us-section .about-us-content-wrap .video-and-content-area .video-area {
  position: relative;
}
@media (max-width: 1399px) {
  .about-us-section .about-us-content-wrap .video-and-content-area .video-area {
    max-width: 245px;
  }
}
@media (max-width: 1199px) {
  .about-us-section .about-us-content-wrap .video-and-content-area .video-area {
    display: none;
  }
}
.about-us-section .about-us-content-wrap .video-and-content-area .video-area .play-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6117647059);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 28%;
}
@media (max-width: 1399px) {
  .about-us-section .about-us-content-wrap .video-and-content-area .video-area .play-btn {
    left: 25%;
  }
}
.about-us-section .about-us-content-wrap .video-and-content-area .video-area .play-btn svg {
  fill: var(--dark-black-color);
  margin-top: 2px;
}
.about-us-section .about-us-content-wrap .video-and-content-area .content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--text-color);
  margin-bottom: 50px;
  max-width: 536px;
}
@media (max-width: 991px) {
  .about-us-section .about-us-content-wrap .video-and-content-area .content p {
    margin-bottom: 40px;
  }
}
.about-us-section .key-point-area {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .about-us-section .key-point-area {
    margin-top: 50px;
  }
}
.about-us-section .key-point-area .single-key-point {
  width: 312px;
  height: 312px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #d6d6d6;
  place-content: center;
  position: relative;
  z-index: 1;
  transition: 0.35s;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .about-us-section .key-point-area .single-key-point {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 1199px) {
  .about-us-section .key-point-area .single-key-point {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 767px) {
  .about-us-section .key-point-area .single-key-point {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 576px) {
  .about-us-section .key-point-area .single-key-point {
    width: 250px;
    height: 250px;
  }
}
.about-us-section .key-point-area .single-key-point .vector {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1399px) {
  .about-us-section .key-point-area .single-key-point .vector {
    display: none;
  }
}
.about-us-section .key-point-area .single-key-point .icon {
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .about-us-section .key-point-area .single-key-point .icon {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .about-us-section .key-point-area .single-key-point .icon {
    margin-bottom: 12px;
  }
}
.about-us-section .key-point-area .single-key-point .icon svg {
  fill: var(--title-color);
}
@media (max-width: 1199px) {
  .about-us-section .key-point-area .single-key-point .icon svg {
    width: 44px;
  }
}
.about-us-section .key-point-area .single-key-point .content {
  max-width: 194px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .about-us-section .key-point-area .single-key-point .content {
    max-width: 170px;
  }
}
@media (max-width: 767px) {
  .about-us-section .key-point-area .single-key-point .content {
    max-width: 130px;
  }
}
.about-us-section .key-point-area .single-key-point .content h4 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  color: var(--title-color);
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .about-us-section .key-point-area .single-key-point .content h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .about-us-section .key-point-area .single-key-point .content h4 {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .about-us-section .key-point-area .single-key-point .content h4 {
    font-size: 20px;
    line-height: 1.4;
  }
}
.about-us-section .key-point-area .single-key-point.style-2 .vector {
  transform: rotate(-180deg);
}
.about-us-section .key-point-area .single-key-point:hover {
  background-color: #e2fcd1;
}
.about-us-section .key-point-area .single-key-point:hover .icon svg {
  fill: var(--dark-title-color);
}
.about-us-section .key-point-area .single-key-point:hover .content h4 {
  color: var(--dark-title-color);
}
.about-us-section .counter-wrap {
  padding-top: 33px;
  position: relative;
}
.about-us-section .counter-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
}
.about-us-section .counter-wrap .divider {
  position: relative;
}
.about-us-section .counter-wrap .divider::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  height: 139px;
  width: 1px;
  background: #d9d9d9;
}
@media (max-width: 1199px) {
  .about-us-section .counter-wrap .divider::before {
    height: 116px;
  }
}
@media (max-width: 991px) {
  .about-us-section .counter-wrap .divider::before {
    display: none;
  }
}
.about-us-section .counter-wrap .single-countdown {
  text-align: center;
  display: flex;
  align-items: top;
  gap: 30px;
}
.about-us-section .counter-wrap p {
  margin-bottom: 0;
  font-weight: 700;
  padding-right: 5px;
  text-align: right;
}
@media (max-width: 1199px) {
  .about-us-section .counter-wrap .single-countdown {
    gap: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-us-section .counter-wrap .single-countdown {
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  .about-us-section .counter-wrap .single-countdown {
    gap: 20px;
  }
}
.about-us-section .counter-wrap .single-countdown .number {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us-section .counter-wrap .single-countdown .number h2,
.about-us-section .counter-wrap .single-countdown .number span {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 74px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .about-us-section .counter-wrap .single-countdown .number h2,
  .about-us-section .counter-wrap .single-countdown .number span {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .about-us-section .counter-wrap .single-countdown .number h2,
  .about-us-section .counter-wrap .single-countdown .number span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .about-us-section .counter-wrap .single-countdown .number h2,
  .about-us-section .counter-wrap .single-countdown .number span {
    font-size: 60px;
  }
}
@media (max-width: 576px) {
  .about-us-section .counter-wrap .single-countdown .number h2,
  .about-us-section .counter-wrap .single-countdown .number span {
    font-size: 58px;
  }
}
.about-us-section .counter-wrap .single-countdown span {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  max-width: 118px;
  text-align: start;
  text-transform: capitalize;
  margin-bottom: 6px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-us-section .counter-wrap .single-countdown span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .about-us-section .counter-wrap .single-countdown span {
    font-size: 15px;
    max-width: 100px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .about-us-section .counter-wrap .single-countdown span {
    font-size: 17px;
    max-width: 118px;
  }
}
@media (max-width: 576px) {
  .about-us-section .counter-wrap .single-countdown span {
    font-size: 16px;
    max-width: 110px;
    line-height: 1.2;
  }
}
.about-us-section.home2-about-us .about-us-content-wrap {
  border-top: unset;
  padding-top: unset;
}
.about-us-section.home2-about-us .about-us-content-wrap .left-about-area .section-title {
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .about-us-section.home2-about-us .about-us-content-wrap .left-about-area .section-title {
    margin-bottom: 20px;
  }
}
.about-us-section.home2-about-us .about-us-content-wrap .left-about-area .about-image {
  position: relative;
}
@media (max-width: 991px) {
  .about-us-section.home2-about-us .about-us-content-wrap .left-about-area .about-image {
    margin-bottom: 80px;
  }
}
.about-us-section.home2-about-us .about-us-content-wrap .left-about-area .about-image .award-img {
  position: absolute;
  top: unset;
  left: 112px;
  bottom: -97px;
}
.about-us-section.home2-about-us .about-us-content-wrap .right-about-area .section-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .about-us-section.home2-about-us .about-us-content-wrap .right-about-area .section-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .about-us-section.home2-about-us .about-us-content-wrap .right-about-area .section-title {
    margin-bottom: 30px;
  }
}
.about-us-section.home2-about-us .about-us-content-wrap .right-about-area .counter-area-wrap .author-area {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .about-us-section.home2-about-us .about-us-content-wrap .right-about-area .counter-area-wrap .author-area {
    margin-bottom: 25px;
  }
}
.about-us-section.home2-about-us .about-us-content-wrap .right-about-area .video-and-content-area {
  margin-left: 103px;
}
@media (max-width: 767px) {
  .about-us-section.home2-about-us .about-us-content-wrap .right-about-area .video-and-content-area {
    margin-left: 0;
  }
}
.about-us-section.home2-about-us .about-us-content-wrap .right-about-area .video-and-content-area .content p {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .about-us-section.home2-about-us .about-us-content-wrap .right-about-area .video-and-content-area .content p {
    font-size: 17px;
  }
}
.about-us-section.home2-about-us .about-us-content-wrap .right-about-area .video-and-content-area .content .primary-btn1 {
  padding: 16px 15px;
}

/*=====================================
  09. Home3 Service Section CSS
========================================*/
.home1-process-section {
  background-color: #eef7fe;
  padding: 120px 0 140px;
  position: relative;
  z-index: 1;
}
.home1-process-section .vector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home1-process-section .vector.dark {
  display: none;
}
@media (max-width: 1399px) {
  .home1-process-section {
    padding: 120px 0;
  }
}
@media (max-width: 1199px) {
  .home1-process-section {
    padding: 90px 0;
  }
}
.home1-process-section .process-count {
  position: relative;
}
.home1-process-section .process-count span {
  color: var(--primary-color2);
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 50px;
  line-height: 1;
}
.home1-process-section .process-count::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 30px;
  width: 234px;
  height: 1px;
  background-color: #cfeaff;
}
@media (max-width: 1399px) {
  .home1-process-section .process-count::after {
    right: 20px;
    width: 210px;
  }
}
.home1-process-section .process-wrapper .process-list {
  max-width: 1120px;
  width: 100%;
  position: relative;
}
@media (max-width: 1699px) {
  .home1-process-section .process-wrapper .process-list {
    max-width: 1020px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-process-section .process-wrapper .process-list {
    max-width: 920px;
  }
}
@media (max-width: 1399px) {
  .home1-process-section .process-wrapper .process-list {
    max-width: 850px;
  }
}
@media (max-width: 1199px) {
  .home1-process-section .process-wrapper .process-list {
    max-width: unset;
  }
}
@media (max-width: 991px) {
  .home1-process-section .process-wrapper .process-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    row-gap: 35px;
  }
}
@media (max-width: 767px) {
  .home1-process-section .process-wrapper .process-list {
    display: unset;
  }
}
.home1-process-section .process-wrapper .process-list .single-process {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding: 30px 0;
  border-bottom: 1px solid #cfeaff;
  position: relative;
  will-change: transform;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-process-section .process-wrapper .process-list .single-process {
    gap: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home1-process-section .process-wrapper .process-list .single-process {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .home1-process-section .process-wrapper .process-list .single-process {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .home1-process-section .process-wrapper .process-list .single-process {
    border: unset;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .home1-process-section .process-wrapper .process-list .single-process {
    display: block;
  }
  .home1-process-section .process-wrapper .process-list .single-process:first-child {
    border-top: unset;
  }
  .home1-process-section .process-wrapper .process-list .single-process:last-child {
    padding-bottom: 0;
  }
}
.home1-process-section .process-wrapper .process-list .single-process .dot {
  min-width: 25px;
  max-width: 25px;
  height: 25px;
  background: var(--primary-color2);
  border-radius: 50%;
  transform: translateX(-12px);
}
@media (max-width: 991px) {
  .home1-process-section .process-wrapper .process-list .single-process .dot {
    display: none;
  }
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap {
  position: relative;
  z-index: 9;
  max-width: 492px;
  width: 100%;
  height: 100%;
  background-color: #dfeace;
  border-radius: 10px;
  padding: 40px 53px;
}
@media (max-width: 1399px) {
  .home1-process-section .process-wrapper .process-list .single-process .process-content-wrap {
    padding: 40px 30px 40px 30px;
  }
}
@media (max-width: 767px) {
  .home1-process-section .process-wrapper .process-list .single-process .process-content-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .home1-process-section .process-wrapper .process-list .single-process .process-content-wrap {
    padding: 30px 20px 30px 20px;
  }
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap .icon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #cbdeaf;
  width: 130px;
  height: 139px;
  display: flex;
  justify-content: end;
  transition: all 0.6s ease-out 0s;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  border-radius: 0 10px;
  z-index: 1;
}
@media (max-width: 767px) {
  .home1-process-section .process-wrapper .process-list .single-process .process-content-wrap .icon {
    width: 125px;
  }
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap .icon svg {
  fill: var(--dark-title-color);
  margin-top: 30px;
  margin-right: 25px;
}
@media (max-width: 576px) {
  .home1-process-section .process-wrapper .process-list .single-process .process-content-wrap .icon svg {
    margin-top: 25px;
    margin-right: 20px;
  }
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap .process-content {
  position: relative;
  z-index: 9;
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap .process-content h3 {
  color: var(--dark-title-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  max-width: 157px;
  margin-bottom: 15px;
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap .process-content p {
  color: var(--global-text-color);
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 22px;
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap .process-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap .process-content ul li {
  color: var(--global-text-color);
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap .process-content ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home1-process-section .process-wrapper .process-list .single-process .process-content-wrap .process-content ul li {
    gap: 8px;
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .home1-process-section .process-wrapper .process-list .single-process .process-content-wrap .process-content ul li {
    margin-bottom: 15px;
  }
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap .process-content ul li svg {
  fill: var(--white-color);
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap .process-content ul li svg circle {
  fill: #abc28a;
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap.two {
  background-color: #f7f9c8;
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap.two .icon {
  background-color: #e6e8b3;
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap.two .process-content ul li svg circle {
  fill: #d3d5a4;
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap.three {
  background-color: #f8dec4;
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap.three .icon {
  background-color: #f4d0ac;
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap.three .process-content ul li svg circle {
  fill: #d0b192;
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap.four {
  background-color: #d9e7f8;
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap.four .icon {
  background-color: #c9dbf0;
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap.four .process-content ul li svg circle {
  fill: #b7cadf;
}
.home1-process-section .process-wrapper .process-list .single-process::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #cfeaff;
}
@media (max-width: 991px) {
  .home1-process-section .process-wrapper .process-list .single-process::before {
    display: none;
  }
}

/*=====================================
  10. Home1 blog Section CSS
========================================*/
.home1-blog-section .section-title h2 {
  max-width: 475px;
}
.home1-blog-section .section-title p {
  max-width: 418px;
}
.home1-blog-section .section-title.three .right-content .view-more-btn::before {
  right: 30%;
}
.home1-blog-section.font-alt .blog-card .blog-content h2,
.home1-blog-section.font-alt .blog-card .blog-content h3 {
  line-height: 1.1;
}
@media (max-width: 1199px) {
  .home1-blog-section.font-alt .blog-card .blog-content h2,
  .home1-blog-section.font-alt .blog-card .blog-content h3 {
    line-height: 1;
  }
}
.home1-blog-section.font-alt .blog-card .blog-content h2 a,
.home1-blog-section.font-alt .blog-card .blog-content h3 a {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
}
.home1-blog-section.sass-blog-section .section-title {
  align-items: center;
}
@media (max-width: 1199px) {
  .home1-blog-section.sass-blog-section .section-title {
    align-items: start;
  }
}
.home1-blog-section.sass-blog-section .section-title.three .right-content .view-more-btn::before {
  right: 108%;
}

.blog-card .blog-image-wrap {
  position: relative;
}
.blog-card .blog-image-wrap .blog-img {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.blog-card .blog-image-wrap .blog-img img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-out;
  border-radius: 10px;
}
.blog-card .blog-image-wrap .blog-img canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.blog-card .blog-image-wrap .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 24px;
  right: 25px;
  opacity: 0;
  transition: 0.8s;
}
.blog-card .blog-image-wrap .icon > a svg {
  fill: var(--title-color);
}
.blog-card .blog-image-wrap:hover .icon {
  opacity: 1;
}
.blog-card .blog-content {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .blog-card .blog-content {
    padding-top: 20px;
  }
}
.blog-card .blog-content .blog-meta {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 13px;
}
.blog-card .blog-content .blog-meta li {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card .blog-content .blog-meta li {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .blog-card .blog-content .blog-meta li {
    font-size: 15px;
  }
}
.blog-card .blog-content .blog-meta li a {
  color: var(--text-color);
  transition: 0.5s;
}
.blog-card .blog-content .blog-meta li a:hover {
  color: var(--title-color);
}
.blog-card .blog-content .blog-meta li svg {
  fill: var(--text-color);
}
.blog-card .blog-content h2,
.blog-card .blog-content h3 {
  margin-bottom: 0;
  line-height: 1.3;
}
.blog-card .blog-content h2 a,
.blog-card .blog-content h3 a {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 26px;
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1.5px;
  background-position: right 95%;
  transition: background-size 0.75s;
}
@media (max-width: 1399px) {
  .blog-card .blog-content h2 a,
  .blog-card .blog-content h3 a {
    font-size: 23px;
    line-height: 1.2;
  }
}
@media (max-width: 576px) {
  .blog-card .blog-content h2 a,
  .blog-card .blog-content h3 a {
    font-size: 22px;
  }
}
.blog-card .blog-content h2 a:hover,
.blog-card .blog-content h3 a:hover {
  background-size: 100% 1.5px;
  background-position: 0 95%;
}
.blog-card.style-2 {
  border: 1px solid var(--borders-color);
  border-radius: 10px;
}
.blog-card.style-2 .blog-image-wrap .blog-img {
  border-radius: 10px 10px 0 0;
}
.blog-card.style-2 .blog-image-wrap .blog-img img {
  border-radius: 10px 10px 0 0;
}
.blog-card.style-2 .blog-image-wrap .blog-img canvas {
  border-radius: 10px 10px 0 0;
}
.blog-card.style-2 .blog-content {
  padding: 32px 30px;
}
@media (max-width: 1399px) {
  .blog-card.style-2 .blog-content {
    padding: 25px 19px;
  }
}
@media (max-width: 1199px) {
  .blog-card.style-2 .blog-content {
    padding: 23px 15px;
  }
}
.blog-card.style-2 .blog-content .blog-meta {
  gap: 15px;
}
@media (max-width: 1199px) {
  .blog-card.style-2 .blog-content .blog-meta {
    gap: 8px;
  }
}
@media (max-width: 1199px) {
  .blog-card.style-2 .blog-content .blog-meta li {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .blog-card.style-2 .blog-content .blog-meta li svg {
    width: 27px;
  }
}
.blog-card.style-2 .blog-content h3 {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .blog-card.style-2 .blog-content h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .blog-card.style-2 .blog-content h3 a {
    font-size: 21px;
    line-height: 1;
  }
}
.blog-card.style-2 .blog-content .view-details-btn {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  color: var(--title-color);
  position: relative;
}
.blog-card.style-2 .blog-content .view-details-btn .arrow {
  fill: var(--title-color);
  transition: 0.5s;
}
.blog-card.style-2 .blog-content .view-details-btn:hover .arrow {
  transform: rotate(45deg);
}
.blog-card.home3-blog-card .blog-content .blog-meta li {
  font-size: 15px;
}
.blog-card.home3-blog-card .blog-content h2,
.blog-card.home3-blog-card .blog-content h3 {
  margin-bottom: 28px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .blog-card.home3-blog-card .blog-content h2,
  .blog-card.home3-blog-card .blog-content h3 {
    line-height: 1;
  }
}
.blog-card.home3-blog-card .blog-content h2 a,
.blog-card.home3-blog-card .blog-content h3 a {
  font-family: var(--font-funnel-display);
  font-weight: 400;
}
@media (max-width: 1199px) {
  .blog-card.home3-blog-card .blog-content h2 a,
  .blog-card.home3-blog-card .blog-content h3 a {
    font-size: 19px;
  }
}
.blog-card.home4-blog-card {
  display: flex;
  gap: 30px;
  border: unset;
  align-items: center;
}
@media (max-width: 1399px) {
  .blog-card.home4-blog-card {
    gap: 15px;
  }
}
@media (max-width: 1199px) {
  .blog-card.home4-blog-card {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .blog-card.home4-blog-card {
    display: inline-flex;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.blog-card.home4-blog-card .blog-image-wrap .blog-img .shape-hover-img img {
  max-width: 312px;
  border-radius: 10px;
}
@media (max-width: 1399px) {
  .blog-card.home4-blog-card .blog-image-wrap .blog-img .shape-hover-img img {
    max-width: 240px;
  }
}
@media (max-width: 1199px) {
  .blog-card.home4-blog-card .blog-image-wrap .blog-img .shape-hover-img img {
    max-width: 182px;
  }
}
@media (max-width: 991px) {
  .blog-card.home4-blog-card .blog-image-wrap .blog-img .shape-hover-img img {
    max-width: 312px;
  }
}
@media (max-width: 767px) {
  .blog-card.home4-blog-card .blog-image-wrap .blog-img .shape-hover-img img {
    max-width: 250px;
  }
}
@media (max-width: 576px) {
  .blog-card.home4-blog-card .blog-image-wrap .blog-img .shape-hover-img img {
    max-width: unset;
    width: 100%;
  }
}
.blog-card.home4-blog-card .blog-image-wrap .blog-img .shape-hover-img canvas {
  border-radius: 10px;
}
.blog-card.home4-blog-card .blog-content {
  padding: 0;
  border: unset;
}
@media (max-width: 1399px) {
  .blog-card.home4-blog-card .blog-content .blog-meta {
    gap: 13px;
  }
}
@media (max-width: 1199px) {
  .blog-card.home4-blog-card .blog-content .blog-meta {
    gap: 5px;
  }
}
.blog-card.home4-blog-card .blog-content .blog-meta li {
  font-size: 14px;
}
@media (max-width: 767px) {
  .blog-card.home4-blog-card .blog-content .blog-meta li svg {
    width: 15px;
  }
}
.blog-card.home4-blog-card .blog-content h2,
.blog-card.home4-blog-card .blog-content h3 {
  max-width: 246px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.blog-card.home4-blog-card .blog-content p {
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .blog-card.home4-blog-card .blog-content h2,
  .blog-card.home4-blog-card .blog-content h3 {
    margin-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .blog-card.home4-blog-card .blog-content h2,
  .blog-card.home4-blog-card .blog-content h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .blog-card.home4-blog-card .blog-content h2,
  .blog-card.home4-blog-card .blog-content h3 {
    max-width: unset;
    margin-bottom: 20px;
  }
}
.blog-card.home4-blog-card .blog-content h2 a,
.blog-card.home4-blog-card .blog-content h3 a {
  font-family: var(--font-funnel-display);
  font-weight: 400;
}
.blog-card.inner-blog-card .blog-content .blog-meta li {
  font-size: 15px;
}
.blog-card.inner-blog-card .blog-content h2,
.blog-card.inner-blog-card .blog-content h3 {
  margin-bottom: 32px;
  line-height: 1.1;
}
@media (max-width: 1199px) {
  .blog-card.inner-blog-card .blog-content h2,
  .blog-card.inner-blog-card .blog-content h3 {
    line-height: 1;
  }
}
.blog-card.inner-blog-card .blog-content h2 a,
.blog-card.inner-blog-card .blog-content h3 a {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
}
@media (max-width: 1199px) {
  .blog-card.inner-blog-card .blog-content h2 a,
  .blog-card.inner-blog-card .blog-content h3 a {
    font-size: 19px;
  }
}
.blog-card.inner-blog-card.blog-card-top {
  margin-top: -50px;
}
@media (max-width: 991px) {
  .blog-card.inner-blog-card.blog-card-top {
    margin-top: 0;
  }
}

/*=====================================
  12. Home1 Contact Section CSS
========================================*/
.home1-contact-section {
  background-color: #eef7fe;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .home1-contact-section {
    padding: 60px 0;
  }
}
.home1-contact-section .section-title {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .home1-contact-section .section-title {
    margin-bottom: 30px;
  }
}
.home1-contact-section .section-title h2 {
  margin: unset;
  padding-bottom: 0;
}
.home1-contact-section .contact-area .arrow-and-contact-list {
  display: flex;
  gap: 40px;
  max-width: 360px;
  width: 100%;
}
@media (max-width: 1199px) {
  .home1-contact-section .contact-area .arrow-and-contact-list {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .home1-contact-section .contact-area .arrow-and-contact-list {
    max-width: unset;
  }
}
.home1-contact-section .contact-area .arrow-and-contact-list .arrow {
  fill: var(--title-color);
  min-width: 6px;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .home1-contact-section .contact-area .arrow-and-contact-list .arrow {
    display: none;
  }
}
.home1-contact-section .contact-area .arrow-and-contact-list .contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .home1-contact-section .contact-area .arrow-and-contact-list .contact-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact {
  margin-bottom: 55px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact {
    margin-bottom: 40px;
    max-width: 380px;
  }
}
@media (max-width: 991px) {
  .home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact:first-child {
    padding-right: 70px;
  }
}
@media (max-width: 576px) {
  .home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact:first-child {
    padding-right: 0;
  }
}
.home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact h3 {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact h3 {
    font-size: 20px;
  }
}
.home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact .contact-content-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
.home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact .contact-content-wrap .icon {
  min-width: 44px;
  max-width: 44px;
  height: 48px;
  background-color: #e0f2ff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact .contact-content-wrap .icon svg {
  fill: #000000;
}
.home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact .contact-content-wrap .content {
  line-height: 1;
}
.home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact .contact-content-wrap .content span {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}
.home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact .contact-content-wrap .content a {
  color: var(--black-color);
  font-family: var(--font-inter);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  transition: 0.5s;
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: right 95%;
  transition: background-size 0.75s;
}
@media (max-width: 991px) {
  .home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact .contact-content-wrap .content a {
    font-weight: 600;
  }
}
@media (max-width: 576px) {
  .home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact .contact-content-wrap .content a {
    font-size: 17px;
  }
}
.home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact .contact-content-wrap .content a:hover {
  background-size: 100% 1px;
  background-position: 0 95%;
}
.home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact:last-child {
  margin-bottom: 0;
}
.home1-contact-section .contact-form-wrap {
  margin-top: 20px;
}

.contact-form-wrap {
  padding: 60px 50px;
  background-color: var(--white-color);
  border-radius: 20px;
}
@media (max-width: 1399px) {
  .contact-form-wrap {
    padding: 55px 40px;
  }
}
@media (max-width: 1199px) {
  .contact-form-wrap {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .contact-form-wrap {
    padding: 45px 25px;
  }
}
@media (max-width: 576px) {
  .contact-form-wrap {
    padding: 35px 20px;
    border-radius: 15px;
  }
}
.contact-form-wrap .form-inner2 > label {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  margin-bottom: 20px;
}
.contact-form-wrap .form-inner2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 572px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-form-wrap .form-inner2 ul {
    gap: 20px;
  }
}
.contact-form-wrap .form-inner2 ul li .form-check {
  line-height: 1;
}
.contact-form-wrap .form-inner2 ul li .form-check .form-check-input {
  margin-top: 1px;
}
.contact-form-wrap .primary-btn1 {
  padding: 15px 32px;
}
.contact-form-wrap.inner-contact-from {
  background-color: #e2f6db;
  border: 1px solid var(--borders-color);
}
.contact-form-wrap.inner-contact-from .form-inner input:focus {
  border-color: #a9d29b;
}
.contact-form-wrap.inner-contact-from .form-inner textarea:focus {
  border-color: #a9d29b;
}
.contact-form-wrap.inner-contact-from .form-inner2 ul li .form-check .form-check-input {
  background-color: var(--white-color);
}
.contact-form-wrap.inner-contact-from .form-inner2 ul li .form-check .form-check-input:checked {
  background-color: var(--title-color);
  border-color: var(--primary-color1);
}
.contact-form-wrap.inner-contact-from .form-inner2 ul li .form-check .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url(../image/icon/check-icon-white.svg);
}
.contact-form-wrap.inner-contact-from .primary-btn1 {
  background-color: var(--title-color);
  color: var(--dark-white-color);
}
.contact-form-wrap.inner-contact-from .primary-btn1 svg {
  fill: var(--dark-white-color);
}
.contact-form-wrap.inner-contact-from .primary-btn1::after {
  background-color: var(--primary-color1);
}
.contact-form-wrap.inner-contact-from .primary-btn1:hover {
  color: var(--dark-title-color);
}
.contact-form-wrap.inner-contact-from .primary-btn1:hover svg {
  fill: var(--dark-title-color);
}

/*=====================================
  14. Home1 Partner Section CSS
========================================*/
.partner-section .partner-title {
  margin-bottom: 60px;
  text-align: center;
  position: relative;
}
@media (max-width: 576px) {
  .partner-section .partner-title {
    margin-bottom: 45px;
  }
}
.partner-section .partner-title::after {
  content: "";
  position: absolute;
  background-color: #d9d9d9;
  top: 17px;
  left: -8px;
  width: 493px;
  height: 1px;
}
@media (max-width: 1399px) {
  .partner-section .partner-title::after {
    width: 400px;
  }
}
@media (max-width: 1199px) {
  .partner-section .partner-title::after {
    width: 310px;
  }
}
@media (max-width: 991px) {
  .partner-section .partner-title::after {
    width: 190px;
  }
}
@media (max-width: 767px) {
  .partner-section .partner-title::after {
    display: none;
  }
}
.partner-section .partner-title::before {
  content: "";
  position: absolute;
  background-color: #d9d9d9;
  top: 17px;
  right: -8px;
  width: 493px;
  height: 1px;
}
@media (max-width: 1399px) {
  .partner-section .partner-title::before {
    width: 400px;
  }
}
@media (max-width: 1199px) {
  .partner-section .partner-title::before {
    width: 310px;
  }
}
@media (max-width: 991px) {
  .partner-section .partner-title::before {
    width: 190px;
  }
}
@media (max-width: 767px) {
  .partner-section .partner-title::before {
    display: none;
  }
}
.partner-section .partner-title h3,
.partner-section .partner-title h5 {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  background: rgba(200, 248, 169, 0.1490196078);
  border: 1px solid var(--borders-color);
  border-radius: 16px;
  padding: 8px 15px;
  display: inline-flex;
}
.partner-section .partner-title h3 span,
.partner-section .partner-title h5 span {
  color: var(--title-color);
}
.partner-section .partner-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.partner-section .partner-wrap::before, .partner-section .partner-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}
.partner-section .partner-wrap::before {
  left: 0;
  background: linear-gradient(to right, #ffffff, transparent);
}
.partner-section .partner-wrap::after {
  right: 0;
  background: linear-gradient(to left, #ffffff, transparent);
}
.partner-section .partner-wrap .marquee {
  display: flex;
  gap: 60px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1199px) {
  .partner-section .partner-wrap .marquee {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .partner-section .partner-wrap .marquee {
    gap: 30px;
  }
}
.partner-section .partner-wrap .marquee .marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 60px;
  min-width: 100%;
  animation: scroll-x-reverse 30s linear infinite;
}
@media (max-width: 1199px) {
  .partner-section .partner-wrap .marquee .marquee__group {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .partner-section .partner-wrap .marquee .marquee__group {
    gap: 20px;
  }
}
.partner-section .partner-wrap .marquee .marquee__group a img {
  width: 145px;
}
@media (max-width: 1199px) {
  .partner-section .partner-wrap .marquee .marquee__group a img {
    width: 155px;
  }
}
@media (max-width: 991px) {
  .partner-section .partner-wrap .marquee .marquee__group a img {
    width: 120px;
  }
}
@media (max-width: 576px) {
  .partner-section .partner-wrap .marquee .marquee__group a img {
    width: 140px;
  }
}
@keyframes scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes scroll-x-reverse {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
/*=====================================
  15. Banner card section CSS
========================================*/
.banner-card-section .banner-card {
  background-image: url(../image/start-up/banner-card-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 50px 70px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .banner-card-section .banner-card {
    padding: 50px 60px;
  }
}
@media (max-width: 991px) {
  .banner-card-section .banner-card {
    padding: 35px 25px;
  }
}
@media (max-width: 767px) {
  .banner-card-section .banner-card {
    padding: 30px 25px;
  }
}
.banner-card-section .banner-card .banner-card-content {
  max-width: 447px;
}
.banner-card-section .banner-card .banner-card-content h3,
.banner-card-section .banner-card .banner-card-content h4 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  color: var(--white-color);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .banner-card-section .banner-card .banner-card-content h3,
  .banner-card-section .banner-card .banner-card-content h4 {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .banner-card-section .banner-card .banner-card-content h3,
  .banner-card-section .banner-card .banner-card-content h4 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .banner-card-section .banner-card .banner-card-content .primary-btn1 {
    padding: 13px 14px;
  }
}
.banner-card-section .banner-card .banner-img {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .banner-card-section .banner-card .banner-img {
    top: -11px;
    right: -20%;
  }
}
@media (max-width: 767px) {
  .banner-card-section .banner-card .banner-img {
    display: none;
  }
}
.banner-card-section.inner-banner-card .banner-card {
  background-image: url(../image/innerpage/service-inner-banner-card-bg.png);
}

/*=====================================
  16.  Case study section CSS
========================================*/
.case-study-section {
  background: linear-gradient(180deg, #0f3d3a 0%, #212121 127.82%);
  padding: 90px 0;
}
@media (max-width: 767px) {
  .case-study-section {
    padding: 70px 0;
  }
}
.case-study-section.style-1 {
  position: relative;
  z-index: 1;
}
.case-study-section.style-1 .vector1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.case-study-section.style-1 .vector2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.case-study-section.style-1 .vector1.dark,
.case-study-section.style-1 .vector2.dark {
  display: none;
}
.case-study-section.style-2 {
  background-color: #eef7fe;
  background-image: unset;
}
.case-study-section.style-2 .section-title .right-content .view-more-btn::before {
  right: 32%;
}
.case-study-section.home4-case-study-section {
  background-image: unset;
  padding: 0;
}
.case-study-section.home4-case-study-section .section-title.home4-section-title p {
  max-width: 380px;
}

.case-study-card {
  background-color: var(--white-color);
  border: 1px solid var(--borders-color);
  padding: 10px;
  border-radius: 10px;
  position: relative;
  z-index: 99;
}
@media (max-width: 1199px) {
  .case-study-card {
    padding: 8px;
  }
}
.case-study-card .case-study-img-wrap {
  position: relative;
}
.case-study-card .case-study-img-wrap .batch {
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #bff09f;
  padding: 1px 10px;
  border-radius: 0 16px 16px 0px;
}
.case-study-card .case-study-img-wrap .batch span {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: var(--title-color);
  text-transform: capitalize;
}
.case-study-card .case-study-img-wrap .case-study-img {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 576px) {
  .case-study-card .case-study-img-wrap .case-study-img {
    border-radius: 6px 6px 0 0;
  }
}
.case-study-card .case-study-img-wrap .case-study-img img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-out;
}
.case-study-card .case-study-img-wrap .case-study-img canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-study-card .case-study-content {
  padding: 20px;
  background-color: #f6f6f6;
  border-radius: 0 0 6px 6px;
}
@media (max-width: 1399px) {
  .case-study-card .case-study-content {
    padding: 20px 15px;
  }
}
@media (max-width: 1199px) {
  .case-study-card .case-study-content {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .case-study-card .case-study-content {
    padding: 15px 12px;
  }
}
@media (max-width: 767px) {
  .case-study-card .case-study-content {
    padding: 20px 25px;
  }
}
@media (max-width: 576px) {
  .case-study-card .case-study-content {
    padding: 20px;
  }
}
.case-study-card .case-study-content h2,
.case-study-card .case-study-content h3 {
  margin-bottom: 15px;
}
.case-study-card .case-study-content h2 a,
.case-study-card .case-study-content h3 a {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  text-transform: capitalize;
  color: var(--title-color);
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1.5px;
  background-position: right 95%;
  transition: background-size 0.75s;
}
@media (max-width: 1399px) {
  .case-study-card .case-study-content h2 a,
  .case-study-card .case-study-content h3 a {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .case-study-card .case-study-content h2 a,
  .case-study-card .case-study-content h3 a {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .case-study-card .case-study-content h2 a,
  .case-study-card .case-study-content h3 a {
    font-size: 25px;
  }
}
.case-study-card .case-study-content h2 a:hover,
.case-study-card .case-study-content h3 a:hover {
  background-size: 100% 1.5px;
  background-position: 0 95%;
}
.case-study-card .case-study-content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .case-study-card .case-study-content p {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .case-study-card .case-study-content p {
    font-size: 15px;
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .case-study-card .case-study-content p {
    margin-bottom: 15px;
  }
}
.case-study-card .case-study-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .case-study-card .case-study-content ul {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .case-study-card .case-study-content ul {
    margin-bottom: 15px;
  }
}
.case-study-card .case-study-content ul li {
  position: relative;
  width: 134px;
}
@media (max-width: 1199px) {
  .case-study-card .case-study-content ul li {
    width: unset;
  }
}
@media (max-width: 767px) {
  .case-study-card .case-study-content ul li {
    width: 134px;
  }
}
@media (max-width: 576px) {
  .case-study-card .case-study-content ul li {
    width: unset;
  }
}
.case-study-card .case-study-content ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 33px;
  background: #d9d9d9;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .case-study-card .case-study-content ul li:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .case-study-card .case-study-content ul li:not(:last-child)::after {
    display: block;
    right: -100px;
  }
}
@media (max-width: 576px) {
  .case-study-card .case-study-content ul li:not(:last-child)::after {
    display: none;
  }
}
.case-study-card .case-study-content ul li .counter-content .number {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.case-study-card .case-study-content ul li .counter-content .number h2 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  color: var(--title-color);
  margin-bottom: 0;
}
.case-study-card .case-study-content ul li .counter-content .number span {
  font-family: var(--font-spaceGrotesk);
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  color: var(--title-color);
}
.case-study-card .case-study-content ul li .counter-content p {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: var(--title-color);
  text-transform: capitalize;
  margin: 0;
}
.case-study-card .case-study-content .view-details-btn {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  color: var(--title-color);
  position: relative;
}
.case-study-card .case-study-content .view-details-btn .arrow {
  fill: var(--title-color);
  transition: 0.5s;
}
.case-study-card .case-study-content .view-details-btn:hover .arrow {
  transform: rotate(45deg);
}
.case-study-card.style-2 {
  padding: 0;
  border: 1px solid var(--borders-color);
}
.case-study-card.style-2 .case-study-content {
  background-color: unset;
}
.case-study-card.style-2 .case-study-img-wrap .batch {
  writing-mode: sideways-rl;
  line-height: 1;
  padding: 10px 8px;
  border-radius: 0 0 16px 16px;
  top: 0;
  left: 30px;
}
.case-study-card.style-3 {
  padding: 0;
  border: 1px solid var(--borders-color);
  background: #f8f8f8;
}
.case-study-card.style-3 .case-study-content h4 {
  margin-bottom: 5px;
}
.case-study-card.style-3 .case-study-content h4 a {
  font-family: var(--font-funnel-display);
  font-weight: 400;
}
.case-study-card.style-3 .case-study-content p {
  margin-bottom: 33px;
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 18px;
  color: #171717;
}
.case-study-card.style-3 .case-study-content ul {
  margin-bottom: 40px;
}
.case-study-card.style-3 .case-study-content ul li .counter-content p {
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 14px;
}
.case-study-card.style-3 .case-study-content ul li .counter-content .number h2 {
  font-family: var(--font-funnel-display);
  font-weight: 600;
  font-size: 26px;
}
.case-study-card.style-3 .case-study-content ul li .counter-content .number span {
  font-family: var(--font-funnel-display);
  font-weight: 600;
  font-size: 26px;
}

/*=====================================
  17. Home1 Footer Section CSS
========================================*/
.footer-section {
  background-image: url(../image/start-up/footer-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
}
.footer-section .footer-menu-wrap {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .footer-section .footer-menu-wrap {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .footer-section .footer-menu-wrap {
    padding: 70px 0 40px;
  }
}
@media (max-width: 576px) {
  .footer-section .footer-menu-wrap {
    padding: 40px 0;
    padding-bottom: 0;
  }
}
.footer-section .footer-menu-wrap .footer-contact-wrap {
  max-width: 568px;
  width: 100%;
}
@media (max-width: 1199px) {
  .footer-section .footer-menu-wrap .footer-contact-wrap {
    max-width: 500px;
  }
}
.footer-section .footer-menu-wrap .footer-contact-wrap h2 {
  color: var(--white-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 45px;
  max-width: 457px;
}
@media (max-width: 1199px) {
  .footer-section .footer-menu-wrap .footer-contact-wrap h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .footer-section .footer-menu-wrap .footer-contact-wrap h2 {
    font-size: 23px;
    margin-bottom: 20px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .footer-section .footer-menu-wrap .footer-contact-wrap h2 {
    font-size: 32px;
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .footer-section .footer-menu-wrap .footer-contact-wrap h2 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 25px;
  }
}
.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .footer-section .footer-menu-wrap .footer-contact-wrap .contact-list {
    gap: 10px;
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .footer-section .footer-menu-wrap .footer-contact-wrap .contact-list {
    margin-bottom: 30px;
    display: inline-flex;
    flex-wrap: wrap;
    row-gap: 15px;
  }
}
@media (max-width: 767px) {
  .footer-section .footer-menu-wrap .footer-contact-wrap .contact-list {
    gap: 20px;
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .footer-section .footer-menu-wrap .footer-contact-wrap .contact-list {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list .single-contact {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list .single-contact .icon {
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.0509803922);
  border-radius: 4px;
  background: #103633;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list .single-contact .icon svg {
  fill: var(--white-color);
}
.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list .single-contact .content {
  line-height: 1;
}
.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list .single-contact .content span {
  color: #a0a0a0;
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}
.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list .single-contact .content a {
  color: var(--white-color);
  font-family: var(--font-inter);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  .footer-section .footer-menu-wrap .footer-contact-wrap .contact-list .single-contact .content a {
    font-size: 17px;
  }
}
.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list .single-contact .content a:hover {
  color: var(--primary-color1);
}
.footer-section .footer-menu-wrap .footer-contact-wrap .primary-btn1 {
  padding: 14px 13px;
}
@media (max-width: 576px) {
  .footer-section .footer-menu-wrap .footer-contact-wrap .primary-btn1 {
    padding: 11px 13px;
    border-radius: 7px;
  }
}
.footer-section .footer-menu-wrap .footer-contact-wrap .primary-btn1::after {
  background-color: var(--white-color);
}
.footer-section .footer-menu-wrap .footer-contact-wrap .primary-btn1:hover {
  color: var(--dark-title-color);
}
.footer-section .footer-menu-wrap .footer-contact-wrap .primary-btn1:hover svg {
  fill: var(--dark-title-color);
}
.footer-section .footer-menu-wrap .footer-widget .widget-title {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .footer-section .footer-menu-wrap .footer-widget .widget-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer-section .footer-menu-wrap .footer-widget .widget-title {
    margin-bottom: 25px;
  }
}
.footer-section .footer-menu-wrap .footer-widget .widget-title h3 {
  font-family: var(--font-spaceGrotesk);
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .footer-section .footer-menu-wrap .footer-widget .widget-title h3 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .footer-section .footer-menu-wrap .footer-widget .widget-title h3 {
    font-size: 24px;
  }
}
.footer-section .footer-menu-wrap .footer-widget .widget-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-section .footer-menu-wrap .footer-widget .widget-list li {
  margin-bottom: 20px;
}
.footer-section .footer-menu-wrap .footer-widget .widget-list li:last-child {
  margin-bottom: 0;
}
.footer-section .footer-menu-wrap .footer-widget .widget-list li a {
  color: #000;
  font-family: var(--font-inter);
  font-size: 14px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.5s;
}
.footer-section .footer-menu-wrap .footer-widget .widget-list li a:hover {
  color: #045bcd;
}
.footer-section .footer-menu-wrap .footer-widget .widget-list li a span {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 3px 8px;
  background-color: var(--primary-color1);
  border-radius: 50px;
}

@media (max-width: 767px) {
  .footer-section .footer-menu-wrap .social-area {
    padding-top: 25px;
  }
}
.footer-section .footer-menu-wrap .social-area h5 {
  color: var(--white-color);
  font-family: var(--font-suse);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 25px;
}
.footer-section .file-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--white-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 25px;
  transition: 0.5s;
}
.footer-section .file-download-btn .icon {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  background-color: #103633;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-section .file-download-btn .icon svg {
  fill: var(--white-color);
}
.footer-section .file-download-btn:hover {
  color: var(--primary-color1);
}
.footer-section .logo-and-sevice-menu-wrap {
  padding: 27px 40px;
  background-color: #103633;
  border: 1px solid rgba(255, 255, 255, 0.0509803922);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .footer-section .logo-and-sevice-menu-wrap {
    padding: 20px 23px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .footer-section .logo-and-sevice-menu-wrap {
    padding: 27px 20px;
    justify-content: center;
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .footer-section .logo-and-sevice-menu-wrap {
    gap: 20px;
    border-radius: 12px;
  }
}
@media (max-width: 576px) {
  .footer-section .logo-and-sevice-menu-wrap {
    border-radius: 7px;
    gap: 20px;
  }
}
.footer-section .logo-and-sevice-menu-wrap .footer-logo img {
  max-width: 150px;
}
.footer-section .logo-and-sevice-menu-wrap .service-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 45px;
}
@media (max-width: 1199px) {
  .footer-section .logo-and-sevice-menu-wrap .service-list {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .footer-section .logo-and-sevice-menu-wrap .service-list {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer-section .logo-and-sevice-menu-wrap .service-list li {
  line-height: 1;
}
.footer-section .logo-and-sevice-menu-wrap .service-list li a {
  color: #a0a0a0;
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: 0.5s;
}
.footer-section .logo-and-sevice-menu-wrap .service-list li a:hover {
  color: var(--white-color);
}
.footer-section .social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer-section .social-list li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0e302d;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  transition: 0.5s;
}
.footer-section .social-list li a:hover {
  background-color: var(--primary-color1);
  color: var(--title-color);
}
.footer-section .social-list li a i {
  font-size: 16px;
}
.footer-section .social-list li a i.bi-twitter-x {
  font-size: 12px;
}
.footer-section .copyright-and-social-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .footer-section .copyright-and-social-area {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
  }
}
@media (max-width: 576px) {
  .footer-section .copyright-and-social-area {
    row-gap: 10px;
  }
}
.footer-section .copyright-and-social-area p {
  color: var(--dark-text-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .footer-section .copyright-and-social-area p {
    text-align: center;
  }
}
.footer-section .copyright-and-social-area p a {
  color: var(--white-color);
  transition: 0.5s;
}
.footer-section .copyright-and-social-area p a:hover {
  color: var(--primary-color1);
}
.footer-section .copyright-and-social-area .terms-condition {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-section .copyright-and-social-area .terms-condition svg {
  fill: #c4c4c4;
}
.footer-section .copyright-and-social-area .terms-condition p {
  color: #c4c4c4;
  font-family: var(--font-dmsans);
  font-size: 14px;
  font-weight: 600;
  line-height: 18.23px;
  margin-bottom: 0;
}
.footer-section .copyright-and-social-area .terms-condition p a {
  color: var(--white-color);
  text-decoration: underline;
  transition: 0.5s;
}
.footer-section .copyright-and-social-area .terms-condition p a:hover {
  color: var(--primary-color3);
}
.footer-section .location-list {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 200px;
  width: 100%;
}
.footer-section .location-list li {
  margin-bottom: 45px;
}
.footer-section .location-list li:last-child {
  margin-bottom: 0;
}
.footer-section .location-list li span {
  color: var(--white-color);
  font-family: var(--font-suse);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .footer-section .location-list li span {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.footer-section .location-list li a {
  color: var(--dark-text-color);
  font-family: var(--font-dmsans);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
  transition: 0.5s;
}
.footer-section .location-list li a:hover {
  color: var(--primary-color3);
}
.footer-section.home2-footer-section {
  background-image: url(../image/start-up2/footer-bg.png);
}
.footer-section.home2-footer-section .footer-contact-wrap {
  position: relative;
}
.footer-section.home2-footer-section .footer-contact-wrap::before {
  content: "";
  position: absolute;
  background-color: #262626;
  width: 1px;
  height: 368px;
  top: -53px;
  right: -10%;
}
@media (max-width: 1399px) {
  .footer-section.home2-footer-section .footer-contact-wrap::before {
    top: -32px;
  }
}
@media (max-width: 1199px) {
  .footer-section.home2-footer-section .footer-contact-wrap::before {
    top: -53px;
    right: -4%;
  }
}
@media (max-width: 991px) {
  .footer-section.home2-footer-section .footer-contact-wrap::before {
    display: none;
  }
}
.footer-section.home2-footer-section .footer-contact-wrap .contact-list .single-contact .icon {
  background: #313131;
  border: 1px solid #535252;
}
.footer-section.home2-footer-section .file-download-btn .icon {
  background-color: #313131;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.footer-section.home2-footer-section .logo-and-sevice-menu-wrap {
  background-color: #313131;
}
.footer-section.home2-footer-section .social-list li a {
  background-color: #313131;
}
.footer-section.home2-footer-section .social-list li a:hover {
  background-color: var(--primary-color1);
}
.footer-section.home2-footer-section .footer-menu-wrap {
  border-bottom: 1px solid #262626;
  padding: 80px 0 40px;
  margin-bottom: 40px;
}
.footer-section.home3-footer-section {
  background-color: unset;
  background-image: unset;
  position: relative;
}
.footer-section.home3-footer-section .file-download-btn {
  margin-bottom: 35px;
}
.footer-section.home3-footer-section .file-download-btn .icon {
  background-color: var(--primary-color1);
}
.footer-section.home3-footer-section .file-download-btn .icon svg {
  fill: var(--title-color);
}
.footer-section.home3-footer-section .footer-menu-wrap {
  background-color: #0a0a0a;
  border-radius: 20px;
  padding: 90px 0 80px 0;
  position: relative;
  z-index: 99;
  overflow: hidden;
}
@media (max-width: 991px) {
  .footer-section.home3-footer-section .footer-menu-wrap {
    padding: 70px 0 60px 10px;
  }
}
@media (max-width: 576px) {
  .footer-section.home3-footer-section .footer-menu-wrap {
    padding: 50px 0 40px 0;
    border-radius: 10px;
  }
}
.footer-section.home3-footer-section .footer-menu-wrap::after {
  content: url(../image/digital-marketing/vector/footer-vector.svg);
  position: absolute;
  top: 6px;
  left: 30%;
  z-index: -1;
}
@media (max-width: 1399px) {
  .footer-section.home3-footer-section .footer-menu-wrap::after {
    left: 20%;
  }
}
@media (max-width: 1199px) {
  .footer-section.home3-footer-section .footer-menu-wrap::after {
    top: -29px;
  }
}
@media (max-width: 991px) {
  .footer-section.home3-footer-section .footer-menu-wrap::after {
    top: -77px;
  }
}
@media (max-width: 767px) {
  .footer-section.home3-footer-section .footer-menu-wrap::after {
    top: -98px;
    left: 1%;
  }
}
@media (max-width: 576px) {
  .footer-section.home3-footer-section .footer-menu-wrap::after {
    display: none;
  }
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 65px;
  margin-bottom: 75px;
  border-bottom: 1px solid #2f2f2f;
}
@media (max-width: 991px) {
  .footer-section.home3-footer-section .footer-menu-wrap .footer-top-area {
    padding-bottom: 55px;
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .footer-section.home3-footer-section .footer-menu-wrap .footer-top-area {
    display: inline-flex;
    flex-wrap: wrap;
    row-gap: 25px;
    padding-bottom: 35px;
    margin-bottom: 40px;
  }
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-top-area .footer-logo-area img {
  margin-bottom: 20px;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-top-area .footer-logo-area h2 {
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 80px;
  line-height: 1.1;
  text-transform: capitalize;
  color: #939393;
  max-width: 606px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .footer-section.home3-footer-section .footer-menu-wrap .footer-top-area .footer-logo-area h2 {
    font-size: 64px;
    max-width: 530px;
  }
}
@media (max-width: 991px) {
  .footer-section.home3-footer-section .footer-menu-wrap .footer-top-area .footer-logo-area h2 {
    font-size: 55px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .footer-section.home3-footer-section .footer-menu-wrap .footer-top-area .footer-logo-area h2 {
    font-size: 45px;
    max-width: 350px;
  }
}
@media (max-width: 576px) {
  .footer-section.home3-footer-section .footer-menu-wrap .footer-top-area .footer-logo-area h2 {
    font-size: 40px;
  }
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-top-area .btn-area .icon a {
  max-width: 131px;
  min-width: 131px;
  height: 131px;
  border: 2px solid #d8d6d6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.7s;
}
@media (max-width: 1199px) {
  .footer-section.home3-footer-section .footer-menu-wrap .footer-top-area .btn-area .icon a {
    max-width: 100px;
    min-width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .footer-section.home3-footer-section .footer-menu-wrap .footer-top-area .btn-area .icon a {
    max-width: 80px;
    min-width: 80px;
    height: 80px;
  }
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-top-area .btn-area .icon a svg {
  fill: #d8d6d6;
  transition: 0.5s;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-top-area .btn-area .icon a:hover {
  border: 2px solid var(--primary-color1);
  box-shadow: inset 0 0 0 10em var(--primary-color1);
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-top-area .btn-area .icon a:hover svg {
  fill: var(--dark-title-color);
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .widget-title {
  margin-bottom: 28px;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .widget-title h3 {
  font-family: var(--font-funnel-display);
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap {
  width: 100%;
  margin-bottom: 40px;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
  display: flex;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form input {
  width: 100%;
  color: var(--white-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  background: transparent;
  border: none;
  line-height: 1;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form input::-moz-placeholder {
  color: #a6a6a6;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form input::placeholder {
  color: #a6a6a6;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form button {
  border: none;
  transition: 0.35s;
  background-color: transparent;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form button svg {
  fill: var(--primary-color1);
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer-section.home3-footer-section .footer-menu-wrap .footer-widget .contact-list {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .footer-section.home3-footer-section .footer-menu-wrap .footer-widget .contact-list {
    margin-bottom: 20px;
  }
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact:last-child {
  margin-bottom: 0;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .icon {
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  border: 1px solid #535252;
  border-radius: 4px;
  background: #313131;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .icon svg {
  fill: var(--white-color);
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content {
  line-height: 1;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content span {
  color: #a0a0a0;
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content a {
  color: var(--white-color);
  font-family: var(--font-inter);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  .footer-section.home3-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content a {
    font-size: 18px;
  }
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content a:hover {
  color: var(--primary-color1);
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .view-map-btn {
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: var(--white-color);
  transition: 0.5s;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  background: linear-gradient(to bottom, var(--white-color) 0%, var(--white-color) 98%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
  padding-bottom: 2px;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .view-map-btn:hover {
  background-size: 0 1px;
  background-position: 0% 100%;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .social-area {
  padding-top: 0;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .social-area h4 {
  font-family: var(--font-funnel-display);
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 35px;
  color: var(--white-color);
}
@media (max-width: 576px) {
  .footer-section.home3-footer-section .footer-menu-wrap .footer-widget .social-area h4 {
    margin-bottom: 15px;
  }
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .social-area .social-list li a {
  background-color: #313131;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .social-area .social-list li a:hover {
  background-color: var(--primary-color1);
}
.footer-section.home3-footer-section .copyright-and-social-area-wrap .copyright-and-social-area p {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: var(--text-color);
  margin-bottom: 0;
}
.footer-section.home3-footer-section .copyright-and-social-area-wrap .copyright-and-social-area p a {
  color: var(--title-color);
  transition: 0.35s;
}
.footer-section.home3-footer-section .copyright-and-social-area-wrap .copyright-and-social-area p a:hover {
  color: var(--primary-color2);
}
.footer-section.home3-footer-section .copyright-and-social-area-wrap .copyright-and-social-area .service-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 576px) {
  .footer-section.home3-footer-section .copyright-and-social-area-wrap .copyright-and-social-area .service-list {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 15px;
    row-gap: 5px;
  }
}
.footer-section.home3-footer-section .copyright-and-social-area-wrap .copyright-and-social-area .service-list li a {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--text-color);
  transition: 0.35s;
}
.footer-section.home3-footer-section .copyright-and-social-area-wrap .copyright-and-social-area .service-list li a:hover {
  color: var(--primary-color2);
}
.footer-section.home4-footer-section {
  background-color: unset;
  background-image: unset;
}
.footer-section.home4-footer-section .divider {
  position: relative;
}
.footer-section.home4-footer-section .divider::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.06);
  top: -65px;
  left: 90%;
  height: 363px;
  width: 1px;
}
@media (max-width: 1199px) {
  .footer-section.home4-footer-section .divider::after {
    top: -55px;
    height: 341px;
  }
}
@media (max-width: 991px) {
  .footer-section.home4-footer-section .divider::after {
    height: 332px;
  }
}
@media (max-width: 767px) {
  .footer-section.home4-footer-section .divider::after {
    left: 94%;
    height: 311px;
    top: -45px;
  }
}
@media (max-width: 576px) {
  .footer-section.home4-footer-section .divider::after {
    display: none;
  }
}
.footer-section .footer-logo-area .footer-logo {
  margin-bottom: 25px;
}
.footer-section.home4-footer-section .footer-logo-area p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #a0a0a0;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .footer-section.home4-footer-section .footer-logo-area p {
    margin-bottom: 30px;
  }
}
.footer-section.home4-footer-section .footer-menu {
  padding: 65px 0 65px 110px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}
@media (max-width: 1199px) {
  .footer-section.home4-footer-section .footer-menu {
    padding: 55px 0 55px 50px;
  }
}
@media (max-width: 991px) {
  .footer-section.home4-footer-section .footer-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }
}
@media (max-width: 767px) {
  .footer-section.home4-footer-section .footer-menu {
    padding: 45px 0 45px 30px;
  }
}
@media (max-width: 767px) {
  .footer-section.home4-footer-section .footer-menu {
    padding: 35px 0 35px 25px;
  }
}
.footer-section.home4-footer-section .footer-contact-area {
  padding: 65px 0 70px 110px;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}
@media (max-width: 1199px) {
  .footer-section.home4-footer-section .footer-contact-area {
    padding: 55px 0 55px 50px;
  }
}
@media (max-width: 767px) {
  .footer-section.home4-footer-section .footer-contact-area {
    padding: 45px 0 68px 30px;
  }
}
.footer-section.home4-footer-section .file-download-btn {
  margin-bottom: 0;
}
.footer-section.home4-footer-section .file-download-btn .icon {
  background-color: var(--primary-color1);
}
.footer-section.home4-footer-section .file-download-btn .icon svg {
  fill: var(--title-color);
}
.footer-section.home4-footer-section .footer-menu-wrap {
  background-color: #0a0a0a;
  border-radius: 20px 20px 0 0;
  position: relative;
  z-index: 99;
  overflow: hidden;
  padding: 0;
  position: relative;
}
@media (max-width: 991px) {
  .footer-section.home4-footer-section .footer-menu-wrap {
    padding: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .footer-section.home4-footer-section .footer-menu-wrap {
    border-radius: 10px 10px 0 0;
  }
}
.footer-section.home4-footer-section .footer-menu-wrap::after {
  content: url(../image/digital-agency/vector/footer-vector1.svg);
  position: absolute;
  left: 0;
  top: unset;
  bottom: 90px;
  z-index: -1;
}
@media (max-width: 1699px) {
  .footer-section.home4-footer-section .footer-menu-wrap::after {
    display: none;
  }
}
.footer-section.home4-footer-section .footer-menu-wrap::before {
  content: url(../image/digital-agency/vector/footer-vector2.svg);
  position: absolute;
  right: 0;
  top: 12px;
}
@media (max-width: 1699px) {
  .footer-section.home4-footer-section .footer-menu-wrap::before {
    display: none;
  }
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 65px;
  margin-bottom: 75px;
  border-bottom: 1px solid #2f2f2f;
}
@media (max-width: 991px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-top-area {
    padding-bottom: 55px;
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-top-area {
    display: inline-flex;
    flex-wrap: wrap;
    row-gap: 25px;
    padding-bottom: 35px;
    margin-bottom: 40px;
  }
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-top-area .footer-logo-area img {
  margin-bottom: 20px;
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-top-area .footer-logo-area h2 {
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 80px;
  line-height: 1.1;
  text-transform: capitalize;
  color: #939393;
  max-width: 606px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-top-area .footer-logo-area h2 {
    font-size: 64px;
    max-width: 530px;
  }
}
@media (max-width: 991px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-top-area .footer-logo-area h2 {
    font-size: 55px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-top-area .footer-logo-area h2 {
    font-size: 45px;
    max-width: 350px;
  }
}
@media (max-width: 576px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-top-area .footer-logo-area h2 {
    font-size: 43px;
  }
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-top-area .btn-area .icon a {
  max-width: 131px;
  min-width: 131px;
  height: 131px;
  border: 2px solid #d8d6d6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.7s;
}
@media (max-width: 1199px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-top-area .btn-area .icon a {
    max-width: 100px;
    min-width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-top-area .btn-area .icon a {
    max-width: 80px;
    min-width: 80px;
    height: 80px;
  }
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-top-area .btn-area .icon a svg {
  fill: #d8d6d6;
  transition: 0.5s;
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-top-area .btn-area .icon a:hover {
  border: 2px solid var(--primary-color1);
  box-shadow: inset 0 0 0 10em var(--primary-color1);
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-top-area .btn-area .icon a:hover svg {
  fill: var(--title-color);
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .widget-title {
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-widget .widget-title {
    margin-bottom: 20px;
  }
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .widget-title h3 {
  font-family: var(--font-funnel-display);
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap {
  width: 100%;
  margin-bottom: 40px;
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
  display: flex;
  align-items: center;
  width: 317px;
  height: 52px;
  padding: 10px 15px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form {
    width: 280px;
  }
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form input {
  width: 100%;
  color: var(--white-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  background: transparent;
  border: none;
  line-height: 1;
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form input::-moz-placeholder {
  color: #a6a6a6;
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form input::placeholder {
  color: #a6a6a6;
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form button {
  border: none;
  transition: 0.35s;
  background-color: transparent;
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form button svg {
  fill: var(--primary-color1);
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-widget .contact-list {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-widget .contact-list {
    margin-bottom: 20px;
  }
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact:last-child {
  margin-bottom: 0;
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .icon {
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  border: 1px solid #535252;
  border-radius: 4px;
  background: #313131;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .icon {
    min-height: 40px;
    max-width: 40px;
    height: 40px;
  }
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .icon svg {
  fill: var(--white-color);
}
@media (max-width: 767px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .icon svg {
    width: 25px;
  }
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content {
  line-height: 1;
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content span {
  color: #a0a0a0;
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content a {
  color: var(--white-color);
  font-family: var(--font-inter);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content a {
    font-size: 17px;
  }
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content a:hover {
  color: var(--primary-color1);
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .view-map-btn {
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: var(--white-color);
  transition: 0.5s;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  background: linear-gradient(to bottom, var(--white-color) 0%, var(--white-color) 98%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
  padding-bottom: 2px;
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .view-map-btn:hover {
  background-size: 0 1px;
  background-position: 0% 100%;
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .social-area {
  padding-top: 0;
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .social-area h4 {
  font-family: var(--font-funnel-display);
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 35px;
  color: var(--white-color);
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .social-area .social-list li a {
  background-color: #313131;
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .social-area .social-list li a:hover {
  background-color: var(--primary-color1);
}
.footer-section.home4-footer-section .footer-btm-area-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.footer-section.home4-footer-section .footer-btm-area-wrap .copyright-and-social-area {
  padding: 35px 0;
}
@media (max-width: 1199px) {
  .footer-section.home4-footer-section .footer-btm-area-wrap .copyright-and-social-area {
    padding: 25px 0;
  }
}
.footer-section.home4-footer-section .footer-btm-area-wrap .copyright-and-social-area p {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #a0a0a0;
  margin-bottom: 0;
}
.footer-section.home4-footer-section .footer-btm-area-wrap .copyright-and-social-area p a {
  color: var(--white-color);
  transition: 0.35s;
}
.footer-section.home4-footer-section .footer-btm-area-wrap .copyright-and-social-area p a:hover {
  color: var(--primary-color1);
}
.footer-section.home4-footer-section .footer-btm-area-wrap .copyright-and-social-area .service-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 576px) {
  .footer-section.home4-footer-section .footer-btm-area-wrap .copyright-and-social-area .service-list {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 15px;
    row-gap: 10px;
  }
}
.footer-section.home4-footer-section .footer-btm-area-wrap .copyright-and-social-area .service-list li a {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #a0a0a0;
  transition: 0.35s;
}
.footer-section.home4-footer-section .footer-btm-area-wrap .copyright-and-social-area .service-list li a:hover {
  color: var(--primary-color1);
}
.footer-section.home5-footer-section {
  background-color: #ededed;
  background-image: unset;
  position: relative;
}
.footer-section.home5-footer-section .file-download-btn .icon {
  background-color: var(--primary-color1);
}
.footer-section.home5-footer-section .file-download-btn .icon svg {
  fill: var(--title-color);
}
.footer-section.home5-footer-section .footer-top-area-wrap {
  padding-top: 100px;
  z-index: 99;
  position: relative;
}
.footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area {
  padding: 40px 50px;
  background-color: #272529;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
@media (max-width: 1399px) {
  .footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area {
    padding: 35px 40px;
  }
}
@media (max-width: 1199px) {
  .footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area {
    padding: 30px 35px;
  }
}
@media (max-width: 991px) {
  .footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area {
    padding: 40px 18px;
    border-radius: 15px;
  }
}
.footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-left-content h2 {
  color: var(--white-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-left-content h2 {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  .footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-left-content h2 {
    font-size: 31px;
    margin-bottom: 8px;
  }
}
@media (max-width: 576px) {
  .footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-left-content h2 {
    font-size: 28px;
  }
}
.footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-left-content p {
  color: var(--dark-text-color);
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}
.footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content .email-area {
  min-width: 507px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content .email-area {
    min-width: 450px;
  }
}
@media (max-width: 576px) {
  .footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content .email-area {
    min-width: unset;
  }
}
.footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content .email-area .form-inner {
  display: flex;
  align-items: center;
  background-color: var(--white-color);
  padding: 1px 5px;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content .email-area .form-inner {
    flex-wrap: wrap;
    background-color: transparent;
    gap: 15px;
  }
}
.footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content .email-area .form-inner input {
  background-color: transparent;
  border: unset;
  color: var(--dark-title-color);
  height: 58px;
}
@media (max-width: 576px) {
  .footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content .email-area .form-inner input {
    background-color: var(--white-color);
    height: 52px;
  }
}
.footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content .email-area .form-inner input::-moz-placeholder {
  color: #545454;
}
.footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content .email-area .form-inner input::placeholder {
  color: #545454;
}
.footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content .email-area .form-inner .primary-btn1 {
  padding: 14px 53px;
}
@media (max-width: 576px) {
  .footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content .email-area .form-inner .primary-btn1 {
    padding: 14px 22px;
  }
}
.footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 576px) {
  .footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content ul {
    gap: 11px;
  }
}
.footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content ul li svg {
  fill: var(--white-color);
}
.footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content ul li {
  color: var(--white-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 576px) {
  .footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content ul li {
    gap: 2px;
    font-size: 13px;
  }
}
.footer-section.home5-footer-section .footer-menu-wrap {
  z-index: 99;
  position: relative;
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer-section.home5-footer-section .footer-menu-wrap .footer-widget .contact-list {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .footer-section.home5-footer-section .footer-menu-wrap .footer-widget .contact-list {
    margin-bottom: 20px;
  }
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact:last-child {
  margin-bottom: 0;
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .icon {
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  border: 1px solid #535252;
  border-radius: 4px;
  background: #313131;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer-section.home5-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .icon {
    min-height: 40px;
    max-width: 40px;
    height: 40px;
  }
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .icon svg {
  fill: var(--white-color);
}
@media (max-width: 767px) {
  .footer-section.home5-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .icon svg {
    width: 25px;
  }
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content {
  line-height: 1;
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content span {
  color: #000;
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content a {
  color: #000;
  font-family: var(--font-inter);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  .footer-section.home5-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .footer-section.home5-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content a {
    font-size: 17px;
  }
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content a:hover {
  color: var(--primary-color1);
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .view-map-btn {
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #000;
  transition: 0.5s;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  background: linear-gradient(to bottom, var(--white-color) 0%, var(--white-color) 98%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
  padding-bottom: 2px;
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .view-map-btn:hover {
  background-size: 0 1px;
  background-position: 0% 100%;
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap {
  width: 100%;
  margin-bottom: 40px;
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form {
  border-radius: 10px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form input {
  width: 100%;
  color: #000;
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  background: transparent;
  border: none;
  line-height: 1;
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form input::-moz-placeholder {
  color: #a6a6a6;
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form input::placeholder {
  color: #a6a6a6;
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form button {
  border: none;
  transition: 0.35s;
  background-color: transparent;
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form button svg {
  fill: var(--primary-color1);
}
.footer-section.home5-footer-section .copyright-and-social-area {
  z-index: 99;
  position: relative;
}
@media (max-width: 991px) {
  .footer-section.home5-footer-section .copyright-and-social-area {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
  }
}
@media (max-width: 1199px) {
  .footer-section.home5-footer-section .copyright-and-social-area .social-list {
    gap: 15px;
  }
}
.footer-section.home5-footer-section .copyright-and-social-area .social-list li a {
  background-color: #313131;
}
.footer-section.home5-footer-section .copyright-and-social-area .social-list li a:hover {
  background-color: var(--primary-color1);
}
.footer-section.home5-footer-section .copyright-and-social-area .service-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .footer-section.home5-footer-section .copyright-and-social-area .service-list {
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .footer-section.home5-footer-section .copyright-and-social-area .service-list {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 15px;
    row-gap: 5px;
    justify-content: center;
  }
}
.footer-section.home5-footer-section .copyright-and-social-area .service-list li a {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--white-color);
  transition: 0.35s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section.home5-footer-section .copyright-and-social-area .service-list li a {
    font-size: 15px;
  }
}
.footer-section.home5-footer-section .copyright-and-social-area .service-list li a:hover {
  color: var(--primary-color1);
}
.footer-section.home5-footer-section .vector-icon {
  position: absolute;
  top: 0;
  left: 38%;
  z-index: 1;
}
@media (max-width: 1199px) {
  .footer-section.home5-footer-section .vector-icon {
    display: none;
  }
}

/*=====================================
  18. Home1 Process Section CSS
========================================*/
.home2-process-section .process-wrapper {
  position: relative;
  z-index: 1;
}
.home2-process-section .process-wrapper .process-slider-area {
  position: relative;
}
.home2-process-section .process-wrapper .process-slider-area .line {
  fill: var(--borders-color);
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1399px) {
  .home2-process-section .process-wrapper .process-slider-area .line {
    width: 1000px;
  }
}
@media (max-width: 1199px) {
  .home2-process-section .process-wrapper .process-slider-area .line {
    width: 900px;
  }
}
@media (max-width: 991px) {
  .home2-process-section .process-wrapper .process-slider-area .line {
    width: 100%;
  }
}
.home2-process-section .process-wrapper .process-slider-area .process-card {
  max-width: 336px;
  margin: 0 auto;
}
.home2-process-section .process-wrapper .process-slider-area .process-card .step-no-and-icon {
  padding-left: 12px;
}
.home2-process-section .process-wrapper .process-slider-area .process-card .step-no-and-icon span {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
}
.home2-process-section .process-wrapper .process-slider-area .process-card .step-no-and-icon .icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--primary-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 14px;
}
.home2-process-section .process-wrapper .process-slider-area .process-card .step-no-and-icon .icon i {
  color: var(--dark-title-color);
  font-size: 15px;
  line-height: 1;
}
.home2-process-section .process-wrapper .process-slider-area .process-card .step-no-and-icon .icon::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 9px;
  background-color: var(--primary-color1);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.home2-process-section .process-wrapper .process-slider-area .process-card .process-content {
  padding: 30px;
  border: 1px solid var(--borders-color);
  border-radius: 10px;
}
@media (max-width: 1399px) {
  .home2-process-section .process-wrapper .process-slider-area .process-card .process-content {
    padding: 30px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home2-process-section .process-wrapper .process-slider-area .process-card .process-content {
    padding: 25px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home2-process-section .process-wrapper .process-slider-area .process-card .process-content {
    padding: 20px 18px;
  }
}
@media (max-width: 576px) {
  .home2-process-section .process-wrapper .process-slider-area .process-card .process-content {
    padding: 25px 15px;
  }
}
.home2-process-section .process-wrapper .process-slider-area .process-card .process-content h3,
.home2-process-section .process-wrapper .process-slider-area .process-card .process-content h5 {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}
.home2-process-section .process-wrapper .process-slider-area .process-card .process-content p {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home2-process-section .process-wrapper .process-slider-area .process-card .process-content p {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .home2-process-section .process-wrapper .process-slider-area .process-card .process-content p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.home2-process-section .process-wrapper .process-slider-area .process-card .process-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.home2-process-section .process-wrapper .process-slider-area .process-card .process-content ul li svg {
  fill: var(--white-color);
}
.home2-process-section .process-wrapper .process-slider-area .process-card .process-content ul li svg circle {
  fill: #e8e8e8;
}
.home2-process-section .process-wrapper .process-slider-area .process-card .process-content ul li {
  color: var(--text-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home2-process-section .process-wrapper .process-slider-area .process-card .process-content ul li {
    font-size: 17px;
  }
}
.home2-process-section .process-wrapper .process-slider-area .process-card .process-content ul li:last-child {
  margin-bottom: 0;
}
.home2-process-section.sass-process-section {
  padding: 0 150px;
}
@media (max-width: 1699px) {
  .home2-process-section.sass-process-section {
    padding: 0 50px;
  }
}
@media (max-width: 1799px) {
  .home2-process-section.sass-process-section {
    padding: 0;
  }
}
.home2-process-section.sass-process-section .section-title h2 {
  margin: unset;
  padding-bottom: 0;
}
.home2-process-section.sass-process-section .process-wrapper {
  background-color: #eef2e9;
  border-radius: 20px;
  padding: 80px 50px;
}
@media (max-width: 1199px) {
  .home2-process-section.sass-process-section .process-wrapper {
    padding: 70px 0;
  }
}
@media (max-width: 576px) {
  .home2-process-section.sass-process-section .process-wrapper {
    padding: 65px 0 70px;
    border-radius: 10px;
  }
}
.home2-process-section.sass-process-section .process-wrapper .process-slider-area .line {
  fill: #e4e4e4;
}
.home2-process-section.sass-process-section .process-wrapper .process-card .process-content {
  background-color: var(--white-color);
  border: 1px solid var(--borders-color);
}
.home2-process-section.sass-process-section .process-wrapper .process-card .process-content ul li svg circle {
  fill: #d4e2a9;
}

/*=====================================
  23. Home2 Footer top section CSS
========================================*/
.home2-footer-top-section {
  background-image: url(../image/start-up2/footer-top-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 703px;
  padding: 147px 0;
}
@media (max-width: 991px) {
  .home2-footer-top-section {
    min-height: unset;
    padding: 100px 0;
  }
}
@media (max-width: 576px) {
  .home2-footer-top-section {
    padding: 80px 0;
  }
}
.home2-footer-top-section .footer-top-wrapper {
  position: relative;
}
.home2-footer-top-section .footer-top-wrapper .footer-top-content {
  max-width: 554px;
  margin: 0 auto;
}
.home2-footer-top-section .footer-top-wrapper .footer-top-content h2 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 48px;
  line-height: 1.3;
  text-align: center;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .home2-footer-top-section .footer-top-wrapper .footer-top-content h2 {
    font-size: 42px;
  }
}
@media (max-width: 576px) {
  .home2-footer-top-section .footer-top-wrapper .footer-top-content h2 {
    font-size: 30px;
  }
}
.home2-footer-top-section .footer-top-wrapper .footer-top-content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: var(--dark-text-color);
  margin-bottom: 45px;
}
.home2-footer-top-section .footer-top-wrapper .footer-top-content p span {
  font-weight: 700;
}
@media (max-width: 576px) {
  .home2-footer-top-section .footer-top-wrapper .footer-top-content p {
    font-size: 15px;
  }
}
.home2-footer-top-section .footer-top-wrapper .footer-top-btn-area {
  display: flex;
  justify-content: center;
}
.home2-footer-top-section .footer-top-wrapper .footer-top-btn-area .primary-btn1::after {
  background-color: var(--white-color);
}
.home2-footer-top-section .footer-top-wrapper .footer-top-btn-area .primary-btn1:hover {
  color: var(--dark-title-color);
}
.home2-footer-top-section .footer-top-wrapper .footer-top-btn-area .primary-btn1:hover svg {
  fill: var(--dark-title-color);
}
@media (max-width: 767px) {
  .home2-footer-top-section .footer-top-wrapper .img-list {
    display: none;
  }
}
.home2-footer-top-section .footer-top-wrapper .img-list li {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease, opacity 0.3s ease;
}
@media (max-width: 991px) {
  .home2-footer-top-section .footer-top-wrapper .img-list li {
    max-width: 150px;
    width: 100%;
  }
}
.home2-footer-top-section .footer-top-wrapper .img-list li img {
  border-radius: 10px;
}
.home2-footer-top-section .footer-top-wrapper .img-list li:nth-child(1) {
  transition-delay: 0.1s;
}
.home2-footer-top-section .footer-top-wrapper .img-list li:nth-child(2) {
  transition-delay: 0.2s;
}
.home2-footer-top-section .footer-top-wrapper .img-list li:nth-child(3) {
  transition-delay: 0.3s;
}
.home2-footer-top-section .footer-top-wrapper .img-list li:nth-child(4) {
  transition-delay: 0.4s;
}
.home2-footer-top-section .footer-top-wrapper .img-list li:nth-child(5) {
  transition-delay: 0.5s;
}
.home2-footer-top-section .footer-top-wrapper .img-list li:nth-child(6) {
  transition-delay: 0.6s;
}
.home2-footer-top-section .footer-top-wrapper .img-list li:nth-child(7) {
  transition-delay: 0.7s;
}
.home2-footer-top-section .footer-top-wrapper.active .img-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.home2-footer-top-section .footer-top-wrapper.active .img-list li {
  opacity: 1;
  visibility: visible;
  transform: unset;
}
.home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(1) {
  bottom: unset;
  top: -25%;
  left: -28%;
}
@media (max-width: 1199px) {
  .home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(1) {
    left: -12%;
  }
}
.home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(2) {
  bottom: unset;
  left: unset;
  top: -25%;
  right: -28%;
}
@media (max-width: 1199px) {
  .home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(2) {
    right: -12%;
  }
}
.home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(3) {
  bottom: unset;
  top: 50%;
  left: -60%;
  transform: translate(0, -50%);
}
@media (max-width: 1399px) {
  .home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(3) {
    left: -55%;
  }
}
@media (max-width: 1199px) {
  .home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(3) {
    left: -28%;
  }
}
.home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(4) {
  bottom: unset;
  left: unset;
  top: 50%;
  right: -60%;
  transform: translate(0, -50%);
}
@media (max-width: 1399px) {
  .home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(4) {
    right: -55%;
  }
}
@media (max-width: 1199px) {
  .home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(4) {
    right: -28%;
  }
}
.home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(5) {
  top: unset;
  bottom: -60%;
  left: -30%;
}
@media (max-width: 1199px) {
  .home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(5) {
    left: -29%;
  }
}
.home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(6) {
  left: unset;
  top: unset;
  bottom: -60%;
  right: -30%;
}
@media (max-width: 1199px) {
  .home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(6) {
    right: -29%;
  }
}
.home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(7) {
  left: unset;
  top: unset;
  bottom: -95%;
  right: 38%;
}
.home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(7) img {
  border-radius: 10px 10px 0 0;
}

/*=====================================
  25. Roadmap Section CSS
========================================*/
.roadmap-section .roadmap-card {
  background: #dfeace;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding: 68px 35px;
  position: relative;
  height: 100%;
  z-index: 99;
}
@media (max-width: 1399px) {
  .roadmap-section .roadmap-card {
    padding: 55px 20px;
  }
}
@media (max-width: 1199px) {
  .roadmap-section .roadmap-card {
    padding: 55px 30px;
  }
}
@media (max-width: 767px) {
  .roadmap-section .roadmap-card {
    padding: 50px 19px;
  }
}
.roadmap-section .roadmap-card .icon {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.roadmap-section .roadmap-card .icon .dark-icon {
  display: block;
}
.roadmap-section .roadmap-card .icon .white-icon {
  display: none;
}
.roadmap-section .roadmap-card h3 {
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  color: var(--title-color);
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .roadmap-section .roadmap-card h3 {
    margin-bottom: 20px;
    font-size: 26px;
    max-width: 250px;
  }
}
.roadmap-section .roadmap-card p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: var(--text-color);
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .roadmap-section .roadmap-card p {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .roadmap-section .roadmap-card p {
    font-size: 16px;
  }
}
.roadmap-section .roadmap-card.two {
  background: #f7f9c8;
}
.roadmap-section .roadmap-card.three {
  background: #f8dec4;
}
.roadmap-section .roadmap-card.four {
  background: #ffe8e5;
}

/*=====================================
  29. Video and counter section CSS
========================================*/
.video-and-counter-section .video-area {
  height: 711px;
}
@media (max-width: 1399px) {
  .video-and-counter-section .video-area {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .video-and-counter-section .video-area {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .video-and-counter-section .video-area {
    height: 300px;
  }
}
.video-and-counter-section video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 767px) {
  .video-and-counter-section video {
    height: 650px;
  }
}
@media (max-width: 576px) {
  .video-and-counter-section video {
    border-radius: 10px 10px 0 0;
  }
}
.video-and-counter-section .counter-area-wrap {
  background-color: #f9f9f9;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .video-and-counter-section .counter-area-wrap {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .video-and-counter-section .counter-area-wrap {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .video-and-counter-section .counter-area-wrap {
    padding: 40px 0;
  }
}
.video-and-counter-section .counter-area-wrap::after {
  content: url(../image/digital-marketing/video-area-vector.png);
  position: absolute;
  top: 0;
  left: 0;
}
.video-and-counter-section .counter-area-wrap .counter-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  gap: 50px;
}
@media (max-width: 991px) {
  .video-and-counter-section .counter-area-wrap .counter-content {
    display: inline-flex;
    flex-wrap: wrap;
    row-gap: 35px;
  }
}
.video-and-counter-section .counter-area-wrap .counter-content .left-content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: var(--text-color);
  margin-bottom: 0;
  max-width: 560px;
}
.video-and-counter-section .counter-area-wrap .counter-content .left-content p span {
  font-weight: 500;
  color: var(--title-color);
}
.video-and-counter-section .counter-area-wrap .counter-content .right-content .primary-btn2 .content {
  padding: 13px 21px;
}
.video-and-counter-section .counter-area-wrap .counter-content .right-content .primary-btn2 .icon {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
}
.video-and-counter-section .counter-area-wrap .counter-wrap {
  padding-top: 33px;
  position: relative;
}
.video-and-counter-section .counter-area-wrap .counter-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
}
.video-and-counter-section .counter-area-wrap .counter-wrap .divider {
  position: relative;
}
.video-and-counter-section .counter-area-wrap .counter-wrap .divider::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  height: 139px;
  width: 1px;
  background: #d9d9d9;
}
@media (max-width: 1199px) {
  .video-and-counter-section .counter-area-wrap .counter-wrap .divider::before {
    height: 124px;
  }
}
@media (max-width: 991px) {
  .video-and-counter-section .counter-area-wrap .counter-wrap .divider::before {
    display: none;
  }
}
.video-and-counter-section .counter-area-wrap .counter-wrap .single-countdown {
  text-align: center;
  display: flex;
  align-items: end;
  gap: 30px;
}
@media (max-width: 1199px) {
  .video-and-counter-section .counter-area-wrap .counter-wrap .single-countdown {
    gap: 20px;
  }
}
.video-and-counter-section .counter-area-wrap .counter-wrap .single-countdown .number {
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-and-counter-section .counter-area-wrap .counter-wrap .single-countdown .number h2,
.video-and-counter-section .counter-area-wrap .counter-wrap .single-countdown .number span {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 74px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .video-and-counter-section .counter-area-wrap .counter-wrap .single-countdown .number h2,
  .video-and-counter-section .counter-area-wrap .counter-wrap .single-countdown .number span {
    font-size: 60px;
  }
}
.video-and-counter-section .counter-area-wrap .counter-wrap .single-countdown span {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 118px;
  text-align: start;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .video-and-counter-section .counter-area-wrap .counter-wrap .single-countdown span {
    font-size: 17px;
    line-height: 1.2;
  }
}

/*=====================================
  31. Home3 Process section CSS
========================================*/
.home3-process-section .section-title.home3-section-title h2 {
  max-width: 350px;
}
.home3-process-section .process-content-wrap .process-content {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .home3-process-section .process-content-wrap .process-content {
    gap: 15px;
  }
}
.home3-process-section .process-content-wrap .process-content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--text-color);
  margin-bottom: 0;
  max-width: 433px;
}
.home3-process-section .process-content-wrap .process-content p span {
  color: var(--title-color);
  font-weight: 500;
}
.home3-process-section .process-content-wrap .process-content .icon svg {
  fill: #d4d4d4;
}
.home3-process-section .process-content-wrap .primary-btn2 .content {
  padding: 12px 20px;
}
.home3-process-section .process-content-wrap .primary-btn2 .icon {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
}
.home3-process-section .process-content-wrap .process-img-area {
  margin-top: 125px;
  max-width: 574px;
  position: relative;
}
@media (max-width: 991px) {
  .home3-process-section .process-content-wrap .process-img-area {
    margin-top: 55px;
  }
}
.home3-process-section .process-content-wrap .process-img-area .process-gif {
  position: absolute;
  bottom: 40px;
  right: 34px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home3-process-section .process-content-wrap .process-img-area .process-gif {
    bottom: 35px;
    right: 26px;
    width: 120px;
  }
}
@media (max-width: 767px) {
  .home3-process-section .process-content-wrap .process-img-area .process-gif {
    bottom: 47px;
    right: 34px;
    width: 130px;
  }
}
@media (max-width: 576px) {
  .home3-process-section .process-content-wrap .process-img-area .process-gif {
    bottom: 20px;
    right: 10px;
    width: 100px;
  }
}
.home3-process-section .process-content-wrap .process-img-area img.dark {
  display: none;
}
.home3-process-section .process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .home3-process-section .process-list {
    max-width: 550px;
  }
}
.home3-process-section .process-list .single-process {
  display: flex;
  gap: 60px;
  margin-bottom: 35px;
}
@media (max-width: 1399px) {
  .home3-process-section .process-list .single-process {
    gap: 50px;
  }
}
@media (max-width: 1199px) {
  .home3-process-section .process-list .single-process {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .home3-process-section .process-list .single-process {
    gap: 15px;
    margin-bottom: 30px;
  }
}
.home3-process-section .process-list .single-process:last-child {
  margin-bottom: 0;
}
.home3-process-section .process-list .single-process:last-child .step-no::after {
  display: none;
}
.home3-process-section .process-list .single-process .step-no {
  max-width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #525252;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background-color 0.35s ease, color 0.35s ease;
}
@media (max-width: 576px) {
  .home3-process-section .process-list .single-process .step-no {
    max-width: 35px;
    min-width: 35px;
    height: 35px;
    font-size: 15px;
  }
}
.home3-process-section .process-list .single-process .step-no span {
  color: var(--title-color);
  font-family: var(--font-funnel-display);
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
.home3-process-section .process-list .single-process .step-no .icon {
  position: absolute;
  top: 45px;
  left: 20px;
  z-index: -1;
}
@media (max-width: 576px) {
  .home3-process-section .process-list .single-process .step-no .icon {
    top: 35px;
    left: 16px;
  }
}
.home3-process-section .process-list .single-process .step-no .icon svg {
  fill: #c8c8c8;
}
.home3-process-section .process-list .single-process .content h3 {
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  color: var(--title-color);
  text-transform: capitalize;
  margin-bottom: 18px;
}
@media (max-width: 576px) {
  .home3-process-section .process-list .single-process .content h3 {
    font-size: 23px;
    margin-bottom: 10px;
  }
}
.home3-process-section .process-list .single-process .content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #595959;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .home3-process-section .process-list .single-process .content p {
    font-size: 14px;
  }
}
.home3-process-section .process-list .single-process.active .step-no {
  background-color: var(--primary-color1);
}
.home3-process-section .process-list .single-process.active .step-no span {
  color: var(--dark-title-color);
}
.home3-process-section.inner-process-section {
  background-color: #f6f8ff;
  padding: 90px 0;
}
.home3-process-section.inner-process-section .section-title h2 {
  max-width: 350px;
}
.home3-process-section.inner-process-section.font-alt .single-process ul li .content h3 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
}
.home3-process-section.inner-process-section .process-list .single-process .step-no .icon {
  z-index: 99;
}

/*=====================================
  32. Home4 Process section CSS
========================================*/
.home4-process-section .section-title p {
  max-width: 446px;
  margin-bottom: 0;
}
.home4-process-section .section-title.home3-section-title h2 {
  margin-bottom: 17px;
}
.home4-process-section .section-title.home3-section-title p {
  margin-bottom: 0;
}
.home4-process-section .view-more-btn::before {
  right: 30%;
}
.home4-process-section .process-section-wrap {
  background: #eef3e9;
  padding: 90px 11%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1699px) {
  .home4-process-section .process-section-wrap {
    padding: 90px 0;
  }
}
@media (max-width: 991px) {
  .home4-process-section .process-section-wrap {
    padding: 70px 0;
    border-radius: 10px;
  }
}
@media (max-width: 576px) {
  .home4-process-section .process-section-wrap {
    padding: 50px 0;
  }
}
.home4-process-section .process-section-wrap::after {
  content: url(../image/digital-agency/process-area-vector.png);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.home4-process-section .process-section-wrap .process-wrapper {
  display: flex;
  align-items: start;
  gap: 30px;
}
@media (max-width: 1699px) {
  .home4-process-section .process-section-wrap .process-wrapper {
    padding: 0 2%;
    gap: 10px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home4-process-section .process-section-wrap .process-wrapper {
    padding: 0 3%;
    gap: 10px;
  }
}
@media (max-width: 1399px) {
  .home4-process-section .process-section-wrap .process-wrapper {
    padding: 0 3.5%;
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .home4-process-section .process-section-wrap .process-wrapper {
    padding: 0 20px;
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .home4-process-section .process-section-wrap .process-wrapper {
    flex-wrap: wrap;
    padding: 0 2%;
  }
}
@media (max-width: 576px) {
  .home4-process-section .process-section-wrap .process-wrapper {
    padding: 0 10px;
  }
}
.home4-process-section .process-section-wrap .process-wrapper .mt-30 {
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .home4-process-section .process-section-wrap .process-wrapper .mt-30 {
    margin-top: 0;
  }
}
.home4-process-section .process-section-wrap .process-wrapper .single-process {
  display: flex;
  gap: 30px;
}
@media (max-width: 1699px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process {
    gap: 5px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process {
    gap: 10px;
  }
}
@media (max-width: 1399px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process {
    gap: 20px;
  }
}
.home4-process-section .process-section-wrap .process-wrapper .single-process .process-card {
  background: #e0e3fb;
  border: 1px solid var(--borders-color);
  padding: 40px 35px;
  border-radius: 15px;
  max-width: 350px;
  min-width: 350px;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 99;
}
@media (max-width: 1699px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card {
    max-width: 300px;
    min-width: 300px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card {
    padding: 45px 20px 35px;
  }
}
@media (max-width: 1399px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card {
    padding: 40px 35px;
    min-width: 350px;
    max-width: 350px;
  }
}
@media (max-width: 1199px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card {
    min-width: 300px;
    max-width: 300px;
    padding: 35px 22px;
  }
}
@media (max-width: 991px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card {
    max-width: 340px;
  }
}
@media (max-width: 767px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card {
    max-width: unset;
  }
}
@media (max-width: 576px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card {
    padding: 40px 20px 30px;
  }
}
.home4-process-section .process-section-wrap .process-wrapper .single-process .process-card .vector {
  fill: var(--white-color);
  position: absolute;
  top: -1px;
  right: -1px;
}
.home4-process-section .process-section-wrap .process-wrapper .single-process .process-card .step-no {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  background-color: var(--white-color);
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
  border-radius: 50px;
  padding: 7px 22px;
  white-space: nowrap;
  position: relative;
  transition: 0.5s;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card .step-no {
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card .step-no {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card .step-no {
    margin-bottom: 30px;
  }
}
.home4-process-section .process-section-wrap .process-wrapper .single-process .process-card .step-no::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 15px;
  height: 15px;
  background-color: var(--white-color);
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
  border-radius: 0 0 4px 0;
  border-top: unset;
  border-left: unset;
  transition: 0.5s;
}
.home4-process-section .process-section-wrap .process-wrapper .single-process .process-card .step-no span {
  color: var(--primary-color2);
  font-family: var(--font-inter);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.51px;
  transition: 0.5s;
}
.home4-process-section .process-section-wrap .process-wrapper .single-process .process-card h3 {
  color: var(--title-color);
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 15px;
  max-width: 150px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.home4-process-section .process-section-wrap .process-wrapper .single-process .process-card p {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card p {
    font-size: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card p {
    font-size: 15px;
  }
}
.home4-process-section .process-section-wrap .process-wrapper .single-process .animated-vector {
  margin-top: 45px;
  min-width: 185px;
}
@media (max-width: 1799px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .animated-vector {
    min-width: 165px;
  }
}
@media (max-width: 1399px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .animated-vector {
    display: none;
  }
}
.home4-process-section .process-section-wrap .process-wrapper .single-process.two .process-card {
  background: #ebdebf;
}
.home4-process-section .process-section-wrap .process-wrapper .single-process.three .process-card {
  background: #c9e8b6;
}
.home4-process-section.style-2 .process-section-wrap {
  background: unset;
  padding: 0 11%;
}
@media (max-width: 1699px) {
  .home4-process-section.style-2 .process-section-wrap {
    padding: 0;
  }
}
.home4-process-section.style-2 .process-section-wrap::after {
  display: none;
}
.home4-process-section.style-3 .process-section-wrap {
  background: unset;
  padding: 0 11%;
}
@media (max-width: 1699px) {
  .home4-process-section.style-3 .process-section-wrap {
    padding: 0;
  }
}
.home4-process-section.style-3 .process-section-wrap::after {
  display: none;
}
.home4-process-section.style-3 .section-title {
  justify-content: unset;
  gap: 142px;
}
.home4-process-section.style-3 .section-title h2 {
  max-width: 350px;
}
.home4-process-section.style-3 .right-content {
  margin-top: 10px;
}
.home4-process-section.style-3 .right-content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  text-align: right;
  color: var(--text-color);
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .home4-process-section.style-3 .right-content p {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .home4-process-section.style-3 .right-content p {
    text-align: left;
  }
}

/*=====================================
  33. Home4 Banner Section CSS
========================================*/
.home4-banner-section {
  position: relative;
  background: url(../image/digital-agency/banner-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home4-banner-section .banner-wrapper {
  padding: 180px 0 50px;
}
@media (max-width: 1199px) {
  .home4-banner-section .banner-wrapper {
    padding: 160px 0 50px;
  }
}
@media (max-width: 991px) {
  .home4-banner-section .banner-wrapper {
    padding: 130px 0 50px;
  }
}
@media (max-width: 576px) {
  .home4-banner-section .banner-wrapper {
    padding: 130px 0 40px;
  }
}
.home4-banner-section .banner-wrapper .batch {
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--white-color);
  background-color: #e07938;
  padding: 10px 15px;
  border-radius: 100px;
  display: inline-flex;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .home4-banner-section .banner-wrapper .batch {
    padding: 8px 13px;
  }
}
.home4-banner-section .banner-wrapper h1 {
  color: var(--title-color);
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 80px;
  line-height: 1.2;
  margin-bottom: 50px;
  margin: 0 auto;
}
@media (max-width: 1699px) {
  .home4-banner-section .banner-wrapper h1 {
    font-size: 65px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home4-banner-section .banner-wrapper h1 {
    font-size: 65px;
  }
}
@media (max-width: 1399px) {
  .home4-banner-section .banner-wrapper h1 {
    font-size: 65px;
    margin-bottom: 25px;
    max-width: 970px;
  }
}
@media (max-width: 1199px) {
  .home4-banner-section .banner-wrapper h1 {
    font-size: 62px;
    max-width: 800px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .home4-banner-section .banner-wrapper h1 {
    font-size: 47px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .home4-banner-section .banner-wrapper h1 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .home4-banner-section .banner-wrapper h1 {
    font-size: 34px;
    margin-bottom: 15px;
  }
}
.home4-banner-section .banner-wrapper p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: var(--text-color);
  max-width: 752px;
  margin: 0 auto;
  margin-bottom: 45px;
}
@media (max-width: 576px) {
  .home4-banner-section .banner-wrapper p {
    margin-bottom: 25px;
    font-size: 16px;
  }
}
.home4-banner-section .banner-wrapper .button-area {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
}
@media (max-width: 767px) {
  .home4-banner-section .banner-wrapper .button-area {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .home4-banner-section .banner-wrapper .button-area {
    flex-flow: column;
    gap: 20px;
  }
}
.home4-banner-section .banner-wrapper .button-area .rating-area {
  display: flex;
  align-items: center;
  gap: 15px;
}
.home4-banner-section .banner-wrapper .button-area .rating-area .review span {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
.home4-banner-section .banner-wrapper .button-area .rating-area .review .light-logo {
  display: block;
}
.home4-banner-section .banner-wrapper .button-area .rating-area .review .dark-logo {
  display: none;
}
.home4-banner-section .banner-wrapper .button-area .rating-area .rating .star {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
  margin-bottom: 9px;
}
.home4-banner-section .banner-wrapper .button-area .rating-area .rating .star li i {
  color: #ff3d2e;
  font-size: 12px;
}
.home4-banner-section .banner-wrapper .button-area .rating-area .rating span {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.home4-banner-section .banner-wrapper .banner-left-content .author-area {
  display: flex;
  align-items: center;
  gap: 13px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home4-banner-section .banner-wrapper .banner-left-content .author-area {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .home4-banner-section .banner-wrapper .banner-left-content .author-area {
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .home4-banner-section .banner-wrapper .banner-left-content .author-area {
    justify-content: center;
  }
}
.home4-banner-section .banner-wrapper .banner-left-content .author-area .author-img-grp {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.home4-banner-section .banner-wrapper .banner-left-content .author-area .author-img-grp li img {
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--dark-white-color);
  margin-left: -20px;
}
@media (max-width: 576px) {
  .home4-banner-section .banner-wrapper .banner-left-content .author-area .author-img-grp li img {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
  }
}
.home4-banner-section .banner-wrapper .banner-left-content .author-area .author-img-grp li:first-child img {
  margin-left: 0;
}
.home4-banner-section .banner-wrapper .banner-left-content .author-area h2 {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  max-width: 175px;
  width: 100%;
}
.home4-banner-section .banner-wrapper .banner-left-content .author-area h2 strong {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}
@media (max-width: 576px) {
  .home4-banner-section .banner-wrapper .banner-left-content .author-area h2 {
    min-width: unset;
  }
}
.home4-banner-section .banner-wrapper .banner-right-content .counter-area {
  display: flex;
  align-items: end;
  justify-content: end;
  gap: 20px;
}
@media (max-width: 991px) {
  .home4-banner-section .banner-wrapper .banner-right-content .counter-area {
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .home4-banner-section .banner-wrapper .banner-right-content .counter-area {
    justify-content: center;
  }
}
.home4-banner-section .banner-wrapper .banner-right-content .counter-area h2 {
  position: relative;
  line-height: 1;
  margin-bottom: 0;
}
.home4-banner-section .banner-wrapper .banner-right-content .counter-area h2 strong {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 74px;
  line-height: 1;
  display: inline-block;
}
@media (max-width: 576px) {
  .home4-banner-section .banner-wrapper .banner-right-content .counter-area h2 strong {
    font-size: 65px;
  }
}
.home4-banner-section .banner-wrapper .banner-right-content .counter-area h2 sup {
  color: var(--title-color);
  font-size: 30px;
  font-weight: 300;
  top: 5px;
  position: absolute;
}
.home4-banner-section .banner-wrapper .banner-right-content .counter-area span {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .home4-banner-section .banner-wrapper .banner-right-content .counter-area span {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media (max-width: 576px) {
  .home4-banner-section .banner-wrapper .banner-right-content .counter-area span {
    font-size: 15px;
  }
}
.home4-banner-section .home4-banner-video {
  position: relative;
  width: 540px;
  height: 340px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .home4-banner-section .home4-banner-video {
    width: 480px;
    height: 280px;
  }
}
@media (max-width: 576px) {
  .home4-banner-section .home4-banner-video {
    width: 330px;
    height: 240px;
  }
}
.home4-banner-section .home4-banner-video video {
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  max-width: 100vw;
  max-height: 100vh;
}
@media (max-width: 576px) {
  .home4-banner-section .home4-banner-video video {
    border-radius: 10px;
  }
}

.home4-banner-video-full {
  height: 100vh;
}
@media (max-width: 991px) {
  .home4-banner-video-full {
    height: unset;
  }
}

/*=====================================
  35. Home4 about us section CSS
========================================*/
.home4-about-us-section .about-us-left-area .img-area {
  margin-bottom: 40px;
  display: flex;
  gap: 97px;
  padding-left: 70px;
}
@media (max-width: 1399px) {
  .home4-about-us-section .about-us-left-area .img-area {
    gap: 50px;
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .home4-about-us-section .about-us-left-area .img-area {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .home4-about-us-section .about-us-left-area .img-area {
    gap: 15px;
  }
}
.home4-about-us-section .about-us-left-area .img-area .left-icon {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}
.home4-about-us-section .about-us-left-area .img-area .left-icon:hover {
  transform: scale(1.15);
}
.home4-about-us-section .about-us-left-area .img-area .left-icon .rotating-icon {
  width: 98px;
  height: auto;
  animation: spin 10s linear infinite;
  transform-origin: center;
  display: inline-block;
  fill: rgba(105, 157, 72, 0.7);
}
@media (max-width: 576px) {
  .home4-about-us-section .about-us-left-area .img-area .left-icon .rotating-icon {
    width: 65px;
  }
}
.home4-about-us-section .about-us-left-area .img-area .right-img img {
  border-radius: 10px;
}
.home4-about-us-section .about-us-left-area .feature-wrap {
  border: 1px solid var(--borders-color);
  border-radius: 20px;
  min-height: 404px;
  max-width: 475px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 576px) {
  .home4-about-us-section .about-us-left-area .feature-wrap {
    border-radius: 10px;
    min-height: 380px;
  }
}
.home4-about-us-section .about-us-left-area .feature-wrap .title-area {
  width: 100%;
  padding: 35px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1399px) {
  .home4-about-us-section .about-us-left-area .feature-wrap .title-area {
    padding: 25px;
  }
}
@media (max-width: 1199px) {
  .home4-about-us-section .about-us-left-area .feature-wrap .title-area {
    padding: 25px 20px;
  }
}
@media (max-width: 576px) {
  .home4-about-us-section .about-us-left-area .feature-wrap .title-area {
    padding: 20px;
  }
}
.home4-about-us-section .about-us-left-area .feature-wrap .title-area h3 {
  color: var(--title-color);
  font-family: var(--font-funnel-display);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 576px) {
  .home4-about-us-section .about-us-left-area .feature-wrap .title-area h3 {
    font-size: 22px;
  }
}
.home4-about-us-section .about-us-left-area .feature-wrap .throwable-box-wrap {
  max-width: 100%;
  width: 100%;
  position: absolute;
  pointer-events: none;
  bottom: 0;
  z-index: 1;
}
.home4-about-us-section .about-us-left-area .feature-wrap .throwable-box-wrap .throwable-item-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 400px;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  .home4-about-us-section .about-us-left-area .feature-wrap .throwable-box-wrap .throwable-item-wrap {
    padding-bottom: 380px;
  }
}
.home4-about-us-section .about-us-left-area .feature-wrap .throwable-box-wrap .throwable-item-wrap > * {
  position: absolute;
  display: inline-block;
  margin-bottom: 0;
  left: 0;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: auto;
  transition: none;
}
.home4-about-us-section .about-us-left-area .feature-wrap .throwable-item {
  color: var(--white-color);
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  background-color: #5aacbe;
  padding: 10px 20px;
  text-align: center;
  border-radius: 25px;
  display: inline-block;
}
@media (max-width: 576px) {
  .home4-about-us-section .about-us-left-area .feature-wrap .throwable-item {
    font-size: 15px;
    padding: 10px 17px;
  }
}
.home4-about-us-section .about-us-left-area .feature-wrap .throwable-item.terracotta {
  background-color: #cd8767;
}
.home4-about-us-section .about-us-left-area .feature-wrap .throwable-item.periwinkle {
  background-color: #7f9add;
}
.home4-about-us-section .about-us-left-area .feature-wrap .throwable-item.muted-green {
  background-color: #539a53;
}
.home4-about-us-section .about-us-left-area .feature-wrap .throwable-item.aqua-green {
  background-color: #6cb9b4;
}
.home4-about-us-section .about-us-left-area .feature-wrap .throwable-item.green {
  background-color: #a0ad4d;
}
.home4-about-us-section .about-us-right-area .section-title {
  display: block;
}
.home4-about-us-section .about-us-right-area .section-title > span {
  display: inline-block;
  margin-bottom: 15px;
}
.home4-about-us-section .about-us-right-area .section-title h2 {
  font-size: 44px;
  font-weight: 400;
  font-family: var(--font-funnel-display);
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .home4-about-us-section .about-us-right-area .section-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .home4-about-us-section .about-us-right-area .section-title h2 {
    font-size: 27px;
  }
}
.home4-about-us-section .about-us-right-area .section-title p {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .home4-about-us-section .about-us-right-area .section-title p {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .home4-about-us-section .about-us-right-area .section-title .primary-btn1 {
    margin-top: 20px;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*=====================================
  36. Home4 service section CSS
========================================*/
.home4-service-section-wrap .gy-75 {
  --bs-gutter-y: 75px;
}
@media (max-width: 991px) {
  .home4-service-section-wrap .gy-75 {
    --bs-gutter-y: 30px;
  }
}
.home4-service-section-wrap .home4-service-section {
  background-color: #eff6ff;
  border-radius: 20px;
  padding: 90px 0;
  position: relative;
}
@media (max-width: 991px) {
  .home4-service-section-wrap .home4-service-section {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .home4-service-section-wrap .home4-service-section {
    border-radius: 10px;
  }
}
@media (max-width: 576px) {
  .home4-service-section-wrap .home4-service-section {
    padding: 50px 0;
  }
}
.home4-service-section-wrap .home4-service-section .service-card-wrap {
  position: relative;
}
.home4-service-section-wrap .home4-service-section .service-card-wrap::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 1320px;
  background-color: #e2e8ed;
  top: 56%;
  left: 0;
}
@media (max-width: 1699px) {
  .home4-service-section-wrap .home4-service-section .service-card-wrap::after {
    width: 1300px;
  }
}
@media (max-width: 1399px) {
  .home4-service-section-wrap .home4-service-section .service-card-wrap::after {
    width: 1115px;
  }
}
@media (max-width: 1199px) {
  .home4-service-section-wrap .home4-service-section .service-card-wrap::after {
    width: 930px;
  }
}
@media (max-width: 991px) {
  .home4-service-section-wrap .home4-service-section .service-card-wrap::after {
    display: none;
  }
}
.home4-service-section-wrap .home4-service-section .service-card-wrap .divider {
  position: relative;
}
.home4-service-section-wrap .home4-service-section .service-card-wrap .divider::after {
  content: "";
  position: absolute;
  background-color: #e2e8ed;
  width: 1px;
  height: 213px;
  top: 0;
  left: -15px;
}
@media (max-width: 1399px) {
  .home4-service-section-wrap .home4-service-section .service-card-wrap .divider::after {
    left: -8px;
  }
}
@media (max-width: 1199px) {
  .home4-service-section-wrap .home4-service-section .service-card-wrap .divider::after {
    display: none;
  }
}
.home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card {
  display: flex;
  gap: 24px;
}
@media (max-width: 1399px) {
  .home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card {
    gap: 15px;
  }
}
@media (max-width: 1199px) {
  .home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card {
    display: block;
  }
}
@media (max-width: 991px) {
  .home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card {
    border: 1px solid #e2e8ed;
    padding: 20px;
    height: 100%;
  }
}
@media (max-width: 576px) {
  .home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card {
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .icon {
    margin-bottom: 15px;
  }
}
.home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .icon svg {
  fill: #d1e0f3;
  transition: 0.5s;
}
.home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .content h2,
.home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .content h3 {
  line-height: 1.4;
  margin-bottom: 25px;
  max-width: 224px;
}
@media (max-width: 1199px) {
  .home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .content h2,
  .home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .content h3 {
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .content h2 a,
.home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .content h3 a {
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 28px;
  color: var(--title-color);
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1.5px;
  background-position: right 95%;
  transition: background-size 0.75s;
}
.home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .content h2 a:hover,
.home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .content h3 a:hover {
  background-size: 100% 1.5px;
  background-position: 0 95%;
}
@media (max-width: 1199px) {
  .home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .content h2 a,
  .home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .content h3 a {
    font-size: 26px;
  }
}
.home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color);
  margin-bottom: 45px;
  max-width: 331px;
}
@media (max-width: 1199px) {
  .home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .content p {
    margin-bottom: 30px;
  }
}
.home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .content .view-details-btn {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  color: var(--title-color);
  position: relative;
  transition: 0.35s;
}
.home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .content .view-details-btn .arrow {
  fill: var(--title-color);
  transition: 0.35s;
}
.home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .content .view-details-btn:hover .arrow {
  transform: rotate(45deg);
}
.home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card:hover .icon svg {
  fill: #0f3d3a;
}
.home4-service-section-wrap .home4-service-section .vector1 {
  position: absolute;
  top: 70px;
  left: 0;
}
@media (max-width: 1699px) {
  .home4-service-section-wrap .home4-service-section .vector1 {
    display: none;
  }
}
.home4-service-section-wrap .home4-service-section .vector1 svg path {
  stroke: #cfe4ff;
}
.home4-service-section-wrap .home4-service-section .vector2 {
  position: absolute;
  top: unset;
  bottom: 20%;
  right: 0;
}
@media (max-width: 1699px) {
  .home4-service-section-wrap .home4-service-section .vector2 {
    display: none;
  }
}
.home4-service-section-wrap .home4-service-section .vector2 svg path {
  stroke: #cfe4ff;
}
.home4-service-section-wrap.style-2 .home4-service-section {
  background-color: unset;
  padding: unset;
}
.home4-service-section-wrap.style-2 .home4-service-section::before {
  display: none;
}
.home4-service-section-wrap.style-2 .home4-service-section::after {
  display: none;
}
.home4-service-section-wrap.style-2 .home4-service-section .service-card-wrap .single-service-card .content h2 {
  line-height: 1.1;
}
.home4-service-section-wrap.font-alt .home4-service-section .service-card-wrap .single-service-card .content h2 a {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
}

/*=====================================
  37. Home4 portfolio section CSS
========================================*/
.home4-portfolio-section .section-title.home4-section-title p {
  max-width: 380px;
  margin-bottom: 0;
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard {
  background: #fff3ee;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  margin-bottom: 20px;
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content {
  padding: 70px 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content {
    padding: 70px 80px;
  }
}
@media (max-width: 1199px) {
  .home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content {
    padding: 60px 50px;
  }
}
@media (max-width: 991px) {
  .home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content {
    padding: 80px 70px;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content {
    padding: 60px 50px;
  }
}
@media (max-width: 576px) {
  .home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content {
    padding: 30px 20px;
    gap: 20px;
  }
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-top h2,
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-top h3 {
  margin-bottom: 13px;
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-top h2 a,
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-top h3 a {
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  color: var(--title-color);
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1.5px;
  background-position: right 95%;
  transition: background-size 0.75s;
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-top h2 a:hover,
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-top h3 a:hover {
  background-size: 100% 1.5px;
  background-position: 0 95%;
}
@media (max-width: 576px) {
  .home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-top h2 a,
  .home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-top h3 a {
    font-size: 26px;
  }
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-top p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-top p {
    margin-bottom: 25px;
  }
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 14px;
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-top ul li {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--title-color);
  padding: 5px 15px;
  border: 1px solid #d6d6d6;
  border-radius: 20px;
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-btm .view-details-btn {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  color: var(--title-color);
  position: relative;
  transition: 0.35s;
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-btm .view-details-btn .arrow {
  fill: var(--title-color);
  transition: 0.35s;
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-btm .view-details-btn:hover .arrow {
  transform: rotate(45deg);
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-img {
  width: 100%;
  height: 100%;
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-img img {
  border-radius: 0px 10px 10px 0px;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-img img {
    border-radius: 0 0 10px 10px;
  }
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard.two {
  background: #faffd8;
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard.three {
  background: #e8fffd;
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard.four {
  background: #f0ffe9;
}
.home4-portfolio-section .contact-area {
  display: flex;
  justify-content: space-between;
  text-align: center;
  border: 1px solid #eeeeee;
  padding: 15px 20px;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .home4-portfolio-section .contact-area {
    padding: 10px;
    border-radius: 7px;
  }
}
.home4-portfolio-section .contact-area h4 {
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: var(--title-color);
  margin-bottom: 0;
  max-width: 250px;
  text-align: start;
  padding-left: 20px;
}
@media (max-width: 576px) {
  .home4-portfolio-section .contact-area h4 {
    font-size: 16px;
    max-width: 150px;
    padding-left: 0;
  }
}
.home4-portfolio-section .contact-area .primary-btn1 {
  padding: 14px 21px;
}
@media (max-width: 576px) {
  .home4-portfolio-section .contact-area .primary-btn1 {
    padding: 8px 12px;
  }
}
.home4-portfolio-section.style-2 .porfolio-card-wrapper .portfolioCard {
  background: var(--white-color);
}

/*=====================================
  38. Breadcrumb Section CSS
========================================*/
.breadcrumb-section {
  padding: 135px 0 0;
}
@media (max-width: 767px) {
  .breadcrumb-section {
    padding: 115px 0 0;
  }
}
.breadcrumb-section .breadcrumb-content h1 {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 20px;
  max-width: 700px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .breadcrumb-section .breadcrumb-content h1 {
    font-size: 55px;
  }
}
@media (max-width: 1399px) {
  .breadcrumb-section .breadcrumb-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-section .breadcrumb-content h1 {
    font-size: 40px;
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-section .breadcrumb-content h1 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .breadcrumb-section .breadcrumb-content h1 {
    font-size: 32px;
  }
}
.breadcrumb-section .breadcrumb-content .breadcrumb-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  .breadcrumb-section .breadcrumb-content .breadcrumb-list {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .breadcrumb-section .breadcrumb-content .breadcrumb-list {
    margin-bottom: 15px;
    display: inline-flex;
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.breadcrumb-section .breadcrumb-content .breadcrumb-list li {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .breadcrumb-section .breadcrumb-content .breadcrumb-list li {
    font-size: 15px;
    gap: 12px;
  }
}
.breadcrumb-section .breadcrumb-content .breadcrumb-list li svg {
  fill: var(--text-color);
  min-width: 25px;
}
@media (max-width: 576px) {
  .breadcrumb-section .breadcrumb-content .breadcrumb-list li svg {
    min-width: 20px;
  }
}
.breadcrumb-section .breadcrumb-content .breadcrumb-list li a {
  color: var(--text-color);
  transition: 0.5s;
}
.breadcrumb-section .breadcrumb-content .breadcrumb-list li a:hover {
  color: var(--text-color);
}
.breadcrumb-section .breadcrumb-content .para {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 100px;
}
@media (max-width: 767px) {
  .breadcrumb-section .breadcrumb-content .para {
    padding-left: 55px;
  }
}
@media (max-width: 576px) {
  .breadcrumb-section .breadcrumb-content .para {
    padding-left: 0;
    gap: 10px;
  }
}
.breadcrumb-section .breadcrumb-content .para svg {
  fill: #0f3d3a;
}
.breadcrumb-section .breadcrumb-content .para p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--text-color);
  margin-bottom: 0;
  max-width: 700px;
}
@media (max-width: 576px) {
  .breadcrumb-section .breadcrumb-content .para p {
    font-size: 16px;
  }
}
.breadcrumb-section .breadcrumd-title .breadcrumb-content h1 {
  margin-bottom: 10px;
}
.breadcrumb-section .breadcrumd-title .breadcrumb-content h2 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 40px;
}
.breadcrumb-section .breadcrumd-title .breadcrumb-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
@media (max-width: 991px) {
  .breadcrumb-section .breadcrumd-title .breadcrumb-social {
    display: none;
  }
}
.breadcrumb-section .breadcrumd-title .breadcrumb-social .social-title {
  display: flex;
  align-items: center;
  gap: 5px;
  writing-mode: sideways-rl;
  line-height: 1;
  margin-bottom: 30px;
}
.breadcrumb-section .breadcrumd-title .breadcrumb-social .social-title h3 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--title-color);
  margin: 0;
}
.breadcrumb-section .breadcrumd-title .breadcrumb-social .social-title svg {
  writing-mode: sideways-rl;
  fill: #c8c8c8;
}
.breadcrumb-section .breadcrumd-title .breadcrumb-social .social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.breadcrumb-section .breadcrumd-title .breadcrumb-social .social-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 0.5px solid #595959;
  transition: 0.7s;
}
.breadcrumb-section .breadcrumd-title .breadcrumb-social .social-list li a svg {
  fill: #525252;
  transition: 0.7s;
}
.breadcrumb-section .breadcrumd-title .breadcrumb-social .social-list li a:hover {
  background-color: var(--primary-color1);
}
.breadcrumb-section .breadcrumd-title .breadcrumb-social .social-list li a:hover svg {
  fill: var(--title-color);
}
.breadcrumb-section.style-2 .breadcrumb-content h1 {
  max-width: 658px;
}
@media (max-width: 991px) {
  .breadcrumb-section.style-2 .breadcrumb-content h1 {
    max-width: 480px;
  }
}
.breadcrumb-section.style-2 .breadcrumb-content p {
  max-width: 428px;
}
@media (max-width: 576px) {
  .breadcrumb-section.style-2 .breadcrumb-content p {
    max-width: 308px;
  }
}
.breadcrumb-section.style-3 .breadcrumb-content h1 {
  max-width: 729px;
}
@media (max-width: 991px) {
  .breadcrumb-section.style-3 .breadcrumb-content h1 {
    max-width: 650px;
  }
}
.breadcrumb-section.style-3 .breadcrumb-content p {
  max-width: 416px;
}
.breadcrumb-section.style-4 .breadcrumb-content h1 {
  max-width: 728px;
}
@media (max-width: 991px) {
  .breadcrumb-section.style-4 .breadcrumb-content h1 {
    max-width: 550px;
  }
}
.breadcrumb-section.style-4 .breadcrumb-content p {
  max-width: 428px;
}

.pagination-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .pagination-area {
    gap: 10px;
  }
}
.pagination-area .paginations {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 576px) {
  .pagination-area .paginations {
    gap: 15px;
  }
}
.pagination-area .paginations .page-item a {
  color: #595959;
  font-family: var(--font-inter);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
@media (max-width: 576px) {
  .pagination-area .paginations .page-item a {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}
.pagination-area .paginations .page-item a:hover {
  background-color: var(--primary-color1);
  color: var(--title-color);
}
.pagination-area .paginations .page-item.active a {
  background-color: var(--primary-color1);
  border: 1px solid var(--primary-color1);
  color: var(--title-color);
}
.pagination-area .paginations-button a {
  padding: 11px 20px;
  border-radius: 6px;
  background-color: var(--title-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--white-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: 0.7s;
}
.pagination-area .paginations-button a svg {
  fill: var(--white-color);
  transition: 0.7s;
}
.pagination-area .paginations-button a:hover {
  background-color: var(--primary-color1);
  color: var(--title-color);
}
.pagination-area .paginations-button a:hover svg {
  fill: var(--title-color);
}

/*=====================================
  40. Inner Banner card section CSS
========================================*/
.inner-banner-card-section {
  position: relative;
  min-height: 622px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .inner-banner-card-section {
    min-height: 500px;
  }
}
@media (max-width: 991px) {
  .inner-banner-card-section {
    min-height: 450px;
  }
}
.inner-banner-card-section .img-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
}
.inner-banner-card-section .img-area img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-banner-card-section .counter-wrap {
  position: absolute;
  z-index: 99;
  top: unset;
  bottom: 0;
  right: 15%;
  display: flex;
  align-items: end;
  background-color: var(--primary-color2);
  border-radius: 10px 10px 0 0;
  padding: 45px 40px;
  gap: 114px;
}
@media (max-width: 1399px) {
  .inner-banner-card-section .counter-wrap {
    right: 7%;
  }
}
@media (max-width: 767px) {
  .inner-banner-card-section .counter-wrap {
    gap: 50px;
    padding: 35px 30px;
  }
}
@media (max-width: 576px) {
  .inner-banner-card-section .counter-wrap {
    padding: 25px 15px;
    right: 5%;
    gap: 20px;
  }
}
.inner-banner-card-section .counter-wrap .counter-area {
  position: relative;
}
.inner-banner-card-section .counter-wrap .counter-area::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -36%;
  background-color: #687c5a;
  height: 88px;
  width: 1px;
}
@media (max-width: 767px) {
  .inner-banner-card-section .counter-wrap .counter-area::after {
    right: -10%;
  }
}
@media (max-width: 576px) {
  .inner-banner-card-section .counter-wrap .counter-area::after {
    right: 3%;
  }
}
.inner-banner-card-section .counter-wrap .counter-area:last-child::after {
  display: none;
}
.inner-banner-card-section .counter-wrap .counter-area .counter-content {
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  height: 100%;
}
@media (max-width: 576px) {
  .inner-banner-card-section .counter-wrap .counter-area .counter-content {
    gap: 30px;
  }
}
.inner-banner-card-section .counter-wrap .counter-area .counter-content .number {
  display: flex;
  align-items: center;
}
.inner-banner-card-section .counter-wrap .counter-area .counter-content .number h2,
.inner-banner-card-section .counter-wrap .counter-area .counter-content .number span {
  color: var(--primary-color1);
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .inner-banner-card-section .counter-wrap .counter-area .counter-content .number h2,
  .inner-banner-card-section .counter-wrap .counter-area .counter-content .number span {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .inner-banner-card-section .counter-wrap .counter-area .counter-content .number h2,
  .inner-banner-card-section .counter-wrap .counter-area .counter-content .number span {
    font-size: 30px;
  }
}
.inner-banner-card-section .counter-wrap .counter-area .counter-content p {
  color: var(--primary-color1);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
  width: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inner-banner-card-section .counter-wrap .counter-area .counter-content p {
    font-size: 15px;
  }
}
.inner-banner-card-section.style-2 .counter-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 71px;
  background-color: var(--white-color);
}
.inner-banner-card-section.style-2 .counter-wrap::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 48%;
  background-color: var(--borders-color);
  height: 262px;
  width: 1px;
}
@media (max-width: 767px) {
  .inner-banner-card-section.style-2 .counter-wrap::after {
    left: 47%;
    top: 40px;
  }
}
@media (max-width: 576px) {
  .inner-banner-card-section.style-2 .counter-wrap::after {
    height: 203px;
    top: 25px;
  }
}
.inner-banner-card-section.style-2 .counter-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50px;
  background-color: var(--borders-color);
  width: 284px;
  height: 1px;
}
@media (max-width: 767px) {
  .inner-banner-card-section.style-2 .counter-wrap::before {
    left: 20px;
    width: 264px;
  }
}
@media (max-width: 576px) {
  .inner-banner-card-section.style-2 .counter-wrap::before {
    width: 230px;
  }
}
@media (max-width: 1199px) {
  .inner-banner-card-section.style-2 .counter-wrap {
    row-gap: 50px;
  }
}
@media (max-width: 576px) {
  .inner-banner-card-section.style-2 .counter-wrap {
    row-gap: 30px;
    padding: 18px 28px;
  }
}
.inner-banner-card-section.style-2 .counter-wrap .counter-area {
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.inner-banner-card-section.style-2 .counter-wrap .counter-area .counter-content {
  gap: 20px;
}
.inner-banner-card-section.style-2 .counter-wrap .counter-area .counter-content .number h2,
.inner-banner-card-section.style-2 .counter-wrap .counter-area .counter-content .number span {
  color: var(--title-color);
  font-size: 46px;
}
@media (max-width: 576px) {
  .inner-banner-card-section.style-2 .counter-wrap .counter-area .counter-content .number h2,
  .inner-banner-card-section.style-2 .counter-wrap .counter-area .counter-content .number span {
    font-size: 35px;
  }
}
.inner-banner-card-section.style-2 .counter-wrap .counter-area .counter-content p {
  color: var(--title-color);
  font-size: 14px;
  width: 96px;
}
.inner-banner-card-section.style-2 .counter-wrap .counter-area::after {
  display: none;
}

/*=====================================
  42. News & article sidebar area CSS
========================================*/
.news-article-sidebar-area {
  border: 1px solid var(--borders-color);
  border-radius: 10px;
  padding: 30px;
  max-width: 372px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .news-article-sidebar-area {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .news-article-sidebar-area {
    margin: unset;
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .news-article-sidebar-area {
    padding: 20px;
  }
}
.news-article-sidebar-area .widget-title {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 24px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .news-article-sidebar-area .widget-title {
    margin-bottom: 20px;
  }
}
.news-article-sidebar-area .search-box {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.news-article-sidebar-area .search-box input {
  width: 100%;
  padding: 8px 20px;
  color: #9b9b9b;
  font-family: var(--font-inter);
  font-size: 14px;
  height: 52px;
  border: 1px solid var(--borders-color);
  border-right: unset;
  border-radius: 10px 0 0 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-article-sidebar-area .search-box input {
    padding: 8px 15px;
  }
}
.news-article-sidebar-area .search-box input:focus {
  border: 1px solid #ddd;
}
.news-article-sidebar-area .search-box input::-moz-placeholder {
  color: rgba(var(--title-color-opc), 0.4);
}
.news-article-sidebar-area .search-box input::placeholder {
  color: rgba(var(--title-color-opc), 0.4);
}
.news-article-sidebar-area .search-box button {
  background-color: var(--title-color);
  min-width: 56px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 0 10px 10px 0;
}
.news-article-sidebar-area .search-box button::after {
  position: absolute;
  content: "";
  display: block;
  left: 15%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  border-radius: 2px;
  background-color: var(--black-color);
  transform: skewX(45deg) scale(0, 1);
  z-index: -1;
  transition: all 0.5s ease-out 0s;
}
.news-article-sidebar-area .search-box button i {
  color: var(--white-color);
  font-size: 22px;
  transition: 0.5s;
}
@media (max-width: 576px) {
  .news-article-sidebar-area .search-box button {
    min-width: 70px;
  }
}
.news-article-sidebar-area .search-box button:hover::after {
  transform: skewX(45deg) scale(1, 1);
}
.news-article-sidebar-area .single-widget {
  padding: 35px 30px;
  border: 1px solid var(--borders-color);
  border-radius: 10px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .news-article-sidebar-area .single-widget {
    padding: 30px 20px;
  }
}
@media (max-width: 1199px) {
  .news-article-sidebar-area .single-widget {
    padding: 25px 15px;
  }
}
@media (max-width: 576px) {
  .news-article-sidebar-area .single-widget {
    padding: 30px 15px;
  }
}
.news-article-sidebar-area .single-widget .category-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.news-article-sidebar-area .single-widget .category-list li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  transition: 0.5s;
}
.news-article-sidebar-area .single-widget .category-list li:last-child {
  margin-bottom: 0;
}
.news-article-sidebar-area .single-widget .category-list li a {
  transition: 0.5s;
}
.news-article-sidebar-area .single-widget .category-list li a span {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.5s;
}
.news-article-sidebar-area .single-widget .category-list li a span svg {
  fill: rgba(var(--title-color-opc), 0.7);
  transition: 0.5s;
}
.news-article-sidebar-area .single-widget .category-list li:hover a span {
  color: var(--title-color);
}
.news-article-sidebar-area .single-widget .category-list li:hover a span svg {
  fill: var(--title-color);
}
.news-article-sidebar-area .single-widget .recent-post-widget {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1199px) {
  .news-article-sidebar-area .single-widget .recent-post-widget {
    gap: 10px;
  }
}
.news-article-sidebar-area .single-widget .recent-post-widget .recent-post-img img {
  min-width: 65px;
  max-width: 65px;
  height: 92px;
  border-radius: 6px;
}
.news-article-sidebar-area .single-widget .recent-post-widget .recent-post-content > a {
  color: #585858;
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  display: block;
  transition: 0.7s;
}
.news-article-sidebar-area .single-widget .recent-post-widget .recent-post-content > a:hover {
  color: var(--title-color);
}
.news-article-sidebar-area .single-widget .recent-post-widget .recent-post-content h4,
.news-article-sidebar-area .single-widget .recent-post-widget .recent-post-content h5 {
  margin-bottom: 10px;
  line-height: 1;
}
.news-article-sidebar-area .single-widget .recent-post-widget .recent-post-content h4 a,
.news-article-sidebar-area .single-widget .recent-post-widget .recent-post-content h5 a {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: right 95%;
  transition: background-size 0.75s;
}
.news-article-sidebar-area .single-widget .recent-post-widget .recent-post-content h4 a:hover,
.news-article-sidebar-area .single-widget .recent-post-widget .recent-post-content h5 a:hover {
  background-size: 100% 1px;
  background-position: 0 95%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-article-sidebar-area .single-widget .recent-post-widget .recent-post-content h4 a,
  .news-article-sidebar-area .single-widget .recent-post-widget .recent-post-content h5 a {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .news-article-sidebar-area .single-widget .recent-post-widget .recent-post-content h4 a,
  .news-article-sidebar-area .single-widget .recent-post-widget .recent-post-content h5 a {
    font-size: 15px;
  }
}
.news-article-sidebar-area .single-widget .tag-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  row-gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1399px) {
  .news-article-sidebar-area .single-widget .tag-list {
    gap: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-article-sidebar-area .single-widget .tag-list {
    gap: 14px;
  }
}
@media (max-width: 576px) {
  .news-article-sidebar-area .single-widget .tag-list {
    gap: 5px;
    row-gap: 5px;
  }
}
.news-article-sidebar-area .single-widget .tag-list li a {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 1;
  padding: 9px 12px;
  border-radius: 6px;
  text-transform: capitalize;
  background: #f3ffef;
  border: 1px solid var(--borders-color);
  transition: 0.5s;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .news-article-sidebar-area .single-widget .tag-list li a {
    padding: 9px 11px;
  }
}
@media (max-width: 1199px) {
  .news-article-sidebar-area .single-widget .tag-list li a {
    padding: 8px;
  }
}
@media (max-width: 576px) {
  .news-article-sidebar-area .single-widget .tag-list li a {
    padding: 8px 9px;
  }
}
.news-article-sidebar-area .single-widget .tag-list li:hover a {
  color: var(--dark-black-color);
  background-color: var(--primary-color1);
}

/*=====================================
  43. Service details page CSS
========================================*/
.service-details-page .service-details-thumb-img img {
  border-radius: 10px;
}
@media (max-width: 576px) {
  .service-details-page .service-details-thumb-img img {
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.service-details-page .service-details-content-wrap .service-details-title h2 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .service-details-page .service-details-content-wrap .service-details-title h2 {
    font-size: 27px;
  }
}
.service-details-page .service-details-content-wrap .details-content h3 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 20px;
}
.service-details-page .service-details-content-wrap .details-content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--text-color);
  margin-bottom: 0;
}
.service-details-page .service-details-content-wrap .details-content .approach-list {
  margin: 0;
  padding: 0;
  list-style: disc;
  padding-left: 20px;
}
.service-details-page .service-details-content-wrap .details-content .approach-list li {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--text-color);
  margin-bottom: 18px;
}
.service-details-page .service-details-content-wrap .details-content .approach-list li:last-child {
  margin-bottom: 0;
}
.service-details-page .service-details-content-wrap .service-details-img img {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .service-details-page .service-details-content-wrap .service-details-img img {
    width: 100%;
  }
}
.service-details-page .service-details-content-wrap .key-features-area .key-features-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 991px) {
  .service-details-page .service-details-content-wrap .key-features-area .key-features-list {
    display: inline-flex;
    flex-wrap: wrap;
  }
}
.service-details-page .service-details-content-wrap .key-features-area .key-features-list li {
  border-radius: 10px;
  background-color: #e7e9fa;
  padding: 40px 35px;
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 0;
  border: 1px solid var(--borders-color);
}
@media (max-width: 1399px) {
  .service-details-page .service-details-content-wrap .key-features-area .key-features-list li {
    padding: 35px 25px;
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .service-details-page .service-details-content-wrap .key-features-area .key-features-list li {
    padding: 25px 15px;
  }
}
@media (max-width: 991px) {
  .service-details-page .service-details-content-wrap .key-features-area .key-features-list li {
    max-width: 160px;
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .service-details-page .service-details-content-wrap .key-features-area .key-features-list li {
    max-width: 155px;
    padding: 20px 10px;
  }
}
.service-details-page .service-details-content-wrap .key-features-area .key-features-list li:nth-child(even) {
  margin-top: 55px;
}
@media (max-width: 991px) {
  .service-details-page .service-details-content-wrap .key-features-area .key-features-list li:nth-child(even) {
    margin-top: 0;
  }
}
.service-details-page .service-details-content-wrap .key-features-area .key-features-list li.two {
  background-color: unset;
}
.service-details-page .service-details-content-wrap .key-features-area .key-features-list li.three {
  background-color: #fef7cf;
}
.service-details-page .service-details-content-wrap .key-features-area .key-features-list li.four {
  background-color: #e9ffdd;
}
.service-details-page .service-details-content-wrap .why-choose-area-wrap {
  position: relative;
}
.service-details-page .service-details-content-wrap .why-choose-area-wrap::before {
  content: "";
  position: absolute;
  background-color: var(--borders-color);
  height: 100%;
  width: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .service-details-page .service-details-content-wrap .why-choose-area-wrap::before {
    display: none;
  }
}
.service-details-page .service-details-content-wrap .why-choose-area-wrap .why-choose-area .why-choose-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-details-page .service-details-content-wrap .why-choose-area-wrap .why-choose-area .why-choose-list li {
  display: flex;
  gap: 20px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--borders-color);
}
@media (max-width: 1199px) {
  .service-details-page .service-details-content-wrap .why-choose-area-wrap .why-choose-area .why-choose-list li {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .service-details-page .service-details-content-wrap .why-choose-area-wrap .why-choose-area .why-choose-list li {
    margin-bottom: 0;
    border-bottom: unset;
  }
}
@media (max-width: 576px) {
  .service-details-page .service-details-content-wrap .why-choose-area-wrap .why-choose-area .why-choose-list li {
    gap: 10px;
    padding-bottom: 20px;
  }
}
.service-details-page .service-details-content-wrap .why-choose-area-wrap .why-choose-area .why-choose-list li:last-child {
  margin-bottom: 0;
  border-bottom: unset;
}
.service-details-page .service-details-content-wrap .why-choose-area-wrap .why-choose-area .why-choose-list li .icon svg {
  fill: #01aa26;
}
.service-details-page .service-details-content-wrap .why-choose-area-wrap .why-choose-area .why-choose-list li .content p {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-transform: capitalize;
  color: var(--text-color);
  margin-bottom: 0;
  max-width: 549px;
}
@media (max-width: 1199px) {
  .service-details-page .service-details-content-wrap .why-choose-area-wrap .why-choose-area .why-choose-list li .content p {
    max-width: 408px;
  }
}
.service-details-page .service-details-content-wrap .why-choose-area-wrap .why-choose-area .why-choose-list li .content p span {
  color: var(--title-color);
}

/*=====================================
  44. Industries details page CSS
========================================*/
.industries-details-page .industries-details-thumb-img img {
  border-radius: 10px;
}
@media (max-width: 576px) {
  .industries-details-page .industries-details-thumb-img img {
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.industries-details-page .industries-details-content-wrap .industries-details-title h2 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 36px;
  line-height: 1.3;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .industries-details-page .industries-details-content-wrap .industries-details-title h2 {
    font-size: 26px;
  }
}
.industries-details-page .industries-details-content-wrap .details-content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-color);
  margin-bottom: 25px;
}
.industries-details-page .industries-details-content-wrap .details-content p:last-child {
  margin-bottom: 0;
}
.industries-details-page .industries-details-content-wrap .details-content h3 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 23px;
}
.industries-details-page .industries-details-content-wrap .details-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.industries-details-page .industries-details-content-wrap .details-content ul li {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--text-color);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.industries-details-page .industries-details-content-wrap .details-content ul li:last-child {
  margin-bottom: 0;
}
.industries-details-page .industries-details-content-wrap .details-content ul li svg {
  fill: var(--text-color);
}
.industries-details-page .industries-details-content-wrap .industries-details-img img {
  border-radius: 10px;
}
.industries-details-page .industries-details-content-wrap .tag-navigation-area .tag-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .industries-details-page .industries-details-content-wrap .tag-navigation-area .tag-list {
    display: inline-flex;
    flex-wrap: wrap;
  }
}
.industries-details-page .industries-details-content-wrap .tag-navigation-area .tag-list li a {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: var(--dark-title-color);
  background: #f3ffef;
  border: 1px solid var(--borders-color);
  padding: 7px 15px;
  border-radius: 6px;
}
.industries-details-page .industries-details-content-wrap .tag-navigation-area .details-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  padding: 36px 0;
  border-top: 1px solid var(--borders-color);
  border-bottom: 1px solid var(--borders-color);
}
@media (max-width: 767px) {
  .industries-details-page .industries-details-content-wrap .tag-navigation-area .details-navigation {
    padding: 25px 0;
  }
}
.industries-details-page .industries-details-content-wrap .tag-navigation-area .details-navigation .navigation-arrow {
  width: 36px;
  height: 36px;
  border-radius: 34px;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.industries-details-page .industries-details-content-wrap .tag-navigation-area .details-navigation .navigation-arrow svg {
  fill: #a6a6a6;
  transition: 0.5s;
}
.industries-details-page .industries-details-content-wrap .tag-navigation-area .details-navigation .navigation-arrow:hover {
  background-color: var(--dark-title-color);
}
.industries-details-page .industries-details-content-wrap .tag-navigation-area .details-navigation .navigation-arrow:hover svg {
  fill: var(--white-color);
}
.industries-details-page .industries-details-content-wrap .tag-navigation-area .details-navigation p {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .industries-details-page .industries-details-content-wrap .tag-navigation-area .details-navigation p {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .industries-details-page .industries-details-content-wrap .tag-navigation-area .details-navigation p {
    max-width: 172px;
  }
}

/*=====================================
  46. Contact Page CSS
========================================*/
.contact-page-top .contact-page-top-wrapper {
  background: #fafafa;
  border: 1px solid #c2c2c2;
  border-radius: 10px;
  padding: 40px 55px;
}
@media (max-width: 1199px) {
  .contact-page-top .contact-page-top-wrapper {
    padding: 30px 25px;
  }
}
@media (max-width: 576px) {
  .contact-page-top .contact-page-top-wrapper {
    padding: 25px 15px;
  }
}
.contact-page-top .contact-page-top-wrapper .single-contact .content-top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .contact-page-top .contact-page-top-wrapper .single-contact .content-top {
    margin-bottom: 15px;
  }
}
.contact-page-top .contact-page-top-wrapper .single-contact .content-top h2 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  color: var(--title-color);
  margin-bottom: 0;
}
.contact-page-top .contact-page-top-wrapper .single-contact .content-top .view-map-btn {
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: var(--primary-color2);
  transition: 0.5s;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  background: linear-gradient(to bottom, var(--primary-color2) 0%, var(--primary-color2) 98%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
  padding-bottom: 1px;
}
.contact-page-top .contact-page-top-wrapper .single-contact .content-top .view-map-btn:hover {
  background-size: 0 1px;
  background-position: 0% 100%;
}
.contact-page-top .contact-page-top-wrapper .single-contact .contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-page-top .contact-page-top-wrapper .single-contact .contact-list > li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  gap: 16px;
}
@media (max-width: 991px) {
  .contact-page-top .contact-page-top-wrapper .single-contact .contact-list > li {
    margin-bottom: 10px;
  }
}
.contact-page-top .contact-page-top-wrapper .single-contact .contact-list > li:last-child {
  margin-bottom: 0;
}
.contact-page-top .contact-page-top-wrapper .single-contact .contact-list > li .icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
  max-width: 28px;
  border-radius: 50%;
  border: 1px solid #2c2c2c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-page-top .contact-page-top-wrapper .single-contact .contact-list > li .icon svg {
  fill: var(--title-color);
}
.contact-page-top .contact-page-top-wrapper .single-contact .contact-list > li .content {
  max-width: 250px;
}
.contact-page-top .contact-page-top-wrapper .single-contact .contact-list > li .content a {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--text-color);
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: right 95%;
  transition: background-size 0.75s;
}
@media (max-width: 1399px) {
  .contact-page-top .contact-page-top-wrapper .single-contact .contact-list > li .content a {
    font-size: 25px;
  }
}
.contact-page-top .contact-page-top-wrapper .single-contact .contact-list > li .content a:hover {
  background-size: 100% 1px;
  background-position: 0 95%;
  color: var(--title-color);
}
.contact-page-top .contact-page-top-wrapper .single-contact .contact-list > li .content .single-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*=====================================
  47. Home3 portfolio section CSS
========================================*/
.home3-portfolio-section .portfolio-wrapper {
  background-image: url(../image/digital-marketing/project-area-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 90px 0;
}
@media (max-width: 1199px) {
  .home3-portfolio-section .portfolio-wrapper {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .home3-portfolio-section .portfolio-wrapper {
    padding: 70px 20px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .home3-portfolio-section .portfolio-wrapper {
    padding: 60px 10px;
  }
}
.home3-portfolio-section .portfolio-wrapper .right-content .view-more-btn {
  color: var(--white-color);
}


































/*=====================================
  48. Faq page CSS
========================================*/
.faq-wrap {
  max-width: 812px;
  position: relative;
}
.faq-wrap::after {
  content: "";
  position: absolute;
  background-color: var(--borders-color);
  width: 1px;
  height: 614px;
  top: 52px;
  left: -45px;
}
@media (max-width: 1399px) {
  .faq-wrap::after {
    display: none;
  }
}
.faq-wrap .accordion .accordion-item {
  border: none;
  margin-bottom: 15px;
  background-color: transparent;
}
.faq-wrap .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-wrap .accordion .accordion-item .accordion-header {
  background-color: transparent;
}
.faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  padding: 13px 30px;
  background-color: transparent;
  border: unset;
}
@media (max-width: 1199px) {
  .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 17px;
    padding: 11px 20px;
  }
}
@media (max-width: 576px) {
  .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    padding: 10px 10px 15px 15px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.faq-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color2);
  content: "\f64d";
  font-family: bootstrap-icons;
  background-image: none;
  font-weight: 600;
  font-size: 14px;
  right: 30px;
  transition: 0.5s;
}
.faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
  font-size: 22px;
}
.faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  font-family: bootstrap-icons !important;
  content: "\f2ea";
  color: var(--primary-color2);
  border: none;
}
.faq-wrap .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.faq-wrap .accordion .accordion-item .accordion-body {
  padding: 0px 30px 20px 30px;
  font-family: var(--font-inter);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: var(--text-color);
}
@media (max-width: 767px) {
  .faq-wrap .accordion .accordion-item .accordion-body {
    padding: 0px 20px 20px 20px;
  }
}
@media (max-width: 576px) {
  .faq-wrap .accordion .accordion-item .accordion-body {
    padding: 0px 15px 15px 15px;
    font-size: 16px;
  }
}
.faq-wrap.two .accordion .accordion-item .accordion-header .accordion-button {
  padding: 5px 0 16px 0;
  border-bottom: 1px solid var(--borders-color);
}
.faq-wrap.two .accordion .accordion-item .accordion-body {
  padding: 20px 0;
  border-bottom: 1px solid var(--borders-color);
}
.faq-wrap.style-2::after {
  display: none;
}
.faq-wrap.style-2 .accordion .accordion-item {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: unset;
}
.faq-wrap.style-2 .accordion .accordion-item .accordion-header .accordion-button {
  padding: 13px 0;
}
.faq-wrap.style-2 .accordion .accordion-item .accordion-body {
  padding: 0 0 20px 0;
}

@media (max-width: 991px) {
  .faq-page .nav-links-and-contact-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .faq-page .nav-links-and-contact-area {
    display: unset;
  }
}
.faq-page .nav-links-and-contact-area .nav-links-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .faq-page .nav-links-and-contact-area .nav-links-wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .faq-page .nav-links-and-contact-area .nav-links-wrapper {
    margin-bottom: 40px;
  }
}
.faq-page .nav-links-and-contact-area .nav-links-wrapper .nav-pills {
  display: unset;
}
.faq-page .nav-links-and-contact-area .nav-links-wrapper .nav-pills .nav-item {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .faq-page .nav-links-and-contact-area .nav-links-wrapper .nav-pills .nav-item {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .faq-page .nav-links-and-contact-area .nav-links-wrapper .nav-pills .nav-item {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .faq-page .nav-links-and-contact-area .nav-links-wrapper .nav-pills .nav-item:last-child .nav-link::before {
    content: unset;
  }
}
@media (max-width: 576px) {
  .faq-page .nav-links-and-contact-area .nav-links-wrapper .nav-pills .nav-item:last-child .nav-link::before {
    content: unset;
  }
}
.faq-page .nav-links-and-contact-area .nav-links-wrapper .nav-pills .nav-item .nav-link {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  position: relative;
  padding: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .faq-page .nav-links-and-contact-area .nav-links-wrapper .nav-pills .nav-item .nav-link {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .faq-page .nav-links-and-contact-area .nav-links-wrapper .nav-pills .nav-item .nav-link {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .faq-page .nav-links-and-contact-area .nav-links-wrapper .nav-pills .nav-item .nav-link {
    font-size: 18px;
  }
}
.faq-page .nav-links-and-contact-area .nav-links-wrapper .nav-pills .nav-item .nav-link.active {
  background-color: unset;
  color: var(--title-color);
  font-weight: 500;
}
.faq-page .nav-links-and-contact-area .nav-links-wrapper .nav-pills .nav-item:last-child {
  margin-bottom: 0;
}
.faq-page .nav-links-and-contact-area .contact-area {
  max-width: 365px;
  width: 100%;
}
@media (max-width: 767px) {
  .faq-page .nav-links-and-contact-area .contact-area {
    max-width: unset;
  }
}
.faq-page .nav-links-and-contact-area .contact-area .contact-img-area {
  position: relative;
  border-radius: 10px;
}
.faq-page .nav-links-and-contact-area .contact-area .contact-img-area img {
  border-radius: 10px;
}
.faq-page .nav-links-and-contact-area .contact-area .contact-img-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(359.17deg, #000000 9.71%, rgba(59, 59, 59, 0) 99.29%);
  border-radius: 10px;
}
.faq-page .nav-links-and-contact-area .contact-area .contact-img-area .contact-title {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 1;
}
@media (max-width: 576px) {
  .faq-page .nav-links-and-contact-area .contact-area .contact-img-area .contact-title {
    left: 20px;
  }
}
.faq-page .nav-links-and-contact-area .contact-area .contact-img-area .contact-title h2 {
  color: var(--white-color);
  margin-bottom: 20px;
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .faq-page .nav-links-and-contact-area .contact-area .contact-img-area .contact-title h2 {
    font-size: 23px;
  }
}
@media (max-width: 576px) {
  .faq-page .nav-links-and-contact-area .contact-area .contact-img-area .contact-title h2 {
    font-size: 20px;
  }
}
.faq-page .nav-links-and-contact-area .contact-area .contact-img-area .contact-title .primary-btn1 {
  padding: 14px 25px;
  font-size: 16px;
}
.faq-page .nav-links-and-contact-area .contact-area .contact-img-area .contact-title .primary-btn1::after {
  background-color: var(--white-color);
}
.faq-page .nav-links-and-contact-area .contact-area .contact-img-area .contact-title .primary-btn1:hover {
  color: var(--dark-title-color);
}
.faq-page .nav-links-and-contact-area .contact-area .contact-img-area .contact-title .primary-btn1:hover svg {
  fill: var(--dark-title-color);
}

/*=====================================
  50. Article setails page CSS
========================================*/
.article-details-page .line-break {
  height: 20px;
  display: block;
}
@media (max-width: 991px) {
  .article-details-page .line-break {
    height: 15px;
  }
}
.article-details-page .line-break.two {
  height: 10px;
}
.article-details-page .post-author-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 576px) {
  .article-details-page .post-author-meta {
    display: inline-flex;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.article-details-page .post-author-meta .author-area {
  display: flex;
  gap: 14px;
  align-items: center;
}
.article-details-page .post-author-meta .author-area .author-img img {
  min-width: 52px;
  max-width: 52px;
  height: 52px;
  border-radius: 50%;
}
.article-details-page .post-author-meta .author-area .author-content span {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #595959;
  display: inline-block;
  margin-bottom: 8px;
}
.article-details-page .post-author-meta .author-area .author-content h2 {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  color: var(--title-color);
}
.article-details-page .post-author-meta .post-date span {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #595959;
  display: inline-block;
  margin-bottom: 8px;
}
.article-details-page .post-author-meta .post-date h2 {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  color: var(--title-color);
}
.article-details-page .post-author-meta .social-area-wrap .social-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
.article-details-page .post-author-meta .social-area-wrap .social-area h2 {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 0;
}
.article-details-page .post-author-meta .social-area-wrap .social-area .social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .article-details-page .post-author-meta .social-area-wrap .social-area .social-list {
    gap: 10px;
  }
}
.article-details-page .post-author-meta .social-area-wrap .social-area .social-list li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #525252;
  border: 1px solid var(--borders-color);
  transition: 0.5s;
}
.article-details-page .post-author-meta .social-area-wrap .social-area .social-list li a:hover {
  background-color: var(--primary-color1);
  color: var(--title-color);
}
.article-details-page .post-author-meta .social-area-wrap .social-area .social-list li a i {
  font-size: 16px;
  transition: 0.5s;
}
.article-details-page .post-author-meta .social-area-wrap .social-area .social-list li a i.bi-twitter-x {
  font-size: 12px;
}
.article-details-page .article-details-thumb-img img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .article-details-page .article-details-thumb-img img {
    min-height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 576px) {
  .article-details-page .article-details-thumb-img img {
    min-height: 200px;
  }
}
.article-details-page .details-contnt-wrap h2 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 0;
  color: var(--title-color);
}
@media (max-width: 767px) {
  .article-details-page .details-contnt-wrap h2 {
    font-size: 26px;
  }
}
.article-details-page .details-contnt-wrap h2.style-2 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 48px;
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .article-details-page .details-contnt-wrap h2.style-2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .article-details-page .details-contnt-wrap h2.style-2 {
    font-size: 29px;
  }
}
@media (max-width: 576px) {
  .article-details-page .details-contnt-wrap h2.style-2 {
    font-size: 26px;
  }
}
.article-details-page .details-contnt-wrap p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-color);
  margin-bottom: 0;
}
.article-details-page .details-contnt-wrap p span {
  color: var(--title-color);
  font-weight: 600;
}
.article-details-page .details-contnt-wrap h3 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 0;
}
.article-details-page blockquote {
  display: flex;
  align-items: start;
  gap: 70px;
  max-width: 738px;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .article-details-page blockquote {
    align-items: center;
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .article-details-page blockquote {
    gap: 50px;
  }
}
@media (max-width: 576px) {
  .article-details-page blockquote {
    gap: 15px;
  }
}
.article-details-page blockquote svg {
  fill: var(--title-color);
  min-width: 28px;
  margin-top: 10px;
}
.article-details-page blockquote .content h4 {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .article-details-page blockquote .content h4 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .article-details-page blockquote .content h4 {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 576px) {
  .article-details-page blockquote .content h4 {
    font-size: 20px;
  }
}
.article-details-page blockquote .content .author-area {
  line-height: 1;
}
.article-details-page blockquote .content .author-area h5 {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.article-details-page blockquote .content .author-area span {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
.article-details-page blockquote .quote {
  fill: #f0f0f0;
  position: absolute;
  top: 15px;
  left: 40px;
  z-index: -1;
}
@media (max-width: 991px) {
  .article-details-page blockquote .quote {
    left: 30px;
  }
}
@media (max-width: 576px) {
  .article-details-page blockquote .quote {
    width: 80px;
  }
}
.article-details-page .details-image-area .img-area img {
  border-radius: 10px;
}
.article-details-page .details-list {
  margin: 0;
}
.article-details-page .details-list li {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 15px;
}
.article-details-page .details-list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .article-details-page .details-list li {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .article-details-page .details-list li {
    margin-bottom: 7px;
  }
}
.article-details-page .tag-navigation-area .tag-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .article-details-page .tag-navigation-area .tag-list {
    display: inline-flex;
    flex-wrap: wrap;
  }
}
.article-details-page .tag-navigation-area .tag-list li a {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: var(--title-color);
  background: #f3ffef;
  border: 1px solid var(--borders-color);
  padding: 7px 15px;
  border-radius: 6px;
}
.article-details-page .tag-navigation-area .details-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  padding: 36px 0;
  border-top: 1px solid var(--borders-color);
  border-bottom: 1px solid var(--borders-color);
}
@media (max-width: 1199px) {
  .article-details-page .tag-navigation-area .details-navigation {
    padding: 25px 0;
  }
}
@media (max-width: 576px) {
  .article-details-page .tag-navigation-area .details-navigation {
    padding: 20px 0;
  }
}
.article-details-page .tag-navigation-area .details-navigation .navigation-arrow {
  width: 36px;
  height: 36px;
  border-radius: 34px;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.article-details-page .tag-navigation-area .details-navigation .navigation-arrow svg {
  fill: #a6a6a6;
  transition: 0.5s;
}
.article-details-page .tag-navigation-area .details-navigation .navigation-arrow:hover {
  background-color: var(--title-color);
}
.article-details-page .tag-navigation-area .details-navigation .navigation-arrow:hover svg {
  fill: var(--white-color);
}
.article-details-page .tag-navigation-area .details-navigation p {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
  max-width: 340px;
  text-align: center;
}
@media (max-width: 767px) {
  .article-details-page .tag-navigation-area .details-navigation p {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .article-details-page .tag-navigation-area .details-navigation p {
    max-width: 220px;
  }
}

.comment-and-form-area .comment-title {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .comment-and-form-area .comment-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .comment-and-form-area .comment-title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .comment-and-form-area .comment-title {
    font-size: 26px;
  }
}
.comment-and-form-area .comment-area .comment {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 15px;
  border-top: 1px solid var(--borders-color);
  padding-top: 30px;
}
.comment-and-form-area .comment-area .comment > li {
  margin-bottom: 40px;
}
.comment-and-form-area .comment-area .comment > li > .single-comment-area {
  margin-bottom: 24px;
}
.comment-and-form-area .comment-area .comment > li:last-child {
  margin-bottom: 0;
}
.comment-and-form-area .comment-area .comment .single-comment-area {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 576px) {
  .comment-and-form-area .comment-area .comment .single-comment-area {
    gap: 15px;
    flex-wrap: wrap;
  }
}
.comment-and-form-area .comment-area .comment .single-comment-area .author-img img {
  max-width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
}
.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .author-name-deg {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .author-name-deg h3 {
  line-height: 1;
  margin-bottom: 0;
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .comment-and-form-area .comment-area .comment .single-comment-area .comment-content .author-name-deg h3 {
    font-size: 16px;
  }
}
.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .author-name-deg span {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.comment-and-form-area .comment-area .comment .single-comment-area .comment-content p {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  .comment-and-form-area .comment-area .comment .single-comment-area .comment-content p {
    font-size: 15px;
  }
}
.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .replay-btn {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
  cursor: pointer;
  transition: 0.35s;
}
.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .replay-btn svg {
  transition: 0.35s;
  fill: var(--title-color);
}
.comment-and-form-area .comment-area .comment .comment-replay {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 70px;
  border-top: 1px solid var(--borders-color);
  padding-top: 24px;
}
@media (max-width: 576px) {
  .comment-and-form-area .comment-area .comment .comment-replay {
    margin-left: 25px;
  }
}
.comment-and-form-area .comment-area .comment .comment-replay > li {
  margin-bottom: 30px;
}
.comment-and-form-area .comment-area .comment .comment-replay > li:last-child {
  margin-bottom: 0;
}
.comment-and-form-area .inquiry-form {
  border: 1px solid var(--borders-color);
  border-radius: 15px;
  padding: 50px;
}
@media (max-width: 767px) {
  .comment-and-form-area .inquiry-form {
    padding: 30px;
    border-radius: 7px;
  }
}
.comment-and-form-area .inquiry-form h4 {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 25px;
}
.comment-and-form-area .inquiry-form input {
  background: unset;
  border: unset;
  border-radius: unset;
  border-bottom: 1px solid var(--borders-color);
  padding: 0;
  color: var(--title-color);
}
.comment-and-form-area .inquiry-form input::-moz-placeholder {
  color: var(--title-color);
  font-weight: 500;
}
.comment-and-form-area .inquiry-form input::placeholder {
  color: var(--title-color);
  font-weight: 500;
}
.comment-and-form-area .inquiry-form textarea {
  background: transparent;
  border: unset;
  padding: 15px 0 5px;
  min-height: 0;
  border-radius: unset;
  border-bottom: 1px solid var(--borders-color);
  color: var(--title-color);
}
.comment-and-form-area .inquiry-form textarea::-moz-placeholder {
  color: var(--title-color);
}
.comment-and-form-area .inquiry-form textarea::placeholder {
  color: var(--title-color);
}

/*=====================================
  51. About us video CSS
========================================*/
.about-us-video-area .video-area {
  position: relative;
  height: 620px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .about-us-video-area .video-area {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .about-us-video-area .video-area {
    height: 450px;
  }
}
@media (max-width: 576px) {
  .about-us-video-area .video-area {
    height: 350px;
  }
}
.about-us-video-area .video-area video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*=====================================
  66. Home5 integration section
========================================*/

.home5-integration-section .company-logo {
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .home5-integration-section .company-logo {
    margin-bottom: 40px;
    height: 80px;
    width: 80px;
  }
}
.home5-integration-section .arrow-vec-wrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 1399px) {
  .home5-integration-section .arrow-vec-wrap {
    margin-top: -6px;
  }
}
@media (max-width: 1199px) {
  .home5-integration-section .arrow-vec-wrap {
    margin-top: -15px;
  }
}
@media (max-width: 991px) {
  .home5-integration-section .arrow-vec-wrap {
    display: none;
    visibility: hidden;
  }
}
.home5-integration-section .arrow-vec-wrap .awrrow-vec {
  stroke-width: 1;
  fill: none;
  stroke: var(--borders-color);
  width: 1070px;
}
@media (max-width: 1399px) {
  .home5-integration-section .arrow-vec-wrap .awrrow-vec {
    width: 1000px;
  }
}
@media (max-width: 1199px) {
  .home5-integration-section .arrow-vec-wrap .awrrow-vec {
    width: 830px;
  }
}
.home5-integration-section .arrow-vec-wrap .sm-circle2 {
  fill: var(--primary-color2);
  stroke: var(--primary-color2);
}
.home5-integration-section .integration-wrap {
  max-width: 1211px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  row-gap: 40px;
}
@media (max-width: 1399px) {
  .home5-integration-section .integration-wrap {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .home5-integration-section .integration-wrap {
    gap: 25px;
  }
}
.home5-integration-section .integration-wrap .single-integration {
  width: 128px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--borders-color);
  border-radius: 10px;
  padding: 16px 8px 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home5-integration-section .integration-wrap .single-integration {
    width: 112px;
  }
}
.home5-integration-section .integration-wrap .single-integration img {
  margin-bottom: 5px;
}
.home5-integration-section .integration-wrap .single-integration h3 {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  color: var(--title-color);
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home5-integration-section .integration-wrap .single-integration h3 {
    font-size: 15px;
  }
}
.home5-integration-section .integration-wrap .single-integration .dark {
  display: none;
}
.home5-integration-section .integration-wrap .single-integration.style-2 {
  background-color: #f0f0f0;
}

/*=====================================
  68. Home5 faq section
========================================*/
.home5-faq-section {
  padding: 0 150px;
}
@media (max-width: 1699px) {
  .home5-faq-section {
    padding: 0 50px;
  }
}
@media (max-width: 1799px) {
  .home5-faq-section {
    padding: 0;
  }
}
.home5-faq-section .faq-section-area {
  background-color: #eef2e9;
  border-radius: 20px;
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .home5-faq-section .faq-section-area {
    padding: 70px 0;
  }
}
@media (max-width: 576px) {
  .home5-faq-section .faq-section-area {
    padding: 65px 0 70px;
    border-radius: 10px;
  }
}
.home5-faq-section .faq-section-area .section-title h2 {
  max-width: 500px;
  margin: unset;
  margin-bottom: 35px;
}

body.dark .tt-style-switch {
  background-color: #2f2f2f;
}
body.dark .primary-btn1.transparent {
  border: 1px solid var(--borders-color);
}
body.dark .primary-btn1.transparent:hover {
  color: var(--dark-title-color);
}
body.dark .primary-btn1.transparent:hover svg {
  fill: var(--dark-title-color);
}
body.dark .primary-btn2.transparent .content {
  border: 1px solid var(--borders-color);
}
body.dark .primary-btn2.transparent .icon {
  border: 1px solid var(--borders-color);
}
body.dark .form-inner input,
body.dark .form-inner textarea {
  background-color: #1c1c1c;
}
body.dark .form-inner input:focus,
body.dark .form-inner textarea:focus {
  border-color: var(--primary-color1);
}
body.dark .form-inner2 .form-check .form-check-input:checked[type=checkbox] {
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.dark .slider-btn-grp .slider-btn:hover {
  background-color: var(--primary-color1);
}
body.dark .slider-btn-grp.two .slider-btn {
  background-color: #a0a0a0;
}
body.dark .slider-btn-grp.two .slider-btn:hover {
  background-color: #3b3a3b;
  border-color: #3b3a3b;
}
body.dark .slider-btn-grp.two .slider-btn:hover svg {
  stroke: var(--primary-color1);
}
body.dark .swiper-pagination1::after {
  background: var(--borders-color);
}
body.dark .section-title.three .right-content .review-area .review .light-logo {
  display: none;
}
body.dark .section-title.three .right-content .review-area .review .dark-logo {
  display: block;
}
body.dark .section-title.home3-section-title > span {
  border: 1px solid var(--borders-color);
}
body.dark .progress-wrap {
  box-shadow: inset 0 0 0 2px var(--white-color);
}
body.dark .right-sidebar-menu .right-sidebar-close-btn {
  border: 1px solid var(--white-color);
}
body.dark .right-sidebar-menu .right-sidebar-close-btn i {
  color: var(--white-color);
}
body.dark .right-sidebar-menu .right-sidebar-close-btn:hover i {
  color: var(--dark-title-color);
}
body.dark .right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .arrow svg {
  fill: #535252;
}
body.dark .right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .social-area-wrap .arrow svg {
  fill: #535252;
}
body.dark .right-sidebar-menu .sidebar-content-wrap .sidebar-logo-wrap .logo-dark {
  display: none;
}
body.dark .right-sidebar-menu .sidebar-content-wrap .sidebar-logo-wrap .logo-light {
  display: block;
}
body.dark .right-sidebar-menu .sidebar-content-wrap .title-area p {
  color: var(--white-color);
}
body.dark .right-sidebar-menu .right-sidebar-menu-wrap {
  background-color: #000000;
}
body.dark .right-sidebar-menu .right-sidebar-menu-wrap .contact-and-social-area .contact-area-wrap .contact-area li .single-contact .content span {
  color: var(--white-color);
}
body.dark .right-sidebar-menu .right-sidebar-menu-wrap .contact-and-social-area .contact-area-wrap .contact-area li .single-contact .icon {
  background: #212121;
  border: 1px solid rgba(255, 255, 255, 0.0509803922);
}
body.dark .right-sidebar-menu .right-sidebar-menu-wrap .contact-and-social-area .social-area-wrap .social-area li a {
  background: #212121;
  border: 1px solid rgba(255, 255, 255, 0.0509803922);
}
body.dark .right-sidebar-menu .right-sidebar-menu-wrap .contact-and-social-area .social-area-wrap .social-area li a:hover {
  color: var(--dark-title-color);
}
body.dark header .header-area-wrap {
  background-color: #222222;
  border: 1px solid #2c2b2b;
}
body.dark header .header-area-wrap .mobile-logo-area .logo-light {
  display: block;
}
body.dark header .header-area-wrap .mobile-logo-area .logo-dark {
  display: none;
}
body.dark header .header-area-wrap .company-logo .logo-light {
  display: block;
}
body.dark header .header-area-wrap .company-logo .logo-dark {
  display: none;
}
body.dark header .header-area-wrap .main-menu > ul > li.active i {
  color: var(--white-color);
}
body.dark header .header-area-wrap .main-menu > ul > li.active.menu-item-has-children > a::before {
  color: var(--dark-title-color);
}
body.dark header .header-area-wrap .main-menu > ul > li .mega-menu {
  background-color: #1e1e1e;
}
@media (max-width: 991px) {
  body.dark header .header-area-wrap .main-menu > ul > li .mega-menu {
    background-color: transparent;
  }
}
body.dark header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .contact-area h3 {
  color: var(--white-color);
}
body.dark header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu li .view-all-btn {
  color: var(--white-color);
}
body.dark header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu li .view-all-btn svg {
  fill: var(--white-color);
}
body.dark header .header-area-wrap .nav-right .language-area .language-btn svg {
  fill: var(--white-color);
}
body.dark header.home1-header .header-area-wrap .main-menu > ul > li.active.menu-item-has-children > a::before {
  color: var(--dark-black-color);
}
body.dark header.home2-header .header-area-wrap {
  background-color: unset;
  border: unset;
}
body.dark header.home2-header .header-area-wrap .main-menu > ul > li.active.menu-item-has-children > a::before {
  color: var(--white-color);
}
body.dark header.home3-header .header-area-wrap {
  background-color: unset;
  border: unset;
}
@media (min-width: 992px) {
  body.dark header.home3-header .header-area-wrap .main-menu > ul > li.active > a {
    border: 1px solid var(--borders-color);
  }
}
@media (min-width: 992px) {
  body.dark header.home3-header .header-area-wrap .main-menu > ul > li:hover > a {
    border: 1px solid var(--borders-color);
  }
}
body.dark header.home4-header {
  border-bottom: 1px solid #212121;
}
body.dark header.home4-header .header-area-wrap {
  background-color: unset;
  border: unset;
}
@media (min-width: 992px) {
  body.dark header.home4-header .header-area-wrap .main-menu > ul > li.active > a {
    border: 1px solid var(--borders-color);
  }
}
@media (min-width: 992px) {
  body.dark header.home4-header .header-area-wrap .main-menu > ul > li:hover > a {
    border: 1px solid var(--borders-color);
  }
}
body.dark header.home4-header .header-area-wrap .main-menu > ul > li ul.sub-menu > li > a {
  color: var(--text-color);
}
body.dark header.home4-header .header-area-wrap .main-menu > ul > li ul.sub-menu > li > a.active {
  color: var(--white-color);
}
body.dark header.home4-header .header-area-wrap .main-menu > ul > li ul.sub-menu > li.active > a {
  color: var(--white-color);
}
body.dark .about-us-section .key-point-area .single-key-point {
  border: 1px solid #2c2c2c;
}

body.dark .home1-process-section {
  background-color: #212121;
}
body.dark .home1-process-section .vector.light {
  display: none;
}
body.dark .home1-process-section .vector.dark {
  display: block;
}
body.dark .home1-process-section .process-count {
  position: relative;
}
body.dark .home1-process-section .process-count span {
  color: var(--white-color);
}
body.dark .home1-process-section .process-count::after {
  background-color: #323232;
}
body.dark .home1-process-section .process-list .single-process {
  border-color: #323232;
}
body.dark .home1-process-section .process-list .single-process .dot {
  background-color: #9d9d9d;
}
body.dark .home1-process-section .process-list .single-process::before {
  background-color: #323232;
}
body.dark .partner-section .partner-title::after {
  background-color: #2c2c2c;
}
body.dark .partner-section .partner-title::before {
  background-color: #2c2c2c;
}
body.dark .partner-section .partner-title h6 {
  background-color: rgba(154, 255, 89, 0.1490196078);
}
body.dark .partner-section .partner-wrap::after {
  display: none;
}
body.dark .partner-section .partner-wrap::before {
  display: none;
}
body.dark .banner-card-section .banner-card {
  background-image: url(../image/start-up/banner-card-bg-dark.png);
}
body.dark .case-study-section {
  background-color: #212121;
  background-image: unset;
}
body.dark .case-study-section .case-study-content ul li:not(:last-child)::after {
  background: #535252;
}
body.dark .case-study-section.style-1 .vector1.light,
body.dark .case-study-section.style-1 .vector2.light {
  display: none;
}
body.dark .case-study-section.style-1 .vector1.dark,
body.dark .case-study-section.style-1 .vector2.dark {
  display: block;
}
body.dark .case-study-section.home4-case-study-section {
  background-color: unset;
}
body.dark .case-study-card {
  background: #1b1b1b;
  border: 1px solid #2c2c2c;
}
body.dark .case-study-card .case-study-img-wrap .batch span {
  color: var(--dark-title-color);
}
body.dark .case-study-card .case-study-content {
  background-color: #2a2a2a;
}
body.dark .case-study-card.style-3 .case-study-content {
  background: unset;
}
body.dark .case-study-card.style-3 .case-study-content p {
  color: var(--text-color);
}
body.dark .case-study-card.style-3 .case-study-content ul li:not(:last-child)::after {
  background: var(--borders-color);
}
body.dark .home1-contact-section {
  background-color: #212121;
}
body.dark .home1-contact-section .contact-area .arrow-and-contact-list .arrow {
  fill: #535252;
}
body.dark .home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact .contact-content-wrap .icon {
  background-color: #2a2a2a;
}
body.dark .home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact .contact-content-wrap .icon svg {
  fill: var(--white-color);
}
body.dark .contact-form-wrap {
  background-color: #1b1b1b;
}
body.dark .contact-form-wrap input {
  background: #2c2c2c;
}
body.dark .form-inner textarea {
  background: #2c2c2c;
}
body.dark .footer-section {
  background-image: url(../image/start-up/footer-bg-dark.png);
}
body.dark .footer-section .footer-menu-wrap .contact-list .single-contact .icon {
  background: #212121;
  border: 1px solid rgba(255, 255, 255, 0.0509803922);
}
body.dark .footer-section .footer-menu-wrap .footer-widget .widget-list li a span {
  color: var(--dark-title-color);
}
body.dark .footer-section .logo-and-sevice-menu-wrap {
  background-color: #171717;
  border: 1px solid rgba(255, 255, 255, 0.0509803922);
}
body.dark .footer-section .file-download-btn .icon {
  background-color: #171717;
  border: 1px solid rgba(255, 255, 255, 0.0588235294);
}
body.dark .footer-section .copyright-and-social-area p {
  color: #a0a0a0;
}
body.dark .footer-section .social-list li a {
  background-color: #171717;
  border: 1px solid rgba(255, 255, 255, 0.0588235294);
}
body.dark .footer-section .social-list li a:hover {
  background-color: var(--primary-color1);
  color: var(--dark-title-color);
}
body.dark .footer-section.home2-footer-section {
  background-image: url(../image/start-up2/footer-bg.png);
}
body.dark .footer-section.home3-footer-section {
  background-image: unset;
}
body.dark .footer-section.home4-footer-section {
  background-image: unset;
}
body.dark .footer-section.home5-footer-section {
  background-image: unset;
}
body.dark .blog-card .blog-image-wrap .icon > a svg {
  fill: var(--dark-title-color);
}
body.dark .home2-process-section .process-wrapper .process-slider-area .line {
  fill: #535252;
}
body.dark .home2-process-section .process-wrapper .process-slider-area .process-card .process-content ul li svg circle {
  fill: #565656;
}
body.dark .home2-process-section.sass-process-section .process-wrapper {
  background-color: #2a2a2a;
}
body.dark .home2-process-section.sass-process-section .process-wrapper .process-card .process-content {
  background-color: #212121;
}
body.dark .about-us-section .counter-wrap::before {
  background: var(--borders-color);
}
body.dark .about-us-section .counter-wrap .divider::before {
  background: var(--borders-color);
}
body.dark .roadmap-section .roadmap-card {
  background: #212121;
  border: 1px solid var(--borders-color);
}
body.dark .roadmap-section .roadmap-card .icon .dark-icon {
  display: none;
}
body.dark .roadmap-section .roadmap-card .icon .white-icon {
  display: block;
}
body.dark .process-section .single-process ul li .icon {
  background-color: #161616;
}
body.dark .process-section .single-process ul li .content p {
  color: var(--white-color);
}
body.dark .video-and-counter-section .counter-area-wrap {
  background-color: #212121;
}
body.dark .video-and-counter-section .counter-area-wrap .counter-wrap::before {
  background: var(--borders-color);
}
body.dark .video-and-counter-section .counter-area-wrap .counter-wrap .divider::before {
  background: var(--borders-color);
}
body.dark .home4-banner-section {
  background: url(../image/start-up/banner-bg-dark.png);
}
body.dark .home4-banner-section .banner-wrapper .button-area .rating-area .review .light-logo {
  display: none;
}
body.dark .home4-banner-section .banner-wrapper .button-area .rating-area .review .dark-logo {
  display: block;
}
body.dark .home4-service-section-wrap .home4-service-section {
  background-color: #212121;
}
body.dark .home4-service-section-wrap .home4-service-section .service-card-wrap::after {
  background-color: var(--borders-color);
}
@media (max-width: 991px) {
  body.dark .home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card {
    border: 1px solid var(--borders-color);
  }
}
body.dark .home4-service-section-wrap .home4-service-section .service-card-wrap .divider::after {
  background: var(--borders-color);
}
body.dark .home4-service-section-wrap .home4-service-section .vector1 path {
  stroke: #323232;
}
body.dark .home4-service-section-wrap .home4-service-section .vector2 path {
  stroke: #323232;
}
body.dark .home4-service-section-wrap.style-2 .home4-service-section {
  background-color: unset;
}
body.dark .home4-portfolio-section .porfolio-card-wrapper .portfolioCard {
  background: #212121;
  border: 1px solid var(--borders-color);
}
body.dark .home4-portfolio-section .contact-area {
  border: 1px solid var(--borders-color);
}
body.dark .home4-process-section .process-section-wrap {
  background: #212121;
}
body.dark .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card {
  background: #1b1b1b;
}
body.dark .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card .step-no {
  background-color: #171717;
  border: 1px solid var(--borders-color);
}
body.dark .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card .step-no::before {
  background-color: #171717;
  border: 1px solid var(--borders-color);
  border-top: unset;
  border-left: unset;
}
body.dark .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card .step-no span {
  color: var(--white-color);
}
body.dark .home4-process-section.style-2 .process-section-wrap {
  background: unset;
}
body.dark .home4-process-section.style-3 .process-section-wrap {
  background: unset;
}
body.dark .why-work-with-us-area .work-with-us-wrap .item .single-list {
  border-color: var(--borders-color);
}
body.dark .table-container table tbody tr td.arrow-icon .circle-btn {
  border: 1px solid var(--white-color);
}
body.dark .table-container table tbody tr:hover td .circle-btn {
  background-color: var(--primary-color1);
  border: 1px solid var(--primary-color1);
}
body.dark .table-container table tbody tr:hover td .circle-btn svg {
  fill: var(--dark-black-color);
}
body.dark .pagination-area .paginations-button a {
  color: var(--dark-black-color);
}
body.dark .pagination-area .paginations-button a svg {
  fill: var(--dark-black-color);
}
body.dark .pagination-area .paginations .page-item a {
  color: var(--white-color);
  border: 1px solid var(--white-color);
}
body.dark .pagination-area .paginations .page-item.active a {
  color: var(--dark-black-color);
  border: 1px solid var(--primary-color1);
}
body.dark .pagination-area .paginations .page-item:hover a {
  color: var(--dark-black-color);
  border: 1px solid var(--primary-color1);
}
body.dark .contact-page-top .contact-page-top-wrapper {
  background: #171717;
  border: 1px solid var(--borders-color);
}
body.dark .contact-page-top .contact-page-top-wrapper .single-contact .content-top .view-map-btn {
  color: var(--primary-color1);
  font-weight: 400;
  background: linear-gradient(to bottom, var(--primary-color1) 0%, var(--primary-color1) 98%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
  padding-bottom: 1px;
}
body.dark .contact-page-top .contact-page-top-wrapper .single-contact .content-top .view-map-btn:hover {
  background-size: 0 1px;
  background-position: 0% 100%;
}
body.dark .contact-form-wrap.inner-contact-from .form-inner2 ul li .form-check .form-check-input {
  background-color: transparent;
}
body.dark .contact-form-wrap.inner-contact-from .form-inner2 ul li .form-check .form-check-input:focus {
  box-shadow: none;
}
body.dark .contact-form-wrap.inner-contact-from .form-inner2 ul li .form-check .form-check-input:checked {
  background-color: var(--white-color);
  border-color: var(--primary-color1);
}
body.dark .contact-form-wrap.inner-contact-from .form-inner2 ul li .form-check .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url(../image/icon/check-icon.svg);
}
body.dark .home3-process-section .process-content-wrap .process-img-area img.light {
  display: none;
}
body.dark .home3-process-section .process-content-wrap .process-img-area img.dark {
  display: block;
}
body.dark .home3-process-section .process-content-wrap .process-content .icon svg {
  fill: #979797;
}
body.dark .home3-process-section .process-list .single-process .icon {
  color: var(--dark-black-color);
}
body.dark .home3-process-section .process-list .single-process .content p {
  color: var(--white-color);
  font-weight: 300;
}
body.dark .home3-process-section.inner-process-section {
  background: #212121;
}
body.dark .home3-process-section.inner-process-section .process-list .single-process .step-no::after {
  z-index: 99;
}
body.dark .faq-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
  color: var(--primary-color1);
}
body.dark .faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  color: var(--primary-color1);
}
body.dark .faq-wrap.style-2 .accordion .accordion-item {
  border-bottom: 1px solid var(--borders-color);
}
body.dark .breadcrumb-section .breadcrumb-content .para svg {
  fill: var(--white-color);
}
body.dark .breadcrumb-section .breadcrumd-title .breadcrumb-social .social-list li a {
  border: 1px solid var(--white-color);
}
body.dark .breadcrumb-section .breadcrumd-title .breadcrumb-social .social-list li a svg {
  fill: var(--white-color);
}
body.dark .breadcrumb-section .breadcrumd-title .breadcrumb-social .social-list li a:hover {
  border: 1px solid var(--primary-color1);
}
body.dark .breadcrumb-section .breadcrumd-title .breadcrumb-social .social-list li a:hover svg {
  fill: var(--dark-black-color);
}
body.dark .nav-tab-page .nav-pills .nav-item .nav-link.active {
  color: var(--dark-black-color);
}
body.dark .nav-tab-page .nav-pills .nav-item .nav-link:hover {
  color: var(--dark-black-color);
}
body.dark .news-article-sidebar-area .search-box input {
  background-color: #171717;
}
body.dark .news-article-sidebar-area .search-box input::-moz-placeholder {
  color: var(--white-color);
}
body.dark .news-article-sidebar-area .search-box input::placeholder {
  color: var(--white-color);
}
body.dark .news-article-sidebar-area .search-box button {
  background-color: #212121;
}
body.dark .news-article-sidebar-area .search-box button::after {
  background-color: var(--primary-color1);
}
body.dark .news-article-sidebar-area .search-box button:hover i {
  color: var(--dark-black-color);
}
body.dark .news-article-sidebar-area .single-widget .tag-list li a {
  color: var(--white-color);
  background-color: #212121;
}
body.dark .news-article-sidebar-area .single-widget .tag-list li:hover a {
  color: var(--dark-black-color);
  background-color: var(--primary-color1);
}
body.dark .news-article-sidebar-area .single-widget .recent-post-widget .recent-post-content > a {
  color: var(--white-color);
}
body.dark .article-details-page .post-author-meta .author-content span {
  color: var(--white-color);
}
body.dark .article-details-page .post-author-meta .post-date span {
  color: var(--white-color);
}
body.dark .article-details-page .post-author-meta .social-area-wrap .social-area .social-list li a {
  border: 1px solid var(--white-color);
}
body.dark .article-details-page .post-author-meta .social-area-wrap .social-area .social-list li a i {
  color: var(--white-color);
}
body.dark .article-details-page .post-author-meta .social-area-wrap .social-area .social-list li a:hover {
  border: 1px solid var(--primary-color1);
}
body.dark .article-details-page .post-author-meta .social-area-wrap .social-area .social-list li a:hover i {
  color: var(--dark-black-color);
}
body.dark .article-details-page blockquote .quote {
  fill: #212121;
}
body.dark .article-details-page blockquote svg {
  fill: #2f2f2f;
}
body.dark .article-details-page .tag-navigation-area .tag-list li a {
  background-color: #212121;
}
body.dark .article-details-page .tag-navigation-area .details-navigation .navigation-arrow {
  border: 1px solid var(--white-color);
}
body.dark .article-details-page .tag-navigation-area .details-navigation .navigation-arrow svg {
  fill: var(--white-color);
}
body.dark .article-details-page .tag-navigation-area .details-navigation .navigation-arrow:hover svg {
  fill: var(--dark-black-color);
}
body.dark .comment-and-form-area .inquiry-form input {
  background-color: unset;
}
body.dark .comment-and-form-area .inquiry-form textarea {
  background: unset;
}
body.dark .inner-banner-card-section.style-2 .counter-wrap {
  background-color: #212121;
}
body.dark .service-details-page .service-details-content-wrap .key-features-area .key-features-list li {
  background-color: transparent;
}
body.dark .home3-portfolio-section .portfolio-wrapper {
  background: linear-gradient(178.87deg, #232323 0.97%, #000000 102.53%);
}
body.dark .pricing-card .pricing-top h2 sub {
  color: var(--dark-title-color);
}
body.dark .home5-integration-section .integration-wrap .single-integration .light {
  display: none;
}
body.dark .home5-integration-section .integration-wrap .single-integration .dark {
  display: block;
}
body.dark .home5-integration-section .integration-wrap .single-integration.style-2 {
  background-color: unset;
}
body.dark .home5-faq-section .faq-section-area {
  background-color: #2a2a2a;
}
body.dark .industries-details-page .industries-details-content-wrap .tag-navigation-area .tag-list li a {
  background-color: #212121;
  color: var(--white-color);
}

.whatsapp-float {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 99;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px 10px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  box-shadow: 0 18px 40px rgba(18, 140, 126, 0.28);
  overflow: hidden;
  animation: whatsappFloat 3s ease-in-out infinite;
}
.whatsapp-float::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.22), transparent 55%);
  transform: translateX(-110%);
  transition: transform 0.6s ease;
}
.whatsapp-float:hover::before {
  transform: translateX(0);
}
.whatsapp-float.left {
  left: 24px;
  right: auto;
}
.whatsapp-float .whatsapp-icon {
  position: relative;
  min-width: 46px;
  max-width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
}
.whatsapp-float .whatsapp-icon::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 1px solid rgba(37, 211, 102, 0.35);
  animation: whatsappPulse 2.2s ease-out infinite;
}
.whatsapp-float i {
  font-size: 26px;
  line-height: 1;
  color: var(--white-color);
}
.whatsapp-float .chat-label {
  position: relative;
  color: var(--white-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.whatsapp-float:hover {
  box-shadow: 0 24px 48px rgba(18, 140, 126, 0.36);
}
.whatsapp-float:hover .chat-label {
  animation: whatsappLabel 0.45s ease;
}

@keyframes whatsappFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes whatsappPulse {
  0% {
    transform: scale(0.95);
    opacity: 0.8;
  }
  70% {
    transform: scale(1.22);
    opacity: 0;
  }
  100% {
    transform: scale(1.22);
    opacity: 0;
  }
}
@keyframes whatsappLabel {
  0% {
    transform: translateX(-6px);
    opacity: 0.5;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .whatsapp-float {
    left: 16px;
    bottom: 16px;
    padding: 10px 14px 10px 10px;
    gap: 10px;
  }
  .whatsapp-float.left {
    left: 16px;
  }
  .whatsapp-float .whatsapp-icon {
    min-width: 42px;
    max-width: 42px;
    height: 42px;
  }
  .whatsapp-float i {
    font-size: 23px;
  }
  .whatsapp-float .chat-label {
    font-size: 13px;
  }
}

body.dark .whatsapp-float {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.42);
}
body.dark .whatsapp-float .whatsapp-icon {
  background-color: rgba(255, 255, 255, 0.12);
}
body.dark .whatsapp-float .whatsapp-icon::after {
  border-color: rgba(37, 211, 102, 0.28);
}/*# sourceMappingURL=style.css.map */

span.frm-err {
    color: red;
    font-size: 12px;
    float: right;
}

#preloader{
  position: fixed;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #040303b0;
  background-image: url(../images/loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
