html {
    overflow-y: scroll;
}
.main-header .header-upper {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
.theme-btn:hover
{
  color: #fff;
}
body, h1, h2, h3, h4, h5, h6, p, li {
    font-family: "Poppins", sans-serif !important;
    color: #475569;
}
h1, h2, h3, h4, h5, h6
{
  font-weight: 600;
  color: #000;
}
p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 3px;
  }
.home-ai-marketing {
  --primary: #ff6b35;
  --primary-light: #ff8c60;
  --primary-dark: #e85520;
  --primary-bg: rgba(255, 107, 53, 0.08);
  --accent: #7c3aed;
  --accent-light: #9f67ff;
  --accent-bg: rgba(124, 58, 237, 0.08);
  --grad-primary: linear-gradient(135deg, #ff6b35, #ff3d7f);
  --grad-dark: linear-gradient(135deg, #1a0a00, #2d1500);
  --shadow-glow: 0 0 40px rgba(255, 107, 53, 0.2);
  z-index: 1;
}
.hero-actions
{
  color: #fff;
}
.home-ai-marketing .hero-marketing {
  background: radial-gradient(circle at top right,
rgba(78,124,255,0.10) 0%,
transparent 35%),
radial-gradient(circle at bottom left,
rgba(78,124,255,0.08) 0%,
transparent 30%),
linear-gradient(
135deg,
#F8FAFF 0%,
#F3F7FF 50%,
#FFFFFF 100%
);
  padding: clamp(7rem, 14vw, 11rem) 0 clamp(3rem, 6vw, 5rem);
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}
.page-shell.super-ai-marketing .page-hero{
  background: linear-gradient(135deg,
      #fff5f0 0%,
      #fff0f8 50%,
      #f8f0ff 100%);
}
.home-ai-marketing .funnel-visual {
  position: relative;
  max-width: 460px;
  margin: 0 auto;
}

.home-ai-marketing .funnel-stage {
  border-radius: 12px;
  padding: 1rem 1.5rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9rem;
  font-weight: 600;
  transition: transform 0.2s;
}

.home-ai-marketing .funnel-stage:hover {
  transform: scale(1.02);
}

.home-ai-marketing .f1 {
  background: linear-gradient(90deg,
      rgba(255, 107, 53, 0.15),
      rgba(255, 107, 53, 0.05));
  border: 1px solid rgba(255, 107, 53, 0.3);
  color: #ff6b35;
  width: 100%;
}

.home-ai-marketing .f2 {
  background: linear-gradient(90deg,
      rgba(255, 107, 53, 0.12),
      rgba(255, 107, 53, 0.04));
  border: 1px solid rgba(255, 107, 53, 0.2);
  color: #ff8c60;
  width: 85%;
  margin: 0 auto 0.75rem;
}

.home-ai-marketing .f3 {
  background: linear-gradient(90deg,
      rgba(124, 58, 237, 0.1),
      rgba(124, 58, 237, 0.03));
  border: 1px solid rgba(124, 58, 237, 0.2);
  color: #7c3aed;
  width: 65%;
  margin: 0 auto 0.75rem;
}

.home-ai-marketing .f4 {
  background: linear-gradient(90deg,
      rgba(124, 58, 237, 0.15),
      rgba(124, 58, 237, 0.05));
  border: 1px solid rgba(124, 58, 237, 0.3);
  color: #6d28d9;
  width: 45%;
  margin: 0 auto;
}


.home-ai-marketing .hero-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}

.home-ai-marketing .stat-item {
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
}

.home-ai-marketing .stat-number {
  font-size: 1.5rem;
  font-weight: 900;
}

.home-ai-marketing .ai-marketing-stats-section .stat-label {
  font-size: 1rem;
  color: #fff;
}

/* RESTORE MISSING TEXT COLORS */
.home-ai-marketing .stat-card-orange .stat-number {
  color: #ff6b35;
}

.home-ai-marketing .stat-card-purple .stat-number {
  color: #7c3aed;
}

.home-ai-marketing .stat-card-green .stat-number {
  color: #10b981;
}

.home-ai-marketing .stat-card-orange {
  background: rgba(255, 107, 53, 0.07);
  border: 1px solid rgba(255, 107, 53, 0.15);
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
}

.home-ai-marketing .hero-title {
  color: #000;
  font-size: 31px;
  line-height: 41px;

}

.home-ai-marketing .stat-card-purple {
  background: rgba(124, 58, 237, 0.07);
  border: 1px solid rgba(124, 58, 237, 0.15);
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
}

.home-ai-marketing .stat-card-green {
  background: rgba(16, 185, 129, 0.07);
  border: 1px solid rgba(16, 185, 129, 0.15);
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
}

.home-ai-marketing .badge-orange {
    background: rgb(234 244 234);
    color: #478f49;
    border-color: rgb(178 209 178);
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.8125rem;
    font-weight: 500;
    padding: 0.375rem 0.875rem;
    border-radius: 100px;
    background: var(--primary-bg);
    color: var(--primary);
    border: 1px solid rgba(109, 40, 217, 0.15);
}
.text-gradient {
    background: linear-gradient(135deg, #53c2eb, #065c7d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.home-ai-marketing .hero-title {
    color: #18181b;
    font-size: 32px;
    line-height: 42px;
    margin-top: 10px;
    margin-bottom: 8px;
    font-weight: 500;
}
.hero-pointers{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:15px;
    position: relative;
    z-index: 1;
}
.banner_content
{
  position: relative;
  z-index: 1;
}

.pointer-item{
    display:flex;
    align-items:center;
    gap:10px;

    padding:8px 16px;

    background:rgba(255,255,255,0.8);
    backdrop-filter:blur(10px);

    border:1px solid #E6EDFF;
    border-radius:50px;

    color:#1E293B;
    font-size:15px;
    font-weight:600;

    box-shadow:
    0 4px 20px rgba(63,107,255,0.06);

    transition:all .3s ease;
}

.pointer-item:hover{
    transform:translateY(-3px);

    box-shadow:
    0 10px 30px rgba(63,107,255,0.12);
}
.pointer-item .icon {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #0d7f12;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    border-color: #0d7f12;
    border: 1px solid #0d7f12;
}


.home-ai-marketing .hero-marketing{
    background:#fff;
    position:relative;
    overflow:hidden;
}

.home-ai-marketing .hero-marketing::before{
    content:"";
    position:absolute;
    top:-150px;
    right:-100px;
    width:500px;
    height:500px;
    border-radius:50%;

    background:rgba(59,130,246,.08);
    filter:blur(80px);
}

.home-ai-marketing .hero-marketing::after{
    content:"";
    position:absolute;
    bottom:-150px;
    left:-100px;
    width:400px;
    height:400px;
    border-radius:50%;

    background:rgba(99,102,241,.06);
    filter:blur(80px);
}
.imgbox {
    height: 100%;
}

.imgbox img {
    border-radius: 15px;
    height: 100%;
    object-fit: cover;
}

.company-sb {
  background-color: #ffffff;
}
.company-sb .company-item {
  cursor: pointer;
}
.company-sb .company-item .company-img {
  text-align: center;
}
.company-sb .company-item .company-img img {
  margin: 0px auto;
  width: 125px;
}
.counter-container:before
{
  display: none;
}
.section-title h2, .section-title h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .pt-70
    {
      padding-top: 60px;
      padding-bottom: 60px;
    }

    .home3-process-section .section-title.home3-section-title h2 {
  max-width: 90%;
}
.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-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
  max-width: 433px;
}
.home3-process-section .process-content-wrap .process-content p span {
  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;
  min-height: 140px;
}
@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 {
  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: 500;
    font-size: 22px;
    line-height: 33px;
    /* color: #000000; */
    text-transform: capitalize;
    margin-bottom: 5px;
}
@media (max-width: 576px) {
  .home3-process-section .process-list .single-process .content h3 {
    font-size: 23px;
  }
}
.home3-process-section .process-list .single-process .content p {
  margin-bottom: 0;
}
.home3-process-section .process-list .single-process.active .step-no {
  background-color: green;
}
.home3-process-section .process-list .single-process.active .step-no span {
  color: #fff;
}
.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-weight: 500;
}
.home3-process-section.inner-process-section .process-list .single-process .step-no .icon {
  z-index: 99;
}

.postick
{
  position: sticky;
  top: 100px;
}

.home4-portfolio-section .section-title.home4-section-title p {
  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 50px;
  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 50px;
  }
}
@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;
  font-size: 25px;
}
.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 {
  background: linear-gradient(to bottom, #000000 0%, #000000 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 {
  margin-bottom: 35px;
  font-size: 17px;
}
@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: #000000;
  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: #000000;
  position: relative;
  transition: 0.35s;
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-btm .view-details-btn .arrow {
  fill: #000000;
  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: #000000;
  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: #ffffff;
}

.chooseUsD2_inner {
    display: flex;
    margin-bottom: 50px;
    position: relative;
}
.chooseUsD2_inner::before {
    content: "";
    position: absolute;
    left: -2px;
    top: 124px;
    width: 3px;
    height: 30px;
    background-color: #0c7f0f;
}
.chooseUsSpan1 {
    width: 270px;
    height: 140px;
    display: inline-block;
    position: relative;
    padding: 0 50px;
}
.chooseUsSpan1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #aeaeae;
}

.chooseUsSpan1 p:first-child {
    font-weight: 900;
    font-size: 66px;
    background: -webkit-linear-gradient(rgb(62 62 62 / .22), #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    line-height: 1;
    text-shadow: 0 20px 30px #fff;
    margin: 0;
}
.chooseUsSpan1 p:last-child {
    color: #0c7f0f;
    font-weight: 700;
    position: absolute;
    bottom: 10px;
    font-size: 25px;
    line-height: 1.2;
}
.chooseUsSpan1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 10%;
    height: 3px;
    background-color: #0c7f0f;
}
.chooseUsSpan2 {
    display: inline-block;
    width: calc(100% - 270px);
    padding: 20px 10px 20px 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chooseUsSpan2::before {
    content: "";
    position: absolute;
    left: -42%;
    bottom: -25px;
    width: 100%;
    height: 1px;
    background-color: #aeaeae;
    display: none;
}
.chooseUsD1 {
    position: sticky;
    top: 120px;
}
.chooseUsD2 {
    border-left: 1px solid #aeaeae;
}

.home3-portfolio-section .portfolio-wrapper {
  background-image: url(../images/cta-bg1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px;
  padding: 70px 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: #ffffff;
}

.portfolio-inner {
  max-width: 1680px;
  margin: auto;
  display: flex;
  gap: 20px;
  height: 450px;
}
@media (max-width: 767px) {
  .portfolio-inner {
    height: 1700px;
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .portfolio-inner {
    gap: 15px;
  }
}

.single-portfolio2 {
  flex: 1;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: flex 0.6s ease;
}
@media (max-width: 767px) {
  .single-portfolio2 {
    flex: 5;
  }
}
.single-portfolio2.active {
  flex: 3;
}
@media (max-width: 1699px) {
  .single-portfolio2.active {
    flex: 2.5;
  }
}
@media (max-width: 1399px) {
  .single-portfolio2.active {
    flex: 2;
  }
}
@media (max-width: 991px) {
  .single-portfolio2.active {
    flex: 2.2;
  }
}
@media (max-width: 767px) {
  .single-portfolio2.active {
    flex: 5;
  }
}
@media (max-width: 576px) {
  .single-portfolio2.active {
    height: 360px;
  }
}
.single-portfolio2.active .portfolio-content {
  opacity: 1;
  transform: translateY(0);
}
.single-portfolio2 .portfolio-content {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 0;
  width: 424px;
  padding: 35px 40px;
  background: #ffffff;
  border-radius: 6px 0;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.4s;
}
@media (max-width: 1699px) {
  .single-portfolio2 .portfolio-content {
    width: 370px;
    padding: 28px 30px;
  }
}
@media (max-width: 1399px) {
  .single-portfolio2 .portfolio-content {
    width: 320px;
    padding: 20px;
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .single-portfolio2 .portfolio-content {
    width: 260px;
  }
}
@media (max-width: 991px) {
  .single-portfolio2 .portfolio-content {
    width: 220px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .single-portfolio2 .portfolio-content {
    width: 300px;
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .single-portfolio2 .portfolio-content {
    width: 250px;
  }
}
.single-portfolio2 .portfolio-content h3 {
  line-height: 23px;
  margin-bottom: 5px;
}
.single-portfolio2 .portfolio-content h3 a {
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 30px;
  color: var(--dark-title-color);
  transition: 0.5s;
  background: linear-gradient(to bottom, var(--dark-title-color) 0%, var(--dark-title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1.5px;
  background-position: right 95%;
  transition: background-size 0.75s;
}
@media (max-width: 767px) {
  .single-portfolio2 .portfolio-content h3 a {
    font-size: 25px;
  }
}
.single-portfolio2 .portfolio-content h3 a:hover {
  background-size: 100% 1.5px;
  background-position: 0 95%;
}
@media (max-width: 1399px) {
  .single-portfolio2 .portfolio-content h3 a {
    font-size: 27px;
  }
}
@media (max-width: 1199px) {
  .single-portfolio2 .portfolio-content h3 a {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .single-portfolio2 .portfolio-content h3 a {
    font-size: 19px;
  }
}
.single-portfolio2 .portfolio-content p {
  margin-bottom: 35px;
}
@media (max-width: 1399px) {
  .single-portfolio2 .portfolio-content p {
    margin-bottom: 20px;
  }
}
.single-portfolio2 .portfolio-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .single-portfolio2 .portfolio-content ul {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .single-portfolio2 .portfolio-content ul {
    margin-bottom: 15px;
  }
}
.single-portfolio2 .portfolio-content ul li {
  position: relative;
  width: 134px;
}
@media (max-width: 1199px) {
  .single-portfolio2 .portfolio-content ul li {
    width: unset;
  }
}
@media (max-width: 767px) {
  .single-portfolio2 .portfolio-content ul li {
    width: 134px;
  }
}
@media (max-width: 576px) {
  .single-portfolio2 .portfolio-content ul li {
    width: unset;
  }
}
.single-portfolio2 .portfolio-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) {
  .single-portfolio2 .portfolio-content ul li:not(:last-child)::after {
    display: none;
  }
}
.single-portfolio2 .portfolio-content ul li .counter-content .number {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.single-portfolio2 .portfolio-content ul li .counter-content .number h2 {
  font-family: var(--font-funnel-display);
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  color: var(--dark-title-color);
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .single-portfolio2 .portfolio-content ul li .counter-content .number h2 {
    font-size: 23px;
  }
}
.single-portfolio2 .portfolio-content ul li .counter-content .number span {
  font-family: var(--font-funnel-display);
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  color: var(--dark-title-color);
}
@media (max-width: 1199px) {
  .single-portfolio2 .portfolio-content ul li .counter-content .number span {
    font-size: 23px;
  }
}
.single-portfolio2 .portfolio-content ul li .counter-content p {
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: var(--dark-title-color);
  text-transform: capitalize;
  margin: 0;
}
.single-portfolio2 .portfolio-content .view-details-btn {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  color: var(--dark-title-color);
  position: relative;
  transition: 0.35s;
}
.single-portfolio2 .portfolio-content .view-details-btn .arrow {
  fill: var(--dark-title-color);
  transition: 0.35s;
}
.single-portfolio2 .portfolio-content .view-details-btn:hover .arrow {
  transform: rotate(45deg);
}

/*  Accordion Item */
.accordion-item {
  border-radius: 10px;
  border: 1px solid rgba(16, 16, 16, 0.1);
  background-color: #FAFAFA;
  padding: 13px 30px;
}
@media (max-width: 575px) {
  .accordion-item {
    padding: 13px 15px;
  }
}
.accordion-item .accordion-header .accordion-title {
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .accordion-item .accordion-header .accordion-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 16px;
  }
}
.accordion-item .accordion-header .accordion-title span.sn {
  margin-right: 8px;
}
.accordion-item .accordion-header .accordion-title:after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2326272B' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") center no-repeat;
  font-weight: 400;
  margin-left: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(16, 16, 16, 0.1);
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion-item .accordion-header .accordion-title.active:after,
.accordion-item .accordion-header .accordion-title[aria-expanded="true"]:after {
    transform: rotate(180deg);
}
.accordion-item .accordion-content p {
  padding-top: 10px;
  padding-bottom: 10px;
}

.accordion-card.style-one .accordion-header .accordion-title {
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-bottom: 1px solid var(--border-color);
  padding: 20px 0;
}
@media (max-width: 575px) {
  .accordion-card.style-one .accordion-header .accordion-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 16px;
  }
}
.accordion-card.style-one .accordion-header .accordion-title span.sn {
  margin-right: 8px;
}
.accordion-card.style-one .accordion-header .accordion-title:after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion-card.style-one .accordion-header .accordion-title[aria-expanded=true]:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.accordion-card.style-one .accordion-content p {
  padding-top: 10px;
  padding-bottom: 10px;
}
.accordion-card.style-two {
  border-radius: 10px;
  border: 1px solid rgba(16, 16, 16, 0.1);
  padding: 13px 30px;
}
@media (max-width: 575px) {
  .accordion-card.style-two {
    padding: 13px 15px;
  }
}
.accordion-card.style-two .accordion-header .accordion-title {
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media (max-width: 575px) {
  .accordion-card.style-two .accordion-header .accordion-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 16px;
  }
}
.accordion-card.style-two .accordion-header .accordion-title span.sn {
  margin-right: 8px;
}
.accordion-card.style-two .accordion-header .accordion-title:after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(16, 16, 16, 0.1);
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion-card.style-two .accordion-header .accordion-title[aria-expanded=true]:after {
  border-color: transparent;
  background-color: var(--primary-color);
  color: #ffffff;
  content: "\f068";
}
.accordion-card.style-two .accordion-content p {
  padding-top: 10px;
  padding-bottom: 10px;
}
.accordion-card.style-three {
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 10px 4px 60px 0px rgba(193, 193, 193, 0.25);
          box-shadow: 10px 4px 60px 0px rgba(193, 193, 193, 0.25);
}
.accordion-card.style-three .accordion-title {
  padding: 19px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .accordion-card.style-three .accordion-title {
    padding: 19px 15px;
    line-height: 1.3;
  }
}
.accordion-card.style-three .accordion-title .sn {
  margin-right: 10px;
}
.accordion-card.style-three .accordion-title:after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: auto;
  font-size: 22px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .accordion-card.style-three .accordion-title:after {
    font-size: 16px;
  }
}
.accordion-card.style-three .accordion-title[aria-expanded=true]:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.accordion-card.style-three .accordion-content {
  padding: 0 30px 10px;
}

.hero-slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.hero-slider .owl-prev,
.hero-slider .owl-next {
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
}

.hero-slider .owl-prev {
    position: absolute;
    left: -20px;
}

.hero-slider .owl-next {
    position: absolute;
    right: -20px;
}

.slick-prev,
.slick-next{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#fff !important;
    box-shadow:0 10px 30px rgba(0,0,0,0.12);
    z-index:99;
    display:flex !important;
    align-items:center;
    justify-content:center;
    transition:all .3s ease;
}

.slick-prev:hover,
.slick-next:hover{
    box-shadow:0 15px 35px rgba(0,0,0,0.18);
    cursor: pointer;
}

.slick-prev{
    left:20px;
}

.slick-next{
    right:20px;
}

.slick-prev:before,
.slick-next:before{
    display:none;
}

.slick-prev span,
.slick-next span{
    font-size:18px;
    color:#111827;
}
.slick-prev,
.slick-next{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #0f7e17;
    color: #fff;
    box-shadow: 0 15px 35px rgb(12 127 15 / 22%);
}

.slick-prev i,
.slick-next i{
    color:green;
    font-size:20px;
}

.slick-prev,
.slick-next{
    top:50%;
    position: absolute;
    transform:translateY(-50%);
}
.main-slider {
    z-index: 1;
}

/*partner*/
.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: -20px;
  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: -20px;
  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 {
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 0;
  background: rgba(200, 248, 169, 0.1490196078);
  border: 1px solid #eeeeee;
  border-radius: 16px;
  padding: 8px 17px;
  display: inline-flex;
}
.partner-section .partner-title h3 span,
.partner-section .partner-title h5 span {
  color: #000000;
}
.home4-banner-video{
    width:80%;
    height:400px;
    margin:auto;
    overflow:hidden;
    border-radius:30px;
    position:relative;
}

.home4-banner-video img{
    width:50%;
    height:100%;
    object-fit:cover;
    display:block;
    margin: auto;
    border-radius: 30px;
}


.trade-section {
    padding: 0px 0 60px;
    background: #f8fbff;
    overflow: hidden;
}

.container {
    width: 90%;
    max-width: 1400px;
    margin: auto;
}

.trade-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.trade-content {
    width: 45%;
}

.tag {
    display: inline-block;
    padding: 10px 18px;
    background: #eaf2ff;
    border-radius: 50px;
    color: #2563eb;
    font-weight: 600;
    margin-bottom: 25px;
}

.trade-content h2 {
    font-size: 68px;
    line-height: 1.1;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 30px;
}

.trade-content h2 span {
    color: #2563eb;
}

.trade-content p {
    color: #64748b;
    line-height: 1.9;
    margin-bottom: 20px;
    font-size: 17px;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    padding: 16px 35px;
    border-radius: 50px;
    font-weight: 600;
    margin-top: 15px;
}

.trade-image {
    width: 55%;
}

.dashboard {
    background: #fff;
    padding: 30px;
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
}

.stats-row {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.stat-card {
    flex: 1;
    background: #f8fbff;
    padding: 20px;
    border-radius: 15px;
}

.stat-card h3 {
    color: #2563eb;
    font-size: 32px;
    margin-bottom: 5px;
}

.stat-card p {
    color: #64748b;
}

.map-box {
    height: 380px;
    border-radius: 20px;
    overflow: hidden;
}

.map-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bottom-stats {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 25px;
}

.info-card {
    background: #fff;
    padding: 25px 15px 15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    border: 1px solid #39ca3d33;
}

.info-card:hover
{
  border: 1px solid green;
}

.info-card:hover img
{
  transform: rotate(180deg);
  transition: 0.5s ease-in-out;
}
.info-card h3 {
    font-size: 42px;
    color: #2563eb;
    margin-bottom: 10px;
}

.info-card span {
    /* color: #64748b; */
    font-weight: 600;
    font-size: 17px;
    font-weight: 500;
        display: block;
    margin: 15px 0 0;
}
.info-card a
{
  color: #000;
}

@media(max-width:991px){

.trade-wrapper{
    flex-direction:column;
}

.trade-content,
.trade-image{
    width:100%;
}

.trade-content h2{
    font-size:48px;
}

.bottom-stats{
    grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:576px){

.bottom-stats{
    grid-template-columns:1fr;
}

.trade-content h2{
    font-size:38px;
}
}

.home4-banner-vido img {
    width: 80%;
    margin: auto;
    border-radius: 30px;
}

.home4-banner-vido {
    text-align: center;
    margin: 20px 0;
}
.about_mid 
{
  background: linear-gradient(
        to bottom,
        #ffffff 65%,
        #f8fbff 35%
    );
}



.trade-solutions{
    padding:70px 0;
    background:#f7f8fb;
    overflow:hidden;
    position:relative;
}


.solution-layout{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:40px;
}

.solution-card{
    width:50%;
    background:#fff;
    border-radius:40px;
    padding:30px;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
    position:relative;
}

.count {
    padding: 10px;
    font-size: 19px;
    font-weight: 800;
    color: #fff;
    opacity: .15;
    line-height: 1;
    background: #000;
    display: inline-block;
    background: #000;
    opacity: 1;
    border-radius: 15px;
}

.solution-card h3{
    font-size:32px;
    line-height:1.1;
    margin:10px 0 15px;
    position: relative;
    padding-bottom: 10px;
}
.solution-card h3:after {
    background: green;
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    top: 100%;
    left: 0;
}

.solution-card h3 span{
    color:#0c7f0f;
}

.solution-card p{
    color:#666;
    line-height:1.8;
}

.solution-card ul{
    margin:15px 0 0;
    padding:0;
    list-style:none;
}

.solution-card li{
    padding:10px 0;
    border-top:1px solid #ececec;
    position:relative;
    padding-left:22px;
}

.solution-card li:before{
    content:'';
    width:8px;
    height:8px;
    border-radius:50%;
    background:#0c7f0f;
    position:absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.center-area{
    position:relative;
    width:450px;
    height:450px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.main-circle{
    width:300px;
    height:300px;
    border-radius:50%;
    background: #fff;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    position:relative;
}
.main-circle img {
    width: 250px;
}
.logo-circle{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#0c7f0f;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:38px;
    margin-bottom:20px;
}

.main-circle h4{
    font-size:48px;
    margin:0;
    font-weight:800;
}

.main-circle h5{
    font-size:48px;
    margin:0;
    color:#0c7f0f;
    font-weight:800;
}

.main-circle p{
    margin-top:10px;
    color:#666;
}

.orbit{
    position:absolute;
    width:320px;
    height:320px;
    border-radius:50%;
    border:2px dashed rgb(12 127 15 / 24%);
}

.orbit-left{
    transform:rotate(-20deg);
}

.orbit-right{
    transform:rotate(20deg);
}
.section-title.white-color.home3-section-title.three h2, .section-title.white-color.home3-section-title.three p
{
  color: #fff;
}

.blog-post-item.style-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--white-color);
  border: 1px solid rgba(38, 39, 43, 0.1);
  padding: 30px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .blog-post-item.style-two {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .blog-post-item.style-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.blog-post-item.style-two:hover {
  border-color: var(--heading-color);
  -webkit-filter: drop-shadow(10px 4px 30px rgba(166, 239, 103, 0.5));
          filter: drop-shadow(10px 4px 30px rgba(166, 239, 103, 0.5));
}
.blog-post-item.style-two .post-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 230px;
  width: 100%;
  margin-right: 40px;
}
.blog-post-item.style-two .post-thumbnail img {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .blog-post-item.style-two .post-thumbnail {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.blog-post-item.style-two .post-content .post-meta span {
  margin-bottom: 10px;
}
.blog-post-item.style-two .post-content .post-meta span.category {
  margin-right: 15px;
}
.blog-post-item.style-two .post-content .post-meta span.category a {
  border: 1px solid var(--border-color);
  padding: 4px 20px;
  line-height: 20px;
  border-radius: 20px;
}
.blog-post-item.style-two .post-content h4.title {
  font-size: 20px;
  letter-spacing: -0.4px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 40px;
}
.blog-post-item.style-two .post-content h4.title:hover {
  color: var(--primary-color);
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .blog-post-item.style-two .post-content h4.title {
    margin-bottom: 10px;
  }
}
.blog-post-item.style-two .post-content p {
  margin-bottom: 20px;
}
a.read-more.style-one {
    border: 1px solid green;
    padding: 10px 17px;
    color: green;
    border-radius: 30px;
    font-size: 15px;
}
a.read-more.style-one:hover {
    color: #fff;
    background: green;
}
.blog-post-item.style-two .post-content h4.title a
{
  color: #000;
}


.case-study-card {
  background-color: var(--white-color);
  border: 1px solid var(--borders-color);
  padding: 10px;
  border-radius: 10px;
  position: relative;
  z-index: 99;

    box-shadow: 0 12px 8px rgb(83 104 173 / 6%);
    margin: 6px 15px;
}
@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: #000000;
  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;
  height: 250px;
  width: 100%;
  object-position: left top;
}
.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: 40px 20px 30px 30px;
  background-color: #ffffff;
  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;
  font-size: 25px;
  line-height: 25px;
}
.case-study-card .case-study-content h2 a,
.case-study-card .case-study-content h3 a {
  
  font-weight: 500;
  font-size: 21px;
  line-height: 1.3;
  text-transform: capitalize;
  color: #000000;
  background: linear-gradient(to bottom, #000000 0%, #000000 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: 21px;
  }
}
@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-weight: 400;
  font-size: 16px;
  line-height: 24px;
  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-weight: 700;
  font-size: 26px;
  line-height: 1;
  color: #000000;
  margin-bottom: 0;
}
.case-study-card .case-study-content ul li .counter-content .number span {
  
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  color: #000000;
}
.case-study-card .case-study-content ul li .counter-content p {
  
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #000000;
  text-transform: capitalize;
  margin: 0;
}
.case-study-card .case-study-content .view-details-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  color: #000000;
  position: relative;
}
.case-study-card .case-study-content .view-details-btn .arrow {
  fill: #000000;
  transition: 0.5s;
  position: relative;
  top: 5px;
}
.case-study-card .case-study-content .view-details-btn:hover .arrow {
  transform: rotate(45deg);
}
.case-study-section {
  background: url(../images/choose-bg1.jpg);
  padding: 70px 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;
}
.accordion-content ul li {
    margin-bottom: 5px;
    list-style: decimal;
}

.accordion-content ul {
    padding-left: 20px;
}





section.home-ai-marketing.supplychain_bg {
    background: url(../images/banner-bg.png);
    z-index: 9;
    background-position: bottom;
}
.home-ai-marketing.supplychain_bg .hero-marketing
{
  background: transparent;
}


.imagen {
  height: 400px;
  width: 70%;
  margin: auto;
  background-image: url("../images/Supply-chain-image.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 30px;
}

.sasly-card-item.style-two {
  position: relative;
  padding: 30px 15px;
  background-color: #f9fafc;
  border: 1px solid rgb(38 39 43 / 3%);
  border-radius: 20px;
}
@media (max-width: 767px) {
  .sasly-card-item.style-two {
    padding: 40px 30px;
  }
}
.sasly-card-item.style-two .card-image-box {
  position: relative;
}
@media (max-width: 767px) {
  .sasly-card-item.style-two .card-image-box {
    margin-bottom: 40px;
  }
}
.sasly-card-item.style-two .card-image-box .image-one {
  width: 100%;
  padding: 0 30px;
}
.sasly-card-item.style-two .card-image-box .image-one img {
  border-radius: 15px;
}
.sasly-card-item.style-two .card-image-box .image-two {
  position: absolute;
  bottom: 0;
  right: 50px;
  max-width: 260px;
}
.sasly-card-item.style-two .card-image-box .image-two img {
  border-radius: 20px;
}
.sasly-card-item.style-two .card-content h3.title {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 30px;
}
.sasly-card-item.style-two .card-content p {
  margin-bottom: 10px;
}
.sasly-card-item.style-two .card-content ul {
  margin-bottom: 0px;
}
.sasly-card-item.style-two:nth-child(even) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

ul.check-list.style-one {
    display: flex;
    flex-wrap: wrap;
}

ul.check-list.style-one li {
    width: 50%;
    margin-bottom: 10px;
}

.instance_section {
    background: #0c7f0f12;
    padding: 20px;
    border-radius: 10px;
}

.instance_section ul {
  padding-left: 15px;
}
.instance_section ul li {
    margin-bottom: 5px;
    list-style: decimal;
}

.rs-services-seven.black_section .rs-services-bg-thumb
{
  background: #000 !important;
}
.rs-services-seven.black_section .rs-services-icon {
    margin-bottom: 0;
}
.rs-services-seven.has-space.black_section {
    padding-bottom: 100px;
    background: #000000;
}
    .black_section .rs-services-item.wow.fadeInUp {
    text-align: center;
    background: #2b2b2b;
}
.rs-services-twelve {
    background: #fff;
}

.black_section .rs-services-item.wow.fadeInUp p {
    display: none;
}
.rs-services-seven.black_section .rs-services-top {
    justify-content: center;
}
.rs-services-seven.has-space.black_section:before {
    content: '';
    position: absolute;
    left: -200px;
    top: -150px;
    width: 600px;
    height: 600px;
    background: #dfe9ff5e;
    border-radius: 50%;
    opacity: .5;
}
.black_section .rs-services-item.wow.fadeInUp:hover
{
  transform: translateY(-10px);
  transition: 0.5s ease-in-out;
}
.black_section .rs-services-item {
    border: 1px solid #0c7f0f30;
}
.black_section .rs-services-item::before {
    position: absolute;
    width: 40%;
    height: 3px;
    content: "";
    left: 30%;
    top: -2px;
    background-color: #0c7f0f;
    transition: all 0.3s;
}
.black_section .rs-services-item::after {
    position: absolute;
    width: 60%;
    height: 5px;
    content: "";
    left: 20%;
    bottom: -3px;
    background-color: #fff;
    transition: all 0.6s;
}
.black_section .rs-services-item:hover::before {
    width: 94%;
    left: 3%;
}
.rs-video-area.rs-video-four.jarallax:before {
    content: '';
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0.6;
}
    .rs-services-seven .rs-services-item {
        padding: 25px 25px;
    }
.rs-services-seven.has-space.black_section {
    padding: 70px 0;
    background: linear-gradient(135deg, #f8f9fd 0%, #ffffff 50%, #eef4ff 100%);
    position: relative;
}
.black_section .rs-services-item.wow.fadeInUp {
    background: #fff;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .06);
    border-radius: 10px;
    margin-bottom: 30px;
}
.rs-services-seven .rs-services-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
ul.check-list.style-one svg {
    width: 25px;
    height: 25px;
    fill: #0c7f0f;
}

.image-one img {
    width: 100%;
    margin: auto;
    height: 100%;
    object-fit: contain;
}



.image-one {
    text-align: center;
}
ul.check-list.style-one li img {
    position: absolute;
    left: 0;
    top: 4px;
    width: 17px;
}
ul.check-list.style-one li {
    position: relative;
    width: 50%;
    font-size: 15px;
    padding-left: 22px;
    margin-bottom: 10px;
}

.sasly-card-item.style-two .card-image-box {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
}
.sasly-card-item.style-two
{
  padding: 40px;
}
section.pt-70.left_right_content {
    z-index: 1;
    background: #fff;
    position: relative;
}

h5.rs-services-title.underline.has-theme-yellow {
    font-weight: 400;
    font-size: 17px;
    color: #000;
}
.rs-services-seven .rs-services-item
{
  padding: 20px 35px;
}
.animate-float-bob-x {
  -webkit-animation-name: float-bob-x;
          animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.rs-contact-one .rs-contact-wrapper {
  position: relative;
  z-index: 3;
}
.rs-contact-one .rs-section-title {
  color: #ffffff;
}
.rs-contact-one .rs-section-title-wrapper .descrip {
  color: #CBCCCD;
  max-width: 95%;
}
.rs-contact-one .rs-contact-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
}
.rs-contact-one .rs-contact-form-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.rs-contact-one .rs-contact-list {
  gap: 30px 50px;
  display: grid;
  margin-top: 45px;
}

.rs-contact-one .rs-contact-list-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
.rs-contact-one .rs-contact-list-item:hover .rs-contact-icon svg {
  animation: rs-vibrate 0.4s;
}
.rs-contact-one .rs-contact-icon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 90px;
  background: green;
  clip-path: polygon(0% 0%, 78% 0, 100% 18%, 100% 100%, 0% 100%);
}
.rs-contact-one .rs-contact-icon span svg {
  width: 30px;
  height: 35px;
}
.rs-contact-one .rs-contact-icon span svg path {
  fill: #ffffff;
}
.rs-contact-one .rs-contact-list-content span {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  display: inline-block;
  color: #ffffff;
}
.rs-contact-one .rs-contact-list-content a:hover {
  color: green;
}
.rs-contact-one .rs-contact-list-content h6 {
  font-size: 17px;
  font-weight: 500;
  color: #CBCCCD;
}
.rs-contact-one .rs-contact-list-content p {
  margin: 0;
  color: #CBCCCD;
}
.rs-contact-one .rs-contact-form {
  position: relative;
  z-index: 3;
  background: green;
  padding: 40px 50px 50px 50px;
  border-radius: 4px;
  margin-inline-start: 50px;
  clip-path: polygon(20% 0%, 90% 0, 100% 7%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0 0);
}
@media only screen and (max-width: 1600px) {
  .rs-contact-one .rs-contact-form {
    padding: 30px 30px 30px 30px;
    margin-inline-start: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-contact-one .rs-contact-form {
    margin-inline-start: 0px;
    position: sticky;
    top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-contact-one .rs-contact-form {
    position: relative;
    top: unset;
  }
}
@media only screen and (max-width: 480px) {
  .rs-contact-one .rs-contact-form {
    padding: 25px 25px 25px 25px;
  }
}
.rs-contact-one .rs-contact-form .descrip {
  color: #ffffff;
  margin: 10px 0 30px;
}
.rs-contact-one .rs-contact-form-title {
  font-size: 36px;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .rs-contact-one .rs-contact-form-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-contact-one .rs-contact-form-title {
    font-size: 26px;
  }
}
.rs-contact-one .rs-contact-input input {
  width: 100%;
  height: 52px;
  outline: 0;
  padding: 0 25px;
  color: #ffffff;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}
.rs-contact-one .rs-contact-input input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.rs-contact-one .rs-contact-input textarea {
  height: 115px;
  padding: 15px 15px;
  resize: none;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.rs-contact-one .rs-contact-input textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.rs-contact-area
{
  background: #000000;
  position: relative;
}
 .contact-form.contact-formt .form-group input[type="email"], .contact-form.contact-formt .form-group input[type="password"], .contact-form.contact-formt .form-group input[type="tel"], .contact-form.contact-formt .form-group input[type="text"], .contact-form.contact-formt .form-group select
{
  width: 100%;
    height: 52px;
    outline: 0;
    padding: 25px;
    color: #fff;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
}
.contact-form.contact-formt .form-group ::placeholder
{
  color: #fff !important;
}
.contact-form.contact-formt .form-group textarea
{
  width: 100%;
    outline: 0;
    padding: 25px;
    color: #fff;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
}

.black_bgbtn
{
  background: #000000;
}
.rs-contact-one .rs-contact-form-title
{
  font-size: 24px;
}
.fx-footer-cta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    margin: 0;
}
.fx-footer-cta .card-icon {
    border: 8px solid green;
    min-width: 100px;
    width: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px;
}
.fx-footer-cta .card-icon img {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.fx-footer-cta .card-body {
    padding: 0 24px 0 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 45%;
}
.fx-footer-cta .card-title {
    font-family: inherit;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #5cd75c;
    margin: 0 0 9px;
    margin-bottom: 10px !important;
}
.fx-footer-cta .card-phone-link {
    font-family: inherit;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #FFF;
    text-decoration: none;
}
.rs-services-seven.black_section .rs-services-icon img {
    width: 50px;
}

@media screen and (max-width: 575px)
{
  ul.check-list.style-one li {
    width: 100%;
  }
  .image-one img {
    height: auto;
  }
  .sasly-card-item.style-two .card-image-box .image-one {
    height: auto;
}
.solution-layout {
    display: block;
  }

.solution-card {
    width: 100%;
  }
  .center-area
  {
    display: none;
  }
  .solution-card.right-card
  {
    margin-top: 30px;
  }
  .chooseUsD2_inner {
    display: block;
  }
  .chooseUsSpan2 {
    width: 100%;
  }
  .chooseUsSpan2::before {
    left: auto;
  }
  .single-portfolio2.active {
        height: auto;
        flex: 10;
    }
    .fx-footer-cta .card-phone-link {
    font-size: 18px;
    line-height: 28px;
  }
}

.home1-our-work-section .our-work-wrapper .our-work-img ul {
  padding: 0;
  margin: 0;
  list-style: none;
  min-height: 500px;
  max-width: 455px;
  height: 100%;
  width: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .home1-our-work-section .our-work-wrapper .our-work-img ul {
    min-height: 450px;
  }
}
@media (max-width: 991px) {
  .home1-our-work-section .our-work-wrapper .our-work-img ul {
    height: unset;
  }
}
.home1-our-work-section .our-work-wrapper .our-work-img ul li .single-img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  animation: qodef-animate-image-out 1s 0.1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  z-index: 12;
  transform: rotate(5deg);
}
@media (max-width: 576px) {
  .home1-our-work-section .our-work-wrapper .our-work-img ul li .single-img {
    height: unset;
  }
}
.home1-our-work-section .our-work-wrapper .our-work-img ul li .single-img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 300px;
}
@media (max-width: 576px) {
  .home1-our-work-section .our-work-wrapper .our-work-img ul li .single-img img {
    height: unset;
  }
}
.home1-our-work-section .our-work-wrapper .our-work-img ul li .sm-img {
  position: absolute;
  display: block;
  min-height: 215px;
  max-width: 265px;
  bottom: 140px;
  right: -100px;
  animation: qodef-animate-sm-image-out 2s 0.1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  z-index: 15;
  transform: rotate(-3deg);
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-our-work-section .our-work-wrapper .our-work-img ul li .sm-img {
    right: -80px;
  }
}
@media (max-width: 1399px) {
  .home1-our-work-section .our-work-wrapper .our-work-img ul li .sm-img {
    min-height: 250px;
    max-width: 250px;
    right: -80px;
  }
}
@media (max-width: 1199px) {
  .home1-our-work-section .our-work-wrapper .our-work-img ul li .sm-img {
    min-height: 220px;
    max-width: 220px;
    right: -60px;
  }
}
@media (max-width: 991px) {
  .home1-our-work-section .our-work-wrapper .our-work-img ul li .sm-img {
    display: none;
  }
}
.home1-our-work-section .our-work-wrapper .our-work-img ul li .sm-img img {
  height: 200px;
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .home1-our-work-section .our-work-wrapper .our-work-img ul li .sm-img img {
    height: unset;
  }
}
.home1-our-work-section .our-work-wrapper .our-work-img ul li.active .single-img {
  z-index: 15;
  animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
.home1-our-work-section .our-work-wrapper .our-work-img ul li.active .sm-img {
  animation: qodef-animate-sm-image-in 1.5s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  z-index: 16;
}
.home1-our-work-section .our-work-wrapper .our-work-img.two {
  position: relative;
}
.home1-our-work-section .our-work-wrapper .our-work-img.two ul {
  min-height: 350px;
  max-width: 345px;
  margin-left: auto;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-our-work-section .our-work-wrapper .our-work-img.two ul {
    min-height: 320px;
  }
}
@media (max-width: 1399px) {
  .home1-our-work-section .our-work-wrapper .our-work-img.two ul {
    min-height: 280px;
  }
}
@media (max-width: 1199px) {
  .home1-our-work-section .our-work-wrapper .our-work-img.two ul {
    min-height: 240px;
  }
}
@media (max-width: 767px) {
  .home1-our-work-section .our-work-wrapper .our-work-img.two ul {
    margin-left: 0;
  }
}
.home1-our-work-section .our-work-wrapper .our-work-list {
  max-width: 500px;
  width: 100%;
}
.home1-our-work-section .our-work-wrapper .our-work-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.home1-our-work-section .our-work-wrapper .our-work-list ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 767px) {
  .home1-our-work-section .our-work-wrapper .our-work-list ul li {
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
}
.home1-our-work-section .our-work-wrapper .our-work-list ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.home1-our-work-section .our-work-wrapper .our-work-list ul li:last-child .service-content p {
  margin-bottom: 0;
}
.home1-our-work-section .our-work-wrapper .our-work-list ul li h2 {
  margin-bottom: 0;
  font-weight: 500;
  color: #525252;
}

.home1-our-work-section .our-work-wrapper .our-work-list ul li.active h2 {
  color: #000000;
  font-weight: 600;
}
.home1-our-work-section .our-work-wrapper .our-work-list ul li h2{
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1399px) {
  .home1-our-work-section .our-work-wrapper .our-work-list ul li h2{
    font-size: 20px;
  }
}
.home1-our-work-section .our-work-wrapper .our-work-list ul li .service-content {
  padding-top: 12px;
  line-height: 1;
  overflow: hidden;
  display: none;
  transform-origin: top;
  transition: 0.35s;
}
@media (max-width: 1199px) {
  .home1-our-work-section .our-work-wrapper .our-work-list ul li .service-content {
    padding-top: 15px;
  }
}
.home1-our-work-section .our-work-wrapper .our-work-list ul li .service-content p {
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .home1-our-work-section .our-work-wrapper .our-work-list ul li .service-content p {
    font-size: 17px;
  }
}
.home1-our-work-section .our-work-wrapper .our-work-list ul li .service-content p strong {
  font-weight: 600;
  color: #000000;
}
.home1-our-work-section .our-work-wrapper .our-work-list ul li.active h2 a {
  font-weight: 500;
  color: #000000;
}
.home1-our-work-section .our-work-wrapper .our-work-list ul li.active .service-content {
  display: block;
  height: 100%;
  animation: fade-down 0.45s linear;
}
.home1-our-work-section.innerpage-work-section {
  background-image: url(../image/innerpage/innerpage-our-work-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
}

@keyframes qodef-animate-image-out {
  0% {
    transform: scale(1) translateZ(0) rotate(5deg);
    clip-path: inset(0 0 0 0);
  }
  100% {
    transform: scale(1) rotate(5deg);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qodef-animate-image-in {
  0% {
    transform: scale(1.05) translateZ(0) rotate(5deg);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    transform: scale(1) rotate(5deg);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qodef-animate-sm-image-out {
  0% {
    transform: scale(1) translateZ(0) rotate(-3deg);
    clip-path: inset(0 0 0 0);
  }
  100% {
    transform: scale(1) rotate(-3deg);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qodef-animate-sm-image-in {
  0% {
    transform: scale(1.05) translateZ(0) rotate(-3deg);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    transform: scale(1) rotate(-3deg);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes fade-down {
  0% {
    opacity: 0;
    transform: scaleY(0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }
}
.imgstickyy
{
  position: sticky;
  top: 0;
}
.sm-img
{
  height: 200px;
  width: 100%;
}

.imgstickyy{
    position: sticky;
    top: 120px;
    align-self: flex-start;
}
.our-work-img
{
  height: 300px;
}

.sasly-project-item.style-five .thumbnail {
  position: relative;
}
.sasly-project-item.style-five .thumbnail img {
  width: 100%;
}
.sasly-project-item.style-five .content {
  position: relative;
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 10px 4px 60px 0px rgba(193, 193, 193, 0.25);
          box-shadow: 10px 4px 60px 0px rgba(193, 193, 193, 0.25);
  width: 95%;
  margin: -30px auto 15px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .sasly-project-item.style-five .content h4.title {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .sasly-project-item.style-five .content h4.title {
    font-size: 18px;
    line-height: 30px;
  }
}
.sasly-project-item.style-five .content .project-meta span {
  margin-bottom: 10px;
}
.sasly-project-item.style-five .content .project-meta span:not(:last-child):after {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffffff;
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 8px;
}
.theme-btn.style-two {
    border: 1px solid rgba(31, 31, 31, 0.1);
    border-radius: 12px;
    padding: 11.5px 35px;
    font-weight: 700;
}

.sasly-project-item.style-five h4 {
    color: #000;
    font-size: 20px;
    line-height: 29px;
    margin: 0;
}

.sasly-project-item.style-five h4 a {
    color: #000;
    font-weight: 600;
}
.sasly-project-item.style-five .view-details-btn {
    color: #525252;
    font-size: 15px;
    margin-top: 5px;
    display: inline-block;
}
.sasly-project-item.style-five .view-details-btn .arrow
{
position: relative;
top: 6px;
}
.sasly-project-item.style-five .view-details-btn:hover
{
  color: green;
}
.sasly-project-item.style-five .view-details-btn:hover .arrow
{
  transform: rotateX(45deg);
  fill: green;
}
.full_halfbg {
    position: relative;
    overflow: hidden;
    margin: 100px 0;
    padding: 100px 0;
}
.full_halfbg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background: #0e2b6105;
    z-index: -1;
}
.sasly-card-item.style-two {
    background: transparent;
    border-radius: 0;
    border: none;
    padding: 0;
}
.full_halfbg.two:before {
    background: #c8252014;
    right: 0;
    left: auto;
}
.sasly-card-item.style-two .card-image-box .image-one img {
    border-radius: 15px;
    padding: 10px;
}
.full_halfbg.three:before {
    background: #bbaa9824;
}
.full_halfbg.four:before {
    background: #c139190f;
    right: 0;
    left: auto;
}
.sasly-project-item.style-five.mb-40 {
    padding: 15px;
}
.sasly-project-item.style-five.mb-40 img {
    border-radius: 15px;
    object-fit: cover;
}



.row.hero-grid {
    align-items: center;
}

.trade-solutions
{
  background: #323338;
}
.trade-solutions .section-title h3, .trade-solutions .section-title p
{
  color: #fff;
}
.sasly-project-item.style-five .content
{
  background: #000;
}
.sasly-project-item.style-five h4 a {
    color: #fff;
  }
  .sasly-project-item.style-five .view-details-btn {
    color: #fff;
  }
  .sasly-project-item.style-five .view-details-btn svg{
    fill: #fff;
  }
  .sasly-project-item.style-five.mb-40 {
    padding: 15px;
    background: #000;
    margin: 10px;
    border-radius: 15px;
}
.sasly-project-item.style-five.mb-40 img
{
  height: 250px;
}
.sasly-project-item.style-five .content {
    background: #000;
    margin: 0;
    background: transparent !important;
    box-shadow: none;
    padding: 20px 10px;
}
.sasly-project-item.style-five h4 a {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    min-height: 60px;
    display: block;
}
.case-study-section.style-1
{
  background: #fff;
}
.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, .home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-top p
{
  color: #fff;
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard {
    background: #3b82f6;
    border-color: #3b82f6;
  }
  .home4-portfolio-section .porfolio-card-wrapper .portfolioCard.two {
    background: #e956a6;
    border-color: #e956a6;
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard.three {
    background: #19c5b6;
    border-color: #19c5b6;
}

.home4-portfolio-section .porfolio-card-wrapper .portfolioCard.four {
    background: #4062c7;
    border-color: #4062c7;
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard.five {
    background: #40cf60;
    border-color: #40cf60;
}
.main-menu .navigation>li>a {
    font-weight: 500;
    padding: 25px 5px;
    font-size: 15px;
    color: #4a5565;
    text-transform: none;
}
.sticky-header .main-menu .navigation>li>a
{
  padding: 19px 5px !important;
}
.field{
    position:relative;
    margin-bottom:20px;
    padding: 0 10px;
}

.field input, .field textarea{
      width: 100%;
    height: 52px;
    outline: 0;
    padding: 20px 15px;
    color: #fff;
    border-radius: 2px;
   

    width:100%;
    height:auto;

    outline:none;
    transition:all .3s ease;
     border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    padding: 23px 15px 9px !important;
}


.field textarea {
  height: 115px;
  padding: 15px 15px;
  resize: none;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}


.field label{
    position:absolute;
    left:16px;
    top:50%;
    transform:translateY(-50%);
    color:#fff;
    font-size:15px;
    padding: 0 10px;
    pointer-events:none;
    transition:.3s ease;
}


.field input:focus{
    height:60px;
    border-color:#6ea8ff;
}

.field textarea:focus{
    height:115px;
    border-color:#6ea8ff;
}


.field input:focus + label,
.field input:not(:placeholder-shown) + label{
    top:6px;
    transform:none;
    font-size:13px;
    color:#fff;
}

.field textarea:focus + label,
.field textarea:not(:placeholder-shown) + label{
    top:6px;
    transform:none;
    font-size:13px;
    color:#fff;
}
.modallformm .field input, .modallformm .field textarea
{
      position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 15px;
    color: #000;
    height: 50px;
    font-size: 14px;
        border-radius: 0;
    background: #fff;
    border: 1px solid #d7d7d7;
}
.modallformm .field textarea {
  height: 115px;
  padding: 15px 15px;
  resize: none;
  background: rgba(255, 255, 255, 0.1);
  color: #000;
  border-radius: 2px;
      border-radius: 0;
    background: #fff;
    border: 1px solid #d7d7d7;
}
.modallformm .field label
{
  color: #000;
}
.modallformm .field input:focus{
    height:50px;
    border-color:#6ea8ff;
}
.modallformm .field textarea:focus{
    height:115px;
    border-color:#6ea8ff;
}
.modallformm .field input:focus + label,
.modallformm .field input:not(:placeholder-shown) + label{
    top:6px;
    transform:none;
    font-size:13px;
    color:#000;
}

.modallformm .field textarea:focus + label,
.modallformm .field textarea:not(:placeholder-shown) + label{
    top:6px;
    transform:none;
    font-size:13px;
    color:#000;
}
.hero-pointers.justify-content-center {
    display: flex;
}

.hero-video {
    width: 75%;
    height: 80%;
    overflow: hidden;
    border-radius: 20px; /* optional */
    text-align: center;
    margin: auto;
    margin-top: 30px;
}

.hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.blog-post-item
{
  margin: 0 15px;
}

.our-work-list ul li {
    position: relative;
}

.progress-line {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: rgb(2, 117, 216);
}

.our-work-list ul li.active .progress-line {
    animation: progress 7s linear forwards;
}

@keyframes progress {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
.blog_slider .post-content .title{
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Show only 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 1023px)
{
  .home-ai-marketing .hero-title {
    font-size: 28px;
    line-height: 38px;
  }
  .case-study-card .case-study-content h2, .case-study-card .case-study-content h3
  {
    font-size: 17px;
    line-height: 27px;
  }
  .sasly-project-item.style-five h4 a, .case-study-card .case-study-content h2 a, .case-study-card .case-study-content h3 a {
    font-size: 17px;
    line-height: 27px;
}
.sasly-project-item.style-five.mb-40 img, .sasly-project-item.style-five.mb-40 img, .case-study-card .case-study-img-wrap .case-study-img img {
    height: 200px;
}
.descrip p br
{
  display: none;
  .section-title h2 br, .section-title h3 br {
    display: none;
}
}

  .home-ai-marketing .hero-title br
  {
    display: none;
  }
}
@media screen and (max-width: 991px)
{
      .single-portfolio2 .portfolio-content p {
        font-size: 13px;
        line-height: 23px;
    }
.full_halfbg {
    margin: 35px 0;
    padding: 10px 0;
}
section.faq-sf.pb-90.pt-70.mt-5 {
    margin-top: 0 !important;
}

  .sasly-card-item.style-two .card-image-box .image-one img {
    margin: 10px 0;
}
}
@media screen and (max-width: 575px)
{
  .imagen {
    height: 200px;
  }
  .section-title h2, .section-title h3 {
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 10px;
}

.home-ai-marketing .hero-title {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
  }
  .home-ai-marketing .hero-desc
  {
    text-align: center;
  }
  .slick-prev, .slick-next {
    width: 32px;
    height: 32px;
  }
  .row.hero-grid .col-md-6 {
    padding: 0;
}
.banner_content {
    text-align: center;
}
.pointer-item
{
  padding: 8px 10px;
  font-size: 14px;
}
.pointer-item .icon
{
  font-size: 10px;
  width: 17px;
  height: 17px;
}
.hero-pointers {
    margin-bottom: 20px;
    justify-content: center;
  }
  .pt-70 {
    padding-top: 35px;
    padding-bottom: 35px;
}
section.about_mid.pt-70 {
    padding-top: 0;
}
.bottom-stats
{
  margin-top: 25px;
}
.home3-process-section .process-list .single-process .content h3 {
        font-size: 19px;
        line-height: 29px;
    }
    .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
    {
      font-size: 19px;
      line-height: 29px;
    }
    .chooseUsSpan1 p:last-child
    {
      font-size: 19px;
      line-height: 29px;
    }
    .chooseUsSpan1 p:first-child {
    font-size: 42px;
  }
  .chooseUsSpan1 {
    height: 80px;
  }
  .chooseUsD2_inner::before
  {
    top: 65px;
  }
  .chooseUsD2_inner
  {
    margin-bottom: 10px;
  }
  .btn-box.hero-actions.mt-3 {
    text-align: center;
    margin-bottom: 10px;
}
.partner-section .partner-title h3, .partner-section .partner-title h5
{
  font-size: 14px;
  padding: 8px 10px;
}
.rs-contact-one .rs-contact-form-title {
    font-size: 18px;
}
}



.proheadingcontent
{
  margin-top: -90px;
  text-align: center;
}
.proheadingcontent h2, .proheadingcontent h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 13px;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 41px;
}
 .proheadingcontent h3
 {
  font-size: 25px;
  line-height: 35px;
 }
.proheadingcontent {
    margin-top: -110px;
    background: #0275d8;
    padding: 40px 35px;
    color: #fff;
}
p.borderpcontent
{

    position: relative;
}
p.borderpcontent {
    margin-top: 32px;
    padding-left: 120px;
}
.procontent p,.contpaddingleft p
{

    font-size: 16px;
    margin-bottom: 10px;
}
.contpaddingleft
{
  padding-left: 120px;
}
p.borderpcontent:before {content: '';position: absolute;width: 100px;
height: 3px;border-color: red;background: green;top: 9px;left: 0;}
.home-ai-marketing.supplychain_bg.solution_page .hero-marketing {
    background: radial-gradient(circle at 30% 0%, rgb(38 145 40 / 8%) 0%, transparent 50%), radial-gradient(circle at 70% 0%, rgb(7 175 218 / 10%) 0%, transparent 50%);
}
.home-ai-marketing.supplychain_bg.solution_page {
    background: none;
}
.home-ai-marketing.solution_page .hero-marketing::after
{
  display: none;
}
.home-ai-marketing.solution_page .hero-title {
    font-size: 40px;
    line-height: 50px;
}

.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: #000;
    font-family: var(--font-spaceGrotesk);
    font-weight: 500;
    font-size: 23px;
    line-height: 33px;
    max-width: 80%;
    margin-bottom: 5px;
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap .process-content p {
  margin-bottom: 22px;
}

.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;
  }
}