  :root {
    --head-color: #494949;
    --theme-color: #6223CC;
    --theme-one: #36517866;
    --theme-two: #99754566;
    --primary-color: #6223CC;
    --secoundary-color: #F05223;
    --secoundary-one: #2f16;
    --white-color: #fff;
    --black-color: #170808;
    --ratting-color: #FFB32B;
    --pragraph-color: #535353;
    --object-color: #CFCFCF;
    --icon-color: #898989;
    --bg-one: #FFF7F4;
    --bg-two: #FAF8FF;
    --bg-three: #2f16;
    --bg-four: #2f16;
    --bg-five: #2f16;
    --bg-six: #2f16;
    --border-color: #ebebee;
  }

  :root {
    --andy-bg: #0b3954;
    --andy-accent: #ffb703;
    --andy-wood: #a55b2a;
    --andy-white: #ffffff;
  }

  :root {
    --fresh-blue: #4ab0d9;
    --vibrant-green: #34c759;
    --soft-bg: #f0f8ff;
    --deep-bg: #e6f4f1;
    --text-color: #333333;
    --glow-shadow: 0 0 20px rgba(74, 176, 217, 0.4);
    --transition: all 0.4s ease-in-out;
  }


  /* Banner Section (Unchanged Content) */
  .Ir6NrhHzwD {
    min-height: 100vh;
    background: linear-gradient(135deg, var(--fresh-blue), var(--vibrant-green));
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  .Ir6NrhHzwD::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.3), transparent);
    animation: ripple-effect 15s infinite;
  }

  @keyframes ripple-effect {

    0%,
    100% {
      opacity: 0.2;
      transform: scale(1);
    }

    50% {
      opacity: 0.5;
      transform: scale(1.1);
    }
  }

  .banner-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    line-height: 1.2;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.5rem;
  }

  .banner-content h2 {
    font-size: 2.2rem;
    color: white;
    margin-bottom: 2rem;
  }

  .banner-content p {
    font-size: 0.9rem;
    line-height: 1.7;
    color: white;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    border-radius: 15px;
    margin-bottom: 2rem;
  }

  .btn-group a {
    display: inline-flex;
    align-items: center;
    background: white;
    color: var(--fresh-blue);
    padding: 1rem 2.5rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    box-shadow: var(--glow-shadow);
    transition: var(--transition);
    margin-right: 1rem;
  }

  .btn-group a:nth-child(2) {
    background: transparent;
    border: 2px solid white;
    color: white;
  }

  .btn-group a:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
  }

  .btn-group a:nth-child(2):hover {
    background: white;
    color: var(--fresh-blue);
  }

  .banner-thumb img {
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: gentle-wave 6s ease-in-out infinite;
  }

  @keyframes gentle-wave {

    0%,
    100% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-15px);
    }
  }

  /* Features Section (Why Choose Us) */
  .qxygCdPnoo {
    padding: 8rem 2rem;
    background: var(--deep-bg);
    position: relative;
  }



  .advantages-title {
    text-align: center;
    margin-bottom: 5rem;
  }

  .advantages-title h2 {
    font-family: 'Playfair Display', serif;
    font-size: 3.8rem;
    color: var(--fresh-blue);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .p0RGyIUBsK {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
    max-width: 1400px;
    margin: 0 auto;
  }

  .advantage-card {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
    text-align: center;
  }

  .advantage-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  }

  .advantage-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 1.5rem;
  }

  .advantage-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: var(--vibrant-green);
    margin-bottom: 1.5rem;
  }

  .advantage-card p {
    font-size: 1.2rem;
    line-height: 1.8;
  }

  /* About Section */
  .aB4MxQxLGI {
    padding: 6rem 2rem;
    background: linear-gradient(to bottom, var(--soft-bg), var(--deep-bg));
  }

  .fA5RuyJ5zE {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    max-width: 1300px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
  }

  .pss2TBlT41 {
    flex: 1 1 550px;
  }

  .pss2TBlT41 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: var(--fresh-blue);
    margin-bottom: 1.8rem;
    line-height: 1.2;
  }

  .pss2TBlT41 p {
    font-size: 1.15rem;
    line-height: 1.7;
    background: rgba(255, 255, 255, 0.9);
    padding: 1.5rem 2rem;
    border-radius: 15px;
    margin-bottom: 1.5rem;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.07);
  }

  .nv3OKsgxDw {
    flex: 1 1 500px;
    position: relative;
    display: flex;
    justify-content: center;
  }

  .nv3OKsgxDw img {
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
    animation: gentle-wave 6s ease-in-out infinite;
    transition: transform 0.3s;
  }

  .nv3OKsgxDw img:hover {
    transform: scale(1.03);
  }

  .nv3OKsgxDw .ab-thumb {
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 150px;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }

  /* 🌐 Мобільна версія */
  @media (max-width: 992px) {
    .fA5RuyJ5zE {
      flex-direction: column;
      text-align: center;
    }

    .pss2TBlT41 h2 {
      font-size: 2.4rem;
    }

    .pss2TBlT41 p {
      font-size: 1rem;
      line-height: 1.6;
    }

    .nv3OKsgxDw {
      margin-top: 2rem;
    }

    .nv3OKsgxDw .ab-thumb {
      position: static;
      margin-top: 1rem;
      width: 120px;
    }
  }


  /* Services Section */
  .sparkling-services {
    padding: 8rem 2rem;
    background: var(--deep-bg);
  }

  .services-title {
    text-align: center;
    margin-bottom: 5rem;
  }

  .services-title h2 {
    font-family: 'Playfair Display', serif;
    font-size: 3.8rem;
    color: var(--vibrant-green);
  }

  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
    max-width: 1400px;
    margin: 0 auto;
  }

  .service-card {
    background: white;
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
    text-align: center;
  }

  .service-card:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  }

  .service-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 1.5rem;
  }

  .service-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: var(--fresh-blue);
    margin-bottom: 1rem;
  }

  .service-card p {
    font-size: 1.1rem;
    line-height: 1.7;
  }

  /* Agency Section */
  .purity-promise {
    padding: 6rem 2rem;
    background: linear-gradient(to top, var(--soft-bg), var(--deep-bg));
  }

  .promise-container {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    max-width: 1300px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
  }

  .promise-text {
    flex: 1 1 550px;
  }

  .promise-text p {
    font-size: 1.15rem;
    line-height: 1.7;
    background: rgba(255, 255, 255, 0.9);
    padding: 1.5rem 2rem;
    border-radius: 15px;
    margin-bottom: 1.5rem;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.07);
  }

  .promise-text a {
    display: inline-block;
    background: var(--vibrant-green);
    color: #fff;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.15rem;
    box-shadow: var(--glow-shadow);
    transition: all 0.3s ease;
  }

  .promise-text a:hover {
    transform: scale(1.07);
    box-shadow: 0 0 25px rgba(52, 199, 89, 0.55);
  }

  .promise-image {
    flex: 1 1 500px;
    display: flex;
    justify-content: center;
  }

  .promise-image img {
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    animation: gentle-wave 6s ease-in-out infinite;
  }

  /* 🌐 Мобільна адаптація */
  @media (max-width: 992px) {
    .promise-container {
      flex-direction: column;
      text-align: center;
    }

    .promise-text p {
      font-size: 1rem;
      line-height: 1.6;
    }

    .promise-text a {
      font-size: 1rem;
      padding: 0.9rem 2rem;
    }

    .promise-image {
      margin-top: 2rem;
    }
  }

  /* Blog Section */
  .eHa3u8y1Lc {
    padding: 8rem 2rem;
    background: var(--deep-bg);
  }

  .yrEPp7SmhG {
    text-align: center;
    margin-bottom: 5rem;
  }

  .yrEPp7SmhG h2 {
    font-family: 'Playfair Display', serif;
    font-size: 3.8rem;
    color: var(--fresh-blue);
  }

  .MULmBkw1mP {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 3rem;
    max-width: 1400px;
    margin: 0 auto;
  }

  .sdIRTH1YCt {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
  }

  .sdIRTH1YCt:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  }

  .sdIRTH1YCt img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

  .Xax9j2qi72 {
    padding: 2rem;
  }

  .Xax9j2qi72 h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: var(--vibrant-green);
    margin-bottom: 1.5rem;
  }

  .Xax9j2qi72 p {
    font-size: 1.2rem;
    line-height: 1.8;
  }

  @media (max-width: 992px) {

    .fA5RuyJ5zE,
    .promise-container {
      flex-direction: column;
    }

    .banner-content h1 {
      font-size: 2.8rem;
    }

    .banner-content h2 {
      font-size: 1.8rem;
    }
  }

  @media (max-width: 768px) {
    .banner-content h1 {
      font-size: 2.2rem;
    }

    .banner-content h2 {
      font-size: 1.5rem;
    }

    .advantages-title h2,
    .pss2TBlT41 h2,
    .services-title h2,
    .yrEPp7SmhG h2 {
      font-size: 2.5rem;
    }

    .nv3OKsgxDw .ab-thumb {
      display: none;
    }
  }

  /* reset small */
  .andyfs-header {
    box-sizing: border-box;
  }

  .andyfs-header img {
    display: block;
  }

  /* header shell */
  .andyfs-header {
    background: linear-gradient(90deg, var(--andy-bg), #063246);
    color: var(--andy-white);
    padding: 14px 18px;
    position: relative;
    z-index: 60;
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  }

  /* inner layout */
  .hajoaWsBkE {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: space-between;
  }

  /* brand (logo + title) */
  .andyfs-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--andy-white);
  }

  .andyfs-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 6px;
    background: linear-gradient(180deg, #fff1e6, #ffd9b3);
    padding: 6px;
  }

  .andyfs-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.02em;
    display: inline-block;
  }

  /* Desktop nav - unique visual: menu inside rounded capsule */
  .andyfs-desktop ul {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 8px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 999px;
    backdrop-filter: blur(4px);
  }

  .andyfs-desktop a {
    color: var(--andy-white);
    text-decoration: none;
    padding: 8px 12px;
    font-weight: 600;
    transition: color .18s, transform .12s;
  }

  .andyfs-desktop a:hover {
    color: var(--andy-accent);
    transform: translateY(-2px);
  }

  /* CTA on right */
  .andyfs-utility {
    margin-left: 10px;
  }

  .andyfs-quote {
    text-decoration: none;
    background: linear-gradient(90deg, var(--andy-accent), #ff9800);
    color: #052026;
    padding: 8px 14px;
    border-radius: 10px;
    font-weight: 700;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  }

  /* mobile controls: hide by default on desktop */
  .andyfs-toggle {
    display: none;
  }

  /* burger button */
  .andyfs-burger {
    display: none;
    /* visible on mobile by media query */
    width: 44px;
    height: 38px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 6px;
  }

  .andyfs-burger span {
    display: block;
    height: 2px;
    width: 20px;
    margin: 5px 0;
    background: var(--andy-white);
    border-radius: 2px;
    transition: transform .25s ease, opacity .25s;
  }

  /* mobile wrap (contains nav + backdrop) */
  .andyfs-mobile-wrap {
    position: relative;
    pointer-events: none;
    /* enabled when shown */
  }

  /* mobile nav — unique reveal using clip-path circle from top-right */
  .andyfs-mobile {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, rgba(6, 50, 70, 0.98), rgba(0, 33, 46, 0.98));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding: 40px 28px;
    z-index: 70;
    /* start hidden via tiny circle at top-right */
    clip-path: circle(0% at 100% 0%);
    transition: clip-path .55s cubic-bezier(.2, .9, .2, 1);
    pointer-events: none;
  }

  /* mobile nav list */
  .andyfs-mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .andyfs-mobile a {
    color: var(--andy-white);
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    padding: 14px 24px;
    border-radius: 10px;
    transition: background .18s, transform .12s;
  }

  .andyfs-mobile a:hover {
    background: rgba(255, 255, 255, 0.04);
    transform: translateY(-4px);
  }

  /* mobile close X */
  .J2cT98nrjr {
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 34px;
    color: var(--andy-accent);
    background: transparent;
    border-radius: 8px;
    cursor: pointer;
    pointer-events: auto;
  }

  /* backdrop as label — appears when menu open; clicking it closes the checkbox */
  .andyfs-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 65;
    opacity: 0;
    transition: opacity .3s;
    pointer-events: none;
  }


  .andyfs-toggle:checked~.andyfs-mobile-wrap .andyfs-mobile {
    clip-path: circle(160% at 100% 0%);
    /* big circle from top-right covers screen */
    pointer-events: auto;
  }

  .andyfs-toggle:checked~.andyfs-mobile-wrap .andyfs-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  /* ensure burger visible on small screens, desktop nav hidden */
  @media (max-width: 900px) {
    .andyfs-desktop {
      display: none;
    }

    .andyfs-utility {
      display: none;
    }

    .andyfs-burger {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column-reverse;
    }
  }

  .andyfs-brand {
    gap: 8px;
  }

  .andyfs-title {
    font-size: 16px;
  }

  /* make burger appear before mobile wrap (visual order already) */
  .andyfs-mobile {
    padding-top: 90px;
  }


  /* big screens: ensure mobile elements hidden / neutral */
  @media (min-width: 901px) {

    .andyfs-mobile,
    .andyfs-backdrop {
      display: block;
      /* keep in DOM but hidden via clip & opacity */
    }
  }

  /* small polish: accessible focus styles */
  .andyfs-desktop a:focus,
  .andyfs-mobile a:focus,
  .andyfs-quote:focus {
    outline: 3px solid rgba(255, 183, 3, 0.25);
    outline-offset: 3px;
  }

  body {
    color: var(--head-color);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background: var(--white-color);
  }

  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Jost", sans-serif;
    color: #ce3333;
    font-weight: 500;
    margin-top: -4px;
  }

  h1 {
    font-size: 50px;
    font-weight: 700;
    font-family: "Jost", sans-serif;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

  ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  a {
    text-decoration: none;
    margin: 0;

  }

  a:hover {
    text-decoration: none;
    color: var(--head-color);
  }

  p {
    font-size: 15px;
    margin: 0;
    color: var(--pragraph-color);
    font-family: "Jost", sans-serif;
  }

  .pt-120 {
    padding-top: 120px;
  }

  .pb-120 {
    padding-bottom: 120px;
  }

  .pt-80 {
    padding-top: 80px;
  }

  .pb-80 {
    padding-bottom: 80px;
  }

  .pb-50 {
    padding-bottom: 50px !important;
  }

  .mb-30 {
    margin-bottom: 30px !important;
    display: block;
  }

  .mb-40 {
    margin-bottom: 40px !important;
    display: block;
  }

  .mb-50 {
    margin-bottom: 50px !important;
    display: block;
  }

  .mb-70 {
    margin-bottom: 70px !important;
    display: block;
  }

  /*-Responsive-*/
  /*-Responsive-*/
  @media screen and (max-width: 767px) {
    .pt-120 {
      padding-top: 80px;
    }

    .pb-120 {
      padding-bottom: 80px;
    }

    .pt-80 {
      padding-top: 60px;
    }

    .pb-80 {
      padding-bottom: 60px;
    }
  }

  @media screen and (max-width: 575px) {
    .pt-120 {
      padding-top: 60px;
    }

    .pb-120 {
      padding-bottom: 80px;
    }
  }

  /*-Responsive-*/
  /*-Responsive-*/
  .B77MZzDBWW {
    color: var(--primary-color);
  }

  .B77MZzDBWW-2 {
    color: var(--secoundary-color);
  }

  .title-white {
    color: var(--white-color) !important;
  }

  .lhsERLTshh {
    background: var(--bg-one) !important;
  }

  .bg-two {
    background: var(--bg-two) !important;
  }

  .bg-white {
    background: linear-gradient(90deg, var(--andy-accent), #ff9800);
  }

  .pragraph {
    color: var(--pragraph-color) !important;
  }

  .center {
    text-align: center !important;
    margin: 0 auto !important;
  }

  .section-header-w {
    max-width: 550px !important;
  }

  /* Загальні стилі */
  .reachout-section {
    background: linear-gradient(135deg, #fdf6f0, #f1f1f5);
    font-family: 'Poppins', sans-serif;
    color: #333;
    padding: 60px 20px;
  }

  .reachout-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  /* Контактні картки */
  .reachout-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .reachout-card {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .reachout-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  }

  .v56SYDJZFJ {
    font-size: 28px;
    color: #ff7f50;
  }

  .reachout-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
  }

  .reachout-title a {
    text-decoration: none;
    color: #222;
    transition: color 0.3s ease;
  }

  .reachout-title a:hover {
    color: #ff7f50;
  }

  /* Форма */
  .reachout-form-area {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  }

  .reachout-form .form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
  }

  .reachout-form input,
  .reachout-form textarea {
    flex: 1;
    padding: 12px 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
  }

  .reachout-form textarea {
    width: 100%;
    resize: none;
    height: 120px;
    margin-bottom: 20px;
  }

  .reachout-btn {
    background: var(--color-accent-lime);
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s ease;
  }

  .reachout-btn:hover {
    background: #ff6347;
  }

  .Wjd2nqUw2f {
    margin-top: 15px;
    color: green;
    font-size: 14px;
    display: none;
  }

  /* Карта */
  .reachout-map {
    grid-column: 1 / -1;
    border-radius: 15px;
    overflow: hidden;
    height: 350px;
  }

  /* Адаптивність */
  @media (max-width: 992px) {
    .reachout-container {
      grid-template-columns: 1fr;
    }

    .reachout-form .form-row {
      flex-direction: column;
    }

    .reachout-map {
      height: 300px;
    }
  }

  @media (max-width: 576px) {
    .reachout-card {
      padding: 15px;
    }

    .reachout-btn {
      width: 100%;
      text-align: center;
    }
  }

  /* --- 1. PALETTE & GLOBAL RESET (CUSTOM CSS) --- */
  :root {
    /* Cleaning & Freshness Palette: Deep Green, Light Gray, Lime Accent */
    --color-background-light: #f7f7f7;
    /* Very light background */
    --color-primary-deep-green: #0c4c4c;
    /* Deep, clean green */
    --color-accent-lime: #75a300;
    /* Bright, fresh lime accent */
    --color-card-bg: #ffffff;
    --color-text-dark: #333333;
    --color-text-light: #f7f7f7;
    --font-title: 'Verdana', sans-serif;
    --font-body: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }



  a {
    text-decoration: none;
    color: inherit;
  }

  /* Structure Classes */
  .container1 {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 1.5rem;
  }

  .PBzogI2aEh {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .mb-10 {
    margin-bottom: 2.5rem;
  }

  .text-center {
    text-align: center;
  }

  /* Typography */
  .section-title {
    font-family: var(--font-title);
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--color-primary-deep-green);
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }

  .section-subtitle {
    font-size: 1.1rem;
    color: #6a6a6a;
    max-width: 800px;
    margin: 0 auto;
    font-style: italic;
  }

  /* Buttons (Fresh & Clean Style) */
  .bHb4ljPUd8 {
    display: inline-block;
    background-color: var(--color-accent-lime);
    color: white;
    font-weight: 700;
    padding: 0.8rem 1.8rem;
    border-radius: 40px;
    /* Pill shape for modern look */
    transition: background-color 0.3s ease, transform 0.1s ease;
    box-shadow: 0 4px 12px rgba(117, 163, 0, 0.4);
    user-select: none;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    border: none;
  }

  .bHb4ljPUd8:hover {
    background-color: #5d8100;
    /* Darker Lime */
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(117, 163, 0, 0.6);
  }

  /* --- 2. SERVICES SECTION (Clean Line Grid) --- */
  #services {
    background-color: var(--color-background-light);
    border-bottom: 10px solid var(--color-primary-deep-green);
  }

  .services-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }

  @media (min-width: 768px) {
    .services-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (min-width: 1024px) {
    .services-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  .service-card {
    background-color: var(--color-card-bg);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
    border-bottom: 5px solid var(--color-accent-lime);
    /* Clean line accent */
  }

  .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }

  .service-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
  }

  .jwVuqfvbwi {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .jwVuqfvbwi h3 {
    font-family: var(--font-title);
    font-size: 1.5rem;
    color: var(--color-primary-deep-green);
    margin-bottom: 0.75rem;
  }

  .jwVuqfvbwi p {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 1.25rem;
    flex-grow: 1;
  }

  .service-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px dashed #eee;
  }

  .nvEXPeNHvC {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--color-accent-lime);
  }

  /* --- 3. PRICING SECTION (Modern Three-Column Layout) --- */
  #pricing {
    background-color: #e8e8e8;
  }

  .pricing-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }

  @media (min-width: 992px) {
    .pricing-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  .plan-card {
    background-color: var(--color-card-bg);
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 8px solid var(--color-primary-deep-green);
  }

  .plan-card:nth-child(2) {
    /* Featured Plan */
    border-top-color: var(--color-accent-lime);
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(12, 76, 76, 0.2);
  }

  .plan-card h3 {
    font-size: 1.8rem;
    color: var(--color-primary-deep-green);
    margin-bottom: 0.5rem;
  }

  .plan-card .LKi4qTxbbV {
    font-size: 3rem;
    font-weight: 900;
    color: var(--color-accent-lime);
    margin-bottom: 1.5rem;
  }

  .plan-features {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
    width: 100%;
  }

  .plan-features li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #ececec;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: #555;
  }

  .plan-features li:last-child {
    border-bottom: none;
  }

  /* Icon for Features */
  .check-icon {
    width: 18px;
    height: 18px;
    margin-right: 0.75rem;
    color: var(--color-primary-deep-green);
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    flex-shrink: 0;
  }

  /* --- 4. TESTIMONIALS SECTION (Minimalist Block Quotes) --- */
  #testimonials {
    background-color: var(--color-card-bg);
    border-top: 5px solid var(--color-accent-lime);
  }

  .testimonials-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }

  @media (min-width: 768px) {
    .testimonials-container {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (min-width: 1024px) {
    .testimonials-container {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  .testimonial-block {
    padding: 1.5rem;
    border-left: 5px solid var(--color-accent-lime);
    background-color: #fcfcfc;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  }

  .testimonial-block p.quote {
    font-size: 0.95rem;
    color: var(--color-text-dark);
    margin-bottom: 1rem;
    font-style: italic;
  }

  .testimonial-block p.name {
    font-weight: 700;
    color: var(--color-primary-deep-green);
    font-size: 0.9rem;
    text-align: right;
    border-top: 1px solid #eee;
    padding-top: 0.5rem;
  }


  /* --- 5. FAQ Section (Horizontal Accordion Split) --- */
  #faq {
    background-color: var(--color-primary-deep-green);
    color: var(--color-text-light);
  }

  .faq-layout {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .faq-layout .section-subtitle {
    color: #c0d8d8;
  }

  .accordion-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }

  @media (min-width: 768px) {
    .accordion-wrapper {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  /* Pure CSS Accordion Setup */
  .accordion-item {
    margin-bottom: 1rem;
    border-radius: 4px;
    overflow: hidden;
    background-color: var(--color-card-bg);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .accordion-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }

  .accordion-header {
    display: block;
    background-color: #fff;
    color: var(--color-text-dark);
    padding: 1rem 1.25rem;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    user-select: none;
    transition: background-color 0.3s ease;
    border-right: 5px solid var(--color-accent-lime);
  }

  .accordion-item input[type="checkbox"]:checked~.accordion-header {
    background-color: #e6f1cc;
    border-right-color: var(--color-primary-deep-green);
    color: var(--color-primary-deep-green);
  }

  .accordion-toggle-icon {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.3s ease;
    display: inline-block;
    color: var(--color-accent-lime);
    font-size: 1.25rem;
    font-weight: 800;
  }

  .accordion-item input[type="checkbox"]:checked~.accordion-header .accordion-toggle-icon {
    transform: translateY(-50%) rotate(180deg);
    color: var(--color-primary-deep-green);
  }

  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
    padding: 0 1.25rem;
    background-color: var(--color-card-bg);
  }

  .accordion-item input[type="checkbox"]:checked~.accordion-content {
    max-height: 500px;
    /* Safe height for expansion */
    padding: 1.25rem;
    font-size: 0.95rem;
    color: #555;
    border-top: 1px solid #eee;
  }

  /* SVG Icons */
  .svg-icon {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  /*--Section Header Start--*/
  /*--Section Header Start--*/
  .mx-w-650 {
    max-width: 650px !important;
  }

  .section-center {
    text-align: center !important;
    max-width: 800px;
    margin: 0 auto 40px;
  }

  .section-center .sub-center {
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--primary-color);
  }

  .section-center .sub-center span {
    position: relative;
  }

  .section-center .sub-center span::before {
    position: absolute;
    content: "";
    right: 100%;
    top: 75%;
    background: var(--primary-color);
    width: 30px;
    height: 2px;
  }

  .section-center p {
    max-width: 750px;
    margin: 0 auto;
  }

  .section-header {
    position: relative;
  }

  .section-header .sub {
    margin-left: 30px;
    position: relative;
    font-weight: 700;
    margin-bottom: 19px;
    color: var(--primary-color);
  }

  .section-header .sub:before {
    position: absolute;
    content: "";
    right: 100%;
    top: 75%;
    background: var(--primary-color);
    width: 30px;
    height: 2px;
  }

  .section-header .section-title {
    font-size: 55px;
    font-weight: 700;
    color: var(--head-color);
    margin-bottom: 15px;
    text-transform: capitalize;
  }

  .section-header p {
    font-size: 18px;
    margin-bottom: 35px;
  }

  /*--Section Header End--*/
  /*--Section Header End--*/
  /*----About Section Start-----*/
  .about-section {
    position: relative;
    overflow: hidden;
  }

  .about-counter-wrapper {
    display: flex;
    align-items: center;
  }

  .about-counter-wrapper .counter-items {
    width: 23.3333333333%;
  }

  .about-counter-wrapper .counter-items:nth-child(2) {
    margin-right: 35px;
  }

  .about-counter-wrapper .counter-items .counter-content .cont {
    margin-bottom: -11px;
  }

  .about-counter-wrapper .counter-items .counter-content h2 {
    color: var(--theme-color);
    font-size: 57px;
    font-weight: 600;
  }

  .about-counter-wrapper .counter-items .counter-content p {
    font-size: 17px;
  }

  .about-thumb {
    max-width: 100%;
    position: relative;
    max-width: 500px;
    margin: 0 0 0 auto;
  }

  .about-thumb img {
    width: 100%;
  }

  .about-thumb .ab-thumb {
    position: absolute;
    top: 15%;
    left: -15%;
    right: 15%;
    z-index: 1;
  }

  .agency-section {
    overflow: hidden;
    position: relative;
  }

  .EEQkM8ii99 {
    padding-bottom: 185px;
  }

  .agency-thumb {
    /* background: url(../images/about/agency.png) no-repeat center center; */
    background-size: cover;
    border-radius: 10px;
    position: relative;
  }

  .agency-thumb .video-btn {
    position: absolute;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    background: var(--white-color);
    border-radius: 50%;
  }

  .agency-thumb .video-btn::before {
    animation: videopopup 2s linear infinite;
    animation-delay: 1s;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    height: 100%;
    z-index: 1;
    background-color: var(--white-color);
  }

  .agency-thumb .video-btn i {
    color: var(--secoundary-color);
    position: relative;
    z-index: 2;
  }

  .agency-thumb .agency-contact {
    background: var(--white-color);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    display: flex;
    padding: 25px 40px;
    position: absolute;
    width: 420px;
    bottom: -14%;
    transform: translate(-50%);
    left: 73%;
    align-items: center;
  }

  .agency-thumb .agency-contact .icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 5px;
    margin-right: 15px;
    text-align: center;
    background: var(--primary-color);
  }

  .agency-thumb .agency-contact .icon i {
    color: var(--white-color);
    font-size: 26px;
  }

  .agency-thumb .agency-contact .content span {
    color: var(--pragraph-color);
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
  }

  .agency-thumb .agency-contact .content .telp {
    color: var(--head-color);
    font-size: 24px;
    font-weight: 500;
  }

  /*----About Section End-----*/
  /*------Footer Section Start--------*/
  /*------Footer Section Start--------*/
  .zSxx7O5ywU {
    overflow: hidden;
    position: relative;
  }

  .cvfDADZu1L {
    position: relative;
  }

  .cvfDADZu1L .ltL24O0mbu .footer-head {
    margin-bottom: 30px;
  }

  .cvfDADZu1L .ltL24O0mbu .footer-head .title {
    font-size: 24px;
    font-weight: 700;
    color: var(--head-color);
  }

  .cvfDADZu1L .ltL24O0mbu .footer-head .footer-logo {
    width: 143px;
    display: block;
  }

  .cvfDADZu1L .ltL24O0mbu .footer-head .footer-logo img {
    width: 100%;
    height: 100%;
  }

  .cvfDADZu1L .ltL24O0mbu .content-area p {
    font-size: 18px;
    line-height: 1.5;
  }

  .cvfDADZu1L .ltL24O0mbu .content-area .b5owCNjjDe li {
    display: flex;
    align-items: center;
  }

  .cvfDADZu1L .ltL24O0mbu .content-area .b5owCNjjDe li:not(:last-child) {
    margin-bottom: 15px;
  }

  .cvfDADZu1L .ltL24O0mbu .content-area .b5owCNjjDe li .icon {
    width: 40px;
    height: 40px;
    border: 1px solid var(--icon-color);
    border-radius: 25px;
    text-align: center;
    line-height: 40px;
    margin-right: 12px;
  }

  .cvfDADZu1L .ltL24O0mbu .content-area .b5owCNjjDe li .icon i {
    color: var(--icon-color);
  }

  .cvfDADZu1L .ltL24O0mbu .content-area .b5owCNjjDe li a {
    font-size: 18px;
    color: var(--pragraph-color);
    transition: all 0.3s;
    position: relative;
  }

  .cvfDADZu1L .ltL24O0mbu .content-area .b5owCNjjDe li a::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0px;
    opacity: 0;
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    border-radius: 50%;
    transition: all 0.5s;
  }

  .cvfDADZu1L .ltL24O0mbu .content-area .b5owCNjjDe li a:hover {
    color: var(--theme-color);
    margin-left: 19px;
  }

  .cvfDADZu1L .ltL24O0mbu .content-area .b5owCNjjDe li a:hover::before {
    position: absolute;
    content: "";
    top: 10px;
    left: -18px;
    opacity: 1;
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    border-radius: 50%;
  }

  .cvfDADZu1L .ltL24O0mbu .content-area .quick-link li:not(:last-child) {
    margin-bottom: 12px;
  }

  .cvfDADZu1L .ltL24O0mbu .content-area .quick-link li a {
    color: var(--pragraph-color);
    font-size: 18px;
    transition: all 0.5s;
    position: relative;
  }

  .cvfDADZu1L .ltL24O0mbu .content-area .quick-link li a::before {
    position: absolute;
    content: "";
    top: 8px;
    left: 0px;
    opacity: 0;
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    border-radius: 50%;
    transition: all 0.5s;
  }

  .cvfDADZu1L .ltL24O0mbu .content-area .quick-link li a:hover {
    color: var(--theme-color);
    margin-left: 19px;
  }

  .cvfDADZu1L .ltL24O0mbu .content-area .quick-link li a:hover::before {
    position: absolute;
    content: "";
    top: 8px;
    left: -18px;
    opacity: 1;
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    border-radius: 50%;
  }

  .cvfDADZu1L .ltL24O0mbu .content-area .footer-social {
    display: flex;
    align-items: center;
  }

  .cvfDADZu1L .ltL24O0mbu .content-area .footer-social li:not(:last-child) {
    margin-right: 13px;
  }

  .cvfDADZu1L .ltL24O0mbu .content-area .footer-social li a {
    transition: all 0.5s;
  }

  .cvfDADZu1L .ltL24O0mbu .content-area .footer-social li a:hover i {
    color: var(--primary-color);
  }

  .cvfDADZu1L .ltL24O0mbu .content-area .footer-social li a i {
    color: var(--icon-color);
    transition: all 0.5s;
    font-size: 20px;
  }

  .cvfDADZu1L .ltL24O0mbu p {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .cvfDADZu1L .ltL24O0mbu .hellow li {
    margin-bottom: 15px;
  }

  .cvfDADZu1L .ltL24O0mbu .hellow li a {
    color: var(--pragraph-color);
    font-size: 18px;
  }

  .footer-bottom {
    position: relative;
    display: flex;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 25px 0;
    align-items: center;
    justify-content: space-between;
  }

  .footer-bottom p {
    font-size: 18px;
  }

  .footer-bottom .footer-bottom-link {
    display: flex;
    align-items: center;
  }

  .footer-bottom .footer-bottom-link li:not(:last-child) {
    margin-right: 12px;
  }

  .footer-bottom .footer-bottom-link li a {
    color: var(--head-color);
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s;
  }

  .footer-bottom .footer-bottom-link li a:hover {
    color: var(--theme-color);
  }

  /*------Footer Section End--------*/
  /*------Footer Section End--------*/
  /*----Scroll Top To Bottom Start-----*/
  #progress {
    background-color: var(--secoundary-color);
    width: 35px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    position: fixed;
    right: 20px;
    z-index: 9999;
    display: none;
    bottom: 20px;
  }

  #progress #valiu {
    display: block;
  }

  #progress #valiu img {
    width: 22px;
  }

  #progress:hover {
    cursor: pointer;
  }

  /*----Scroll Top To Bottom Start-----*/
  /*----Preloader Start-----*/
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: var(--primary-color);
  }

  #loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }

  #loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
  }

  #loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
  }

  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  /*----Preloader Start-----*/
  /*----Menu Header Start-----*/
  .header-section {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999999;
    background: var(--white-color);
  }

  .menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    transition: all 0.9s;
    background: var(--bg-one);
    box-shadow: 0 -31px 10px 23px #000;
  }

  .header-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transition: all 0.9s;
    padding: 10px 0;
  }

  .header-wrapper .logo-menu {
    max-width: 190px;
  }

  .header-wrapper .logo-menu img {
    max-width: 100%;
  }

  .header-wrapper .main-menu {
    position: relative;
    display: flex;
    align-items: center;
  }

  .header-wrapper .main-menu .btn-wrapper {
    margin-left: 100px;
  }

  .header-wrapper .main-menu .btn-wrapper .cmn--btn2:not(:last-child) {
    margin-right: 10px;
  }

  .header-wrapper .main-menu .btn-wrapper .btn-bg {
    background: none;
  }

  .header-wrapper .main-menu li {
    transition: all 0.6s;
    position: relative;
  }

  .header-wrapper .main-menu li:not(:last-child) {
    margin-right: 30px;
  }

  .header-wrapper .main-menu li a {
    color: var(--pragraph-color);
    font-weight: 500;
    font-size: 18px;
    transition: all 0.3s;
  }

  .header-wrapper .main-menu li a:hover {
    color: var(--secoundary-color);
  }

  .header-wrapper .main-menu li a i {
    margin-left: 5px;
    font-size: 19px;
  }

  .header-wrapper .main-menu li .sub-menu {
    margin-top: 8px;
    display: none;
  }

  @media (min-width: 992px) {
    .header-wrapper .main-menu li .sub-menu {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 999;
      width: 250px;
      transition: all 0.8s;
      background: var(--white-color);
      padding: 10px 10px 10px;
      display: block;
      opacity: 0;
      visibility: hidden;
      transform: scale(0);
    }
  }

  .header-wrapper .main-menu li .sub-menu li a {
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    display: block;
    padding: 15px 20px !important;
    transition: all 0.3s;
  }

  .header-wrapper .main-menu li .sub-menu li:not(:last-child) {
    border-bottom: 1px solid rgba(87, 90, 93, 0.1215686275);
  }

  .header-wrapper .main-menu li .sub-menu li:hover a {
    color: var(--secoundary-color);
  }

  .header-wrapper .main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }

  .header-wrapper .main-menu .active a {
    color: var(--secoundary-color);
  }

  .header-wrapper .main-menu .logo-menu-three {
    width: 130px;
    height: 85px;
  }

  .header-wrapper .main-menu .logo-menu-three img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /*----Menu Header Start-----*/
  /*------Banner Section Start--------*/
  /*------Banner Section Start--------*/

  .shape {
    position: absolute;
    top: 12%;
    left: -3%;
    animation: 10s RightiLeft linear infinite;
  }

  .shape2 {
    position: absolute;
    bottom: 9%;
    right: 0;
    animation: 7s RightiLeft2 linear infinite;
  }

  .shape3 {
    position: absolute;
    top: 50%;
    left: -7%;
    animation: 5s RightiLeft3 linear infinite;
  }

  .shape4 {
    position: absolute;
    top: 30%;
    right: -5%;
    animation: 5s RightiLeft4 linear infinite;
  }

  .d3-vector {
    position: absolute;
    top: 15%;
    left: 50%;
    max-width: 200px;
    animation: 7s rounded linear infinite;
    transform: translate(-50%);
  }

  .d3-vector img {
    width: 100%;
    object-fit: contain;
  }

  .banner-content {
    position: relative;
  }

  .banner-content .emoji {
    margin-bottom: 22px;
  }

  .banner-content .sub {
    margin-left: 30px;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--primary-color);
  }

  .banner-content .sub:before {
    position: absolute;
    content: "";
    right: 100%;
    top: 75%;
    background: var(--primary-color);
    width: 30px;
    height: 2px;
  }

  .banner-content h1 {
    color: var(--head-color);
    font-size: 34px;
    margin-bottom: 30px;
  }

  .banner-content p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 35px;
  }

  .banner-thumb {
    width: 100%;
    text-align: right;
    position: relative;
  }

  .banner-thumb img {
    max-width: 100%;
  }

  .banner-thumb .star1 {
    position: absolute;
    top: 15%;
    left: 5%;
    animation: zoominout 3s linear infinite;
  }

  .banner-thumb .star3 {
    position: absolute;
    bottom: 20%;
    left: 15%;
    animation: zoominout 3s linear infinite;
  }

  .banner-thumb .star2 {
    position: absolute;
    bottom: 4%;
    right: 0%;
    animation: zoominout2 3s linear infinite;
  }

  /*--Breadcumd Banner--*/
  .Ir6NrhHzwD.breadcumd-banner {
    padding: 140px 0 65px;
    position: relative;
    background: url(../images/about/about-banner.png) no-repeat center center;
    background-size: cover;
  }

  .Ir6NrhHzwD.breadcumd-banner::before {
    position: absolute;
    content: "";
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
  }

  .Ir6NrhHzwD.breadcumd-banner .bread-bg {
    position: absolute;
    inset: 0;
    content: "";
  }

  .Ir6NrhHzwD.breadcumd-banner .hAFsNsYtKf {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .Ir6NrhHzwD.breadcumd-banner .hAFsNsYtKf .left-content {
    color: var(--white-color);
    font-size: 57px;
  }

  .Ir6NrhHzwD.breadcumd-banner .hAFsNsYtKf .right-content {
    display: flex;
    align-items: center;
  }

  .Ir6NrhHzwD.breadcumd-banner .hAFsNsYtKf .right-content li {
    font-size: 18px;
    color: var(--white-color);
    position: relative;
  }

  .Ir6NrhHzwD.breadcumd-banner .hAFsNsYtKf .right-content li:not(:last-child) {
    margin-right: 42px;
  }

  .Ir6NrhHzwD.breadcumd-banner .hAFsNsYtKf .right-content li:not(:first-child)::before {
    position: absolute;
    right: 100%;
    content: "";
    margin-right: 15px;
    top: 4px;
    background: url(../images/breadcumd/arrow.jpg) no-repeat;
    background-size: contain;
    width: 13px;
    height: 18px;
    margin-top: 3px;
  }

  .Ir6NrhHzwD.breadcumd-banner .hAFsNsYtKf .right-content li a {
    color: var(--white-color);
  }

  .Ir6NrhHzwD.breadcumd-banner .hAFsNsYtKf .right-content li a:hover {
    color: var(--white-color);
  }

  /*Responsive*/
  @media screen and (max-width: 767px) {
    .Ir6NrhHzwD.breadcumd-banner .hAFsNsYtKf {
      display: inline;
    }

    .Ir6NrhHzwD.breadcumd-banner .hAFsNsYtKf .left-content {
      font-size: 42px;
    }
  }

  @media screen and (max-width: 575px) {
    .Ir6NrhHzwD.breadcumd-banner {
      padding: 140px 0 70px;
    }
  }

  @media screen and (max-width: 444px) {
    .Ir6NrhHzwD.breadcumd-banner .hAFsNsYtKf .left-content {
      font-size: 42px;
    }

    .Ir6NrhHzwD.breadcumd-banner .hAFsNsYtKf .right-content li a {
      font-size: 15px;
    }
  }

  /*------Banner Section End--------*/
  /*------Banner Section End--------*/
  /*------Service Section Start--------*/
  /*------Service Section Start--------*/
  .service-section {
    overflow: hidden;
    position: relative;
  }

  .service-section::before {
    position: absolute;
    inset: 0;
    content: "";
    height: 500px;
    background: var(--bg-two);
  }

  .service-item {
    margin: 15px 0 35px;
    position: relative;
  }

  .service-item .service-inner {
    background: var(--white-color);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    border-bottom: 5px solid var(--white-color);
    padding: 45px 50px;
    transition: all 0.5s;
  }

  .service-item .service-inner:hover {
    border-bottom: 5px solid var(--secoundary-color);
  }

  .service-item .service-inner .service-thumb {
    width: 65px;
    margin-bottom: 25px;
    transition: all 0.3s;
  }

  .service-item .service-inner .service-thumb img {
    max-width: 100%;
  }

  .service-item .service-inner .title {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 700;
    color: var(--head-color);
  }

  .service-item .service-inner .title a {
    color: var(--head-color);
  }

  .service-item .service-inner p {
    font-size: 18px;
    margin-bottom: 22px;
  }

  .service-item:hover .choose-inner .choose-thumb {
    transform: scale(1.1);
  }

  .tweet-slider .owl-nav.disabled {
    display: block;
  }

  .tweet-slider .owl-nav button.owl-next {
    background: var(--white-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid var(--icon-color);
    border-radius: 25px;
    color: var(--icon-color);
    font-size: 14px;
    transition: all 0.5s;
  }

  .tweet-slider .owl-nav button.owl-next:hover {
    background: var(--secoundary-color);
    border: 1px solid var(--pragraph-color);
    color: var(--white-color);
  }

  .tweet-slider .owl-nav button.owl-prev {
    background: var(--white-color);
    width: 40px;
    height: 40px;
    border: 1px solid var(--icon-color);
    border-radius: 25px;
    color: var(--icon-color);
    font-size: 14px;
    margin-right: 10px;
    transition: all 0.5s;
  }

  .tweet-slider .owl-nav button.owl-prev:hover {
    background: var(--primary-color);
    border: 1px solid var(--secoundary-color);
    color: var(--white-color);
  }

  .tweet-slider .owl-nav {
    position: absolute;
    left: 50%;
    bottom: -17%;
    transform: translate(-50%, -50%);
  }

  /*------Service Section End--------*/
  /*------Service Section End--------*/
  /*------Protfolio Section Start--------*/
  /*------Protfolio Section Start--------*/
  .protfolio-section {
    overflow: hidden;
    position: relative;
  }

  .protfolio-item {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    position: relative;
  }

  .protfolio-item .protfolio-inner {
    background: var(--white-color);
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s;
    border-bottom: 5px solid var(--white-color);
  }

  .protfolio-item .protfolio-inner .protfolio-thumb {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    transition: all 0.8s;
  }

  .protfolio-item .protfolio-inner .protfolio-thumb img {
    width: 100%;
    object-fit: contain;
  }

  .protfolio-item .protfolio-inner .protfolio-content {
    padding: 30px 29px;
  }

  .protfolio-item .protfolio-inner .protfolio-content .title {
    margin-bottom: 12px;
    font-size: 24px;
    color: var(--head-color);
    font-weight: 700;
  }

  .protfolio-item .protfolio-inner .protfolio-content .title a {
    color: var(--head-color);
    transition: all 0.5s;
  }

  .protfolio-item .protfolio-inner .protfolio-content p {
    font-size: 18px;
  }

  .protfolio-item:hover .protfolio-inner {
    border-bottom: 5px solid var(--secoundary-color);
  }

  .protfolio-item:hover .protfolio-inner .protfolio-thumb {
    transform: scale(1.1);
  }

  .protfolio-item:hover .protfolio-inner .protfolio-content .title a {
    color: var(--secoundary-color);
  }

  .pagination {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pagination li:not(:last-child) {
    margin-right: 12px;
  }

  .pagination li a {
    width: 44px;
    height: 40px;
    border: 2px solid var(--border-color);
    border-radius: 4px;
    display: block;
    text-align: center;
    line-height: 37px;
    color: var(--pragraph-color);
    font-size: 18px;
    font-weight: 500;
    transition: all 0.4s;
  }

  .pagination li .pagina {
    background: var(--primary-color);
    color: var(--white-color);
  }

  .pagination li:hover a {
    color: var(--white-color);
    background: var(--primary-color);
  }

  .protfolio-details-wrapper {
    position: relative;
    z-index: 1;
  }

  /*------Protfolio Section End--------*/
  /*------Protfolio Section End--------*/
  /*------Team Section Start--------*/
  /*------Team Section Start--------*/
  .team-section {
    overflow: hidden;
    position: relative;
  }

  .team-item .team-inner {
    background: var(--white-color);
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
    transition: all 0.5s;
  }

  .team-item .team-inner .team-thumb {
    margin: 0 auto;
    width: 100%;
    position: relative;
    text-align: center;
    transition: all 0.3s;
  }

  .team-item .team-inner .team-thumb .team-social {
    background: var(--primary-color);
    width: 55px;
    padding: 10px 2px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    opacity: 0;
    transition: all 0.5s;
    right: 0;
    transform: translateY(-50%);
  }

  .team-item .team-inner .team-thumb .team-social li:not(:last-child) {
    margin-bottom: 14px;
  }

  .team-item .team-inner .team-thumb .team-social li a i {
    color: var(--white-color);
    font-size: 18px;
  }

  .team-item .team-inner .team-thumb img {
    width: 100%;
    object-fit: contain;
  }

  .team-item .team-inner .team-content {
    padding: 30px 10px;
    border: 1px solid #ebebeb;
    border-radius: 0 0 20px 20px;
    border-top: 0;
  }

  .team-item .team-inner .team-content .title {
    margin-bottom: 12px;
    font-size: 24px;
    color: var(--head-color);
    font-weight: 700;
  }

  .team-item .team-inner .team-content .title a {
    color: var(--head-color);
  }

  .team-item .team-inner .team-content p {
    font-size: 18px;
  }

  .team-item:hover .team-inner .team-thumb {
    transform: skewX(2deg);
  }

  .team-item:hover .team-inner .team-thumb .team-social {
    opacity: 1;
  }

  /*------Team Section End--------*/
  /*------Team Section End--------*/
  .team-details-section {
    position: relative;
    overflow: hidden;
  }

  .team-details-thumb {
    position: relative;
    width: 100%;
  }

  .team-details-thumb img {
    max-width: 100%;
  }

  .team-details-content {
    position: relative;
  }

  .team-details-content .head {
    margin-bottom: 25px;
  }

  .team-details-content .head .name {
    color: var(--head-color);
    margin-bottom: 6px;
    font-weight: 700;
  }

  .team-details-content .head span {
    font-size: 18px;
    color: var(--pragraph-color);
  }

  .team-details-content p {
    font-size: 18px;
    color: var(--pragraph-color);
  }

  .team-details-content .contact-list {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }

  .team-details-content .contact-list li ul li:not(:last-child) {
    margin-bottom: 20px;
  }

  .team-details-content .contact-list li ul li span {
    font-size: 18px;
    margin-bottom: 8px;
    display: block;
  }

  .team-details-content .contact-list li ul li h6 {
    color: var(--head-color);
    font-size: 18px;
    font-weight: 600;
  }

  .team-details-content .contact-list li ul li a {
    color: var(--head-color);
    font-size: 18px;
    font-weight: 600;
  }

  /*------Team Details Section End--------*/
  /*------Team Details Section End--------*/
  .team-skill-section {
    padding: 37px 0 33px;
    position: relative;
    overflow: hidden;
  }

  .team-skill-section .section-header .section-title {
    font-size: 32px;
  }

  .team-skill-section .section-header p {
    margin-bottom: 0;
  }

  /*------Team Skill Section End--------*/
  /*------Team Skill Section End--------*/
  /*------Testimonial Section Start--------*/
  /*------Testimonial Section Start--------*/
  .testimonial-section {
    overflow: hidden;
    position: relative;
  }

  .testimonial-item {
    margin: 40px 0px 40px;
    position: relative;
  }

  .testimonial-item .testimonial-inner {
    background: var(--white-color);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 50px 30px 40px;
    text-align: center;
    transition: all 0.5s;
  }

  .testimonial-item .testimonial-inner .testimonial-icon {
    background: var(--secoundary-color);
    width: 76px;
    height: 68px;
    position: absolute;
    top: -14%;
    left: 9%;
    border-radius: 5px;
    line-height: 75px;
    margin-bottom: 25px;
    transition: all 0.3s;
    text-align: center;
  }

  .testimonial-item .testimonial-inner .testimonial-icon i {
    font-size: 30px;
    color: var(--white-color);
  }

  .testimonial-item .testimonial-inner .title {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
    color: var(--head-color);
  }

  .testimonial-item .testimonial-inner p {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1.3;
  }

  .testimonial-item .testimonial-inner .ratting {
    display: flex;
    margin-bottom: 25px;
    justify-content: center;
  }

  .testimonial-item .testimonial-inner .ratting li:not(:last-child) {
    margin-right: 10px;
  }

  .testimonial-item .testimonial-inner .ratting li i {
    color: var(--ratting-color);
    font-size: 20px;
  }

  .testimonial-item:hover testimonial-inner testimonial-thumb {
    transform: scale(1.1);
  }

  .testimonial-main-wrapper .testimonial-item {
    margin: 25px 0px 15px;
  }

  .test-space {
    padding-bottom: 160px;
  }

  .test-space-two {
    padding-bottom: 120px;
  }

  /*------Testimonial Section End--------*/
  /*------Testimonial Section End--------*/
  /*------Consultaion Section	Start--------*/
  /*------Consultaion Section	Start--------*/
  .consultaion-section {
    background: url(../images/consultation/testi-con.png) no-repeat center center;
    background-size: cover;
    position: relative;
  }

  .consultaion-section::before {
    position: absolute;
    content: "";
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
  }

  .consultation-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .consultation-wrapper .content-left h6 {
    margin-bottom: 15px;
  }

  .consultation-wrapper .content-left h2 {
    margin-bottom: -6px;
  }

  /*------Consultaion Section End--------*/
  /*------Consultaion Section End--------*/
  /*------Pricing Section Start--------*/
  /*------Pricing Section Start--------*/
  .pricing-section {
    overflow: hidden;
    position: relative;
  }

  .pricing-itmes {
    background: var(--white-color);
    padding: 40px 60px;
    position: relative;
    transition: all 0.4s;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    border-bottom: 5px solid var(--white-color);
  }

  .pricing-itmes:hover {
    border-bottom: 5px solid var(--secoundary-color);
  }

  .pricing-itmes .pricing-header {
    margin-bottom: 25px;
    text-align: center;
  }

  .pricing-itmes .pricing-header .title {
    margin-bottom: 4px;
    text-transform: uppercase;
    color: var(--secoundary-color);
    font-size: 32px;
    font-weight: 700;
  }

  .pricing-itmes .pricing-header .head-price {
    font-size: 57px;
    font-weight: 700;
    color: var(--head-color);
  }

  .pricing-itmes .pricing-header h5 {
    font-size: 24px;
    color: var(--head-color);
    font-weight: 600;
  }

  .pricing-itmes .pricing-list:not(:last-child) {
    margin-bottom: 25px;
  }

  .pricing-itmes .pricing-list li {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: var(--pragraph-color);
  }

  .pricing-itmes .pricing-list li:not(:last-child) {
    margin-bottom: 12px;
  }

  .pricing-itmes .pricing-list li i {
    margin-right: 8px;
    font-size: 14px;
    color: var(--secoundary-color);
  }

  .pricing-itmes .cmn--btn-2 {
    display: block;
    width: 100%;
    text-align: center;
  }

  .pricing-itmes .pring-step {
    margin-top: 35px;
  }

  .pricing-itmes .pring-step .pricing-list .step-head {
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 600;
    color: var(--white-color);
  }

  .pricing-itmes .pricing-form {
    color: var(--pragraph-color);
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
  }

  /*------Pricing Section End--------*/
  /*------Pricing Section End--------*/
  /*------solution Section Start--------*/
  /*------solution Section Start--------*/
  .solution-section {
    overflow: hidden;
    position: relative;
  }

  .solution-wrapper .section-header {
    margin-bottom: 0;
  }

  /*------solution Section End--------*/
  /*------solution Section End--------*/
  /*------World Section Start--------*/
  /*------World Section Start--------*/
  .world-section {
    overflow: hidden;
  }

  .world-wrapper {
    margin-top: 65px;
    max-width: 100%;
    position: relative;
  }

  .world-wrapper img {
    width: 100%;
  }

  .world-wrapper .location1,
  .world-wrapper .location2,
  .world-wrapper .location3,
  .world-wrapper .location4,
  .world-wrapper .location5 {
    width: 35px;
    position: absolute;
    transition: all 0.3s;
  }

  .world-wrapper .location1:hover,
  .world-wrapper .location2:hover,
  .world-wrapper .location3:hover,
  .world-wrapper .location4:hover,
  .world-wrapper .location5:hover {
    transform: scale(1.1);
  }

  .world-wrapper .location1:hover a .world-name,
  .world-wrapper .location2:hover a .world-name,
  .world-wrapper .location3:hover a .world-name,
  .world-wrapper .location4:hover a .world-name,
  .world-wrapper .location5:hover a .world-name {
    opacity: 1;
  }

  .world-wrapper .location1:hover a .cmn--btn,
  .world-wrapper .location2:hover a .cmn--btn,
  .world-wrapper .location3:hover a .cmn--btn,
  .world-wrapper .location4:hover a .cmn--btn,
  .world-wrapper .location5:hover a .cmn--btn {
    padding: 8px 25px 15px;
    font-size: 14px;
    border: none;
  }

  .world-wrapper .location1 a,
  .world-wrapper .location2 a,
  .world-wrapper .location3 a,
  .world-wrapper .location4 a,
  .world-wrapper .location5 a {
    position: relative;
  }

  .world-wrapper .location1 a .world-name,
  .world-wrapper .location2 a .world-name,
  .world-wrapper .location3 a .world-name,
  .world-wrapper .location4 a .world-name,
  .world-wrapper .location5 a .world-name {
    color: var(--head-color);
    background: var(--white-color);
    width: 200px;
    border-radius: 43px 72px 0px 40px;
    position: absolute;
    bottom: 35%;
    right: 57%;
    opacity: 0;
    transition: all 0.3s;
  }

  .world-wrapper .location1 a .world-name .w-name,
  .world-wrapper .location2 a .world-name .w-name,
  .world-wrapper .location3 a .world-name .w-name,
  .world-wrapper .location4 a .world-name .w-name,
  .world-wrapper .location5 a .world-name .w-name {
    font-size: 24px;
    font-weight: 600;
    color: var(--head-color);
  }

  .world-wrapper .location1 a .world-name .active-user,
  .world-wrapper .location2 a .world-name .active-user,
  .world-wrapper .location3 a .world-name .active-user,
  .world-wrapper .location4 a .world-name .active-user,
  .world-wrapper .location5 a .world-name .active-user {
    margin-top: 10px;
    display: flex;
    align-items: center;
  }

  .world-wrapper .location1 a .world-name .active-user li:not(:first-child),
  .world-wrapper .location2 a .world-name .active-user li:not(:first-child),
  .world-wrapper .location3 a .world-name .active-user li:not(:first-child),
  .world-wrapper .location4 a .world-name .active-user li:not(:first-child),
  .world-wrapper .location5 a .world-name .active-user li:not(:first-child) {
    margin-left: -5px;
  }

  .world-wrapper .location1 a .world-name .active-user li img,
  .world-wrapper .location2 a .world-name .active-user li img,
  .world-wrapper .location3 a .world-name .active-user li img,
  .world-wrapper .location4 a .world-name .active-user li img,
  .world-wrapper .location5 a .world-name .active-user li img {
    width: 28px;
    object-fit: contain;
  }

  .world-wrapper .location1 a .world-name .active-user .plus,
  .world-wrapper .location2 a .world-name .active-user .plus,
  .world-wrapper .location3 a .world-name .active-user .plus,
  .world-wrapper .location4 a .world-name .active-user .plus,
  .world-wrapper .location5 a .world-name .active-user .plus {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    border: 1px solid var(--head-color);
    text-align: center;
  }

  .world-wrapper .location1 a .world-name .active-user .plus i,
  .world-wrapper .location2 a .world-name .active-user .plus i,
  .world-wrapper .location3 a .world-name .active-user .plus i,
  .world-wrapper .location4 a .world-name .active-user .plus i,
  .world-wrapper .location5 a .world-name .active-user .plus i {
    color: var(--head-color);
  }

  .world-wrapper .location1 a .world-name .user,
  .world-wrapper .location2 a .world-name .user,
  .world-wrapper .location3 a .world-name .user,
  .world-wrapper .location4 a .world-name .user,
  .world-wrapper .location5 a .world-name .user {
    color: var(--pragraph-color);
    display: block;
    margin-top: 5px;
  }

  .world-wrapper .location1 a .cmn--btn,
  .world-wrapper .location2 a .cmn--btn,
  .world-wrapper .location3 a .cmn--btn,
  .world-wrapper .location4 a .cmn--btn,
  .world-wrapper .location5 a .cmn--btn {
    padding: 8px 25px 15px;
    font-size: 14px;
    border: none;
  }

  .world-wrapper .location1 {
    top: 14%;
    right: 34%;
  }

  .world-wrapper .location2 {
    top: 9%;
    left: 38%;
  }

  .world-wrapper .location3 {
    top: 35%;
    left: 22%;
  }

  .world-wrapper .location4 {
    bottom: 18%;
    left: 50%;
  }

  .world-wrapper .location5 {
    bottom: 26%;
    right: 20%;
  }

  /*------World Section End--------*/
  /*------World Section End--------*/
  /*------Protfolio Section Start--------*/
  /*------Protfolio Section Start--------*/
  /* ---- button ---- */
  .button {
    display: inline-block;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid var(--head-color);
    padding: 10px 25px;
    cursor: pointer;
  }

  .button:active,
  .button.is-checked {
    background-color: var(--primary-color);
  }

  .button.is-checked {
    color: white;
  }

  /* ---- button-group ---- */
  .button-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
  }

  .button-group .button:not(:last-child) {
    margin-right: 15px;
  }

  /* ---- isotope ---- */
  .grid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .grid .element-item {
    width: 33.3333333333%;
    padding: 10px;
  }

  .grid .element-item img {
    width: 100%;
  }

  /* clear fix */
  .grid:after {
    content: "";
    display: block;
    clear: both;
  }

  .filter-btn {
    text-align: center;
    margin: 25px 0 0 auto;
  }

  /* ---- .element-item ---- */
  /*------Protfolio Section End--------*/
  /*------Protfolio Section End--------*/
  /*------Protfolio Details Section Start--------*/
  /*------Protfolio Details Section Start--------*/
  .protfolio-filter-seciton {
    position: relative;
    overflow: hidden;
  }

  .protfolio-details-seciton {
    position: relative;
  }

  .protfolio-details-left .items:not(:last-child) {
    margin-bottom: 50px;
  }

  .protfolio-details-left .items .thumb {
    max-width: 100%;
    margin-bottom: 35px;
  }

  .protfolio-details-left .items .thumb img {
    width: 100%;
  }

  .protfolio-details-left .items .title {
    color: var(--head-color);
    font-size: 43px;
  }

  .protfolio-details-left .items p {
    font-size: 18px;
  }

  .protfolio-details-left .items2 .title {
    font-size: 32px;
    font-weight: 600;
  }

  .protfolio-details-left .items2 .thumb-area {
    display: flex;
    align-items: center;
    margin: 25px 0;
  }

  .protfolio-details-left .items2 .thumb-area .thumb {
    width: 100%;
    margin-bottom: 0;
  }

  .protfolio-details-left .items2 .thumb-area .thumb:not(:last-child) {
    margin-right: 15px;
  }

  .protfolio-details-left .items2 .thumb-area .thumb img {
    width: 100%;
  }

  .protfolio-details-right {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }

  .protfolio-details-right .items {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 40px 40px;
  }

  .protfolio-details-right .items:not(:last-child) {
    margin-bottom: 30px;
  }

  .protfolio-details-right .items .title {
    font-size: 32px;
    color: var(--head-color);
    font-weight: 600;
    margin-bottom: 30px;
  }

  .protfolio-details-right .items .information li:not(:last-child) {
    margin-bottom: 20px;
  }

  .protfolio-details-right .items .information li span {
    font-size: 18px;
    color: var(--pragraph-color);
    margin-bottom: 5px;
    display: block;
  }

  .protfolio-details-right .items .information li h6 {
    color: var(--head-color);
    font-size: 18px;
    font-weight: 600;
  }

  .protfolio-details-right .items2 .title {
    margin-bottom: 8px;
  }

  .protfolio-details-right .items2 p {
    font-size: 18px;
    color: var(--icon-color);
    font-weight: 500;
    margin-bottom: 35px;
  }

  .protfolio-details-right .items2 .information li {
    display: flex;
    align-items: center;
  }

  .protfolio-details-right .items2 .information li .icon {
    margin-right: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    background: var(--secoundary-color);
  }

  .protfolio-details-right .items2 .information li .icon i {
    color: var(--white-color);
  }

  .protfolio-details-right .items2 .information li a {
    color: var(--head-color);
    font-size: 18px;
    font-weight: 500;
  }

  /*------Protfolio Details Section End--------*/
  /*------Protfolio Details Section End--------*/
  /*------Service Details Section Start--------*/
  /*------Service Details Section Start--------*/
  .service-filter-seciton {
    position: relative;
    overflow: hidden;
  }

  .service-filter-seciton::before {
    position: absolute;
    inset: 0;
    content: "";
    height: 60%;
    background: var(--bg-two);
  }

  .service-filter-seciton .element-item .service-item {
    margin: 2px 0;
  }

  .service-details-seciton {
    position: relative;
  }

  .service-details-left {
    position: relative;
  }

  .service-details-left .items:not(:last-child) {
    margin-bottom: 50px;
  }

  .service-details-left .items .thumb {
    max-width: 100%;
    margin-bottom: 35px;
  }

  .service-details-left .items .thumb img {
    width: 100%;
  }

  .service-details-left .items .title {
    color: var(--head-color);
    font-size: 43px;
  }

  .service-details-left .items p {
    font-size: 18px;
  }

  .service-details-left .items2 .title {
    font-size: 32px;
    font-weight: 600;
  }

  .service-details-left .items2 .thumb-area {
    display: flex;
    align-items: center;
    margin: 25px 0;
  }

  .service-details-left .items2 .thumb-area .thumb {
    width: 100%;
    margin-bottom: 0;
  }

  .service-details-left .items2 .thumb-area .thumb:not(:last-child) {
    margin-right: 15px;
  }

  .service-details-left .items2 .thumb-area .thumb img {
    width: 100%;
  }

  .service-details-left .items3 {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
  }

  .service-details-left .items3 .left-thumb {
    margin-right: 20px;
  }

  .service-details-left .items3 .left-thumb img {
    max-width: 100%;
  }

  .service-details-left .items3 .right-cont .head {
    font-size: 32px;
    font-weight: 600;
    color: var(--head-color);
    margin-bottom: 15px;
  }

  .service-details-left .items3 .right-cont .feature-list li {
    font-size: 18px;
    font-weight: 400;
    color: var(--pragraph-color);
  }

  .service-details-left .items3 .right-cont .feature-list li:not(:last-child) {
    margin-bottom: 12px;
  }

  .service-details-right {
    position: sticky !important;
    top: 90px;
  }

  .service-details-right .items {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    background-color: var(--white-color);
    padding: 40px 40px;
  }

  .service-details-right .items:not(:last-child) {
    margin-bottom: 30px;
  }

  .service-details-right .items .title {
    font-size: 32px;
    color: var(--head-color);
    font-weight: 600;
    margin-bottom: 30px;
  }

  .service-details-right .items .information li:not(:last-child) {
    margin-bottom: 20px;
  }

  .service-details-right .items .information li span {
    font-size: 18px;
    color: var(--pragraph-color);
    margin-bottom: 5px;
    display: block;
  }

  .service-details-right .items .information li h6 {
    color: var(--head-color);
    font-size: 18px;
    font-weight: 600;
  }

  .service-details-right .items .information li:hover {
    color: var(--primary-color);
  }

  .service-details-right .items2 .title {
    margin-bottom: 8px;
  }

  .service-details-right .items2 p {
    font-size: 18px;
    color: var(--icon-color);
    font-weight: 500;
    margin-bottom: 35px;
  }

  .service-details-right .items2 .information li {
    display: flex;
    align-items: center;
  }

  .service-details-right .items2 .information li .icon {
    margin-right: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    background: var(--secoundary-color);
  }

  .service-details-right .items2 .information li .icon i {
    color: var(--white-color);
  }

  .service-details-right .items2 .information li a {
    color: var(--head-color);
    font-size: 18px;
    font-weight: 500;
  }

  .service-details-right .items2 .information li:hover {
    color: var(--primary-color);
  }

  .service-details-right .items4 .information li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .service-details-right .items4 .information li:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
  }

  .service-details-right .items4 .information li h6 {
    font-weight: 500;
    margin: 0;
  }

  .service-details-right .items4 .information li h6 a {
    color: var(--head-color);
    transition: all 0.4s;
  }

  .service-details-right .items4 .information li i {
    color: var(--icon-color);
    transition: all 0.4s;
  }

  .service-details-right .items4 .information li:hover a {
    color: var(--primary-color) !important;
  }

  .service-details-right .items4 .information li:hover i {
    color: var(--primary-color);
  }

  .service-details-right .items5 .information li {
    font-size: 18px;
    font-weight: 500;
  }

  .service-details-right .items5 .information li:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
  }

  .service-details-right .items6 {
    padding: 0;
  }

  .service-details-right .items6 .left-video-thumb {
    position: relative;
    max-width: 100%;
    border-radius: 10px;
  }

  .service-details-right .items6 .left-video-thumb img {
    width: 100%;
  }

  .service-details-right .items6 .left-video-thumb::before {
    position: absolute;
    content: "";
    inset: 0;
    background: rgba(240, 82, 35, 0.3);
    border-radius: 10px;
  }

  .service-details-right .items6 .video-btn {
    position: absolute;
    width: 65px;
    height: 65px;
    line-height: 57px;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--white-color);
    border: 3px solid var(--border-color);
    border-radius: 50%;
  }

  .service-details-right .items6 .video-btn i {
    color: var(--secoundary-color);
    font-size: 18px;
  }

  .carousel-space {
    padding-bottom: 164px;
  }

  /*------Service Details Section End--------*/
  /*------Service Details Section End--------*/
  /*------Gallery Section Start--------*/
  .gallery-section {
    overflow: hidden;
  }

  .gallery-left {
    width: 100%;
  }

  .gallery-left img {
    width: 100%;
  }

  .gallery-right .thumb {
    width: 100%;
  }

  .gallery-right .thumb img {
    width: 100%;
  }

  /*------Gallery Section End--------*/
  /*------Error Section Start--------*/
  .error-thumb {
    width: 100%;
  }

  .error-thumb img {
    width: 100%;
  }

  .error-wrapper .section-center {
    margin-bottom: 0;
  }

  /*------Error Section End--------*/
  /*------Blog Section Start--------*/
  .blog-section {
    position: relative;
  }

  .blog-items {
    background: var(--white-color);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
  }

  .blog-items:hover .thumb a img {
    transform: scale(1.4);
  }

  .blog-items .thumb {
    width: 100%;
  }

  .blog-items .thumb a {
    display: block;
    overflow: hidden;
  }

  .blog-items .thumb img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    transition: all 1.8s;
  }

  .blog-items .content {
    padding: 30px 30px;
  }

  .blog-items .content .timing-wrapper {
    margin-bottom: 25px;
  }

  .blog-items .content .timing-wrapper li {
    display: flex;
    align-items: center;
  }

  .blog-items .content .timing-wrapper li img {
    margin-right: 9px;
  }

  .blog-items .content .timing-wrapper li span {
    font-weight: 500;
    font-size: 18px;
    color: var(--pragraph-color);
  }

  .blog-items .content .title {
    font-size: 24px;
    font-weight: 700;
    color: var(--head-color);
    margin-bottom: 14px;
    display: block;
    transition: all 0.5s;
  }

  .blog-items .content p {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .blog-items:hover .content .title {
    color: var(--secoundary-color);
  }

  .blog-items .link-btn {
    transition: all 0.5s;
  }

  .blog-items .link-btn i {
    transition: all 0.5s;
  }

  .blog-items .link-btn:hover {
    color: var(--secoundary-color);
  }

  .blog-items .link-btn:hover i {
    color: var(--secoundary-color);
    margin-left: 5px;
  }

  /*------Blog List Section Start--------*/
  .blog-list-wrapper .blog-items {
    background: var(--white-color);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
  }

  .blog-list-wrapper .blog-items:not(:last-child) {
    margin-bottom: 35px;
  }

  .blog-list-wrapper .blog-items:hover .thumb a img {
    transform: scale(1.4);
  }

  .blog-list-wrapper .blog-items .thumb {
    padding: 15px 15px 0;
    width: 100%;
  }

  .blog-list-wrapper .blog-items .thumb a {
    display: block;
    overflow: hidden;
  }

  .blog-list-wrapper .blog-items .thumb img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    transition: all 1.8s;
  }

  .blog-list-wrapper .blog-items .content {
    padding: 30px 30px;
  }

  .blog-list-wrapper .blog-items .content .timing-wrapper {
    margin-bottom: 20px;
  }

  .blog-list-wrapper .blog-items .content .timing-wrapper li {
    display: flex;
    align-items: center;
  }

  .blog-list-wrapper .blog-items .content .timing-wrapper li:not(:last-child) {
    margin-right: 35px;
  }

  .blog-list-wrapper .blog-items .content .timing-wrapper li img {
    margin-right: 9px;
  }

  .blog-list-wrapper .blog-items .content .timing-wrapper li span {
    font-weight: 500;
    font-size: 18px;
    color: var(--pragraph-color);
  }

  .blog-list-wrapper .blog-items .content .title {
    font-size: 43px;
    font-weight: 700;
    color: var(--head-color);
    margin-bottom: 25px;
    display: block;
    transition: all 0.5s;
  }

  .blog-list-wrapper .blog-items .content p {
    font-size: 18px;
    margin-bottom: 22px;
  }

  .blog-list-wrapper .blog-items:hover .content .title {
    color: var(--secoundary-color);
  }

  .blog-list-wrapper .blog-items .link-btn {
    transition: all 0.5s;
  }

  .blog-list-wrapper .blog-items .link-btn i {
    transition: all 0.5s;
  }

  .blog-list-wrapper .blog-items .link-btn:hover {
    color: var(--secoundary-color);
  }

  .blog-list-wrapper .blog-items .link-btn:hover i {
    color: var(--secoundary-color);
    margin-left: 5px;
  }

  .blog-list-wrapper .blog-list-right {
    position: sticky;
    top: 90px;
  }

  .blog-list-wrapper .blog-list-right .items-box {
    background: var(--white-color);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 30px 30px;
  }

  .blog-list-wrapper .blog-list-right .items-box .box-head {
    font-size: 32px;
    font-weight: 700;
    color: var(--head-color);
    margin-bottom: 20px;
  }

  .blog-list-wrapper .blog-list-right .items-box form {
    position: relative;
  }

  .blog-list-wrapper .blog-list-right .items-box form input {
    border: none;
    outline: none;
    width: 100%;
    position: relative;
    border-radius: 10px;
    padding: 14px 50px 14px 10px;
    border: 2px solid var(--border-color);
  }

  .blog-list-wrapper .blog-list-right .items-box form i {
    position: absolute;
    top: 36%;
    right: 7%;
    color: var(--border-color);
  }

  .blog-list-wrapper .blog-list-right .items-box:not(:last-child) {
    margin-bottom: 40px;
  }

  .blog-list-wrapper .blog-list-right .items-box .categoris li {
    margin-bottom: 10px;
  }

  .blog-list-wrapper .blog-list-right .items-box .categoris li:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 10px;
  }

  .blog-list-wrapper .blog-list-right .items-box .categoris li a {
    color: var(--pragraph-color);
    font-size: 18px;
    font-weight: 500;
  }

  .blog-list-wrapper .blog-list-right .items-box .post-recent li {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .blog-list-wrapper .blog-list-right .items-box .post-recent li:not(:last-child) {
    margin-bottom: 25px;
  }

  .blog-list-wrapper .blog-list-right .items-box .post-recent li .thumb {
    width: 90px;
    height: 72px;
  }

  .blog-list-wrapper .blog-list-right .items-box .post-recent li .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }

  .blog-list-wrapper .blog-list-right .items-box .post-recent li .cont .title {
    color: var(--head-color);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
  }

  .blog-list-wrapper .blog-list-right .items-box .post-recent li .cont .date {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: var(--pragraph-color);
  }

  .blog-list-wrapper .blog-list-right .items-box .tag {
    display: flex;
    flex-wrap: wrap;
  }

  .blog-list-wrapper .blog-list-right .items-box .tag li a {
    color: var(--pragraph-color);
    border: 1px solid var(--border-color);
    padding: 12px 25px;
    display: inline-block;
    margin: 7px;
    font-weight: 500;
    font-size: 18px;
    border-radius: 8px;
    transition: all 0.8s;
  }

  .blog-list-wrapper .blog-list-right .items-box .tag li a:hover {
    background: var(--secoundary-color);
    color: var(--white-color);
  }

  .blog-details-wrapper .datails-left-shadow {
    background: var(--white-color);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  }

  .blog-details-wrapper .blog-items {
    box-shadow: none;
  }

  .blog-details-wrapper .blog-items:not(:last-child) {
    margin-bottom: 0;
  }

  .blog-details-wrapper .blog-items .thumb {
    position: relative;
  }

  .blog-details-wrapper .blog-items .thumb .video-btn {
    position: absolute;
    width: 75px;
    height: 75px;
    line-height: 70px;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--white-color);
    border: 2px solid var(--icon-color);
    border-radius: 50%;
  }

  .blog-details-wrapper .blog-items .thumb .video-btn i {
    color: var(--secoundary-color);
    font-size: 24px;
  }

  .blog-details-wrapper .blog-items .thumb-overlay {
    position: relative;
  }

  .blog-details-wrapper .blog-items .thumb-overlay::before {
    position: absolute;
    border-radius: 10px;
    inset: 0;
    content: "";
    background: rgba(0, 0, 0, 0.4);
  }

  .blog-details-wrapper .blog-items .content p {
    margin: 0;
  }

  .blog-details-wrapper .blog-items .content p:not(:last-child) {
    margin-bottom: 25px;
  }

  .blog-details-wrapper .blog-items .content .testimonial-item {
    max-width: 480px;
    margin: 35px auto 35px;
  }

  .blog-details-wrapper .blog-items .content .testimonial-item .testimonial-inner {
    padding: 0;
    box-shadow: none;
  }

  .blog-details-wrapper .blog-items .content .testimonial-item .testimonial-inner .testimonial-icon {
    position: relative;
    margin: 0 auto 15px;
    top: 0;
    left: 0%;
  }

  .blog-details-wrapper .blog-items .content .testimonial-item .testimonial-inner .titles {
    font-size: 18px;
    font-weight: 600;
    color: var(--head-color);
  }

  .blog-details-wrapper .blog-items .content .testimonial-item .testimonial-inner p {
    font-size: 24px;
  }

  .blog-details-wrapper .blog-items .content .replay-wrapper .reply-head {
    font-size: 32px;
    color: var(--head-color);
    font-weight: 600;
    margin-bottom: 20px;
  }

  .blog-details-wrapper .blog-items .content .replay-wrapper .form-clt-big input {
    padding: 14px 15px 160px !important;
  }

  .blog-details-wrapper .blog-items .content .replay-wrapper .form-clt input {
    width: 100%;
    outline: none;
    border-radius: 5px;
    border: none;
    padding: 14px 15px;
    border: 2px solid var(--icon-color);
  }

  .blog-details-wrapper .blog-items .content .replay-wrapper .cmn--btn-2 {
    max-width: 200px;
    margin: 25px auto 0;
  }

  /*------Blog Section End--------*/
  /*------Contact Section Start--------*/
  .contact-section {
    position: relative;
    overflow: hidden;
  }

  .contact-section::before {
    position: absolute;
    content: "";
    inset: 0 55% 0 0;
    background: var(--bg-one);
  }

  .form_area .title {
    margin-bottom: 50px;
    font-weight: 700;
    color: #000;
  }

  .form_area .select-wrapper {
    background: var(--white-color);
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 0px 15px 4px;
  }

  .form_area .select-wrapper select {
    width: 100%;
    outline: none;
    border-radius: 5px;
    border: none;
    padding: 14px 15px;
    border: 2px solid var(--border-color);
  }

  .form_area #form {
    position: relative;
  }

  .form_area #form .form-control {
    padding: unset;
    border: none;
    margin-bottom: 10px;
    padding-bottom: 20px;
    background-color: transparent;
    position: relative;
  }

  .form_area #form .form-control input {
    width: 100%;
    outline: none;
    border-radius: 5px;
    color: #585858;
    border: none;
    padding: 14px 15px;
    border: 1px solid #DBD7D7;
  }

  .form_area #form .form-control input::placeholder {
    color: #585858;
  }

  .form_area #form .form-control label {
    color: brown;
    font-family: "Jost";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 8px;
    display: block;
  }

  .form_area #form .form-control textarea {
    width: 100%;
    outline: none;
    border-radius: 5px;
    color: #585858;
    border: none;
    padding: 14px 15px;
    border: 1px solid #DBD7D7;
  }

  .form_area #form ::placeholder {
    color: #585858;
  }

  .form_area #form .form-control textarea:focus {
    outline: 0;
    border-color: none;
  }

  .form_area #form .form-control.success textarea {
    border-color: #2ecc71;
  }

  .form_area #form .form-control.error textarea {
    border-color: #e74c3c;
  }

  .form_area #form .form-control input:focus {
    outline: 0;
    border-color: none;
  }

  .form_area #form .form-control.success input {
    border-color: #2ecc71;
  }

  .form_area #form .form-control.error input {
    border-color: #e74c3c;
  }

  .form_area #form .form-control small {
    color: #e74c3c;
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
  }

  .form_area #form .form-control.error small {
    visibility: visible;
  }

  .form_area #form .cmn--btn {
    width: initial;
  }

  .form_area #form .cmn--btn:hover {
    border: none;
  }

  .form_area #form .thank_you p {
    position: absolute;
    bottom: 25px;
    color: green;
    animation: scaleone 0.5s linear;
    transition: all 0.5s;
    display: none;
  }

  @keyframes scaleone {
    0% {
      transform: scale(0.8);
    }

    100% {
      transform: scale(1);
    }
  }

  .contact-left {
    position: relative;
  }

  .contact-left .items:not(:last-child) {
    margin-bottom: 25px;
  }

  .contact-left .items .title {
    font-size: 32px;
    font-weight: 600;
    color: var(--head-color);
    margin-bottom: 12px;
  }

  .contact-left .items .address li {
    font-size: 18px;
  }

  .contact-left .items .address li:not(:last-child) {
    margin-bottom: 8px;
  }

  .contact-left .items .info li {
    font-size: 18px;
    font-weight: 500;
  }

  .contact-left .items .info li:not(:last-child) {
    margin-bottom: 10px;
  }

  .contact-left .items .info li a {
    color: var(--head-color);
    font-size: 18px;
    font-weight: 400;
  }

  .contact-left .items .follow {
    display: flex;
    align-items: center;
  }

  .contact-left .items .follow li:not(:last-child) {
    margin-right: 14px;
  }

  .contact-left .items .follow li a i {
    color: var(--icon-color);
    font-size: 20px;
    transition: all 0.4s;
  }

  .contact-left .items .follow li:hover a i {
    color: var(--secoundary-color);
  }

  /*------Contact Section Start--------*/
  /*Responsive*/
  @media screen and (max-width: 991px) {
    .contact-left {
      margin-bottom: 30px;
    }
  }

  @media screen and (max-width: 500px) {
    .contact-left .title {
      font-size: 30px;
    }
  }

  /*------Contact Section End--------*/
  /*------Contact Section End--------*/
  /*------Google Map Section Start--------*/
  /*------Google Map Section Start--------*/
  .googpemap iframe {
    width: 100%;
    height: 500px;
  }

  /*------Google Map Section End--------*/
  /*------Google Map Section End--------*/
  @keyframes zoominout {
    0% {
      transform: scale(0.69);
    }

    50% {
      transform: scale(1.5);
    }

    100% {
      transform: scale(0.69);
    }
  }

  @keyframes zoominout2 {
    0% {
      transform: rotate(-360deg);
    }

    100% {
      transform: rotate(0deg);
    }
  }

  @keyframes rounded {
    0% {
      transform: rotate(-25deg);
    }

    30% {
      transform: rotate(-15deg);
    }

    50% {
      transform: rotate(0deg);
    }

    80% {
      transform: rotate(-20deg);
    }

    100% {
      transform: rotate(-10deg);
    }
  }

  @keyframes videopopup {
    0% {
      transform: scale(0, 1);
      opacity: 1;
    }

    25% {
      transform: scale(1, 1);
      opacity: 1.2;
    }

    50% {
      transform: scale(1.2);
      opacity: 0.5;
    }

    100% {
      transform: scale(1.8);
      opacity: 0;
      width: 100%;
    }
  }

  @keyframes RightiLeft {
    0% {
      transform: translateY(60px);
    }

    50% {
      transform: translateX(50px);
    }

    100% {
      transform: translateY(60px);
    }
  }

  @keyframes RightiLeft2 {
    0% {
      transform: translateY(120px);
    }

    50% {
      transform: translateX(-50px);
    }

    100% {
      transform: translateY(120px);
    }
  }

  @keyframes RightiLeft3 {
    0% {
      transform: translateX(0px);
    }

    50% {
      transform: translateX(-60px);
    }

    100% {
      transform: translateX(0px);
    }
  }

  @keyframes RightiLeft4 {
    0% {
      transform: translateX(0px);
    }

    50% {
      transform: translateX(-70px);
    }

    100% {
      transform: translateX(0px);
    }
  }

  /*--Button Area Start--*/
  /*--Button Area Start--*/
  .btn-bg {
    background: none !important;
    transition: all 0.3s ease-in-out;
  }

  .cmn--btn-4 {
    display: inline-block;
    padding: 0.75rem 1.25rem;
    border-radius: 10rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.15rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .cmn--btn-4:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 10rem;
    z-index: -2;
  }

  .cmn--btn-4:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: red;
    transition: all 0.3s;
    border-radius: 10rem;
    z-index: -1;
  }

  .cmn--btn-4:hover {
    color: #fff;
  }

  .cmn--btn-4:hover:before {
    width: 100%;
  }

  .cmn--btn {
    border-radius: 5px;
    padding: 12px 32.5px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    color: var(--white-color);
    text-transform: capitalize;
    transition: all 0.3s;
    background: var(--primary-color);
    position: relative;
    box-shadow: none;
    outline: none;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .cmn--btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
  }

  .cmn--btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: var(--secoundary-color);
    transition: all 0.6s;
    z-index: -1;
  }

  .cmn--btn:hover {
    color: var(--white-color);
  }

  .cmn--btn:hover:before {
    width: 100%;
  }

  .cmn--btn-2 {
    border-radius: 5px;
    padding: 12px 32.5px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    color: var(--white-color);
    text-transform: capitalize;
    transition: all 0.3s;
    background: var(--secoundary-color);
    position: relative;
    box-shadow: none;
    outline: none;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .cmn--btn-2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
  }

  .cmn--btn-2:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    transition: all 0.6s;
    z-index: -1;
  }

  .cmn--btn-2:hover {
    color: var(--white-color);
  }

  .cmn--btn-2:hover:before {
    width: 100%;
  }

  .cmn--btn-3 {
    border-radius: 5px;
    padding: 12px 32.5px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    color: var(--white-color);
    text-transform: capitalize;
    transition: all 0.3s;
    position: relative;
    border: 1px solid var(--head-color) !important;
    box-shadow: none;
    outline: none;
    border: none;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .cmn--btn-3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
  }

  .cmn--btn-3:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background-color: var(--primary-color);
    transition: all 0.6s;
    z-index: -1;
  }

  .cmn--btn-3:hover {
    color: var(--white-color);
  }

  .cmn--btn-3:hover:before {
    width: 100%;
  }

  .btn-group {
    display: flex;
    align-items: center;
  }

  .btn-group .cmn--btn:not(:last-child) {
    margin-right: 10px;
  }

  .link-btn {
    color: var(--head-color);
    font-weight: 500;
    font-size: 18px;
  }

  .link-btn i {
    margin-top: 5px;
    color: var(--icon-color);
  }

  /*--Button Area End--*/
  /*--Button Area End--*/
  @media screen and (max-width: 991px) {
    .shape3 {
      display: none;
    }

    .shape4 {
      display: none;
    }
  }

  @media screen and (max-width: 500px) {
    .shape2 {
      display: none;
    }
  }

  @media screen and (max-width: 1199px) {
    .team-chart {
      margin-left: -100px;
    }

    .header-wrapper .logo-menu {
      max-width: 122px;
    }

    .header-wrapper .main-menu .btn-wrapper {
      margin-left: 0px;
    }

    .header-wrapper .main-menu li a {
      font-size: 17px;
    }
  }

  @media screen and (max-width: 991px) {
    #piechart {
      margin-top: 35px;
      background: none;
    }

    .header-section {
      padding: 10px 0;
    }

    .menu-btn-wrapper {
      display: none;
    }

    .header-wrapper {
      padding: 12px 10px;
    }

    .header-wrapper .logo-menu {
      padding: 0px 0px;
    }

    .main-menu {
      position: absolute;
      top: 100%;
      width: 100%;
      display: inline !important;
      left: 0;
      z-index: 999;
      padding: 0px 15px 10px;
      background: var(--bg-one);
      transition: all 2s !important;
      transform-origin: top;
      max-height: calc(100vh - 130px);
      overflow-y: auto;
    }

    .main-menu:not(.active) {
      display: none !important;
      transition: all 2s;
    }

    .main-menu li {
      padding: 12px 0 !important;
    }

    .main-menu li:not(:last-child) {
      border-bottom: 1px solid rgb(182, 177, 177);
      margin-right: 0 !important;
    }

    .main-menu li a {
      display: block;
    }

    .main-menu .btn-wrapper .cmn--btn-3 {
      margin-top: 14px;
    }

    .main-menu .active a {
      color: var(--white-color);
    }

    .header-bar {
      position: relative;
      width: 25px;
      height: 20px;
    }

    .header-bar span {
      position: absolute;
      width: 100%;
      height: 3px;
      display: inline-block;
      transition: all 0.3s;
      left: 0;
      background: var(--head-color);
    }

    .header-bar span:first-child {
      top: 0;
      background: var(--head-color);
    }

    .header-bar span:nth-child(2) {
      top: 44%;
      background: var(--head-color);
    }

    .header-bar span:last-child {
      bottom: 0;
      background: var(--head-color);
    }

    .header-bar.active span:first-child {
      transform: rotate(45deg) translate(3px, 9px);
    }

    .header-bar.active span:nth-child(2) {
      opacity: 0;
    }

    .header-bar.active span:last-child {
      transform: rotate(-45deg) translate(3px, -9px);
    }

    .header-bar:hover {
      cursor: pointer;
    }

    .header-wrapper .main-menu li .sub-menu {
      background: var(--white-color);
      position: relative;
    }

    .header-wrapper .main-menu li .sub-menu li {
      width: 100%;
    }

    .header-wrapper .main-menu li .sub-menu li a {
      display: block;
      color: var(--head-color);
    }

    .header-wrapper .main-menu li .sub-menu li a {
      padding: 0px 20px !important;
      display: block;
    }
  }

  @media screen and (max-width: 1199px) {
    .section-header .section-title {
      font-size: 41px;
    }
  }

  @media screen and (max-width: 575px) {
    .section-header .sub {
      font-size: 17px;
    }

    .section-header .section-title {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 18px;
      text-transform: capitalize;
    }

    .section-header p {
      font-size: 16px;
      margin-bottom: 20px;
    }

    .section-center .sub-center span {
      font-size: 17px;
    }
  }

  @media screen and (max-width: 1199px) {
    .banner-content h1 {
      color: var(--head-color);
      font-size: 64px;
      margin-bottom: 30px;
    }
  }

  @media screen and (max-width: 991px) {
    .Ir6NrhHzwD {
      padding: 130px 0 80px;
    }

    .banner-content {
      margin-bottom: 30px;
    }
  }

  @media screen and (max-width: 767px) {
    .banner-content h1 {
      color: var(--head-color);
      font-size: 54px;
      margin-bottom: 30px;
    }

    .banner-content p {
      font-size: 22px;
    }
  }

  @media screen and (max-width: 500px) {
    .Ir6NrhHzwD {
      padding: 130px 0 60px;
    }

    .Ir6NrhHzwD .shape {
      display: none;
    }

    .banner-content h1 {
      font-size: 35px;
      margin-bottom: 15px;
    }

    .banner-content p {
      font-size: 18px;
    }

    .banner-content .sub {
      font-size: 16px;
    }

    .banner-content .btn-group .cmn--btn {
      font-size: 16px !important;
      padding: 12px 22px;
    }

    .banner-content .btn-group .cmn--btn-2 {
      font-size: 16px !important;
      padding: 12px 22px;
    }
  }

  @media screen and (max-width: 1399px) {
    .agency-thumb .agency-contact {
      left: 50%;
    }

    .about-thumb {
      max-width: 450px;
    }
  }

  @media screen and (max-width: 1199px) {
    .agency-thumb .agency-contact {
      left: 55%;
      width: 350px;
      padding: 20px 15px;
    }

    .agency-thumb .agency-contact .icon {
      width: 55px;
      height: 55px;
      line-height: 55px;
    }

    .agency-thumb .agency-contact .icon i {
      font-size: 18px;
    }

    .agency-thumb .agency-contact .content span {
      font-size: 16px;
    }

    .agency-thumb .agency-contact .content .telp {
      font-size: 20px;
    }

    .about-thumb {
      max-width: 400px;
    }

    .about-counter-wrapper .counter-items {
      width: 31.6666666667%;
    }
  }

  @media screen and (max-width: 991px) {
    .agency-thumb {
      margin-top: 35px;
      max-width: 100%;
      position: relative;
    }

    .agency-thumb img {
      width: 100%;
      height: 100%;
    }

    .about-thumb {
      max-width: 100%;
      position: relative;
      max-width: 550px;
      margin: 0 0 0 0;
    }

    .about-thumb img {
      width: 100%;
    }

    .about-thumb .ab-thumb {
      position: absolute;
      top: 15%;
      left: 15%;
      right: -15%;
      z-index: 1;
    }

    .about-thumb {
      margin-top: 40px;
    }
  }

  @media screen and (max-width: 767px) {
    .team-skill-section {
      padding: 7px 0 3px;
    }

    .about-thumb {
      max-width: 100%;
      position: relative;
      max-width: 450px;
      margin: 35px 0 0 0;
    }

    .about-thumb img {
      width: 100%;
    }

    .about-thumb .ab-thumb {
      position: absolute;
      top: 10%;
      left: 10%;
      right: -10%;
      z-index: 1;
    }

    .about-counter-wrapper {
      display: flex;
      align-items: center;
    }

    .about-counter-wrapper .counter-items {
      width: 31.6666666667%;
    }

    .about-counter-wrapper .counter-items:nth-child(2) {
      margin-right: 35px;
    }

    .about-counter-wrapper .counter-items .counter-content h2 {
      font-size: 48px;
    }

    .EEQkM8ii99 {
      padding-bottom: 130px;
    }
  }

  @media screen and (max-width: 575px) {
    .EEQkM8ii99 {
      padding-bottom: 130px;
    }

    .shape {
      display: none;
    }

    .about-thumb .ab-thumb {
      display: none;
    }
  }

  @media screen and (max-width: 500px) {
    .agency-thumb .agency-contact {
      display: inline;
      left: 50%;
      bottom: -25%;
      width: 280px;
      padding: 15px 10px;
    }

    .agency-thumb .agency-contact .icon {
      width: 35px;
      height: 35px;
      line-height: 35px;
      margin-bottom: 8px;
    }

    .agency-thumb .agency-contact .icon i {
      font-size: 16px;
    }

    .agency-thumb .agency-contact .content span {
      font-size: 15px;
    }

    .agency-thumb .agency-contact .content .telp {
      font-size: 18px;
    }

    .agency-thumb .video-btn {
      position: absolute;
      width: 65px;
      height: 65px;
      line-height: 65px;
      left: 46%;
    }

    .about-counter-wrapper .counter-items {
      width: 33.3333333333%;
    }

    .about-counter-wrapper .counter-items:nth-child(2) {
      margin-right: 15px;
    }

    .about-counter-wrapper .counter-items .counter-content h2 {
      font-size: 32px;
    }

    .about-counter-wrapper .counter-items .counter-content p {
      font-size: 14px;
    }
  }

  @media screen and (max-width: 440px) {
    .EEQkM8ii99 {
      padding-bottom: 65px;
    }

    .agency-thumb .agency-contact {
      display: none;
    }
  }

  @media screen and (min-width: 1199px) {
    .service-item .service-inner {
      padding: 35px 30px;
    }
  }

  @media screen and (max-width: 991px) {
    .service-item .service-inner {
      padding: 35px 30px;
    }

    .carousel-space {
      padding-bottom: 144px;
    }
  }

  @media screen and (min-width: 768px) {
    .service-filter-seciton .element-item .service-item .service-inner {
      padding: 30px 20px;
    }

    .service-filter-seciton .element-item .service-item .service-inner .title {
      font-size: 22px;
    }
  }

  @media screen and (max-width: 500px) {
    .service-item .service-inner {
      padding: 30px 20px;
    }

    .service-item .service-inner .title {
      font-size: 20px;
    }
  }

  /*-Responsive-*/
  @media screen and (max-width: 1199px) {
    .tweet-slider .owl-nav {
      position: absolute;
      left: 50%;
      bottom: -13%;
      transform: translate(-50%, -50%);
    }
  }

  @media screen and (max-width: 767px) {
    .tweet-slider .owl-nav {
      position: absolute;
      left: 50%;
      bottom: -9% !important;
      transform: translate(-50%, -50%);
    }

    .carousel-space {
      padding-bottom: 104px;
    }
  }

  @media screen and (max-width: 575px) {
    .carousel-space {
      padding-bottom: 75px;
    }
  }

  @media screen and (max-width: 500px) {
    .protfolio-item .protfolio-inner .protfolio-content {
      padding: 30px 15px;
    }

    .protfolio-item .protfolio-inner .protfolio-content .title {
      font-size: 20px;
    }

    .protfolio-item .protfolio-inner .protfolio-content p {
      font-size: 16px;
    }
  }

  @media screen and (max-width: 1199px) {
    .button-group {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      margin-bottom: 30px;
    }

    .button-group .button {
      margin-bottom: 15px;
    }

    .button-group .button:not(:last-child) {
      margin-right: 15px;
    }
  }

  @media screen and (max-width: 991px) {
    .grid {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
    }

    .grid .element-item {
      width: 50%;
      padding: 10px;
    }

    .grid .element-item img {
      width: 100%;
    }
  }

  @media screen and (max-width: 767px) {
    .protfolio-filter-seciton .protfolio-item .protfolio-inner .protfolio-content {
      padding: 30px 10px;
    }

    .protfolio-filter-seciton .protfolio-item .protfolio-inner .protfolio-content .title {
      font-size: 20px;
    }

    .protfolio-filter-seciton .protfolio-item .protfolio-inner .protfolio-content p {
      font-size: 16px;
    }

    .button-group .button {
      font-size: 16px;
    }
  }

  @media screen and (max-width: 575px) {
    .grid {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
    }

    .grid .element-item {
      width: 100%;
      padding: 10px;
    }

    .grid .element-item img {
      width: 100%;
    }
  }

  @media screen and (max-width: 1199px) {
    .protfolio-details-right .items {
      padding: 40px 30px;
    }

    .protfolio-details-right .items .title {
      font-size: 24px;
    }

    .service-details-right .items {
      padding: 40px 30px;
    }

    .service-details-right .items .title {
      font-size: 24px;
    }

    .service-details-right .items6 {
      padding: 0;
    }
  }

  @media screen and (max-width: 991px) {
    .service-details-right .items6 {
      margin-bottom: 35px;
    }

    .protfolio-details-left {
      margin-bottom: 35px;
    }

    .service-details-left {
      margin-bottom: 35px;
    }
  }

  @media screen and (max-width: 767px) {
    .protfolio-details-left .items:not(:last-child) {
      margin-bottom: 40px;
    }

    .protfolio-details-left .items .title {
      font-size: 30px;
      font-weight: 600;
    }

    .protfolio-details-left .items2 .title {
      font-size: 30px;
    }

    .service-details-left .items:not(:last-child) {
      margin-bottom: 40px;
    }

    .service-details-left .items .title {
      font-size: 30px;
      font-weight: 600;
    }

    .service-details-left .items2 .title {
      font-size: 30px;
    }

    .service-details-left .items3 {
      margin-bottom: 25px;
      flex-wrap: wrap;
    }

    .service-details-left .items3 .left-thumb {
      margin-bottom: 12px;
    }

    .service-details-left .items3 .right-cont .head {
      font-size: 24px;
    }

    .service-details-left .items3 .right-cont .feature-list li {
      font-size: 17px;
    }
  }

  @media screen and (max-width: 575px) {
    .protfolio-details-left .items .title {
      font-size: 22px;
    }

    .protfolio-details-left .items p {
      font-size: 16px;
    }

    .protfolio-details-left .items2 .title {
      font-size: 24px;
    }

    .protfolio-details-left .items2 .thumb-area {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin: 25px 0;
    }

    .protfolio-details-left .items2 .thumb-area .thumb {
      width: 100%;
      margin-bottom: 0;
    }

    .protfolio-details-left .items2 .thumb-area .thumb:not(:last-child) {
      margin-right: 0px;
      margin-bottom: 20px;
    }

    .protfolio-details-right .items {
      padding: 30px 20px;
    }

    .protfolio-details-right .items .title {
      font-size: 21px;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .protfolio-details-right .items .information li span {
      font-size: 18px;
      margin-bottom: 5px;
    }

    .protfolio-details-right .items .information li h6 {
      font-size: 18px;
      font-weight: 500;
    }

    .protfolio-details-right .items2 .title {
      margin-bottom: 8px;
    }

    .protfolio-details-right .items2 p {
      font-size: 16px;
    }

    .protfolio-details-right .items2 .information li {
      display: flex;
      align-items: center;
    }

    .protfolio-details-right .items2 .information li .icon {
      margin-right: 15px;
      width: 35px;
      height: 35px;
      line-height: 35px;
      border-radius: 5px;
      text-align: center;
      background: var(--secoundary-color);
    }

    .protfolio-details-right .items2 .information li .icon i {
      color: var(--white-color);
    }

    .protfolio-details-right .items2 .information li a {
      color: var(--head-color);
      font-size: 18px;
      font-weight: 500;
    }

    .service-details-left .items .title {
      font-size: 22px;
    }

    .service-details-left .items p {
      font-size: 16px;
    }

    .service-details-left .items2 .title {
      font-size: 24px;
    }

    .service-details-left .items2 .thumb-area {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin: 25px 0;
    }

    .service-details-left .items2 .thumb-area .thumb {
      width: 100%;
      margin-bottom: 0;
    }

    .service-details-left .items2 .thumb-area .thumb:not(:last-child) {
      margin-right: 0px;
      margin-bottom: 20px;
    }

    .service-details-right .items {
      padding: 30px 20px;
    }

    .service-details-right .items .title {
      font-size: 21px;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .service-details-right .items .information li span {
      font-size: 18px;
      margin-bottom: 5px;
    }

    .service-details-right .items .information li h6 {
      font-size: 18px;
      font-weight: 500;
    }

    .service-details-right .items2 .title {
      margin-bottom: 8px;
    }

    .service-details-right .items2 p {
      font-size: 16px;
    }

    .service-details-right .items2 .information li {
      display: flex;
      align-items: center;
    }

    .service-details-right .items2 .information li .icon {
      margin-right: 15px;
      width: 35px;
      height: 35px;
      line-height: 35px;
      border-radius: 5px;
      text-align: center;
      background: var(--secoundary-color);
    }

    .service-details-right .items2 .information li .icon i {
      color: var(--white-color);
    }

    .service-details-right .items2 .information li a {
      color: var(--head-color);
      font-size: 18px;
      font-weight: 500;
    }

    .service-details-right .items6 {
      padding: 0;
    }
  }

  @media screen and (max-width: 1199px) {
    .pricing-itmes {
      padding: 35px 30px;
    }
  }

  @media screen and (max-width: 500px) {
    .pricing-itmes .pricing-list li i {
      font-size: 10px;
    }

    .pricing-itmes .pricing-header .title {
      font-size: 22px;
    }

    .pricing-itmes .pricing-header .head-price {
      font-size: 48px;
      font-weight: 700;
    }

    .pricing-itmes .pricing-header .head-price li i {
      font-size: 11px;
    }

    .pricing-itmes .cmn--btn-2 {
      padding: 10px 10px !important;
    }
  }

  @media screen and (max-width: 1199px) {
    .team-details-content .contact-list {
      margin-top: 20px;
      margin-bottom: 30px;
    }

    .team-details-content .contact-list li:not(:last-child) {
      margin-right: 25px;
    }
  }

  @media screen and (max-width: 991px) {
    .contact-section {
      position: relative;
    }

    .contact-section::before {
      position: absolute;
      content: "";
      inset: 0 0% 0 0;
      background: var(--bg-one);
    }
  }

  @media screen and (max-width: 767px) {
    .team-item {
      border: 1px solid #ebebeb !important;
      border-radius: 20px;
    }
  }

  @media screen and (max-width: 550px) {
    .team-details-content .contact-list {
      margin-top: 20px;
      margin-bottom: 30px;
    }

    .team-details-content .contact-list li:not(:last-child) {
      margin-right: 5px;
    }
  }

  @media screen and (max-width: 500px) {
    .team-details-content .head {
      margin-bottom: 15px;
    }

    .team-details-content p {
      font-size: 16px;
    }

    .team-details-content .contact-list {
      margin-top: 20px;
      margin-bottom: 30px;
      display: inline;
    }

    .team-details-content .contact-list li {
      margin-bottom: 20px;
    }

    .team-details-content .contact-list li:first-child {
      margin-top: 25px;
    }

    .team-details-content .contact-list li:not(:last-child) {
      margin-right: 5px;
    }
  }

  @media screen and (max-width: 1199px) {
    .testimonial-item .testimonial-inner .testimonial-icon {
      top: -10%;
    }

    .testimonial-item .testimonial-inner p {
      font-size: 20px;
    }

    .testimonial-item:hover testimonial-inner testimonial-thumb {
      transform: scale(1.1);
    }
  }

  @media screen and (max-width: 991px) {
    .test-space-two {
      padding-bottom: 80px;
      padding-top: 80px;
    }
  }

  @media screen and (max-width: 767px) {
    .consultation-wrapper {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
    }

    .consultation-wrapper .content-left {
      margin-bottom: 15px;
      text-align: center;
    }

    .consultation-wrapper .content-left h6 {
      margin-bottom: 15px;
    }

    .consultation-wrapper .content-left h2 {
      font-size: 29px;
    }

    .test-space-two {
      padding-bottom: 60px;
      padding-top: 60px;
    }
  }

  @media screen and (max-width: 575px) {
    .consultation-wrapper {
      margin-bottom: -20px;
    }

    .consultation-wrapper .content-left h6 {
      margin-bottom: 15px;
    }

    .consultation-wrapper .content-left h2 {
      margin-bottom: -6px;
    }
  }

  @media screen and (max-width: 1199px) {
    .blog-list-wrapper .blog-items .content .title {
      font-size: 37px;
    }

    .blog-list-wrapper .blog-list-right .items-box {
      padding: 30px 25px;
    }

    .blog-list-wrapper .blog-list-right .items-box .box-head {
      font-size: 32px;
      margin-bottom: 20px;
    }

    .blog-list-wrapper .blog-list-right .items-box:not(:last-child) {
      margin-bottom: 30px;
    }

    .blog-list-wrapper .blog-list-right .items-box .post-recent li {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 12px;
    }

    .blog-list-wrapper .blog-list-right .items-box .post-recent li:not(:last-child) {
      margin-bottom: 25px;
    }
  }

  @media screen and (max-width: 991px) {
    .blog-list-wrapper .blog-items .content .title {
      font-size: 34px;
    }

    .blog-items .content .title {
      font-size: 21px;
    }

    .blog-items .content .timing-wrapper li img {
      margin-right: 8px;
    }

    .blog-items .content .timing-wrapper li span {
      font-size: 16px;
    }
  }

  @media screen and (max-width: 767px) {
    .blog-list-wrapper .blog-items .content .title {
      font-size: 28px;
    }

    .blog-list-wrapper .blog-items .content .timing-wrapper {
      margin-bottom: 20px;
    }

    .blog-list-wrapper .blog-items .content .timing-wrapper li:not(:last-child) {
      margin-right: 11px;
    }

    .test-space {
      padding-bottom: 100px;
    }
  }

  @media screen and (max-width: 550px) {
    .blog-list-wrapper .blog-items .content .timing-wrapper {
      flex-wrap: wrap;
    }

    .blog-list-wrapper .blog-items .content .timing-wrapper li {
      font-size: 17px;
    }

    .blog-list-wrapper .blog-items .content .timing-wrapper li:not(:last-child) {
      margin-right: 11px;
      margin-bottom: 8px;
    }
  }

  @media screen and (max-width: 500px) {
    .blog-details-wrapper .blog-items .content .replay-wrapper .reply-head {
      font-size: 26px;
    }

    .blog-list-wrapper .blog-items .content {
      padding: 25px 20px;
    }

    .blog-list-wrapper .blog-items .content .title {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 15px;
    }

    .blog-list-wrapper .blog-items .content p {
      font-size: 16px;
    }

    .blog-list-wrapper .blog-list-right .items-box {
      padding: 25px 15px;
    }

    .blog-list-wrapper .blog-list-right .items-box .box-head {
      font-size: 26px;
      margin-bottom: 20px;
    }

    .blog-list-wrapper .blog-list-right .items-box:not(:last-child) {
      margin-bottom: 30px;
    }

    .blog-list-wrapper .blog-list-right .items-box .post-recent li {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px;
    }

    .blog-list-wrapper .blog-list-right .items-box .post-recent li:not(:last-child) {
      margin-bottom: 25px;
    }
  }

  @media screen and (max-width: 400px) {
    .blog-items .content {
      padding: 25px 15px;
    }

    .blog-items .content .title {
      font-size: 20px;
    }
  }

  @media screen and (max-width: 991px) {
    .gallery-left {
      margin-bottom: 30px;
    }

    .footer-bottom {
      flex-wrap: wrap;
      display: flex;
      padding: 20px 0;
      justify-content: center;
    }

    .footer-bottom p {
      margin-bottom: 3px;
      text-align: center;
      margin-right: 25px;
    }

    .contact-left {
      margin-bottom: 35px;
    }
  }

  @media screen and (max-width: 767px) {
    .footer-bottom p {
      margin-right: 0px;
      order: 1;
    }
  }

  @media screen and (max-width: 575px) {
    .test-space {
      padding-bottom: 75px;
    }

    .cvfDADZu1L .ltL24O0mbu .footer-head {
      margin-bottom: 15px;
    }

    .cvfDADZu1L .ltL24O0mbu .footer-head .title {
      font-size: 24px;
    }

    .contact-left .items .title {
      font-size: 24px;
    }

    .contact-right .reply-head {
      font-size: 24px;
    }
  }

  @media screen and (max-width: 400px) {
    .footer-bottom p {
      font-size: 16px;
    }

    .footer-bottom .footer-bottom-link {
      flex-wrap: wrap;
      justify-content: center;
    }

    .footer-bottom .footer-bottom-link li a {
      margin-right: 10px;
      font-size: 15px;
    }
  }

  @media screen and (max-width: 991px) {

    .world-wrapper .location1,
    .world-wrapper .location2,
    .world-wrapper .location3,
    .world-wrapper .location4,
    .world-wrapper .location5 {
      width: 35px;
    }

    .world-wrapper .location1 a .world-name,
    .world-wrapper .location2 a .world-name,
    .world-wrapper .location3 a .world-name,
    .world-wrapper .location4 a .world-name,
    .world-wrapper .location5 a .world-name {
      width: 180px;
    }
  }

  @media screen and (max-width: 768px) {
    .world-wrapper img {
      width: 100%;
    }

    .world-wrapper .location1,
    .world-wrapper .location2,
    .world-wrapper .location3,
    .world-wrapper .location4,
    .world-wrapper .location5 {
      width: 25px;
    }

    .world-wrapper .location1:hover,
    .world-wrapper .location2:hover,
    .world-wrapper .location3:hover,
    .world-wrapper .location4:hover,
    .world-wrapper .location5:hover {
      transform: scale(0.96);
    }

    .world-wrapper .location1:hover a .world-name,
    .world-wrapper .location2:hover a .world-name,
    .world-wrapper .location3:hover a .world-name,
    .world-wrapper .location4:hover a .world-name,
    .world-wrapper .location5:hover a .world-name {
      opacity: 1;
      z-index: 999;
    }

    .world-wrapper .location1:hover a .cmn--btn,
    .world-wrapper .location2:hover a .cmn--btn,
    .world-wrapper .location3:hover a .cmn--btn,
    .world-wrapper .location4:hover a .cmn--btn,
    .world-wrapper .location5:hover a .cmn--btn {
      padding: 8px 25px 15px;
      font-size: 14px;
      border: none;
    }

    .world-wrapper .location1 a,
    .world-wrapper .location2 a,
    .world-wrapper .location3 a,
    .world-wrapper .location4 a,
    .world-wrapper .location5 a {
      position: relative;
    }

    .world-wrapper .location1 a .world-name,
    .world-wrapper .location2 a .world-name,
    .world-wrapper .location3 a .world-name,
    .world-wrapper .location4 a .world-name,
    .world-wrapper .location5 a .world-name {
      color: var(--head-color);
      background: var(--white-color);
      width: 200px;
      border-radius: 43px 72px 0px 40px;
      position: absolute;
      bottom: 35%;
      right: 57%;
      opacity: 0;
      transition: all 0.3s;
    }

    .world-wrapper .location1 a .world-name .w-name,
    .world-wrapper .location2 a .world-name .w-name,
    .world-wrapper .location3 a .world-name .w-name,
    .world-wrapper .location4 a .world-name .w-name,
    .world-wrapper .location5 a .world-name .w-name {
      font-size: 24px;
      font-weight: 600;
      color: var(--head-color);
    }

    .world-wrapper .location1 a .world-name .active-user,
    .world-wrapper .location2 a .world-name .active-user,
    .world-wrapper .location3 a .world-name .active-user,
    .world-wrapper .location4 a .world-name .active-user,
    .world-wrapper .location5 a .world-name .active-user {
      margin-top: 10px;
      display: flex;
      align-items: center;
    }

    .world-wrapper .location1 a .world-name .active-user li:not(:first-child),
    .world-wrapper .location2 a .world-name .active-user li:not(:first-child),
    .world-wrapper .location3 a .world-name .active-user li:not(:first-child),
    .world-wrapper .location4 a .world-name .active-user li:not(:first-child),
    .world-wrapper .location5 a .world-name .active-user li:not(:first-child) {
      margin-left: -5px;
    }

    .world-wrapper .location1 a .world-name .active-user li img,
    .world-wrapper .location2 a .world-name .active-user li img,
    .world-wrapper .location3 a .world-name .active-user li img,
    .world-wrapper .location4 a .world-name .active-user li img,
    .world-wrapper .location5 a .world-name .active-user li img {
      width: 28px;
      object-fit: contain;
    }

    .world-wrapper .location1 a .world-name .active-user .plus,
    .world-wrapper .location2 a .world-name .active-user .plus,
    .world-wrapper .location3 a .world-name .active-user .plus,
    .world-wrapper .location4 a .world-name .active-user .plus,
    .world-wrapper .location5 a .world-name .active-user .plus {
      width: 28px;
      height: 28px;
      line-height: 28px;
      border-radius: 50%;
      border: 1px solid var(--head-color);
      text-align: center;
    }

    .world-wrapper .location1 a .world-name .active-user .plus i,
    .world-wrapper .location2 a .world-name .active-user .plus i,
    .world-wrapper .location3 a .world-name .active-user .plus i,
    .world-wrapper .location4 a .world-name .active-user .plus i,
    .world-wrapper .location5 a .world-name .active-user .plus i {
      color: var(--head-color);
    }

    .world-wrapper .location1 a .world-name .user,
    .world-wrapper .location2 a .world-name .user,
    .world-wrapper .location3 a .world-name .user,
    .world-wrapper .location4 a .world-name .user,
    .world-wrapper .location5 a .world-name .user {
      color: var(--pragraph-color);
      display: block;
      margin-top: 5px;
    }

    .world-wrapper .location1 a .cmn--btn,
    .world-wrapper .location2 a .cmn--btn,
    .world-wrapper .location3 a .cmn--btn,
    .world-wrapper .location4 a .cmn--btn,
    .world-wrapper .location5 a .cmn--btn {
      padding: 8px 25px 15px;
      font-size: 14px;
      border: none;
    }

    .world-wrapper .location3 {
      top: 38%;
      left: 39%;
    }
  }

  @media screen and (max-width: 480px) {
    .world-wrapper img {
      width: 100%;
    }

    .world-wrapper .location1,
    .world-wrapper .location2,
    .world-wrapper .location3,
    .world-wrapper .location4,
    .world-wrapper .location5 {
      width: 20px;
    }

    .world-wrapper .location1:hover,
    .world-wrapper .location2:hover,
    .world-wrapper .location3:hover,
    .world-wrapper .location4:hover,
    .world-wrapper .location5:hover {
      transform: scale(0.6);
    }

    .world-wrapper .location1:hover a .world-name,
    .world-wrapper .location2:hover a .world-name,
    .world-wrapper .location3:hover a .world-name,
    .world-wrapper .location4:hover a .world-name,
    .world-wrapper .location5:hover a .world-name {
      opacity: 1;
      z-index: 999;
    }

    .world-wrapper .location1:hover a .cmn--btn,
    .world-wrapper .location2:hover a .cmn--btn,
    .world-wrapper .location3:hover a .cmn--btn,
    .world-wrapper .location4:hover a .cmn--btn,
    .world-wrapper .location5:hover a .cmn--btn {
      padding: 8px 25px 15px;
      font-size: 14px;
      border: none;
    }

    .world-wrapper .location1 a,
    .world-wrapper .location2 a,
    .world-wrapper .location3 a,
    .world-wrapper .location4 a,
    .world-wrapper .location5 a {
      position: relative;
    }

    .world-wrapper .location1 a .world-name,
    .world-wrapper .location2 a .world-name,
    .world-wrapper .location3 a .world-name,
    .world-wrapper .location4 a .world-name,
    .world-wrapper .location5 a .world-name {
      color: var(--head-color);
      background: var(--white-color);
      width: 200px;
      border-radius: 43px 72px 0px 40px;
      position: absolute;
      bottom: 35%;
      right: 57%;
      opacity: 0;
      transition: all 0.3s;
    }

    .world-wrapper .location1 a .world-name .w-name,
    .world-wrapper .location2 a .world-name .w-name,
    .world-wrapper .location3 a .world-name .w-name,
    .world-wrapper .location4 a .world-name .w-name,
    .world-wrapper .location5 a .world-name .w-name {
      font-size: 24px;
      font-weight: 600;
      color: var(--head-color);
    }

    .world-wrapper .location1 a .world-name .active-user,
    .world-wrapper .location2 a .world-name .active-user,
    .world-wrapper .location3 a .world-name .active-user,
    .world-wrapper .location4 a .world-name .active-user,
    .world-wrapper .location5 a .world-name .active-user {
      margin-top: 10px;
      display: flex;
      align-items: center;
    }

    .world-wrapper .location1 a .world-name .active-user li:not(:first-child),
    .world-wrapper .location2 a .world-name .active-user li:not(:first-child),
    .world-wrapper .location3 a .world-name .active-user li:not(:first-child),
    .world-wrapper .location4 a .world-name .active-user li:not(:first-child),
    .world-wrapper .location5 a .world-name .active-user li:not(:first-child) {
      margin-left: -5px;
    }

    .world-wrapper .location1 a .world-name .active-user li img,
    .world-wrapper .location2 a .world-name .active-user li img,
    .world-wrapper .location3 a .world-name .active-user li img,
    .world-wrapper .location4 a .world-name .active-user li img,
    .world-wrapper .location5 a .world-name .active-user li img {
      width: 28px;
      object-fit: contain;
    }

    .world-wrapper .location1 a .world-name .active-user .plus,
    .world-wrapper .location2 a .world-name .active-user .plus,
    .world-wrapper .location3 a .world-name .active-user .plus,
    .world-wrapper .location4 a .world-name .active-user .plus,
    .world-wrapper .location5 a .world-name .active-user .plus {
      width: 28px;
      height: 28px;
      line-height: 28px;
      border-radius: 50%;
      border: 1px solid var(--head-color);
      text-align: center;
    }

    .world-wrapper .location1 a .world-name .active-user .plus i,
    .world-wrapper .location2 a .world-name .active-user .plus i,
    .world-wrapper .location3 a .world-name .active-user .plus i,
    .world-wrapper .location4 a .world-name .active-user .plus i,
    .world-wrapper .location5 a .world-name .active-user .plus i {
      color: var(--head-color);
    }

    .world-wrapper .location1 a .world-name .user,
    .world-wrapper .location2 a .world-name .user,
    .world-wrapper .location3 a .world-name .user,
    .world-wrapper .location4 a .world-name .user,
    .world-wrapper .location5 a .world-name .user {
      color: var(--pragraph-color);
      display: block;
      margin-top: 5px;
    }

    .world-wrapper .location1 a .cmn--btn,
    .world-wrapper .location2 a .cmn--btn,
    .world-wrapper .location3 a .cmn--btn,
    .world-wrapper .location4 a .cmn--btn,
    .world-wrapper .location5 a .cmn--btn {
      padding: 8px 25px 15px;
      font-size: 14px;
      border: none;
    }

    .world-wrapper .location3 {
      top: 38%;
      left: 39%;
    }

    .world-wrapper .location1 {
      top: 3%;
      right: 24%;
    }




  }

  /*# sourceMappingURL=LpkkMJgko4.css.map */