:root {
    --dme-themecolor: #32589c !important;
    --dme-themecolor-rgb: 254, 150, 3;
    --dme-body-font: "Poppins", sans-serif;
    --dme-header-boxshadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
    --dme-header-height: 70px;
  }
  .gradient-red-yellow,
  .h-gradient-red-yellow:hover {
    background-image: -webkit-linear-gradient(
      110.78deg,
      rgb(118, 230, 80) -1.13%,
      rgb(249, 214, 73) 15.22%,
      rgb(240, 142, 53) 32.09%,
      rgb(236, 81, 87) 48.96%,
      rgb(255, 24, 189) 67.94%,
      rgb(26, 75, 255) 85.34%
    ) !important;
    background-image: linear-gradient(
      110.78deg,
      rgb(118, 230, 80) -1.13%,
      rgb(249, 214, 73) 15.22%,
      rgb(240, 142, 53) 32.09%,
      rgb(236, 81, 87) 48.96%,
      rgb(255, 24, 189) 67.94%,
      rgb(26, 75, 255) 85.34%
    ) !important;
  }
  #header {
    --dme-header-floating-top-offset: 20px;
    --dme-primary-menu-font-size: 15px;
  }
  .is-expanded-menu #header.floating-header + .include-header {
    margin-top: -161px;
  }
  .is-expanded-menu #header.floating-header + .include-header .page-title-row {
    margin-top: 3rem;
  }
  .button {
    text-shadow: none;
    font-weight: 600;
  }
  .button:not(.w-100):hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  }
  div.menu-link {
    cursor: default;
  }
  .top-links-item {
    border-left: 0;
  }
  .top-links-item a img {
    position: relative;
    display: inline-block;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    top: -2px;
    margin-right: 8px;
    border: 1px solid var(--dme-contrast-0);
    background-color: var(--dme-contrast-700);
  }
  .border-bottom {
    border-color: var(--dme-contrast-100) !important;
  }
  .heading-block > p {
    color: var(--dme-contrast-600);
  }

  .play-icon i {
    width: 70px;
    height: 70px;
    line-height: 71px;
    font-size: 24px;
    background: linear-gradient(60deg, #32589c, #ff8e01, #ed9931, #f37055);
    color: var(--dme-contrast-0);
    text-align: center;
    border-radius: 50%;
    padding-left: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    animation: animdgradient 3s ease alternate infinite;
    background-size: 300% 300%;
  }
  @keyframes animdgradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  .play-icon:hover i {
    transform: scale(1.1);
  }
  #oc-clients .oc-item img {
    height: 32px;
  }
  input.switch-toggle-round + label::before,
  input.switch-toggle-round + label {
    border-radius: 4px;
    background-color: var(--dme-themecolor);
  }
  .price-discount {
    position: relative;
    top: -12px;
    margin-left: 10px;
    background: url(images/icons/discount.svg) no-repeat 0 0;
    width: 60px;
    height: 39px;
  }
  input.switch-toggle-round + label::after {
    border-radius: 4px;
  }
  .pricing-box {
    border-color: rgba(17, 18, 18, 0.1);
    text-align: left;
    padding: 20px;
    background-color: var(--dme-contrast-0);
    box-shadow: none;
    margin-right: -1px;
  }
  .pricing-title {
    padding: 0;
    background-color: transparent;
    border-bottom: 0;
  }
  .pricing-title h3 {
    margin: 0;
    font-size: 21px;
    letter-spacing: 0;
    color: var(--dme-contrast-700);
    text-transform: none;
  }
  .pricing-title span {
    font-size: 14px;
    text-transform: capitalize;
  }
  .pricing-price {
    position: relative;
    font-weight: 500;
  }
  .pricing-price::after {
    content: none;
  }
  .pricing-price span.price-tenure {
    display: block;
    font-weight: 400;
    color: var(--dme-contrast-500);
    text-transform: lowercase;
  }
  .pricing-features {
    padding: 0 0 1.25rem;
  }
  .pricing-features li {
    padding: 7px 0;
    font-size: 14px;
  }
  .pricing-features li i {
    position: relative;
    top: 2px;
  }
  .pricing-action {
    padding: 0;
    text-align: center;
  }
  .badge {
    padding: 8px;
    font-size: 12px;
    margin-bottom: 15px;
    border-radius: 2px;
    font-weight: 500;
    line-height: 0.8;
  }
  .badge.badge-default {
    border: 1px solid var(--dme-themecolor);
    color: var(--dme-themecolor);
  }
  .testimonials-carousel .owl-stage {
    padding: 2rem 0 1.5rem;
  }
  .testimonials-carousel .owl-item {
    opacity: 0.6;
    transition: transform 0.3s ease;
    transform: scale(0.8);
  }
  .testimonials-carousel .owl-item.active.center {
    opacity: 1;
    transform: scale(1);
  }
  .testimonial {
    border: 0;
    box-shadow: 0 0 35px rgba(140, 152, 164, 0.2);
    border-radius: 0.25rem;
    padding: 25px;
  }
  .testimonial-image {
    width: 5rem !important;
    height: auto !important;
    margin: -2.5rem auto 0;
  }
  .entry-title h3 ,.span-3-h3 {
    font-size: 17px;
    margin-bottom: 13px;
  }
  .entry .entry-title h3 a {
    color: var(--dme-contrast-900) !important;
  }
  .entry-meta li::before {
    content: "\00b7";
  }
  .footer-big-contacts {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .footer-big-contacts span {
    display: block;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--dme-contrast-600);
    letter-spacing: 2px;
  }
  .dark .footer-big-contacts {
    color: rgba(255, 255, 255, 0.8);
  }
  .subscribe-widget .button {
    transform: none;
    box-shadow: none;
  }
  .promo-section::before {
    content: "";
    position: absolute;
    top: -17%;
    left: 45%;
    width: 80%;
    height: 451px;
    background-size: 1280px 451px;
    background-repeat: no-repeat;
    background-image: url(images/hero/hero-3.svg);
  }
  .page-title.parallax::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
      to top,
      rgba(254, 150, 3, 0.5),
      var(--dme-contrast-800)
    );
  }
  @media (min-width: 992px) {
    #header.transparent-header.floating-header {
      margin-top: 15px;
    }
    #header:not(.sticky-header) #header-wrap .container {
      box-shadow: var(--dme-header-boxshadow);
    }
    .menu-link {
      text-transform: none;
      letter-spacing: 0;
      font-size: var(--dme-primary-menu-font-size);
      font-weight: 600;
    }
    .sub-menu-container .menu-item > .menu-link {
      font-size: calc(var(--dme-primary-menu-font-size) - 1px);
    }
    #top-bar.transparent-topbar {
      border-bottom: 0;
      z-index: 399;
      margin-top: 15px;
      background: 0 0;
    }
    #top-bar.transparent-topbar #top-social li {
      border: 0;
    }
    .slider-title h1 {
      font-size: 44px;
      line-height: 1.3;
      letter-spacing: -1px;
      font-weight: 700;
      margin-bottom: 26px;
    }
  }
  .slider-title h3 {
    display: inline-block;
    font-size: 18px;
    color: var(--dme-contrast-500);
  }
  @media (min-width: 992px) {
    .card-seo-about {
      transform: translateY(-90px);
    }
  }
  .story-timeline {
    position: relative;
    padding-top: 60px;
  }
  .story-timeline > .story-timeline-line {
    position: absolute;
    display: block;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 5px;
    border-radius: 0 0 6px 6px;
    background-image: linear-gradient(to bottom, #a0a7c7 0%, #32589c 100%);
  
  }
  .story-timeline .story-timeline-dots {
    position: absolute;
    display: block;
    top: 0;
    left: 26px;
    z-index: 1;
    width: 26px;
    height: 36px;
    margin-left: -13px;
    background-image: linear-gradient(to bottom, #a0a7c7 0%, #32589c 100%);
  
    border: 6px solid var(--dme-contrast-0);
    border-radius: 50%;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: border-color 0.3s ease;
  }
  .story-timeline > .row {
    position: relative;
    padding-left: 40px;
  }
  .story-timeline > .row:hover .story-timeline-dots {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background: var(--dme-contrast-700);
  }
  @media (min-width: 768px) {
    .story-timeline > .story-timeline-line {
      left: 50%;
      transform: translateX(-50%);
    }
    .story-timeline .story-timeline-dots {
      left: 50%;
      transform: translateX(-50%);
      margin-left: 0;
    }
    .story-timeline > .row {
      margin-right: -50px;
      margin-left: -50px;
      padding-left: 0;
    }
    .story-timeline > .row > .col,
    .story-timeline > .row > [class*="col-"] {
      padding-right: 50px;
      padding-left: 50px;
    }
  }
  [id^="particles-"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
  
  .stack-cards {
    position: relative;
    display: block;
  }
  .lead {
    color: white !important;
  }
  .stack-cards-item {
    background: #32589c;
    border-radius: 0.25rem;
    box-shadow: -5px 0 16px 8px rgba(0, 0, 0, 0.2);
    text-align: left;
    margin-bottom: 10px;
  }
  @media (min-width: 992px) {
    .content-wrap {
      overflow: visible;
    }
    .stack-cards {
      position: relative;
      display: block;
    }
    .sticky-title {
      position: sticky;
      top: 8rem;
    }
    .stack-cards > .stack-cards-item + .stack-cards-item {
      margin-top: 40vh;
    }
    .stack-cards-item {
      --dme-stack-card-offset: 1.5em;
      max-width: 53rem;
      position: sticky;
      top: 20rem;
      margin-bottom: 0;
    }
    .stack-cards-item:nth-of-type(0) {
      transform: translateY(calc((0 - 1) * var(--dme-stack-card-offset)))
        scale(0.85);
    }
    .stack-cards-item:nth-of-type(1) {
      transform: translateY(calc((1 - 1) * var(--dme-stack-card-offset)))
        scale(0.88);
    }
    .stack-cards-item:nth-of-type(2) {
      transform: translateY(calc((2 - 1) * var(--dme-stack-card-offset)))
        scale(0.91);
    }
    .stack-cards-item:nth-of-type(3) {
      transform: translateY(calc((3 - 1) * var(--dme-stack-card-offset)))
        scale(0.94);
    }
    .stack-cards-item:nth-of-type(4) {
      transform: translateY(calc((4 - 1) * var(--dme-stack-card-offset)))
        scale(0.97);
    }
    .stack-cards-item:nth-of-type(5) {
      transform: translateY(calc((5 - 1) * var(--dme-stack-card-offset))) scale(1);
    }
  }
  .mt-434{
    margin-top: 6%;
  }
  
  
  @media (max-width: 768px) {
    .mt-434{
      margin-top: 3.5%;
    }
  }
  .breadd{
    margin-bottom: 10px !important;
    font-size: 34px !important;
  }