  :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;
  }

  body {
    color: var(--head-color);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background: var(--white-color);
  }

  .j1KeijJkpY {
    background: #444;
    color: #fff;
    padding: 6px;
    font-size: 13px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    transition: opacity 0.3s ease-in-out;
  }

  .j1KeijJkpY .cookie-checkbox {
    display: none;
  }

  .j1KeijJkpY .accept-btn {
    display: inline-block;
    background: #222;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    font-size: 13px;
    font-weight: 700;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
  }

  .j1KeijJkpY .accept-btn:hover {
    background: #fff;
    color: #222;
  }

  .cookie-checkbox:checked+.cookies-content {
    display: none;
  }


  :root {
    --bg-gradient: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    --glass-bg: rgba(255 255 255 / 0.15);
    --glass-border: rgba(255 255 255 / 0.25);
    --text-glass: #e0e7ff;
    --accent-color: #8ab4f8;
  }



  .glass-header {
    background-color: #000;
    backdrop-filter: blur(15px);
    border-bottom: 1px solid var(--glass-border);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
  }

  .X25ALoXp6s {
    margin-bottom: 0.75rem;
  }

  .K9kxYIq61p {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-glass);
    text-decoration: none;
    letter-spacing: 0.1em;
  }

  .icon-menu {
    display: flex;
    gap: 2rem;
    background: var(--glass-bg);
    padding: 0.6rem 1.5rem;
    border-radius: 30px;
    border: 1px solid var(--glass-border);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  }

  .icon-menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--text-glass);
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .icon-menu-item svg {
    margin-bottom: 0.25rem;
    stroke: var(--text-glass);
    transition: stroke 0.3s ease;
  }

  .icon-menu-item:hover,
  .icon-menu-item.active {
    color: var(--accent-color);
  }

  .icon-menu-item:hover svg,
  .icon-menu-item.active svg {
    stroke: var(--accent-color);
  }

  .container1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
  }

  /* Секції */
  .section-flow {
    padding: 80px 0;
    /* Середні вертикальні відступи */
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  /* Заголовки */
  .tdFKDTQrGH {
    text-align: center;
    margin-bottom: 70px;
  }

  .tdFKDTQrGH h2 {
    font-family: 'Rubik', sans-serif;
    /* Міцний, сучасний шрифт для заголовків */
    font-size: 3.8rem;
    font-weight: 800;
    /* Дуже жирний */
    color: #2a2a2a;
    margin-bottom: 15px;
    letter-spacing: -1px;
    /* Стиснений кернінг */
    text-transform: uppercase;
  }

  .tdFKDTQrGH p {
    font-size: 1.15rem;
    color: #777;
    max-width: 650px;
    margin: 0 auto;
  }

  /* Кнопки */
  .aiTnTbCh8l {
    display: inline-flex;
    align-items: center;
    padding: 14px 30px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
    /* Більш округлі кути */
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-color: #78ff41;
    /* Основний акцентний синій */
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .aiTnTbCh8l:hover {
    background-color: #357bd8;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  }

  .aiTnTbCh8l i {
    margin-left: 10px;
  }

  /* Секції статей (Колажний Підхід) */
  .Lu7KiCBof4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Дві колонки за замовчуванням */
    grid-template-rows: auto;
    gap: 40px;
    /* Великий відступ між елементами */
    align-items: start;
    /* Вирівнювання елементів по верху */
  }

  .article-item {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* Контент вертикально */
    position: relative;
    z-index: 2;
  }

  .article-item.G70YSpWMBo {
    grid-column: span 1;
    /* Займає одну колонку */
    grid-row: span 2;
    /* Займає дві строки (для першої статті) */
  }


  .article-item .image-area {
    position: relative;
    height: 300px;
    /* Фіксована висота для зображень */
    overflow: hidden;
  }

  .article-item.G70YSpWMBo .image-area {
    height: 400px;
    /* Більша висота для головного зображення */
  }

  .article-item .image-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
  }

  .article-item .image-area img:hover {
    transform: scale(1.08);
  }

  .article-item .content-area {
    padding: 30px;
  }

  .article-item .content-area h3 {
    font-family: 'Rubik', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 12px;
    line-height: 1.3;
  }

  .article-item .content-area p {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 25px;
  }

  /* Додатковий блок з зображенням, що перекривається */
  .Y3IRTIQHFt {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin-top: 30px;
    margin-bottom: 50px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  }

  .overlay-image-left {
    flex: 1 1 50%;
    position: relative;
  }

  .overlay-image-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .GiPzHgexs5 {
    flex: 1 1 50%;
    background-color: #f6f6f6;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .GiPzHgexs5 h3 {
    color: green;
    margin-bottom: 15px;
    font-size: 1.8rem;
  }

  .GiPzHgexs5 p {
    margin-bottom: 20px;
    line-height: 1.6;
  }

  .GiPzHgexs5 .button-area {
    margin-top: auto;
  }

  .aiTnTbCh8l {
    display: inline-block;
    background-color: #0070f3;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s ease;
  }

  .aiTnTbCh8l:hover {
    background-color: #005bb5;
  }

  @media (max-width: 768px) {
    .Y3IRTIQHFt {
      flex-direction: column;
    }

    .overlay-image-left,
    .GiPzHgexs5 {
      flex: 1 1 100%;
    }
  }


  .Y3IRTIQHFt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Секція підписки (розташування справа) */
  .newsletter-section {
    background-color: #198754;
    /* Темно-сірий фон */
    color: #fff;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
  }

  .newsletter-layout {
    display: flex;
    align-items: center;
    gap: 60px;
    /* Великий відступ */
    max-width: 1000px;
    margin: 0 auto;
  }

  .newsletter-layout .p8348CSCs7 {
    flex: 0 0 45%;
    /* Форма займає менше */
  }

  .newsletter-layout .image-column {
    flex: 0 0 55%;
    /* Зображення займає більше */
    position: relative;
    top: 20px;
    /* Злегка опущено */
  }

  .newsletter-layout .p8348CSCs7 h3 {
    font-family: 'Rubik', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #fff;
  }

  .newsletter-layout .p8348CSCs7 p {
    font-size: 1.05rem;
    color: #ccc;
    margin-bottom: 30px;
  }

  .newsletter-form .form-group {
    margin-bottom: 20px;
  }

  .newsletter-form .wYmbrcaWXD {
    width: 100%;
    padding: 14px 18px;
    font-size: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    transition: all 0.2s ease;
  }

  .newsletter-form .wYmbrcaWXD::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }

  .newsletter-form .wYmbrcaWXD:focus {
    background-color: rgba(255, 255, 255, 0.25);
    border-color: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
  }

  .tJ5p15gWM7 {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
  }

  .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    margin-right: 10px;
    flex-shrink: 0;
    appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .form-check-input:checked {
    background-color: #28a745;
    /* Зелений для чекбоксів */
    border-color: #28a745;
  }

  .form-check-input:checked::after {
    content: '\2713';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #fff;
    font-weight: bold;
  }

  .form-check-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    line-height: 1.4;
  }

  .form-check-label a {
    color: #8be0ff;
    /* Світло-блакитний для посилань */
    text-decoration: underline;
    transition: color 0.2s ease;
  }

  .form-check-label a:hover {
    color: #fff;
  }

  .mandatory-star {
    color: #ffcc00;
    /* Жовта зірочка */
    font-weight: bold;
    margin-right: 3px;
  }

  .newsletter-image-side {
    text-align: center;
  }

  .newsletter-image-side img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    display: block;
  }

  /* Дисклеймер */
  .oFF4GLQU8T p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    text-align: center;
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .oFF4GLQU8T strong {
    color: #fff;
  }

  /* Утиліти */
  .poSDaPsnNv {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .text-center {
    text-align: center;
  }

  /* Адаптивність */
  @media (max-width: 991.98px) {
    .tdFKDTQrGH h2 {
      font-size: 3rem;
    }

    .tdFKDTQrGH p {
      font-size: 1rem;
    }

    .Lu7KiCBof4 {
      grid-template-columns: 1fr;
      /* Одна колонка на мобільних */
      gap: 30px;
    }

    .article-item.G70YSpWMBo {
      grid-column: span 1;
      grid-row: auto;
      /* Скасувати span 2 */
    }

    .article-item.W605jSMyw5 {
      grid-column: span 1;
    }

    .article-item .image-area {
      height: 250px;
    }

    .article-item.G70YSpWMBo .image-area {
      height: 300px;
    }

    .article-item .content-area {
      padding: 25px;
    }

    .article-item .content-area h3 {
      font-size: 1.6rem;
    }

    .article-item .content-area p {
      font-size: 0.9rem;
    }

    .article-item .button-area {
      text-align: center;
    }

    .Y3IRTIQHFt {
      grid-column: 1 / 2;

      margin-top: 30px;

    }

    .newsletter-layout {
      flex-direction: column;
      gap: 30px;
    }

    .newsletter-layout .p8348CSCs7,
    .newsletter-layout .image-column {
      flex: none;
      width: 100%;
      top: 0;

    }
  }

  @media (max-width: 767.98px) {
    .section-flow {
      padding: 60px 0;
    }

    .tdFKDTQrGH h2 {
      font-size: 2.5rem;
    }

    .aiTnTbCh8l {
      padding: 10px 20px;
      font-size: 0.9rem;
    }
  }

  a {
    color: #005c99;
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }

  .page-container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
    padding: 30px 20px;
  }

  .h7kpF43H0Y {
    flex: 3;
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  }

  .h7kpF43H0Y header h1 {
    font-size: 2em;
    margin-bottom: 15px;
    color: #0b3c5d;
  }

  .article-meta {
    color: #777;
    font-size: 0.9em;
    margin-bottom: 20px;
  }

  .h7kpF43H0Y img {
    width: 100%;
    border-radius: 8px;
    margin: 20px 0;
  }

  .h7kpF43H0Y h2 {
    margin: 25px 0 10px;
    color: #0b3c5d;
    font-size: 1.4em;
  }

  .h7kpF43H0Y p {
    margin-bottom: 15px;
    text-align: justify;
  }

  .sidebar {
    flex: 1;
    background: #f0f4f7;
    border-radius: 12px;
    padding: 20px;
  }

  .sidebar h3 {
    margin-bottom: 15px;
    font-size: 1.2em;
    color: #0b3c5d;
  }

  .ngzJZp0uqC {
    margin-bottom: 20px;
  }

  .ngzJZp0uqC img {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 6px;
  }

  .ngzJZp0uqC h4 {
    margin-bottom: 4px;
    font-size: 1em;
    color: #222;
  }

  .ngzJZp0uqC p {
    font-size: 0.85em;
    color: #555;
  }

  .ngzJZp0uqC a {
    display: inline-block;
    margin-top: 6px;
    background: #005c99;
    color: #fff;
    padding: 6px 12px;
    border-radius: 10px;
    font-size: 0.8em;
  }

  .ngzJZp0uqC a:hover {
    background: #003d66;
  }

  @media(max-width: 900px) {
    .page-container {
      flex-direction: column;
    }
  }


  /* Mobile */

  @media (max-width: 600px) {
    .icon-menu {
      gap: 1rem;
      padding: 0.4rem 1rem;
    }

    .icon-menu-item {
      flex-direction: column;
      font-size: 0.8rem;
    }

    .mORNW1FJXr {
      display: block;
      font-size: 0.7rem;
    }

    .K9kxYIq61p {
      font-size: 1.6rem;
    }
  }

  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Jost", sans-serif;
    color: #d90707;
    font-weight: 500;
    margin-top: -4px;
  }

  .yeKxKniHmG li {
    color: #000;
  }

  h1 {
    font-size: 30px;
    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;
    color: #f50000;
  }

  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;
  }

  .rjlIKQuhy6 {
    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;
    }

    .rjlIKQuhy6 {
      padding-bottom: 80px;
    }

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

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

  @media screen and (max-width: 575px) {
    .pt-120 {
      padding-top: 60px;
    }

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

  /*-Responsive-*/
  /*-Responsive-*/
  .text-base {
    color: var(--primary-color);
  }

  .text-base-2 {
    color: var(--secoundary-color);
  }

  .title-white {
    color: var(--white-color) !important;
  }

  .bg-one {
    background: var(--bg-one) !important;
  }

  .bg-two {
    background: var(--bg-two) !important;
  }

  .bg-white {
    background: #e38f6f !important;
  }

  .pragraph {
    color: var(--pragraph-color) !important;
  }

  .center {
    text-align: center !important;
    margin: 0 auto !important;
  }

  .section-header-w {
    max-width: 550px !important;
  }

  /*--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;
  }

  .agency-space {
    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--------*/
  .yeKxKniHmG {
    overflow: hidden;
    position: relative;
  }

  .footer-top {
    position: relative;
  }

  .footer-top .widget-items .footer-head {
    margin-bottom: 30px;
  }

  .footer-top .widget-items .footer-head .title {
    font-size: 24px;
    font-weight: 700;
    color: var(--head-color);
  }

  .footer-top .widget-items .footer-head .footer-logo {
    width: 143px;
    display: block;
  }

  .footer-top .widget-items .footer-head .footer-logo img {
    width: 100%;
    height: 100%;
  }

  .footer-top .widget-items .content-area p {
    font-size: 18px;
    line-height: 1.5;
  }

  .footer-top .widget-items .content-area .footer-contact-list li {
    display: flex;
    align-items: center;
  }

  .footer-top .widget-items .content-area .footer-contact-list li:not(:last-child) {
    margin-bottom: 15px;
  }

  .footer-top .widget-items .content-area .footer-contact-list li .icon {
    width: 40px;
    height: 40px;
    border: 1px solid var(--icon-color);
    border-radius: 25px;
    text-align: center;
    line-height: 40px;
    margin-right: 12px;
  }

  .footer-top .widget-items .content-area .footer-contact-list li .icon i {
    color: var(--icon-color);
  }

  .footer-top .widget-items .content-area .footer-contact-list li a {
    font-size: 18px;
    color: var(--pragraph-color);
    transition: all 0.3s;
    position: relative;
  }

  .footer-top .widget-items .content-area .footer-contact-list 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;
  }

  .footer-top .widget-items .content-area .footer-contact-list li a:hover {
    color: var(--theme-color);
    margin-left: 19px;
  }

  .footer-top .widget-items .content-area .footer-contact-list li a:hover::before {
    position: absolute;
    content: "";
    top: 10px;
    left: -18px;
    opacity: 1;
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    border-radius: 50%;
  }

  .footer-top .widget-items .content-area .quick-link li:not(:last-child) {
    margin-bottom: 12px;
  }

  .footer-top .widget-items .content-area .quick-link li a {
    color: var(--pragraph-color);
    font-size: 18px;
    transition: all 0.5s;
    position: relative;
  }

  .footer-top .widget-items .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;
  }

  .footer-top .widget-items .content-area .quick-link li a:hover {
    color: var(--theme-color);
    margin-left: 19px;
  }

  .footer-top .widget-items .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%;
  }

  .footer-top .widget-items .content-area .footer-social {
    display: flex;
    align-items: center;
  }

  .footer-top .widget-items .content-area .footer-social li:not(:last-child) {
    margin-right: 13px;
  }

  .footer-top .widget-items .content-area .footer-social li a {
    transition: all 0.5s;
  }

  .footer-top .widget-items .content-area .footer-social li a:hover i {
    color: var(--primary-color);
  }

  .footer-top .widget-items .content-area .footer-social li a i {
    color: var(--icon-color);
    transition: all 0.5s;
    font-size: 20px;
  }

  .footer-top .widget-items p {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .footer-top .widget-items .dfs1LLSZAx li {
    margin-bottom: 15px;
  }

  .footer-top .widget-items .dfs1LLSZAx 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--------*/
  .banner-section {
    background: #78ff41;
    overflow: hidden;
    padding: 170px 0 107px;
    position: relative;
  }

  .iSR4F7Se9V {
    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: 44px;
    margin-bottom: 30px;
  }

  .banner-content p {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 35px;
  }

  .om7EleN3Oo {
    width: 100%;
    text-align: right;
    position: relative;
  }

  .om7EleN3Oo img {
    max-width: 100%;
  }

  .om7EleN3Oo .star1 {
    position: absolute;
    top: 15%;
    left: 5%;
    animation: zoominout 3s linear infinite;
  }

  .om7EleN3Oo .star3 {
    position: absolute;
    bottom: 20%;
    left: 15%;
    animation: zoominout 3s linear infinite;
  }

  .om7EleN3Oo .star2 {
    position: absolute;
    bottom: 4%;
    right: 0%;
    animation: zoominout2 3s linear infinite;
  }

  /*--Breadcumd Banner--*/
  .banner-section.breadcumd-banner {
    padding: 140px 0 65px;
    position: relative;
    background-color: blueviolet;
    background-size: cover;
  }

  .banner-section.breadcumd-banner::before {
    position: absolute;
    content: "";
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
  }

  .pJvlfC1Guk a {
    color: #000;
  }

  .banner-section.breadcumd-banner .bread-bg {
    position: absolute;
    inset: 0;
    content: "";
  }

  .banner-section.breadcumd-banner .breadcumd-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .banner-section.breadcumd-banner .breadcumd-wrapper .IiDnVLJlRs {
    color: var(--white-color);
    font-size: 57px;
  }

  .banner-section.breadcumd-banner .breadcumd-wrapper .right-content {
    display: flex;
    align-items: center;
  }

  .banner-section.breadcumd-banner .breadcumd-wrapper .right-content li {
    font-size: 18px;
    color: var(--white-color);
    position: relative;
  }

  .banner-section.breadcumd-banner .breadcumd-wrapper .right-content li:not(:last-child) {
    margin-right: 42px;
  }



  .banner-section.breadcumd-banner .breadcumd-wrapper .right-content li a {
    color: var(--white-color);
  }

  .banner-section.breadcumd-banner .breadcumd-wrapper .right-content li a:hover {
    color: var(--white-color);
  }

  /*Responsive*/
  @media screen and (max-width: 767px) {
    .banner-section.breadcumd-banner .breadcumd-wrapper {
      display: inline;
    }

    .banner-section.breadcumd-banner .breadcumd-wrapper .IiDnVLJlRs {
      font-size: 42px;
    }
  }

  @media screen and (max-width: 575px) {
    .banner-section.breadcumd-banner {
      padding: 140px 0 70px;
    }
  }

  @media screen and (max-width: 444px) {
    .banner-section.breadcumd-banner .breadcumd-wrapper .IiDnVLJlRs {
      font-size: 42px;
    }

    .banner-section.breadcumd-banner .breadcumd-wrapper .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 .rYqr8QLwif:not(:last-child) {
    margin-bottom: 50px;
  }

  .protfolio-details-left .rYqr8QLwif .thumb {
    max-width: 100%;
    margin-bottom: 35px;
  }

  .protfolio-details-left .rYqr8QLwif .thumb img {
    width: 100%;
  }

  .protfolio-details-left .rYqr8QLwif .title {
    color: var(--head-color);
    font-size: 43px;
  }

  .protfolio-details-left .rYqr8QLwif 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 .rYqr8QLwif {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 40px 40px;
  }

  .protfolio-details-right .rYqr8QLwif:not(:last-child) {
    margin-bottom: 30px;
  }

  .protfolio-details-right .rYqr8QLwif .title {
    font-size: 32px;
    color: var(--head-color);
    font-weight: 600;
    margin-bottom: 30px;
  }

  .protfolio-details-right .rYqr8QLwif .information li:not(:last-child) {
    margin-bottom: 20px;
  }

  .protfolio-details-right .rYqr8QLwif .information li span {
    font-size: 18px;
    color: var(--pragraph-color);
    margin-bottom: 5px;
    display: block;
  }

  .protfolio-details-right .rYqr8QLwif .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 .rYqr8QLwif:not(:last-child) {
    margin-bottom: 50px;
  }

  .service-details-left .rYqr8QLwif .thumb {
    max-width: 100%;
    margin-bottom: 35px;
  }

  .service-details-left .rYqr8QLwif .thumb img {
    width: 100%;
  }

  .service-details-left .rYqr8QLwif .title {
    color: var(--head-color);
    font-size: 43px;
  }

  .service-details-left .rYqr8QLwif 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 .rYqr8QLwif {
    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 .rYqr8QLwif:not(:last-child) {
    margin-bottom: 30px;
  }

  .service-details-right .rYqr8QLwif .title {
    font-size: 32px;
    color: var(--head-color);
    font-weight: 600;
    margin-bottom: 30px;
  }

  .service-details-right .rYqr8QLwif .information li:not(:last-child) {
    margin-bottom: 20px;
  }

  .service-details-right .rYqr8QLwif .information li span {
    font-size: 18px;
    color: var(--pragraph-color);
    margin-bottom: 5px;
    display: block;
  }

  .service-details-right .rYqr8QLwif .information li h6 {
    color: var(--head-color);
    font-size: 18px;
    font-weight: 600;
  }

  .service-details-right .rYqr8QLwif .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 .rYqr8QLwif-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 .rYqr8QLwif-box .box-head {
    font-size: 32px;
    font-weight: 700;
    color: var(--head-color);
    margin-bottom: 20px;
  }

  .blog-list-wrapper .blog-list-right .rYqr8QLwif-box form {
    position: relative;
  }

  .blog-list-wrapper .blog-list-right .rYqr8QLwif-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 .rYqr8QLwif-box form i {
    position: absolute;
    top: 36%;
    right: 7%;
    color: var(--border-color);
  }

  .blog-list-wrapper .blog-list-right .rYqr8QLwif-box:not(:last-child) {
    margin-bottom: 40px;
  }

  .blog-list-wrapper .blog-list-right .rYqr8QLwif-box .categoris li {
    margin-bottom: 10px;
  }

  .blog-list-wrapper .blog-list-right .rYqr8QLwif-box .categoris li:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 10px;
  }

  .blog-list-wrapper .blog-list-right .rYqr8QLwif-box .categoris li a {
    color: var(--pragraph-color);
    font-size: 18px;
    font-weight: 500;
  }

  .blog-list-wrapper .blog-list-right .rYqr8QLwif-box .post-recent li {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .blog-list-wrapper .blog-list-right .rYqr8QLwif-box .post-recent li:not(:last-child) {
    margin-bottom: 25px;
  }

  .blog-list-wrapper .blog-list-right .rYqr8QLwif-box .post-recent li .thumb {
    width: 90px;
    height: 72px;
  }

  .blog-list-wrapper .blog-list-right .rYqr8QLwif-box .post-recent li .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }

  .blog-list-wrapper .blog-list-right .rYqr8QLwif-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 .rYqr8QLwif-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 .rYqr8QLwif-box .tag {
    display: flex;
    flex-wrap: wrap;
  }

  .blog-list-wrapper .blog-list-right .rYqr8QLwif-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 .rYqr8QLwif-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;
  }



  .ym5vK6muUF .title {
    margin-bottom: 50px;
    font-weight: 700;
    color: #000;
  }

  .ym5vK6muUF .select-wrapper {
    background: var(--white-color);
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 0px 15px 4px;
  }

  .ym5vK6muUF .select-wrapper select {
    width: 100%;
    outline: none;
    border-radius: 5px;
    border: none;
    padding: 14px 15px;
    border: 2px solid var(--border-color);
  }

  .ym5vK6muUF #form {
    position: relative;
  }

  .ym5vK6muUF #form .wYmbrcaWXD {
    padding: unset;
    border: none;
    margin-bottom: 10px;
    padding-bottom: 20px;
    background-color: transparent;
    position: relative;
  }

  .ym5vK6muUF #form .wYmbrcaWXD input {
    width: 100%;
    outline: none;
    border-radius: 5px;
    color: #585858;
    border: none;
    padding: 14px 15px;
    border: 1px solid #DBD7D7;
  }

  .ym5vK6muUF #form .wYmbrcaWXD input::placeholder {
    color: #585858;
  }

  .ym5vK6muUF #form .wYmbrcaWXD label {
    color: brown;
    font-family: "Jost";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 8px;
    display: block;
  }

  .ym5vK6muUF #form .wYmbrcaWXD textarea {
    width: 100%;
    outline: none;
    border-radius: 5px;
    color: #585858;
    border: none;
    padding: 14px 15px;
    border: 1px solid #DBD7D7;
  }

  .ym5vK6muUF #form ::placeholder {
    color: #585858;
  }

  .ym5vK6muUF #form .wYmbrcaWXD textarea:focus {
    outline: 0;
    border-color: none;
  }

  .ym5vK6muUF #form .wYmbrcaWXD.success textarea {
    border-color: #2ecc71;
  }

  .ym5vK6muUF #form .wYmbrcaWXD.error textarea {
    border-color: #e74c3c;
  }

  .ym5vK6muUF #form .wYmbrcaWXD input:focus {
    outline: 0;
    border-color: none;
  }

  .ym5vK6muUF #form .wYmbrcaWXD.success input {
    border-color: #2ecc71;
  }

  .ym5vK6muUF #form .wYmbrcaWXD.error input {
    border-color: #e74c3c;
  }

  .ym5vK6muUF #form .wYmbrcaWXD small {
    color: #e74c3c;
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
  }

  .ym5vK6muUF #form .wYmbrcaWXD.error small {
    visibility: visible;
  }

  .ym5vK6muUF #form .cmn--btn {
    width: initial;
  }

  .ym5vK6muUF #form .cmn--btn:hover {
    border: none;
  }

  .ym5vK6muUF #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);
    }
  }

  .pJvlfC1Guk {
    position: relative;
  }

  .pJvlfC1Guk .rYqr8QLwif:not(:last-child) {
    margin-bottom: 25px;
  }

  .pJvlfC1Guk .rYqr8QLwif .title {
    font-size: 32px;
    font-weight: 600;
    color: var(--head-color);
    margin-bottom: 12px;
  }

  .pJvlfC1Guk .rYqr8QLwif .address li {
    font-size: 18px;
  }

  .pJvlfC1Guk .rYqr8QLwif .address li:not(:last-child) {
    margin-bottom: 8px;
  }

  .pJvlfC1Guk .rYqr8QLwif .info li {
    font-size: 18px;
    font-weight: 500;
  }

  .pJvlfC1Guk .rYqr8QLwif .info li:not(:last-child) {
    margin-bottom: 10px;
  }

  .pJvlfC1Guk .rYqr8QLwif .info li a {
    color: var(--head-color);
    font-size: 18px;
    font-weight: 400;
  }

  .pJvlfC1Guk .rYqr8QLwif .follow {
    display: flex;
    align-items: center;
  }

  .pJvlfC1Guk .rYqr8QLwif .follow li:not(:last-child) {
    margin-right: 14px;
  }

  .pJvlfC1Guk .rYqr8QLwif .follow li a i {
    color: var(--icon-color);
    font-size: 20px;
    transition: all 0.4s;
  }

  .pJvlfC1Guk .rYqr8QLwif .follow li:hover a i {
    color: var(--secoundary-color);
  }

  /*------Contact Section Start--------*/
  /*Responsive*/
  @media screen and (max-width: 991px) {
    .pJvlfC1Guk {
      margin-bottom: 30px;
    }
  }

  @media screen and (max-width: 500px) {
    .pJvlfC1Guk .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) {
    .banner-section {
      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) {
    .banner-section {
      padding: 130px 0 60px;
    }

    .banner-section .iSR4F7Se9V {
      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;
    }

    .agency-space {
      padding-bottom: 130px;
    }
  }

  @media screen and (max-width: 575px) {
    .agency-space {
      padding-bottom: 130px;
    }

    .iSR4F7Se9V {
      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) {
    .agency-space {
      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 .rYqr8QLwif {
      padding: 40px 30px;
    }

    .protfolio-details-right .rYqr8QLwif .title {
      font-size: 24px;
    }

    .service-details-right .rYqr8QLwif {
      padding: 40px 30px;
    }

    .service-details-right .rYqr8QLwif .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 .rYqr8QLwif:not(:last-child) {
      margin-bottom: 40px;
    }

    .protfolio-details-left .rYqr8QLwif .title {
      font-size: 30px;
      font-weight: 600;
    }

    .protfolio-details-left .items2 .title {
      font-size: 30px;
    }

    .service-details-left .rYqr8QLwif:not(:last-child) {
      margin-bottom: 40px;
    }

    .service-details-left .rYqr8QLwif .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 .rYqr8QLwif .title {
      font-size: 22px;
    }

    .protfolio-details-left .rYqr8QLwif 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 .rYqr8QLwif {
      padding: 30px 20px;
    }

    .protfolio-details-right .rYqr8QLwif .title {
      font-size: 21px;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .protfolio-details-right .rYqr8QLwif .information li span {
      font-size: 18px;
      margin-bottom: 5px;
    }

    .protfolio-details-right .rYqr8QLwif .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 .rYqr8QLwif .title {
      font-size: 22px;
    }

    .service-details-left .rYqr8QLwif 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 .rYqr8QLwif {
      padding: 30px 20px;
    }

    .service-details-right .rYqr8QLwif .title {
      font-size: 21px;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .service-details-right .rYqr8QLwif .information li span {
      font-size: 18px;
      margin-bottom: 5px;
    }

    .service-details-right .rYqr8QLwif .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 .rYqr8QLwif-box {
      padding: 30px 25px;
    }

    .blog-list-wrapper .blog-list-right .rYqr8QLwif-box .box-head {
      font-size: 32px;
      margin-bottom: 20px;
    }

    .blog-list-wrapper .blog-list-right .rYqr8QLwif-box:not(:last-child) {
      margin-bottom: 30px;
    }

    .blog-list-wrapper .blog-list-right .rYqr8QLwif-box .post-recent li {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 12px;
    }

    .blog-list-wrapper .blog-list-right .rYqr8QLwif-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 .rYqr8QLwif-box {
      padding: 25px 15px;
    }

    .blog-list-wrapper .blog-list-right .rYqr8QLwif-box .box-head {
      font-size: 26px;
      margin-bottom: 20px;
    }

    .blog-list-wrapper .blog-list-right .rYqr8QLwif-box:not(:last-child) {
      margin-bottom: 30px;
    }

    .blog-list-wrapper .blog-list-right .rYqr8QLwif-box .post-recent li {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px;
    }

    .blog-list-wrapper .blog-list-right .rYqr8QLwif-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;
    }

    .pJvlfC1Guk {
      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;
    }

    .footer-top .widget-items .footer-head {
      margin-bottom: 15px;
    }

    .footer-top .widget-items .footer-head .title {
      font-size: 24px;
    }

    .pJvlfC1Guk .rYqr8QLwif .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=UpggMu0ozq.css.map */