  /**
   * Stylesheet:  style.css
   * Theme:       Sivashri
   * Version:     1.0
   * Author:     	Sivashri
   * 
   */
  /* Table of contents
  =========================
  1. Preloader
  2. Scrollup
  3. Nav Menu
  4. About Us Area
  5. Location Card
  6. Location Slider
  7. Location Area
  8. Why Choose Us Area
  9. Process Step Area
  10. Process Card
  11. CTA area
  12. Latest Post
  13. Video Modal
  14. Brand
  15. Counter
  16. Meta Info
  17. Destination 
  18. Location Filter Card
  19. Slider Section
  20. Info Card
  21. Icon Card
  22. Testimonial
  23. Accordion Card
  24. Post Card
  25. Title Card
  26. Animation
  27. Breadcrumb
  28. Paginations
  29. Sidebar
  30. Comment List
  31. Comment Form
  32. Pages
  33. Contact Page
  34. Blog Page
  35. Footer

  ===========================*/
  /* Theme Default CSS */

  :root {
      --number-color: hsl(0, 0%, 100%);
      --text-color: hsl(0, 0%, 25%);
      --dot-color: hsl(0, 0%, 10%);
      --dot-color-remaining: hsl(182, 100%, 66%);
      --dot-color-active: hsl(0, 100%, 50%);
    }
    
    * {
      margin: 0;
      border: 0;
      outline: none;
    }
    
    html,
    body {
      height: 100%;
      font-size: 18px;
      font-weight: 400;
      font-family: "Source Sans 3", sans-serif;
      color: #5e6f92;
      vertical-align: baseline;
      line-height: 30px;
      font-smoothing: antialiased;
      direction: ltr;
    }
    
    p {
      margin: 0 0 15px;
      text-align: justify;

    }
    
    hr{
        border: none; /* Remove default border */
          height: 2px; /* Set height of the line */
          background-color: black; /* Set background color */
          margin: 20px 0; /* Add some margin for spacing */
    }
    
    img {
      max-width: 100%;
      height: auto;
    }
    
    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
      color: inherit;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      margin-top: 0;
      font-family: "Source Sans 3", sans-serif;
      color: #282E65;
      font-style: normal;
      transition: all 0.5s ease-out;
    }
    
    h1 {
      font-size: 78px;
      line-height: 110%;
      font-weight: 700;
    }
    
    h2 {
      font-size: 48px;
      line-height: 120%;
      font-weight: 700;
    }
    
    h3 {
      font-size: 38px;
      line-height: 120%;
      font-weight: 700;
    }
    
    h4 {
      font-size: 28px;
      line-height: 130%;
      font-weight: 700;
    }
    
    h5 {
      font-size: 24px;
      line-height: 140%;
      font-weight: 700;
    }
    
    h6 {
      font-size: 20px;
      font-weight: 700;
      line-height: 140%;
    }
    
    label {
      color: #5e6f92;
      cursor: pointer;
      font-size: 16px;
      font-weight: 400;
    }
    
    button {
      cursor: pointer;
      transition: all 0.5s ease-out;
    }
    
    a:not([href]):not([tabindex]) {
      color: inherit;
      text-decoration: none;
    }
    
    a,
    .button {
      text-decoration: none;
      transition: all 0.5s ease-out;
    }
    
    a:focus,
    .button:focus {
      text-decoration: none;
      outline: none;
    }
    
    a:focus {
      color: #553087;
      text-decoration: none;
      transition: all 0.5s ease-out;
    }
    
    a,
    button {
      /*color: #553087!important;*/
      outline: medium none!important;
      transition: all 0.5s ease-out!important;
      text-decoration:none!important;;
    }
    a:hover,
    button:hover {
      color: #ff6731;
      transition: all 0.5s ease-out;
    }
    
    button:focus,
    input:focus,
    input:focus,
    textarea,
    textarea:focus {
      outline: 0;
    }
    
    ul {
      list-style: outside none none;
      margin: 0;
      padding: 0;
    }
    
    /*::-moz-selection {
      background: #553087;
      text-shadow: none;
      color: #fff;
    }
    
    ::selection {
      background: #553087;
      text-shadow: none;
      color: #fff;
    }*/
    
    textarea:focus,
    input:focus {
      outline: none;
    }
    
    .background-black-3 {
      background-color: #FAFAFA;
    }
    
    .background-black {
      background-color: #282E65;
    }
    
    .bg-light-black {
      /* background-color: #282E65; */
      background-image: url(../images/new/gradientBg.jpg);
      background-size: cover;
      background-position: center;
    }
    
    .background-blue {
      background-color: #003869;
    }
    
    .bg-dark-blue {
      background-color: rgb(14, 49, 81);
    }
    
    .background-light-blue {
      background-color: #553087;
    }
    
    .background-skye {
      background-color: #1eae98;
    }
    
    .background-gray {
      background-color: #E7E7E7;
    }
    
    .background-light-gray {
      background-color: #FAFAFA;
    }
    
    .page-bg {
      background-color: #282E65;
    }
    
    .page-area {
      padding: 120px;
    }
    
    .blog-area {
      padding: 120px 0;
    }
    
    @media (max-width: 991px) {
      .page-area,
      .blog-area {
        padding: 100px 0;
      }
    }
    @media (max-width: 767px) {
      .page-area,
      .blog-area {
        padding: 80px 0;
      }
    }
    .page-area .page-links,
    .blog-area .page-links {
      margin-bottom: 20px;
    }
    
    .border-radius-12 {
      border-radius: 12px;
    }
    
    .text-white-100 {
      color: #c7cdda;
    }
    
    code {
      color: rgb(255, 103, 49);
    }
    
    .theme-btn, .tour-area .location-area.style-1 .portfolio-filter li,
    .wp-block-loginout a,
    input.theme-btn {
      display: inline-flex;
      color: #ffffff;
      padding: 17px 38px;
      text-align: center;
      font-weight: 700;
      font-family: "Source Sans 3", sans-serif;
      background-color: #553087;
      position: relative;
      z-index: 1;
      transition: all 0.5s ease-out;
      font-size: 16px;
      align-items: center;
      gap: 8px;
      border-radius: 12px;
      overflow: hidden;
      line-height: 180%;
      flex-shrink: 0;
      transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .theme-btn, .tour-area .location-area.style-1 .portfolio-filter li,
      .wp-block-loginout a,
      input.theme-btn {
        padding: 5px 10px;
        font-size: 12px;
      }
    }
    .theme-btn:after, .tour-area .location-area.style-1 .portfolio-filter li:after,
    .wp-block-loginout a:after,
    input.theme-btn:after {
      position: absolute;
      width: 100%;
      height: 0;
      left: 0;
      top: 0;
      background-color: #282E65;
      content: "";
      transition: all 0.5s ease-out;
      z-index: -1;
      color: #ffffff;
    }
    /* .theme-btn:before, .tour-area .location-area.style-1 .portfolio-filter li:before,
    .wp-block-loginout a:before,
    input.theme-btn:before {
      content: "";
      pointer-events: none;
      opacity: 0.6;
      background: radial-gradient(circle at 20% 35%, transparent 0, transparent 2px, #ffffff 3px, #ffffff 4px, transparent 4px), radial-gradient(circle at 75% 44%, transparent 0, transparent 2px, #ffffff 3px, #ffffff 4px, transparent 4px), radial-gradient(circle at 31% 22%, transparent 0, transparent 2px, #ffffff 3px, #ffffff 4px, transparent 4px), radial-gradient(circle at 46% 52%, transparent 0, transparent 4px, #ffffff 5px, #ffffff 6px, transparent 6px);
      width: 100%;
      height: 300%;
      top: 0;
      left: 0;
      position: absolute;
      animation: bubbles 5s linear infinite both;
    } */
    .theme-btn.style-2, .tour-area .location-area.style-1 .portfolio-filter li.style-2,
    .wp-block-loginout a.style-2,
    input.theme-btn.style-2 {
      background-color: #ffffff;
      color: #282E65;
    }
    /* .theme-btn.style-2:before, .tour-area .location-area.style-1 .portfolio-filter li.style-2:before,
    .wp-block-loginout a.style-2:before,
    input.theme-btn.style-2:before {
      content: "";
      pointer-events: none;
      opacity: 0.6;
      background: radial-gradient(circle at 20% 35%, transparent 0, transparent 2px, #282E65 3px, #282E65 4px, transparent 4px), radial-gradient(circle at 75% 44%, transparent 0, transparent 2px, #282E65 3px, #282E65 4px, transparent 4px), radial-gradient(circle at 31% 22%, transparent 0, transparent 2px, #282E65 3px, #282E65 4px, transparent 4px), radial-gradient(circle at 46% 52%, transparent 0, transparent 4px, #282E65 5px, #282E65 6px, transparent 6px);
      width: 100%;
      height: 300%;
      top: 0;
      left: 0;
      position: absolute;
      animation: bubbles 5s linear infinite both;
    } */
    .theme-btn:hover, .tour-area .location-area.style-1 .portfolio-filter li:hover,
    .wp-block-loginout a:hover,
    input.theme-btn:hover {
      color: #ffffff;
    }
    .theme-btn:hover:after, .tour-area .location-area.style-1 .portfolio-filter li:hover:after,
    .wp-block-loginout a:hover:after,
    input.theme-btn:hover:after {
      height: 100%;
      transition: all 0.5s ease-out;
    }
    .theme-btn:hover.style-2:before, .tour-area .location-area.style-1 .portfolio-filter li:hover.style-2:before,
    .wp-block-loginout a:hover.style-2:before,
    input.theme-btn:hover.style-2:before {
      background: radial-gradient(circle at 20% 35%, transparent 0, transparent 2px, #ffffff 3px, #ffffff 4px, transparent 4px), radial-gradient(circle at 75% 44%, transparent 0, transparent 2px, #ffffff 3px, #ffffff 4px, transparent 4px), radial-gradient(circle at 31% 22%, transparent 0, transparent 2px, #ffffff 3px, #ffffff 4px, transparent 4px), radial-gradient(circle at 46% 52%, transparent 0, transparent 4px, #ffffff 5px, #ffffff 6px, transparent 6px);
    }
    
    .wp-block-loginout a {
      position: relative;
    }
    .wp-block-loginout a:after {
      display: flex;
      align-items: center;
      justify-content: center;
      content: "\f105";
      font-family: "Font Awesome 6 Pro";
      width: 44px;
      height: 44px;
      border-radius: 6px;
      background-color: #553087;
      color: #fff;
      font-size: 16px;
    }
    
    .contact-form-btn {
      justify-content: center;
      width: 100%;
      display: block;
      line-height: 42px;
    }
    .contact-form-btn .icon {
      float: right;
    }
    
    input.theme-btn {
      display: inline-block !important;
      width: inherit !important;
      border: 0 !important;
    }
    
    .select2-container--open {
      background-color: #ffffff;
      z-index: 99;
      padding: 20px 0;
      border-radius: 8px;
      box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
    }
    .select2-container--open .select2-search {
      margin: 10px 20px;
    }
    .select2-container--open .select2-search input {
      width: 130px;
      border: 1px solid #E7E7E7;
      border-radius: 8px;
      position: relative;
      cursor: default;
      padding: 0 10px;
      background-color: #FAFAFA;
      font-family: "Source Sans 3", sans-serif;
      color: #585866;
      font-size: 16px;
      font-weight: 400;
      line-height: 170%;
      margin: 0px;
      cursor: default;
    }
    .select2-container--open .select2-search input:after {
      position: absolute;
      content: "-";
      color: #585866;
    }
    .select2-container--open ul {
      padding: 0;
      margin: 0 20px;
    }
    .select2-container--open ul li {
      list-style: none;
      font-family: "Source Sans 3", sans-serif;
      color: #585866;
      font-size: 16px;
      font-weight: 400;
      line-height: 170%;
      margin: 0px;
      cursor: default;
    }
    .select2-container--open .select2-results {
      padding-bottom: 20px;
    }
    
    .ui-datepicker {
      background: #ffffff;
      border-radius: 8px;
      box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
    }
    .ui-datepicker .ui-datepicker-header, .ui-datepicker .ui-datepicker-calendar {
      padding: 0 20px;
    }
    .ui-datepicker .ui-datepicker-header {
      position: relative;
      display: flex;
      flex-wrap: wrap;
    }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
      width: 50%;
      position: relative;
      display: flex;
      justify-content: start;
      align-items: start;
    }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
      content: "";
      content: "\f060";
      font-family: "Font Awesome 6 Pro";
      color: #553087;
    }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
      display: none;
    }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      width: 50%;
      display: flex;
      justify-content: end;
      align-items: end;
    }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
      content: "\f061";
      font-family: "Font Awesome 6 Pro";
      color: #553087;
    }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
      display: none;
    }
    .ui-datepicker th {
      border-color: #ffffff;
      background-color: #553087;
    }
    .ui-datepicker th span {
      color: #ffffff;
      font-family: "Source Sans 3", sans-serif;
      font-size: 14px;
    }
    .ui-datepicker .ui-datepicker-calendar td {
      line-height: 20px;
    }
    .ui-datepicker .ui-datepicker-calendar td:hover {
      background-color: #553087;
      color: #ffffff;
    }
    .ui-datepicker .ui-datepicker-calendar td:hover a {
      color: #ffffff;
    }
    .ui-datepicker .ui-datepicker-calendar td a {
      font-family: "Source Sans 3", sans-serif;
      font-size: 14px;
      font-weight: 500;
      color: #282E65;
    }
    
    /* Deafult Margin & Padding */
    /*-- Margin Top --*/
    .mt-5 {
      margin-top: 5px;
    }
    
    .mt-10 {
      margin-top: 10px;
    }
    
    .mt-15 {
      margin-top: 15px;
    }
    
    .mt-20 {
      margin-top: 20px;
    }
    
    .mt-25 {
      margin-top: 25px;
    }
    
    .mt-30 {
      margin-top: 30px;
    }
    
    .mt-35 {
      margin-top: 35px;
    }
    
    .mt-40 {
      margin-top: 40px;
    }
    
    .mt-45 {
      margin-top: 45px;
    }
    
    .mt-50 {
      margin-top: 50px;
    }
    
    .mt-55 {
      margin-top: 55px;
    }
    
    .mt-60 {
      margin-top: 60px;
    }
    
    .mt-65 {
      margin-top: 65px;
    }
    
    .mt-70 {
      margin-top: 70px;
    }
    
    .mt-75 {
      margin-top: 75px;
    }
    
    .mt-80 {
      margin-top: 80px;
    }
    
    .mt-85 {
      margin-top: 85px;
    }
    
    .mt-90 {
      margin-top: 90px;
    }
    
    .mt-95 {
      margin-top: 95px;
    }
    
    .mt-100 {
      margin-top: 100px;
    }
    
    .mt-105 {
      margin-top: 105px;
    }
    
    .mt-110 {
      margin-top: 110px;
    }
    
    .mt-115 {
      margin-top: 115px;
    }
    
    .mt-120 {
      margin-top: 120px;
    }
    
    .mt-125 {
      margin-top: 125px;
    }
    
    .mt-130 {
      margin-top: 130px;
    }
    
    .mt-135 {
      margin-top: 135px;
    }
    
    .mt-140 {
      margin-top: 140px;
    }
    
    .mt-145 {
      margin-top: 145px;
    }
    
    .mt-150 {
      margin-top: 150px;
    }
    
    .mt-155 {
      margin-top: 155px;
    }
    
    .mt-160 {
      margin-top: 160px;
    }
    
    .mt-165 {
      margin-top: 165px;
    }
    
    .mt-170 {
      margin-top: 170px;
    }
    
    .mt-175 {
      margin-top: 175px;
    }
    
    .mt-180 {
      margin-top: 180px;
    }
    
    .mt-185 {
      margin-top: 185px;
    }
    
    .mt-190 {
      margin-top: 190px;
    }
    
    .mt-195 {
      margin-top: 195px;
    }
    
    .mt-200 {
      margin-top: 200px;
    }
    
    /*-- Margin Bottom --*/
    .mb-5 {
      margin-bottom: 5px;
    }
    
    .mb-10 {
      margin-bottom: 10px;
    }
    
    .mb-15 {
      margin-bottom: 15px;
    }
    
    .mb-20 {
      margin-bottom: 20px;
    }
    
    .mb-25 {
      margin-bottom: 25px;
    }
    
    .mb-30 {
      margin-bottom: 30px;
    }
    
    .mb-35 {
      margin-bottom: 35px;
    }
    
    .mb-40 {
      margin-bottom: 40px;
    }
    
    .mb-45 {
      margin-bottom: 45px;
    }
    
    .mb-50 {
      margin-bottom: 50px;
    }
    
    .mb-55 {
      margin-bottom: 55px;
    }
    
    .mb-60 {
      margin-bottom: 60px;
    }
    
    .mb-65 {
      margin-bottom: 65px;
    }
    
    .mb-70 {
      margin-bottom: 70px;
    }
    
    .mb-75 {
      margin-bottom: 75px;
    }
    
    .mb-80 {
      margin-bottom: 80px;
    }
    
    .mb-85 {
      margin-bottom: 85px;
    }
    
    .mb-90 {
      margin-bottom: 90px;
    }
    
    .mb-95 {
      margin-bottom: 95px;
    }
    
    .mb-100 {
      margin-bottom: 100px;
    }
    
    .mb-105 {
      margin-bottom: 105px;
    }
    
    .mb-110 {
      margin-bottom: 110px;
    }
    
    .mb-115 {
      margin-bottom: 115px;
    }
    
    .mb-120 {
      margin-bottom: 120px;
    }
    
    .mb-125 {
      margin-bottom: 125px;
    }
    
    .mb-130 {
      margin-bottom: 130px;
    }
    
    .mb-135 {
      margin-bottom: 135px;
    }
    
    .mb-140 {
      margin-bottom: 140px;
    }
    
    .mb-145 {
      margin-bottom: 145px;
    }
    
    .mb-150 {
      margin-bottom: 150px;
    }
    
    .mb-155 {
      margin-bottom: 155px;
    }
    
    .mb-160 {
      margin-bottom: 160px;
    }
    
    .mb-165 {
      margin-bottom: 165px;
    }
    
    .mb-170 {
      margin-bottom: 170px;
    }
    
    .mb-175 {
      margin-bottom: 175px;
    }
    
    .mb-180 {
      margin-bottom: 180px;
    }
    
    .mb-185 {
      margin-bottom: 185px;
    }
    
    .mb-190 {
      margin-bottom: 190px;
    }
    
    .mb-195 {
      margin-bottom: 195px;
    }
    
    .mb-200 {
      margin-bottom: 200px;
    }
    
    .mb-205 {
      margin-bottom: 205px;
    }
    
    .mb-210 {
      margin-bottom: 210px;
    }
    
    .mb-215 {
      margin-bottom: 215px;
    }
    
    .mb-220 {
      margin-bottom: 220px;
    }
    
    .mb-245 {
      margin-bottom: 245px;
    }
    
    .mb-250 {
      margin-bottom: 250px;
    }
    
    /*-- Padding Top --*/
    .pt-5 {
      padding-top: 5px;
    }
    
    .pt-10 {
      padding-top: 10px;
    }
    
    .pt-15 {
      padding-top: 15px;
    }
    
    .pt-20 {
      padding-top: 20px;
    }
    
    .pt-21 {
      padding-top: 21px;
    }
    
    .pt-22 {
      padding-top: 22px;
    }
    
    .pt-23 {
      padding-top: 23px;
    }
    
    .pt-24 {
      padding-top: 24px;
    }
    
    .pt-25 {
      padding-top: 25px;
    }
    
    .pt-30 {
      padding-top: 30px;
    }
    
    .pt-35 {
      padding-top: 35px;
    }
    
    .pt-40 {
      padding-top: 40px;
    }
    
    .pt-45 {
      padding-top: 45px;
    }
    
    .pt-50 {
      padding-top: 50px;
    }
    
    .pt-55 {
      padding-top: 55px;
    }
    
    .pt-60 {
      padding-top: 60px;
    }
    
    .pt-65 {
      padding-top: 65px;
    }
    
    .pt-70 {
      padding-top: 70px;
    }
    
    .pt-75 {
      padding-top: 75px;
    }
    
    .pt-80 {
      padding-top: 80px;
    }
    
    .pt-85 {
      padding-top: 85px;
    }
    
    .pt-86 {
      padding-top: 85px;
    }
    
    .pt-87 {
      padding-top: 85px;
    }
    
    .pt-88 {
      padding-top: 85px;
    }
    
    .pt-89 {
      padding-top: 85px;
    }
    
    .pt-90 {
      padding-top: 90px;
    }
    
    .pt-95 {
      padding-top: 95px;
    }
    
    .pt-100 {
      padding-top: 100px;
    }
    
    .pt-105 {
      padding-top: 105px;
    }
    
    .pt-110 {
      padding-top: 110px;
    }
    
    .pt-115 {
      padding-top: 115px;
    }
    
    .pt-120 {
      padding-top: 120px;
    }
    
    .pt-125 {
      padding-top: 125px;
    }
    
    .pt-130 {
      padding-top: 130px;
    }
    
    .pt-135 {
      padding-top: 135px;
    }
    
    .pt-140 {
      padding-top: 140px;
    }
    
    .pt-145 {
      padding-top: 145px;
    }
    
    .pt-150 {
      padding-top: 150px;
    }
    
    .pt-155 {
      padding-top: 155px;
    }
    
    .pt-160 {
      padding-top: 160px;
    }
    
    .pt-165 {
      padding-top: 165px;
    }
    
    .pt-170 {
      padding-top: 170px;
    }
    
    .pt-175 {
      padding-top: 175px;
    }
    
    .pt-180 {
      padding-top: 180px;
    }
    
    .pt-185 {
      padding-top: 185px;
    }
    
    .pt-190 {
      padding-top: 190px;
    }
    
    .pt-195 {
      padding-top: 195px;
    }
    
    .pt-200 {
      padding-top: 200px;
    }
    
    .pt-250 {
      padding-top: 250px;
    }
    
    /*-- Padding Bottom --*/
    .pb-5 {
      padding-bottom: 5px;
    }
    
    .pb-10 {
      padding-bottom: 10px;
    }
    
    .pb-15 {
      padding-bottom: 15px;
    }
    
    .pb-20 {
      padding-bottom: 20px;
    }
    
    .pb-21 {
      padding-bottom: 21px;
    }
    
    .pb-22 {
      padding-bottom: 22px;
    }
    
    .pb-23 {
      padding-bottom: 23px;
    }
    
    .pb-24 {
      padding-bottom: 24px;
    }
    
    .pb-25 {
      padding-bottom: 25px;
    }
    
    .pb-30 {
      padding-bottom: 30px;
    }
    
    .pb-35 {
      padding-bottom: 35px;
    }
    
    .pb-40 {
      padding-bottom: 40px;
    }
    
    .pb-45 {
      padding-bottom: 45px;
    }
    
    .pb-50 {
      padding-bottom: 50px;
    }
    
    .pb-55 {
      padding-bottom: 55px;
    }
    
    .pb-60 {
      padding-bottom: 60px;
    }
    
    .pb-65 {
      padding-bottom: 65px;
    }
    
    .pb-70 {
      padding-bottom: 70px;
    }
    
    .pb-75 {
      padding-bottom: 75px;
    }
    
    .pb-80 {
      padding-bottom: 80px;
    }
    
    .pb-85 {
      padding-bottom: 85px;
    }
    
    .pb-90 {
      padding-bottom: 90px;
    }
    
    .pb-95 {
      padding-bottom: 95px;
    }
    
    .pb-100 {
      padding-bottom: 100px;
    }
    
    .pb-105 {
      padding-bottom: 105px;
    }
    
    .pb-110 {
      padding-bottom: 110px;
    }
    
    .pb-115 {
      padding-bottom: 115px;
    }
    
    .pb-120 {
      padding-bottom: 120px;
    }
    
    .pb-125 {
      padding-bottom: 125px;
    }
    
    .pb-130 {
      padding-bottom: 130px;
    }
    
    .pb-135 {
      padding-bottom: 135px;
    }
    
    .pb-140 {
      padding-bottom: 140px;
    }
    
    .pb-145 {
      padding-bottom: 145px;
    }
    
    .pb-150 {
      padding-bottom: 150px;
    }
    
    .pb-155 {
      padding-bottom: 155px;
    }
    
    .pb-160 {
      padding-bottom: 160px;
    }
    
    .pb-165 {
      padding-bottom: 165px;
    }
    
    .pb-170 {
      padding-bottom: 170px;
    }
    
    .pb-175 {
      padding-bottom: 175px;
    }
    
    .pb-180 {
      padding-bottom: 180px;
    }
    
    .pb-185 {
      padding-bottom: 185px;
    }
    
    .pb-190 {
      padding-bottom: 190px;
    }
    
    .pb-195 {
      padding-bottom: 195px;
    }
    
    .pb-200 {
      padding-bottom: 200px;
    }
    
    /*-- Padding Left --*/
    .pl-0 {
      padding-left: 0px;
    }
    
    .pl-5 {
      padding-left: 5px;
    }
    
    .pl-10 {
      padding-left: 10px;
    }
    
    .pl-15 {
      padding-left: 15px;
    }
    
    .pl-20 {
      padding-left: 20px;
    }
    
    .pl-25 {
      padding-left: 35px;
    }
    
    .pl-30 {
      padding-left: 30px;
    }
    
    .pl-35 {
      padding-left: 35px;
    }
    
    .pl-35 {
      padding-left: 35px;
    }
    
    .pl-40 {
      padding-left: 40px;
    }
    
    .pl-45 {
      padding-left: 45px;
    }
    
    .pl-50 {
      padding-left: 50px;
    }
    
    .pl-55 {
      padding-left: 55px;
    }
    
    .pl-60 {
      padding-left: 60px;
    }
    
    .pl-65 {
      padding-left: 65px;
    }
    
    .pl-70 {
      padding-left: 70px;
    }
    
    .pl-75 {
      padding-left: 75px;
    }
    
    .pl-80 {
      padding-left: 80px;
    }
    
    .pl-85 {
      padding-left: 80px;
    }
    
    .pl-90 {
      padding-left: 90px;
    }
    
    .pl-95 {
      padding-left: 95px;
    }
    
    .pl-100 {
      padding-left: 100px;
    }
    
    .pl-105 {
      padding-left: 105px;
    }
    
    .pl-110 {
      padding-left: 110px;
    }
    
    .pl-115 {
      padding-left: 115px;
    }
    
    .pl-120 {
      padding-left: 120px;
    }
    
    .pl-125 {
      padding-left: 125px;
    }
    
    .pl-130 {
      padding-left: 130px;
    }
    
    .pl-135 {
      padding-left: 135px;
    }
    
    .pl-140 {
      padding-left: 140px;
    }
    
    .pl-145 {
      padding-left: 145px;
    }
    
    .pl-150 {
      padding-left: 150px;
    }
    
    .pl-155 {
      padding-left: 155px;
    }
    
    .pl-160 {
      padding-left: 160px;
    }
    
    .pl-165 {
      padding-left: 165px;
    }
    
    .pl-170 {
      padding-left: 170px;
    }
    
    .pl-180 {
      padding-left: 180px;
    }
    
    .pl-185 {
      padding-left: 185px;
    }
    
    .pl-190 {
      padding-left: 190px;
    }
    
    .pl-195 {
      padding-left: 195px;
    }
    
    .pl-100 {
      padding-left: 100px;
    }
    
    .pl-200 {
      padding-left: 200px;
    }
    
    /*-- Padding Right --*/
    .pr-0 {
      padding-right: 0px;
    }
    
    .pr-5 {
      padding-right: 5px;
    }
    
    .pr-10 {
      padding-right: 10px;
    }
    
    .pr-15 {
      padding-right: 15px;
    }
    
    .pr-20 {
      padding-right: 20px;
    }
    
    .pr-25 {
      padding-right: 35px;
    }
    
    .pr-30 {
      padding-right: 30px;
    }
    
    .pr-35 {
      padding-right: 35px;
    }
    
    .pr-35 {
      padding-right: 35px;
    }
    
    .pr-40 {
      padding-right: 40px;
    }
    
    .pr-45 {
      padding-right: 45px;
    }
    
    .pr-50 {
      padding-right: 50px;
    }
    
    .pr-55 {
      padding-right: 55px;
    }
    
    .pr-60 {
      padding-right: 60px;
    }
    
    .pr-65 {
      padding-right: 65px;
    }
    
    .pr-70 {
      padding-right: 70px;
    }
    
    .pr-75 {
      padding-right: 75px;
    }
    
    .pr-80 {
      padding-right: 80px;
    }
    
    .pr-85 {
      padding-right: 80px;
    }
    
    .pr-90 {
      padding-right: 90px;
    }
    
    .pr-95 {
      padding-right: 95px;
    }
    
    .pr-100 {
      padding-right: 100px;
    }
    
    .pr-105 {
      padding-right: 105px;
    }
    
    .pr-110 {
      padding-right: 110px;
    }
    
    .pr-115 {
      padding-right: 115px;
    }
    
    .pr-120 {
      padding-right: 120px;
    }
    
    .pr-125 {
      padding-right: 125px;
    }
    
    .pr-130 {
      padding-right: 130px;
    }
    
    .pr-135 {
      padding-right: 135px;
    }
    
    .pr-140 {
      padding-right: 140px;
    }
    
    .pr-145 {
      padding-right: 145px;
    }
    
    .pr-150 {
      padding-right: 150px;
    }
    
    .pr-155 {
      padding-right: 155px;
    }
    
    .pr-165 {
      padding-right: 165px;
    }
    
    .pr-170 {
      padding-right: 170px;
    }
    
    .pr-175 {
      padding-right: 175px;
    }
    
    .pr-180 {
      padding-right: 180px;
    }
    
    .pr-185 {
      padding-right: 185px;
    }
    
    .pr-190 {
      padding-right: 190px;
    }
    
    .pr-195 {
      padding-right: 195px;
    }
    
    .pr-200 {
      padding-right: 200px;
    }
    
    /** padding top & bottom **/
    .py-10 {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    
    .py-15 {
      padding-top: 15px;
      padding-bottom: 15px;
    }
    
    .py-20 {
      padding-top: 20px;
      padding-bottom: 20px;
    }
    
    .py-25 {
      padding-top: 25px;
      padding-bottom: 25px;
    }
    
    .py-30 {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    
    .py-35 {
      padding-top: 35px;
      padding-bottom: 35px;
    }
    
    .py-40 {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    
    .py-45 {
      padding-top: 45px;
      padding-bottom: 45px;
    }
    
    .py-50 {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    
    .py-55 {
      padding-top: 55px;
      padding-bottom: 55px;
    }
    
    .py-60 {
      padding-top: 60px;
      padding-bottom: 60px;
    }
    
    .py-65 {
      padding-top: 65px;
      padding-bottom: 65px;
    }
    
    .py-70 {
      padding-top: 70px;
      padding-bottom: 70px;
    }
    
    .py-75 {
      padding-top: 75px;
      padding-bottom: 75px;
    }
    
    .py-80 {
      padding-top: 80px;
      padding-bottom: 80px;
    }
    
    .py-85 {
      padding-top: 85px;
      padding-bottom: 85px;
    }
    
    .py-90 {
      padding-top: 90px;
      padding-bottom: 90px;
    }
    
    .py-95 {
      padding-top: 95px;
      padding-bottom: 95px;
    }
    
    .py-100 {
      padding-top: 100px;
      padding-bottom: 100px;
    }
    
    .py-105 {
      padding-top: 105px;
      padding-bottom: 105px;
    }
    
    .py-110 {
      padding-top: 110px;
      padding-bottom: 110px;
    }
    
    .py-115 {
      padding-top: 115px;
      padding-bottom: 115px;
    }
    
    .py-120 {
      padding-top: 120px;
      padding-bottom: 120px;
    }
    
    .py-125 {
      padding-top: 125px;
      padding-bottom: 125px;
    }
    
    .py-130 {
      padding-top: 130px;
      padding-bottom: 130px;
    }
    
    .py-135 {
      padding-top: 135px;
      padding-bottom: 135px;
    }
    
    .py-140 {
      padding-top: 140px;
      padding-bottom: 140px;
    }
    
    .py-145 {
      padding-top: 145px;
      padding-bottom: 145px;
    }
    
    .py-150 {
      padding-top: 150px;
      padding-bottom: 150px;
    }
    
    .py-155 {
      padding-top: 155px;
      padding-bottom: 155px;
    }
    
    .py-160 {
      padding-top: 160px;
      padding-bottom: 160px;
    }
    
    .py-165 {
      padding-top: 165px;
      padding-bottom: 165px;
    }
    
    .py-170 {
      padding-top: 170px;
      padding-bottom: 170px;
    }
    
    .py-175 {
      padding-top: 175px;
      padding-bottom: 175px;
    }
    
    .py-180 {
      padding-top: 180px;
      padding-bottom: 180px;
    }
    
    .py-185 {
      padding-top: 185px;
      padding-bottom: 185px;
    }
    
    .py-190 {
      padding-top: 190px;
      padding-bottom: 190px;
    }
    
    .py-195 {
      padding-top: 195px;
      padding-bottom: 195px;
    }
    
    .py-200 {
      padding-top: 200px;
      padding-bottom: 200px;
    }
    
    .py-205 {
      padding-top: 205px;
      padding-bottom: 205px;
    }
    
    .py-210 {
      padding-top: 210px;
      padding-bottom: 210px;
    }
    
    .py-215 {
      padding-top: 215px;
      padding-bottom: 215px;
    }
    
    .py-220 {
      padding-top: 220px;
      padding-bottom: 220px;
    }
    
    .py-225 {
      padding-top: 225px;
      padding-bottom: 225px;
    }
    
    .py-230 {
      padding-top: 230px;
      padding-bottom: 230px;
    }
    
    .py-235 {
      padding-top: 235px;
      padding-bottom: 235px;
    }
    
    .py-240 {
      padding-top: 240px;
      padding-bottom: 240px;
    }
    
    .py-250 {
      padding-top: 250px;
      padding-bottom: 250px;
    }
    
    .py-260 {
      padding-top: 260px;
      padding-bottom: 260px;
    }
    
    .py-270 {
      padding-top: 270px;
      padding-bottom: 270px;
    }
    
    .py-280 {
      padding-top: 280px;
      padding-bottom: 280px;
    }
    
    .py-290 {
      padding-top: 290px;
      padding-bottom: 290px;
    }
    
    .py-300 {
      padding-top: 300px;
      padding-bottom: 300px;
    }
    
    .py-310 {
      padding-top: 310px;
      padding-bottom: 310px;
    }
    
    .py-320 {
      padding-top: 320px;
      padding-bottom: 320px;
    }
    
    .py-330 {
      padding-top: 330px;
      padding-bottom: 330px;
    }
    
    .py-340 {
      padding-top: 340px;
      padding-bottom: 340px;
    }
    
    .py-350 {
      padding-top: 350px;
      padding-bottom: 350px;
    }
    
    /** padding left & right **/
    .px-10 {
      padding-left: 10px;
      padding-right: 10px;
    }
    
    .px-15 {
      padding-left: 15px;
      padding-right: 15px;
    }
    
    .px-20 {
      padding-left: 20px;
      padding-right: 20px;
    }
    
    .px-25 {
      padding-left: 25px;
      padding-right: 25px;
    }
    
    .px-30 {
      padding-left: 30px;
      padding-right: 30px;
    }
    
    .px-35 {
      padding-left: 35px;
      padding-right: 35px;
    }
    
    .px-40 {
      padding-left: 40px;
      padding-right: 40px;
    }
    
    .px-45 {
      padding-left: 45px;
      padding-right: 45px;
    }
    
    .px-50 {
      padding-left: 50px;
      padding-right: 50px;
    }
    
    .px-55 {
      padding-left: 55px;
      padding-right: 55px;
    }
    
    .px-60 {
      padding-left: 60px;
      padding-right: 60px;
    }
    
    .px-65 {
      padding-left: 65px;
      padding-right: 65px;
    }
    
    .px-70 {
      padding-left: 70px;
      padding-right: 70px;
    }
    
    .px-75 {
      padding-left: 75px;
      padding-right: 75px;
    }
    
    .px-80 {
      padding-left: 80px;
      padding-right: 80px;
    }
    
    .px-85 {
      padding-left: 85px;
      padding-right: 85px;
    }
    
    .px-90 {
      padding-left: 90px;
      padding-right: 90px;
    }
    
    .px-95 {
      padding-left: 95px;
      padding-right: 95px;
    }
    
    .px-100 {
      padding-left: 100px;
      padding-right: 100px;
    }
    
    .px-105 {
      padding-left: 105px;
      padding-right: 105px;
    }
    
    .px-110 {
      padding-left: 110px;
      padding-right: 110px;
    }
    
    .px-115 {
      padding-left: 115px;
      padding-right: 115px;
    }
    
    .px-120 {
      padding-left: 120px;
      padding-right: 120px;
    }
    
    .px-125 {
      padding-left: 125px;
      padding-right: 125px;
    }
    
    .px-130 {
      padding-left: 130px;
      padding-right: 130px;
    }
    
    .px-135 {
      padding-left: 135px;
      padding-right: 135px;
    }
    
    .px-140 {
      padding-left: 140px;
      padding-right: 140px;
    }
    
    .px-145 {
      padding-left: 145px;
      padding-right: 145px;
    }
    
    .px-150 {
      padding-left: 150px;
      padding-right: 150px;
    }
    
    .px-155 {
      padding-left: 155px;
      padding-right: 155px;
    }
    
    .px-160 {
      padding-left: 160px;
      padding-right: 160px;
    }
    
    .px-165 {
      padding-left: 165px;
      padding-right: 165px;
    }
    
    .px-170 {
      padding-left: 170px;
      padding-right: 170px;
    }
    
    .px-175 {
      padding-left: 175px;
      padding-right: 175px;
    }
    
    .px-180 {
      padding-left: 180px;
      padding-right: 180px;
    }
    
    .px-185 {
      padding-left: 185px;
      padding-right: 185px;
    }
    
    .px-190 {
      padding-left: 190px;
      padding-right: 190px;
    }
    
    .px-195 {
      padding-left: 195px;
      padding-right: 195px;
    }
    
    .px-200 {
      padding-left: 200px;
      padding-right: 200px;
    }
    
    .px-205 {
      padding-left: 205px;
      padding-right: 205px;
    }
    
    .px-210 {
      padding-left: 210px;
      padding-right: 210px;
    }
    
    .px-215 {
      padding-left: 215px;
      padding-right: 215px;
    }
    
    .px-220 {
      padding-left: 220px;
      padding-right: 220px;
    }
    
    .px-225 {
      padding-left: 225px;
      padding-right: 225px;
    }
    
    .px-230 {
      padding-left: 230px;
      padding-right: 230px;
    }
    
    .px-235 {
      padding-left: 235px;
      padding-right: 235px;
    }
    
    .px-240 {
      padding-left: 240px;
      padding-right: 240px;
    }
    
    .px-250 {
      padding-left: 250px;
      padding-right: 250px;
    }
    
    .px-260 {
      padding-left: 260px;
      padding-right: 260px;
    }
    
    .px-270 {
      padding-left: 270px;
      padding-right: 270px;
    }
    
    .px-280 {
      padding-left: 280px;
      padding-right: 280px;
    }
    
    .px-290 {
      padding-left: 290px;
      padding-right: 290px;
    }
    
    .px-300 {
      padding-left: 300px;
      padding-right: 300px;
    }
    
    .px-310 {
      padding-left: 310px;
      padding-right: 310px;
    }
    
    .px-320 {
      padding-left: 320px;
      padding-right: 320px;
    }
    
    .px-330 {
      padding-left: 330px;
      padding-right: 330px;
    }
    
    .px-340 {
      padding-left: 340px;
      padding-right: 340px;
    }
    
    .px-350 {
      padding-left: 350px;
      padding-right: 350px;
    }
    
    /* WordPress Core
    ===================*/
    body {
      -ms-word-wrap: break-word;
      word-wrap: break-word;
      overflow-x: hidden;
    }
    
    dl, ol, ul {
      margin-top: 0;
      margin-bottom: 25px;
    }
    
    ol {
      padding-left: 20px;
    }
    
    ul {
      list-style: disc;
      padding-left: 20px;
    }
    
    /* Protected Post Type */
    .post-password-form label {
      width: 100%;
      display: block;
      font-weight: 600;
      margin-bottom: 10px;
    }
    .post-password-form input[type=password] {
      font-size: 1.2rem;
      line-height: 20px;
      padding: 12px 20px;
      border: 1px solid #E4E4F2;
      width: 100%;
    }
    .post-password-form input[type=submit] {
      background-color: #553087;
      border: none;
      padding: 10px 40px;
      color: #ffffff;
      cursor: pointer;
      font-weight: 600;
      transition: all 0.5s ease-out;
    }
    .post-password-form input[type=submit]:hover {
      background-color: #282E65;
    }
    
    /* Table */
    /* table {
      margin-bottom: 20px;
      width: 100%;
    }
    table caption {
      border: 1px solid #dfe2e9;
      padding: 6px 10px;
      border-top: 0;
    }
    table th,
    table td {
      background-color: transparent;
      border: 1px solid #dfe2e9;
      text-align: center;
      padding: 8px;
      transition: 0.3s;
    }
    table th#today,
    table td#today {
      background: #553087;
      color: #ffffff;
    }
    table th#today a,
    table td#today a {
      color: #ffffff;
    } */
    
    .page-content .size-full.alignright {
      margin-bottom: 15px;
      margin-top: 20px;
    }
    .page-content figure.wp-caption.aligncenter {
      margin-top: 40px;
    }
    .page-content dl, .page-content ol, .page-content ul {
      margin-bottom: 11px;
    }
    .page-content .comment-respond {
      margin-top: 78px;
      margin-bottom: 20px;
    }
    .page-content .latest-comments .comment-respond {
      margin-bottom: 40px;
    }
    .page-content .post-comments {
      margin-top: 80px;
    }
    
    /* Text meant only for screen readers. */
    .screen-reader-text {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      clip-path: inset(50%);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute !important;
      width: 1px;
      word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
    }
    
    .screen-reader-text:focus {
      background-color: #eee;
      clip: auto !important;
      clip-path: none;
      color: #444;
      display: block;
      font-size: 1em;
      height: auto;
      left: 5px;
      line-height: normal;
      padding: 15px 23px 14px;
      text-decoration: none;
      top: 5px;
      width: auto;
      z-index: 100000;
    }
    
    /*
     Caption
    ============================*/
    .wp-caption {
      margin-bottom: 1.5em;
      max-width: 100%;
    }
    
    .wp-caption img[class*=wp-image-] {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    
    .wp-caption .wp-caption-text {
      margin: 0.8075em 0;
      font-size: 14px;
      font-style: italic;
    }
    
    .wp-caption-text {
      text-align: center;
    }
    
    /*
     Galleries
    ============================*/
    .gallery {
      margin-bottom: 10px;
    }
    
    .gallery-item {
      display: inline-block;
      max-width: 33.33%;
      text-align: center;
      vertical-align: top;
      width: 100%;
      padding-right: 5px !important;
    }
    
    .gallery-columns-1 .gallery-item {
      max-width: 100%;
      width: 100%;
    }
    
    .gallery-columns-2 .gallery-item {
      max-width: 50%;
    }
    
    .gallery-columns-3 .gallery-item {
      max-width: 33.33%;
    }
    
    .gallery-columns-4 .gallery-item {
      max-width: 25%;
    }
    
    .gallery-columns-5 .gallery-item {
      max-width: 20%;
    }
    
    .gallery-columns-6 .gallery-item {
      max-width: 16.66%;
    }
    
    .gallery-columns-7 .gallery-item {
      max-width: 14.28%;
    }
    
    .gallery-columns-8 .gallery-item {
      max-width: 12.5%;
    }
    
    .gallery-columns-9 .gallery-item {
      max-width: 11.11%;
    }
    
    .gallery-caption {
      display: block;
    }
    
    .size-thumbnail {
      margin-bottom: 20px;
    }
    
    img.emoji {
      width: 15px;
      height: 15px;
    }
    
    /*
     Alignments
    ============================*/
    .alignleft {
      display: inline;
      float: left;
      margin-right: 1.5em !important;
    }
    
    .alignright {
      display: inline;
      float: right;
      margin-left: 1.5em !important;
    }
    
    .aligncenter {
      clear: both;
      display: block;
      margin-left: auto !important;
      margin-right: auto !important;
      text-align: center;
    }
    
    /*
     Block Unit Test Widget
    ============================*/
    .wp-block-search__input {
      border: 1px solid #dfe2e9 !important;
    }
    
    .wp-block-search__button {
      margin-left: 0 !important;
    }
    
    .wp-block-social-links {
      padding-left: 0 !important;
    }
    .wp-block-social-links li {
      padding-top: 0 !important;
    }
    
    .single-post-item.format-quote blockquote {
      padding: 45px;
    }
    @media (max-width: 767px) {
      .single-post-item.format-quote blockquote {
        padding: 35px;
      }
    }
    
    blockquote {
      overflow: hidden;
      margin: 40px 0;
      background-color: #E6EFFF;
      position: relative;
      z-index: 1;
      padding: 40px;
      border-radius: 12px;
      color: #161616;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      blockquote {
        padding-left: 30px;
      }
    }
    blockquote p {
      font-family: "Source Sans 3", sans-serif;
      font-size: 18px;
      color: #282E65;
      font-weight: 400;
      line-height: 180%;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      blockquote p {
        font-size: 18px;
        line-height: 28px;
      }
    }
    blockquote p a {
      color: #553087;
      text-decoration: underline;
    }
    blockquote span, blockquote .name {
      font-family: "Source Sans 3", sans-serif;
      color: #282E65;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 140%;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 16px;
      cursor: default;
    }
    blockquote span:before, blockquote .name:before {
      content: "";
      width: 40px;
      height: 2px;
      background-color: #000;
    }
    blockquote footer {
      font-family: "Source Sans 3", sans-serif;
      font-size: 20px;
      font-weight: 700;
      line-height: 28px;
      margin-top: 16px;
      display: flex;
      justify-content: space-between;
      align-items: end;
    }
    
    .wp-block-pullquote {
      border-top: 5px solid #553087 !important;
      border-bottom: 5px solid #553087 !important;
      background-color: #eef5f8;
    }
    
    .wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
      margin-top: 10px;
      display: block;
    }
    
    .wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
      margin-left: 10px;
    }
    
    .wp-block-column:not(:last-child) {
      margin-right: 10px;
    }
    
    .wp-block-column:nth-child(2n+1) {
      margin-right: 10px;
    }
    
    .post-content > .alignwide {
      margin-left: 0;
      margin-right: 0;
      width: calc(100% + 20px);
      max-width: calc(100% + 20px);
    }
    
    .post-content p.has-large-font-size {
      font-size: 36px;
      line-height: 1.2;
    }
    .post-content .wp-block-search {
      margin-bottom: 15px;
    }
    .post-content .wp-block-file {
      margin-top: 20px;
    }
    .post-content .wp-block-group__inner-container p {
      margin-top: 0 !important;
    }
    
    .has-very-light-gray-color.has-very-light-gray-color {
      color: #fff;
      background: #553087 !important;
    }
    
    .wp-block-button {
      margin-bottom: 10px;
    }
    
    .wp-block-archives select,
    .wp-block-categories select {
      height: 50px;
      width: 200px;
      border: 1px solid #ddd;
      padding: 0 10px;
      margin-bottom: 10px;
    }
    
    .wp-block-latest-comments {
      padding-left: 0 !important;
    }
    
    .wp-block-cover p.wp-block-cover-text,
    .wp-block-cover.is-light .wp-block-cover__inner-container {
      color: #fff !important;
    }
    
    .wp-block-cover-text a {
      color: #fff;
    }
    
    .wp-block-rss {
      padding-left: 0 !important;
    }
    
    .widget .wp-block-archives-dropdown,
    .widget .wp-block-categories-dropdown,
    .widget .wp-block-loginout,
    .widget .wp-block-social-links,
    .widget.widget_archive select,
    .widget.widget_categories select,
    .widget.widget_text select,
    .widget.widget_search .search-form,
    .widget.widget_tag_cloud .tagcloud,
    .widget .wp-block-tag-cloud {
      margin-bottom: 6px;
    }
    
    .wp-block-latest-posts .wp-block-latest-posts__post-title {
      display: inline-block;
      width: 100%;
    }
    
    nav.wp-calendar-nav {
      justify-content: space-between;
      display: flex;
    }
    nav.wp-calendar-nav a {
      color: #5e6f92;
    }
    nav.wp-calendar-nav a:hover {
      color: #553087;
    }
    
    /*
     Media
    ============================*/
    .page-content .wp-smiley,
    .entry-content .wp-smiley,
    .comment-content .wp-smiley {
      border: none;
      margin-bottom: 0;
      margin-top: 0;
      padding: 0;
    }
    
    embed,
    iframe,
    object {
      max-width: 100%;
    }
    /* 
    .comment-respond.style-two .wpcf7-form .wpcf7-not-valid-tip {
      color: #d9c0b8 !important;
    }
    .comment-respond .wpcf7-form .wpcf7-not-valid {
      border-color: #dc3232 !important;
    }
    .comment-respond .wpcf7-form .wpcf7-not-valid-tip {
      font-size: 16px;
      margin-top: 5px;
    }
    .comment-respond .wpcf7-form.sent .wpcf7-response-output {
      font-weight: 500;
      font-size: 16px;
      line-height: 21px;
      letter-spacing: -0.01em;
      color: #72DC60;
      padding: 15px 20px;
      text-align: center;
      position: relative;
      background: #F4FFF5;
      border: 1px solid #CDF5C8 !important;
      border-radius: 10px;
    }
    .comment-respond .wpcf7-form.invalid .wpcf7-response-output {
      font-weight: 500;
      font-size: 16px;
      line-height: 21px;
      letter-spacing: -0.01em;
      color: #dc3232;
      padding: 15px 20px;
      text-align: center;
      position: relative;
      background: #FFF7F7;
      border: 1px solid #FED8D8 !important;
      border-radius: 10px;
    }
    
    input[type=checkbox],
    input[type=radio] {
      -webkit-appearance: none;
      appearance: none;
      margin: 0;
      width: 22px !important;
      height: 22px !important;
      border-color: rgb(223, 226, 233);
      border-radius: 3px !important;
      background-color: transparent !important;
      transform: scale(1);
      transition: 0.3s;
      position: relative !important;
      padding: 0 !important;
      cursor: pointer;
      margin-top: 0 !important;
      display: flex;
      align-self: center;
      flex-shrink: 0;
      box-shadow: none !important;
    }
    
    input[type=radio]::before {
      position: absolute;
      content: "";
      height: 8px;
      width: 8px;
      transition: 0.3s;
      transform: scale(0);
      background-color: #553087;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
    }
    
    input[type=checkbox]::before {
      position: absolute;
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.44899 7.76355C3.36328 7.84971 3.24641 7.89784 3.12495 7.89784C3.00349 7.89784 2.88662 7.84971 2.80091 7.76355L0.213156 5.17534C-0.0554271 4.90676 -0.0554271 4.47134 0.213156 4.20321L0.537198 3.87917C0.805781 3.61059 1.24074 3.61059 1.50932 3.87917L3.12495 5.4948L7.49057 1.12917C7.75916 0.860589 8.19457 0.860589 8.4627 1.12917L8.78674 1.45321C9.05532 1.7218 9.05532 2.15721 8.78674 2.42534L3.44899 7.76355Z' fill='white'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 8px;
      height: 100%;
      width: 100%;
      transition: 0.3s;
      transform: scale(0);
      background-color: #553087;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
    }
    
    input[type=checkbox]:checked::before,
    input[type=radio]:checked::before {
      transform: scale(1);
      box-sizing: inherit !important;
    }
    
    input[type=checkbox]:checked,
    input[type=radio]:checked {
      border-color: #553087 !important;
    }
    
    .wpcf7-form-control {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      flex-wrap: wrap;
    }
    .wpcf7-form-control .wpcf7-list-item {
      margin: 0;
    }
    .wpcf7-form-control .wpcf7-list-item label {
      display: flex;
      align-content: center;
      margin: 0;
      gap: 10px;
    }
    .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
      font-size: 16px;
      font-weight: 400;
    }
    
    .logged-in .comment-respond textarea {
      margin-bottom: 12px;
    }
     */
    .zoom-instagram-widget p {
      color: #ffffff;
    }
    .zoom-instagram-widget p a {
      color: rgb(255, 103, 49);
    }
    .zoom-instagram-widget ul {
      list-style: none;
    }
    .zoom-instagram-widget ul li {
      color: #ffffff;
    }
    
    body.admin-bar .header-menu-area.sticky_menu {
      top: 30px;
    }
    @media (max-width: 600px) {
      body.admin-bar .header-menu-area.sticky_menu {
        top: 0;
      }
    }
    
    .page-template-default.page-id-146 .page-content p:last-child {
      margin-bottom: 10px;
    }
    .page-template-default.page-id-1133 .page-content .comment-respond {
      margin-top: 78px;
      display: inline-block;
      width: 100%;
    }
    .page-template-default.page-id-3 .page-area {
      padding-top: 128px;
    }
    
    .post-template-default.postid-163 .blog-details-wrapper .single-post-item .post-content {
      margin-bottom: 34px;
    }
    .post-template-default.postid-150 .blog-details-wrapper .single-post-item .post-content {
      margin-bottom: 34px;
    }
    .post-template-default.postid-150 .blog-details-wrapper .single-post-item .post-content .wp-block-group.is-layout-constrained:last-child {
      border: 1px solid #000;
    }
    .post-template-default.postid-51 .blog-details-wrapper .single-post-item .post-content {
      margin-bottom: 25px;
    }
    .post-template-default.postid-51 .blog-details-wrapper .single-post-item .post-content p:last-child {
      margin-bottom: 0;
    }
    .post-template-default.postid-1163 .blog-details-wrapper .single-post-item .post-content .wp-caption, .post-template-default.postid-568 .blog-details-wrapper .single-post-item .post-content .wp-caption {
      margin-top: 20px;
    }
    .post-template-default.postid-1785 .blog-details-wrapper .single-post-item .post-content .wp-block-button__link {
      color: #ffffff !important;
    }
    .post-template-default.postid-1149 .blog-details-wrapper .latest-comments li .comments-box .comments-text p {
      margin-bottom: 0;
    }
    .post-template-default.postid-555 .blog-details-wrapper .single-post-item .post-content .gallery {
      margin-top: 20px;
    }
    
    .error-404.not-found {
      margin-top: -20px;
      margin-bottom: 40px;
    }
    .error-404.not-found .error-content .error-btn-bh {
      margin-top: 20px;
    }
    
    @keyframes MovefadeUp {
      0% {
        opacity: 0;
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
      }
      100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
      }
    }
    .MovefadeUp {
      -webkit-animation-name: MovefadeUp;
      animation-name: MovefadeUp;
    }
    
    @-webkit-keyframes ripple {
      70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
      }
      100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
      }
    }
    @keyframes ripple {
      70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
      }
      100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
      }
    }
    @keyframes rotating {
      from {
        transform: rotate(360deg);
      }
      to {
        transform: rotate(0deg);
      }
    }
    @-webkit-keyframes pulse {
      to {
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
      }
    }
    @-moz-keyframes pulse {
      to {
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
      }
    }
    @-ms-keyframes pulse {
      to {
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
      }
    }
    @keyframes pulse {
      to {
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
      }
    }
    @-webkit-keyframes animatelinebar {
      0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
      }
      100% {
        -webkit-transform: translateX(25px);
        transform: translateX(25px);
      }
    }
    @keyframes animatelinebar {
      0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
      }
      100% {
        -webkit-transform: translateX(25px);
        transform: translateX(25px);
      }
    }
    @-webkit-keyframes slideUpIn {
      0% {
        -webkit-transform: translateY(40px);
      }
      100% {
        -webkit-transform: translateY(0);
      }
      0% {
        -webkit-transform: translateY(40px);
      }
    }
    @keyframes slideUpIn {
      0% {
        transform: translateY(40px);
      }
      100% {
        transform: translateY(0);
      }
      0% {
        transform: translateY(40px);
      }
    }
    @-webkit-keyframes MoveLeftRight {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-10px);
      }
    }
    @keyframes MoveLeftRight {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-10px);
      }
    }
    @-webkit-keyframes MoveUpDown {
      0% {
        transform: translateY(0);
      }
      100% {
        transform: translateY(-30px);
      }
    }
    @keyframes MoveUpDown {
      0% {
        transform: translateY(0);
      }
      100% {
        transform: translateY(-30px);
      }
    }
    @-webkit-keyframes Animated3 {
      0% {
        transform: translateY(0);
      }
      100% {
        transform: translateY(-20px);
      }
    }
    @keyframes Animated3 {
      0% {
        transform: translateY(0);
      }
      100% {
        transform: translateY(-20px);
      }
    }
    @-webkit-keyframes Animated4 {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-10px);
      }
    }
    @keyframes Animated4 {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-10px);
      }
    }
    @keyframes UpToDown {
      49% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
      }
      50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
      }
      51% {
        opacity: 1;
      }
    }
    @keyframes Scroll {
      0% {
        transform: translateX(-50vw);
        transform: translateX(-50vw);
      }
      100% {
        transform: translateX(50vw);
        transform: translateX(50vw);
      }
    }
    @keyframes fadeEffect {
      0% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
    }
    @keyframes bubbles {
      from {
        transform: translate();
      }
      to {
        transform: translate(0, -66.666%);
      }
    }
    .animated-text, .location-card .content-wrapper .content-inner .content-title {
      text-decoration: none;
      background: linear-gradient(to right, #FFFFFF 50%, #282E65 50%, #282E65);
      background-size: 200%;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      transition: 0.5s ease-out;
      color: #ffffff;
    }
    
    .animated-text-blue, .latest-comments li .comments-box .comments-text .avatar-name h5, .widget_latest_post ul li .latest-post-desc .latest-post-title a, .author-info .author-text h3, .author-info .author-text a, .blog-post-nav .post-navigation .text h4, .single-post-item .post-title, .icon-card.style-2 .content .info a, .latest-post-card .content-wrapper .post-title a:hover, .location-image-card .content-inner .city, .location-card.style-3 .content-wrapper .content-inner .title a, .location-card.style-2 .content-wrapper .content-inner .content-title a, .location-card .content-wrapper .content-inner .content-title a:hover, .link-card .content-wrapper .title a {
      text-decoration: none;
      background: linear-gradient(to right, #282E65 50%, #282E65 50%, #553087);
      background-size: 200%;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      transition: 0.5s ease-out;
      color: #282E65;
    }
    
    @keyframes shine {
      100% {
        left: 125%;
      }
    }
    @keyframes beat {
      to {
        transform: scale(1);
      }
    }
    @font-face {
      font-family: "icomoon";
      src: url("../fonts/icomoon070b.eot?qyouca");
      src: url("../fonts/icomoon070b.eot?qyouca#iefix") format("embedded-opentype"), url("../fonts/icomoon070b.ttf?qyouca") format("truetype"), url("../fonts/icomoon070b.woff?qyouca") format("woff"), url("../fonts/icomoon070b.svg?qyouca#icomoon") format("svg");
      font-weight: normal;
      font-style: normal;
      font-display: block;
    }
    [class^=icon-], [class*=" icon-"] {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "icomoon" !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    
    .icon-address:before {
      content: "\e900";
    }
    
    .icon-both-arrow:before {
      content: "\e901";
    }
    
    .icon-date:before {
      content: "\e902";
    }
    
    .icon-heart:before {
      content: "\e903";
    }
    
    .icon-heart-2:before {
      content: "\e904";
    }
    
    .icon-location:before {
      content: "\e905";
    }
    
    .icon-mail:before {
      content: "\e906";
    }
    
    .icon-phone:before {
      content: "\e907";
    }
    
    .icon-phone-2:before {
      content: "\e908";
    }
    
    .icon-phone-3:before {
      content: "\e909";
    }
    
    .icon-play-button:before {
      content: "\e90a";
    }
    
    .icon-search:before {
      content: "\e90b";
    }
    
    .icon-setting:before {
      content: "\e90c";
    }
    
    .icon-up-arrow:before {
      content: "\e90d";
    }
    
    .icon-user:before {
      content: "\e90e";
    }
    
    #preloader {
      position: fixed;
      top: 0;
      left: 0;
      background-color: #ffffff;
      z-index: 9999999;
      right: 0;
      bottom: 0;
    }
    
    #preloader-status {
      background-color: #ffffff;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
    }
    
    .loading-container div {
      height: 20px;
      width: 20px;
      border-radius: 50%;
      float: left;
      margin: 0 3px;
      background-color: #553087;
      transform: scale(0);
    }
    
    .loading-container .ball1 {
      z-index: 1;
      -moz-animation: grow 4.4s infinite ease-in-out;
      -webkit-animation: grow 4.4s infinite ease-in-out;
    }
    
    .loading-container .ball2 {
      -moz-animation: grow 4.4s infinite ease-in-out;
      -webkit-animation: grow 4.4s infinite ease-in-out;
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s;
    }
    
    .loading-container .ball3 {
      -moz-animation: grow 4.4s infinite ease-in-out;
      -webkit-animation: grow 4.4s infinite ease-in-out;
      -webkit-animation-delay: 0.6s;
      animation-delay: 0.6s;
    }
    
    .loading-container .ball4 {
      -moz-animation: grow 4.4s infinite ease-in-out;
      -webkit-animation: grow 4.4s infinite ease-in-out;
      -webkit-animation-delay: 0.9s;
      animation-delay: 0.9s;
    }
    
    @-moz-keyframes grow {
      0% {
        -moz-transform: scale(0);
      }
      25% {
        -moz-transform: scale(1);
      }
      50% {
        -moz-transform: scale(0);
      }
      75% {
        -moz-transform: scale(1);
        background: #ffffff;
      }
      100% {
        -moz-transform: scale(0);
        background: #ffffff;
      }
    }
    @-webkit-keyframes grow {
      0% {
        -webkit-transform: scale(0);
      }
      25% {
        -webkit-transform: scale(1);
      }
      50% {
        -webkit-transform: scale(0);
      }
      75% {
        -webkit-transform: scale(1);
        background: #ffffff;
      }
      100% {
        -webkit-transform: scale(0);
        background: #ffffff;
      }
    }
    .scrollup-wrapper {
      position: fixed;
      right: 40px;
      bottom: 20px;
      z-index: 9999;
    }
    
    .scrollup-btn {
      position: relative;
      display: flex;
      align-content: center;
      justify-content: center;
      font-size: 26px;
      color: #ffffff;
      text-decoration: none;
      width: 54px;
      height: 54px;
      background-color: #553087;
      border-radius: 100%;
      overflow: hidden;
      align-items: center;
      cursor: pointer;
    }
    .scrollup-btn i {
      color: #ffffff;
      margin-top: -3px;
      display: block;
    }
    .header-area{position: relative;z-index: 999;border-bottom: 1px solid #999;}
    .header-area.style-1 .header-menu-area {
      position: fixed;
    }
    
    .header-top {
      background-color: #553087;
      position: relative;
      height: 56px;
      display: flex;
      align-items: center;
    }
    @media (max-width: 991px) {
      .header-top {
        display: none;
      }
    }
    .header-top .bg-shape {
      position: absolute;
    }
    .header-top .header-top-info {
      display: flex;
      gap: 0 24px;
    }
    @media (max-width: 1199px) {
      .header-top .header-top-info {
        justify-content: space-between;
        width: 100%;
      }
    }
    @media (max-width: 991px) {
      .header-top .header-top-info {
        padding-bottom: 10px;
      }
    }
    .header-top .header-contact-info {
      display: flex;
      align-items: center;
      gap: 0 24px;
      padding: 6px 0;
      flex-wrap: wrap;
    }
    .header-top .header-contact-info span {
      display: flex;
      align-items: center;
      gap: 24px;
      color: #ffffff;
      font-size: 16px;
      font-weight: 400;
      font-family: "Source Sans 3", sans-serif;
    }
    .header-top .header-contact-info span:first-child:before {
      display: none;
    }
    .header-top .header-contact-info span:before {
      background-color: rgb(255, 255, 255);
      opacity: 0.361;
      width: 1px;
      display: inline-flex;
      height: 12px;
      content: "";
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .header-top .header-contact-info span:before {
        display: none;
      }
    }
    .header-top .header-contact-info span.contact-info-item {
      gap: 0 10px !important;
    }
    .header-top .header-contact-info span a {
      display: flex;
      align-items: center;
      gap: 10px;
      color: #ffffff;
      font-size: 16px;
      font-weight: 400;
      font-family: "Source Sans 3", sans-serif;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .header-top .header-top-btn {
        display: none;
      }
    }
    .header-top .header-top-btn a {
      position: relative;
      padding: 12px 46px;
      font-size: 18px;
      font-family: "Cormorant Garamond", serif;
      color: #ffffff;
      margin-bottom: -100px;
      display: inline-block;
      font-weight: 700;
      z-index: 2;
    }
    .header-top .header-top-btn a:hover:before {
      transition: all 0.5s ease-out;
      background-color: #1eae98;
    }
    .header-top .header-top-btn a:before {
      position: absolute;
      content: "";
      border-radius: 0 0 10px 10px;
      background-color: rgb(255, 103, 49);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      transition: all 0.5s ease-out;
    }
    .header-top .social-profile {
      display: flex;
      align-items: center;
      gap: 12px;
      justify-content: flex-end;
    }
    .header-top .social-profile a {
      font-size: 16px;
      color: #553087;
      transition: 0.3s;
      transform: scale(1);
      background-color: #ffffff;
    }
    .header-top .social-profile a:hover {
      transition: all 0.5s ease-out;
      transform: scale(1.4);
      color: #ffffff;
    }
    
    .header-menu-area {
      width: 100%;
      z-index: 999;
      transition: all 0.4s ease 0s;
      background-color: transparent;
    }
    .header-menu-area.sticky-header {
      width: 100%;
      z-index: 999;
      transition: all 0.4s ease 0s;
    }
    .header-menu-area.sticky_menu {
      left: 0;
      right: 0;
      top: 0;
      position: fixed;
      z-index: 9999;
      box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.05);
      background: #fff;
    }
    .header-menu-area.sticky_menu .logo {
      height: 90px;
    }
    .header-menu-area.sticky_menu .logo:before {
      display: none;
    }
    .header-menu-area.sticky_menu .logo .standard-logo {
      display: none;
    }
    .header-menu-area.sticky_menu .logo .sticky-logo {
      display: block;
    }
    .header-menu-area.sticky_menu .logo .sticky-logo img {
      transition: all 0.5s ease-out;
      max-width: 90px;
    }
    .header-menu-area.sticky_menu .main-menu ul li.dropdown > a {
      padding-right: 42px;
      transition: all 0.5s ease-out;
    }
    .header-menu-area.sticky_menu .main-menu ul li a {
      padding: 15px 18px;
      transition: all 0.5s ease-out;
    }
    .header-menu-area.sticky_menu .main-menu ul li ul li a {
      padding: 10px 20px;
    }
    .header-menu-area .logo {
      position: relative;
      z-index: 999;
      display: flex;
      align-items: center;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-menu-area .logo {
        height: 100px;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .header-menu-area .logo {
        height: 100px;
      }
    }
    @media only screen and (max-width: 1199px) {
      .header-menu-area .logo .standard-logo {
        display: none;
      }
    }
    .header-menu-area .logo .standard-logo img {
      transition: all 0.5s ease-out;
      max-width: 90px;
    }
    .header-menu-area .logo .sticky-logo {
      display: none;
    }
    @media only screen and (max-width: 767px) {
      .header-menu-area .logo .sticky-logo {
        width: 170px;
      }
    }
    @media only screen and (max-width: 1199px) {
      .header-menu-area .logo .sticky-logo {
        display: block;
      }
    }
    .header-menu-area .logo .sticky-logo img {
      transition: all 0.5s ease-out;
      max-width: 90px;
    }
    .header-menu-area .logo .retina-logo {
      display: none;
    }
    
    
    @media screen and (min-width: 992px) {
      .header-menu-area .container{
          max-width: 100%;
      }
    }
    @media screen and (min-width: 1200px){
      .header-menu-area .container {
        max-width: 1140px;
      }
      }
      @media screen and (min-width: 1400px){
        .header-menu-area .container {
            max-width: 1323px;
        }
        }
    
    .main-menu ul {
      margin: 0;
      padding: 0;
      position: relative;
    }
    .main-menu ul li {
      display: inline-block;
      padding: 0;
      position: relative;
    }
    .main-menu ul li.active {
      position: relative;
    }
    .main-menu ul li.active > a {
      color: #553087;
    }
    .main-menu ul li.active > a:before {
      border-color: #553087;
    }
    .main-menu ul li.active > a:after {
      color: #553087 !important;
    }
    .main-menu ul li.dropdown > a {
      padding-right: 42px;
    }
    .main-menu ul li.dropdown > a:after {
      position: absolute;
      content: "\f107";
      display: inline-block;
      padding: 1px 3px;
      right: 18px;
      z-index: 10;
      font-family: "Font Awesome 6 Pro";
      font-size: 14px;
      color: #282E65;
    }
    .main-menu ul li.dropdown .dropdown > a:after {
      position: absolute;
      content: "\f0da";
      display: inline-block;
      right: 16px;
      z-index: 10;
      font-family: "Font Awesome 6 Pro";
      font-size: 18px;
      color: #282E65;
      transition: all 0.5s ease-out;
    }
    .main-menu ul li.dropdown .dropdown > a:hover:after {
      right: -20px;
      transition: all 0.5s ease-out;
    }
    .main-menu ul li ul.submenu li.active > a {
      position: relative;
      z-index: 2;
      color: #ffffff;
    }
    .main-menu ul li ul.submenu li.active > a:after {
      height: 100%;
      top: 0;
      left: 0;
      width: 100%;
      border-radius: 0;
      z-index: -1;
    }
    .main-menu ul li a {
      display: block;
      padding: 15px 18px;
      text-decoration: none;
      text-transform: capitalize;
      transition: all 0.5s ease-out;
      position: relative;
      color: #282E65;
      font-family: "Source Sans 3", sans-serif;
      font-size: 16px;
      font-weight: 500;
    }
    .main-menu ul li a:hover {
      color: #553087;
    }
    .main-menu ul li a:hover:after {
      color: #553087;
    }
    .main-menu ul li:hover > ul {
      visibility: visible;
      transition: all 300ms ease;
      opacity: 1;
      transform: scaleY(1);
    }
    .main-menu ul li ul li:hover ul {
      visibility: visible;
      top: -2px;
    }
    .main-menu ul ul {
      background-color: #ffffff;
      left: 0;
      opacity: 0;
      position: absolute;
      text-align: left;
      top: 100%;
      visibility: hidden;
      z-index: 99999;
      transition: all 300ms ease;
      border-top: 2px solid #553087;
      box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
      transform-origin: top;
      transform: scaleY(0);
    }
    .main-menu ul ul li {
      float: none;
      width: 210px;
    }
    .main-menu ul ul li ul {
      visibility: hidden;
    }
    .main-menu ul ul li i {
      float: right;
    }
    .main-menu ul ul li a {
      line-height: 120%;
      padding: 10px 20px;
      color: #282E65;
      border-bottom: 1px solid #f5f5f5;
      margin-left: 0;
      font-size: 16px;
      position: relative;
    }
    .main-menu ul ul li a:before {
      position: absolute;
      content: "\f0da";
      font-family: "Font Awesome 6 Pro";
      color: #ffffff;
      left: 0px;
      visibility: hidden;
      font-size: 18px;
    }
    .main-menu ul ul li a:hover {
      background-color: #553087;
      color: #ffffff;
    }
    .main-menu ul ul li a:hover:before {
      visibility: visible;
      left: 182px;
      transition: all 0.5s ease-out;
    }
    .main-menu ul ul li:last-child a {
      border-bottom: 0px;
    }
    .main-menu ul ul ul {
      left: 100%;
      transition: all 0.3s ease 0s;
      opacity: 0;
      border-top: 0px;
      border-top: 2px solid #553087;
    }
    .menuColArea{display: flex;flex-direction: column;align-items: flex-end;}
    @media screen and (max-width:1024px) {
      .main-menu ul li a {
        font-size: 14px;
    }
    }
    @media screen and (max-width:996px) {
      .headerContact{display: none!important;} 
      .menuColArea{display: flex;flex-direction: row;align-items: center;justify-content: end;}
      .header-btn{background: transparent!important;}
      #google_translate_element{border: 1px solid #999999;}
    }
    .animation {
      -webkit-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
    }
    
    .slideUpIn {
      -webkit-animation-name: slideUpIn;
      animation-name: slideUpIn;
    }
    .goog-te-gadget>div + span{display: none;}
    #google_translate_element{
      max-width: 150px;
      overflow: hidden;}
    
    .header-btn {
      display: flex;
      align-items: center;
      gap: 20px;
      justify-content: flex-end;
      padding: 5px 20px;
      background: #eee;
      border-radius: 0 0 10px 10px;
      z-index: 99;
      position: relative;
    }
    @media only screen and (max-width: 1399px) {
      /* .header-btn {
        display: none;
      } */
    }
    .header-btn .search-btn-wrapper a i {
      font-size: 24px;
      color: #282E65;
    }
    .user-login-btn:hover{cursor: pointer;}
    .header-btn .search-btn-wrapper svg{color: #000000; }
    .header-btn .user-login-btn{position: relative;}
    .user-login-btn ul{
      position: absolute;
      right: 0;
      top: 30px;
      width: max-content;
      opacity: 0;
      visibility: hidden;
      border-radius: 10px 0px 10px 10px;
      overflow: hidden;
      padding-left: 0;
    }
    .user-login-btn ul li{list-style: none;line-height: 0;}
    .user-login-btn ul li a{color: #ffffff;font-size: 14px;line-height: initial;display: block; padding: 10px;background-color: #000000;}
    .user-login-btn ul li a:hover{background-color: #553087;}
    .user-login-btn:hover ul{opacity: 1;visibility: visible;}
    
    
    /* .header-btn .user-login-btn {
      width: 24px;
      height: 24px;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #000000;
    } */
    .header-btn .user-login-btn i {
      color: #000000;
      font-size: 16px;
    }
    .header-btn .user-login-btn svg {
      width: 24px;
      height: 24px;
      color: #000;
    }
    .headerContact{margin-right: 20px;}
    .headerContact a{font-size: 14px;color: #000;}
    .search-form-wrapper {
      position: fixed;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.6);
      opacity: 0;
      z-index: 999;
      visibility: hidden;
      transition: all 0.5s ease-out;
    }
    .search-form-wrapper.active {
      visibility: visible;
      opacity: 1;
      transition: all 0.5s ease-out;
    }
    .search-form-wrapper .search-form-inner {
      width: 768px;
      position: relative;
      top: 50%;
      transform: translate(-50%, -50%);
      left: 50%;
    }
    .search-form-wrapper .search-form-inner .search-content-filed {
      display: flex;
      align-items: center;
      gap: 30px;
    }
    .search-form-wrapper .search-form-inner .search-content-filed .search-close {
      cursor: pointer;
      font-size: 30px;
      color: #ffffff;
    }
    .search-form-wrapper .search-form-inner .search-form {
      background: #FFFFFF;
      box-shadow: 0px 30px 70px rgba(208, 225, 242, 0.3);
      border-radius: 16px;
      padding: 15px 30px;
      flex: 1;
    }
    .search-form-wrapper .search-form-inner .search-form .search-form-input {
      display: flex;
      align-items: center;
    }
    .search-form-wrapper .search-form-inner .search-form .search-form-input .search-icon {
      display: flex;
    }
    .search-form-wrapper .search-form-inner .search-form .search-form-input .search-icon i {
      font-size: 24px;
      font-weight: 700;
      color: #282E65;
    }
    .search-form-wrapper .search-form-inner .search-form .search-form-input .theme-btn, .search-form-wrapper .search-form-inner .search-form .search-form-input .tour-area .location-area.style-1 .portfolio-filter li, .tour-area .location-area.style-1 .portfolio-filter .search-form-wrapper .search-form-inner .search-form .search-form-input li {
      border-radius: 16px;
    }
    .search-form-wrapper .search-form-inner .search-form .search-form-input button.submit-search-btn {
      padding: 15px 24px !important;
    }
    .search-form-wrapper .search-form-inner .search-form input[type=search] {
      margin-top: 0 !important;
      background: transparent !important;
      border: 0 !important;
      padding: 0 12px !important;
      flex-grow: 1;
    }
    
    .header-area.style-two.has-header-top .header-menu-area.sticky_menu .logo {
      height: 84px;
      margin-top: inherit;
    }
    .header-area.style-two.has-header-top .header-menu-area .logo {
      height: 162px;
      margin-top: -42px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .header-area.style-two.has-header-top .header-menu-area .logo {
        height: 120px;
        margin-top: inherit;
      }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area.style-two.has-header-top .header-menu-area .logo {
        height: 100px;
        margin-top: inherit;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .header-area.style-two.has-header-top .header-menu-area .logo {
        height: 80px;
        margin-top: inherit;
      }
    }
    .header-area.style-two .header-top .header-top-btn a {
      margin-bottom: inherit;
      padding: 6px 46px;
    }
    .header-area.style-two .header-top .header-top-btn a:hover:before {
      transition: all 0.5s ease-out;
      background-color: #1eae98;
    }
    .header-area.style-two .header-top .header-top-btn a:before {
      border-radius: 0;
      transform: skewX(-20deg);
      transition: all 0.5s ease-out;
    }
    .header-area.style-two .header-menu-area .logo:before {
      border-radius: 0;
      transform: skewX(-20deg);
      bottom: 0;
      height: 190px;
    }
    
    .header-area.style-three .header-top .header-top-btn a {
      margin-bottom: inherit;
      padding: 6px 30px;
    }
    .header-area.style-three .header-top .header-top-btn a:before {
      border-radius: 8px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .header-area.style-three .header-top .header-top-btn {
        display: none;
      }
    }
    .header-area.style-three .header-menu-area .logo:before {
      display: none;
    }
    
    .mean-container a.meanmenu-reveal {
      display: none;
    }
    
    .mean-container .mean-nav {
      background: none;
      border-top: 1px solid #dfe2e9;
      padding-top: 20px;
      margin-top: 40px;
    }
    
    .mean-container .mean-bar {
      padding: 0;
      min-height: auto;
      background: none;
    }
    
    .mean-container .mean-nav > ul {
      padding: 0;
      margin: 0;
      width: 100%;
      list-style-type: none;
      display: block !important;
    }
    
    .mean-container a.meanmenu-reveal {
      display: none !important;
    }
    
    .mean-container .mean-nav ul li a {
      width: 100%;
      padding: 10px 0;
      color: #5e6f92;
      border: none !important;
      font-size: 14px;
      text-transform: capitalize;
      line-height: 1.5;
      font-weight: 700;
    }
    .mean-container .mean-nav ul li a i {
      font-size: 14px;
    }
    
    .mean-container .mean-nav ul li a.mean-expand {
      margin-top: 5px;
      padding: 0 !important;
      height: 30px;
      width: 30px;
      line-height: 30px;
      color: #282E65;
      line-height: 30px;
      top: 0;
      font-weight: 400;
    }
    
    .mean-container .mean-nav ul li > a > i {
      display: none;
    }
    
    .mean-container .mean-nav ul li > a.mean-expand i {
      display: inline-block;
      color: #5e6f92;
    }
    
    .mean-container .mean-nav > ul > li:first-child > a {
      border-top: 0;
    }
    
    .mean-container .mean-nav ul li.dropdown-opened a.mean-expand.mean-clicked i:hover {
      background-color: transparent !important;
    }
    
    .mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover {
      background-color: transparent !important;
    }
    
    .mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
      transform: rotate(90deg);
    }
    .mean-container .mean-nav ul li a.mean-expand.mean-clicked i:hover {
      background-color: transparent !important;
    }
    
    .mobile-menu-bar a {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .mobile-menu-bar a i {
      color: #553087;
      font-size: 22px;
    }
    
    .menu-sidebar-area {
      position: fixed;
      right: -485px;
      top: 0;
      width: 465px;
      height: 100%;
      background-color: #ffffff;
      overflow-y: scroll;
      transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      z-index: 9999;
    }
    @media (max-width: 560px) {
      .menu-sidebar-area {
        width: 100%;
        right: -600px;
      }
    }
    .menu-sidebar-area .menu-sidebar-logo {
      display: inline-block;
      width: 180px;
    }
    .menu-sidebar-area .menu-sidebar-wrapper {
      position: relative;
      padding: 40px;
    }
    .menu-sidebar-area.active {
      right: 0;
    }
    .menu-sidebar-area .menu-sidebar-close {
      position: absolute;
      right: 34px;
    }
    .menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      height: 45px;
      width: 45px;
      background-color: #ffffff;
      color: #5e6f92;
      border-radius: 50%;
    }
    .menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn i {
      font-size: 24px;
    }
    .menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn:hover {
      background-color: #282E65;
    }
    .menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget {
      display: inline-block;
      margin-top: 20px;
      border-top: 1px solid #dfe2e9;
      padding-top: 20px;
      width: 100%;
    }
    .menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .menu-sidebar-title {
      margin-bottom: 5px;
    }
    .menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info {
      display: flex;
      align-items: center;
      gap: 0 24px;
      padding: 6px 0;
      flex-wrap: wrap;
      flex-direction: column;
    }
    .menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info span {
      display: flex;
      align-items: center;
      gap: 13px;
      color: #5e6f92;
      font-size: 16px;
      font-weight: 400;
      font-family: "Source Sans 3", sans-serif;
      width: 100%;
    }
    .menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info span.contact-info-item {
      gap: 0 10px !important;
    }
    .menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info span a {
      display: flex;
      align-items: center;
      gap: 10px;
      color: #5e6f92;
      font-size: 16px;
      font-weight: 400;
      font-family: "Source Sans 3", sans-serif;
    }
    .menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info span a:hover {
      color: #553087;
    }
    .menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .social-profile {
      margin-top: 20px;
      border-top: 1px solid #dfe2e9;
      width: 100%;
      padding-top: 20px;
    }
    .menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .social-profile a {
      color: #5e6f92;
      font-size: 22px;
    }
    .menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .social-profile a:hover {
      color: #553087;
    }
    
    .body-overlay {
      background-color: rgba(0, 0, 0, 0.6);
      height: 100%;
      width: 100%;
      position: fixed;
      top: 0;
      z-index: 999;
      left: 0;
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s ease-out;
    }
    .body-overlay.active {
      opacity: 1;
      visibility: visible;
    }
    .body-overlay:hover {
      cursor: pointer;
    }
    
    .about-us-area {
      padding: 100px 0;
      position: relative;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-us-area {
        padding: 100px 0;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .about-us-area {
        padding: 0 0 50px;
      }
      .footer .footer-sec{
      		padding: 25px 10px;
      }
    }
    .about-us-area.style-1 {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
    .about-us-area .about-us-wrapper {
      position: relative;
    }
    
    .about-us-content-wrapper-1 {
      margin-top: 26px;
    }
    @media (max-width: 1200px) {
      .about-us-content-wrapper-1 {
        margin-top: 0px;
      }
    }
    .about-us-content-wrapper-1 .section-title {
      margin-bottom: 22px !important;
    }
    .about-us-content-wrapper-1 .section-title .bottom-shape {
      margin-top: -35px;
      width: 441px;
    }
    @media (max-width: 992px) {
      .about-us-content-wrapper-1 .section-title .bottom-shape {
        width: 600px;
        margin-top: -22px;
      }
    }
    @media (max-width: 992px) {
      .about-us-content-wrapper-1 .section-title .bottom-shape {
        width: 328px;
      }
    }
    .about-us-content-wrapper-1 .info-card:nth-child(1n) {
      margin-bottom: 13px;
    }
    
    .about-us-image-wrapper-1 {
      position: relative;
      width: 100%;
      height: 100%;
      padding-left: 20px;
      margin-top: -33px;
    }
    @media (max-width: 1400px) {
      .about-us-image-wrapper-1 {
        height: 650px;
        margin: 0;
        padding: 0;
      }
    }
    @media (max-width: 1200px) {
      .about-us-image-wrapper-1 {
        display: none;
      }
    }
    @media (max-width: 767px) {
      .about-us-image-wrapper-1 {
        height: 450px;
        margin: 0;
      }
    }
    .about-us-image-wrapper-1 .bg-shape {
      position: absolute;
      top: 0;
      left: 0;
      margin-top: 110px;
      margin-left: 85px;
    }
    @media (max-width: 1400px) {
      .about-us-image-wrapper-1 .bg-shape {
        display: none;
      }
    }
    .about-us-image-wrapper-1 .image-wrapper {
      position: absolute;
      border-radius: 100%;
      border: 3px solid #ffffff;
      overflow: hidden;
    }
    .about-us-image-wrapper-1 .image-wrapper:before {
      position: absolute;
      top: 0;
      left: -85%;
      z-index: 2;
      display: block;
      content: "";
      width: 50%;
      height: 100%;
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
      -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
      transform: skewX(-25deg);
      z-index: 20;
    }
    .about-us-image-wrapper-1 .image-wrapper.style-1 {
      width: 284px;
      bottom: 0;
      margin-left: 66px;
      margin-bottom: 5px;
    }
    @media (max-width: 1400px) {
      .about-us-image-wrapper-1 .image-wrapper.style-1 {
        width: 200px;
        bottom: inherit;
        top: 50%;
      }
    }
    @media (max-width: 1200px) {
      .about-us-image-wrapper-1 .image-wrapper.style-1 {
        width: 200px;
        bottom: inherit;
        top: 50%;
      }
    }
    @media (max-width: 992px) {
      .about-us-image-wrapper-1 .image-wrapper.style-1 {
        margin: 0;
        top: 38%;
        left: 10%;
      }
    }
    @media (max-width: 767px) {
      .about-us-image-wrapper-1 .image-wrapper.style-1 {
        width: 180px;
        left: 0;
      }
    }
    .about-us-image-wrapper-1 .image-wrapper.style-1:hover:before {
      -webkit-animation: shine 1s;
      animation: shine 1s;
    }
    .about-us-image-wrapper-1 .image-wrapper.style-2 {
      width: 180px;
      bottom: 0;
      right: 0;
      margin-bottom: -33px;
      margin-right: 148px;
      animation: flipInX 2s linear infinite alternate;
    }
    @media (max-width: 1400px) {
      .about-us-image-wrapper-1 .image-wrapper.style-2 {
        margin-right: 0px;
      }
    }
    @media (max-width: 1200px) {
      .about-us-image-wrapper-1 .image-wrapper.style-2 {
        bottom: 20%;
        right: 20%;
      }
    }
    @media (max-width: 767px) {
      .about-us-image-wrapper-1 .image-wrapper.style-2 {
        right: 10%;
        width: 120px;
      }
    }
    .about-us-image-wrapper-1 .image-wrapper.style-2:hover:before {
      -webkit-animation: shine 1s;
      animation: shine 1s;
    }
    .about-us-image-wrapper-1 .image-wrapper.style-3 {
      width: 360px;
      top: 0;
      right: 0;
      margin-top: 33px;
      margin-left: 85px;
    }
    @media (max-width: 1400px) {
      .about-us-image-wrapper-1 .image-wrapper.style-3 {
        width: 280px;
        margin: 0;
      }
    }
    @media (max-width: 1200px) {
      .about-us-image-wrapper-1 .image-wrapper.style-3 {
        right: 34%;
      }
    }
    @media (max-width: 992px) {
      .about-us-image-wrapper-1 .image-wrapper.style-3 {
        right: 10%;
      }
    }
    @media (max-width: 767px) {
      .about-us-image-wrapper-1 .image-wrapper.style-3 {
        right: 0;
        width: 180px;
      }
    }
    .about-us-image-wrapper-1 .image-wrapper.style-3:hover:before {
      -webkit-animation: shine 1s;
      animation: shine 1s;
    }
    
    .meta-wrapper {
      margin-top: 35px;
      padding-top: 40px;
      border-top: 1px solid #E7E7E7;
      display: flex;
      align-items: center;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .meta-wrapper {
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 20px;
      }
    }
    .meta-wrapper .meta-user {
      margin-left: 53px;
      display: inline-flex;
    }
    .meta-wrapper .meta-user .image-inner {
      border-radius: 100%;
      border: 3px solid #ffffff;
      width: 56px;
      height: 56px;
      overflow: hidden;
      margin-left: -23px;
      background-color: #282E65;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .meta-wrapper .meta-user .image-inner i {
      color: #ffffff;
    }
    
    .counter-wrapper {
      display: flex;
      margin-left: 16px;
    }
    .counter-wrapper .counter-inner {
      font-family: "Source Sans 3", sans-serif;
      color: #282E65;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      cursor: default;
    }
    .counter-wrapper .customers {
      font-family: "Source Sans 3", sans-serif;
      color: #282E65;
      font-size: 16px;
      font-weight: 400;
      cursor: default;
    }
    
    .about-us-area.style-2 {
      background-color: #ffffff;
    }
    
    .about-us-info-card-wrapper {
      display: flex;
      gap: 70px;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .about-us-info-card-wrapper {
        flex-direction: column;
        gap: 20px;
      }
    }
    
    .about-us-content-wrapper-2 .section-title {
      margin-bottom: 42px;
      width: 550px;
    }
    .about-us-content-wrapper-2 .section-title .bottom-shape {
      margin-top: -28px;
      width: 404px;
    }
    @media (max-width: 992px) {
      .about-us-content-wrapper-2 .section-title {
        width: 360px;
      }
      .about-us-content-wrapper-2 .section-title .bottom-shape {
        margin-top: -25px;
        width: 300px;
      }
    }
    @media (max-width: 767px) {
      .about-us-content-wrapper-2 .section-title {
        width: auto;
      }
    }
    .about-us-content-wrapper-2 .counter-area.style-2 {
      gap: 95px !important;
    }
    
    .about-us-image-wrapper-2 {
      position: relative;
    }
    .about-us-image-wrapper-2 .image-inner {
      position: relative;
    }
    .about-us-image-wrapper-2 .image-inner .main-img {
      position: absolute;
      border-radius: 16px;
      overflow: hidden;
      margin-top: -36px;
      left: 14.6%;
    }
    @media (max-width: 1200px) {
      .about-us-image-wrapper-2 .image-inner .main-img {
        position: unset;
        left: 0;
        margin-top: 0px;
      }
    }
    .about-us-image-wrapper-2 .image-inner .main-img img {
      border-radius: 16px;
    }
    .about-us-image-wrapper-2 .image-inner .sub-img {
      position: absolute;
      top: 221px;
      left: 54.4%;
      background-color: #ffffff;
      padding: 14px;
      border-radius: 16px;
      overflow: hidden;
    }
    @media (max-width: 992px) {
      .about-us-image-wrapper-2 .image-inner .sub-img {
        top: 270px;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .about-us-image-wrapper-2 .image-inner .sub-img {
        display: none;
      }
    }
    .about-us-image-wrapper-2 .image-inner .sub-img img {
      border-radius: 16px;
    }
    
    .link-card {
      display: flex;
      border-radius: 10px;
      background-color: #ffffff;
      position: absolute;
      justify-content: center;
      align-items: center;
      gap: 16px;
      box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
    }
    .link-card.style-1 {
      top: 40px;
      right: 0;
      padding: 23px 49px 22px 23px;
      /* animation: MoveUpDown 3s linear infinite alternate; */
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .link-card.style-1 {
        padding: 20px;
        top: 10px;
        right: 10px;
      }
    }
    .link-card.style-2 {
      top: 376px;
      right: 247px;
      padding: 22px 80px 22px 27px;
      /* animation: MoveUpDown 2s linear infinite alternate; */
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .link-card.style-2 {
        top: inherit;
        right: inherit;
        bottom: 10px;
        left: 10px;
        padding: 20px;
      }
    }
    .link-card .video-btn a {
      width: 44px;
      height: 44px;
      border-radius: 100%;
      background-color: #553087;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: none;
    }
    .link-card .video-btn a i {
      color: #ffffff;
      font-size: 18px;
    }
    .link-card .icon-wrapper {
      border-radius: 100%;
      background-color: #553087;
      width: 44px;
      height: 44px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .link-card .icon-wrapper i {
      color: #ffffff;
    }
    .link-card .content-wrapper .title {
      font-family: "Source Sans 3", sans-serif;
      color: #282E65;
      font-size: 24px;
      font-weight: 700;
      line-height: 140%;
      margin-bottom: 0px;
      cursor: default;
    }
    .link-card .content-wrapper .title a:hover {
      background-position: -100%;
    }
    .link-card .content-wrapper .location-inner {
      display: flex;
      gap: 8px;
      align-items: center;
    }
    .link-card .content-wrapper .location-inner .icon {
      width: 22px;
      height: 22px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .link-card .content-wrapper .location-inner .address {
      font-family: "Source Sans 3", sans-serif;
      color: #585866;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 170%;
      margin: 0px !important;
      cursor: default;
    }
    .link-card .content-wrapper .link-up {
      position: relative;
      font-family: "Source Sans 3", sans-serif;
      color: #553087;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 170%;
      display: flex;
      justify-content: start;
      align-items: center;
      gap: 10px;
    }
    
    .about-us-area.style-3 {
      padding: 0px;
      position: relative;
    }
    @media (max-width: 767px) {
      .about-us-area.style-3 {
        background-color: #FAFAFA;
      }
    }
    .about-us-area.style-3 .shape {
      position: absolute;
      z-index: 10;
      bottom: 112px;
      left: 36.5%;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .about-us-area.style-3 .shape {
        display: none;
      }
    }
    @media (max-width: 767px) {
      .about-us-area.style-3 .banner-shape {
        display: none;
      }
    }
    .about-us-area.style-3 .banner-shape .bg-shape {
      position: absolute;
      height: 734px;
    }
    @media (max-width: 992px) {
      .about-us-area.style-3 .banner-shape .bg-shape {
        width: 60%;
      }
    }
    @media (max-width: 767px) {
      .about-us-area.style-3 .banner-shape .bg-shape {
        width: 75%;
      }
    }
    .about-us-area.style-3 .banner-shape .bg-img {
      position: absolute;
      z-index: -2;
      height: 734px;
    }
    .about-us-area.style-3 .about-us-wrapper {
      display: flex;
      gap: 110px;
      justify-content: center;
      align-items: center;
      padding: 120px 0;
      position: relative;
    }
    @media (max-width: 1400px) {
      .about-us-area.style-3 .about-us-wrapper {
        gap: 0;
        justify-content: space-between;
      }
    }
    @media (max-width: 992px) {
      .about-us-area.style-3 .about-us-wrapper {
        justify-content: start;
        padding: 100px 0;
      }
    }
    @media (max-width: 992px) {
      .about-us-area.style-3 .about-us-wrapper {
        justify-content: start;
        padding: 80px 0;
      }
    }
    .about-us-area.style-3 .counter-area.style-2 {
      gap: 40px !important;
    }
    @media (max-width: 992px) {
      .about-us-area.style-3 .counter-area.style-2 {
        gap: 20px !important;
      }
    }
    @media (max-width: 767px) {
      .about-us-area.style-3 .counter-area.style-2 {
        gap: 10px !important;
      }
    }
    .about-us-area.style-3 .about-us-content-wrapper-2 {
      display: flex;
      flex-direction: column;
      gap: 40px;
    }
    .about-us-area.style-3 .section-title {
      margin-bottom: 0px;
      display: flex;
      flex-direction: column;
      justify-content: start;
      align-items: start;
      width: 550px;
    }
    @media (max-width: 1400px) {
      .about-us-area.style-3 .section-title {
        width: auto;
      }
    }
    @media (max-width: 992px) {
      .about-us-area.style-3 .video-modal-card {
        display: none;
      }
    }
    .about-us-area.style-3 .video-modal-card .image-wrapper {
      border-radius: 16px;
      padding: 10px;
    }
    .about-us-area.style-3 .video-modal-card .image-wrapper img {
      border-radius: 16px;
    }
    
    .location-card {
      position: relative;
      margin-right: 9px;
      border-radius: 16px;
      overflow: hidden;
    }
    @media (max-width: 992px) {
      .location-card {
        margin-right: 0;
      }
    }
    .location-card .image-wrapper {
      position: relative;
    }
    .location-card .image-wrapper .image-inner {
      z-index: 2;
      overflow: hidden;
      transition: 1s;
    }
    .location-card .image-wrapper .image-inner:before {
      position: absolute;
      width: 100%;
      height: 0;
      left: 0;
      top: 0;
      background-color: rgba(254, 113, 42, 0.6);
      content: "";
      transition: all 0.5s ease-out;
    }
    .location-card .image-wrapper .image-inner img {
      width: 100%;
      transition: all 0.5s ease-out;
    }
    .location-card .image-wrapper .favourite-icon {
      position: absolute;
      bottom: 0;
      right: 0;
      transform: translate(-67%, 52%);
      z-index: 20;
      width: 48px;
      height: 48px;
      border-radius: 100%;
      background-color: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center;
      filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.08));
    }
    .location-card .image-wrapper .favourite-icon.active i {
      color: #553087;
    }
    .location-card .image-wrapper .favourite-icon i {
      color: #282E65;
      font-size: 20px;
    }
    .location-card .content-wrapper {
      visibility: hidden;
      position: absolute;
      bottom: 0;
      margin-bottom: -100px;
      left: 0;
      right: 0;
      margin-left: 17px;
      margin-right: 17px;
      border-radius: 16px;
      background-color: #ffffff;
      z-index: 2;
      transition: all 0.5s ease-out;
    }
    .location-card .content-wrapper .content-inner {
      display: flex;
      justify-content: center;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 16px 20px;
      opacity: 0;
      transition: all 0.5s ease-out;
    }
    @media (max-width: 1400px) {
      .location-card .content-wrapper .content-inner {
        gap: 0;
        justify-content: space-between;
      }
    }
    .location-card .content-wrapper .content-inner .content-title {
      line-height: 0px;
      width: 100%;
    }
    @media (max-width: 1400px) {
      .location-card .content-wrapper .content-inner .content-title {
        width: auto;
      }
    }
    .location-card .content-wrapper .content-inner .content-title a {
      font-family: "Source Sans 3", sans-serif;
      color: #282E65;
      font-size: 20px;
      font-weight: 700;
      line-height: 140%;
    }
    .location-card .content-wrapper .content-inner .content-title a:hover {
      background-position: -100%;
    }
    .location-card .content-wrapper .content-inner .icon {
      position: relative;
      overflow: hidden;
      transition: 1s;
      background-color: #553087;
      border-radius: 100%;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      transition: all 0.5s ease-out;
      flex-shrink: 0;
    }
    .location-card .content-wrapper .content-inner .icon:before {
      position: absolute;
      width: 0;
      height: 100%;
      left: 0;
      top: 0;
      background-color: #282E65;
      content: "";
      transition: all 0.5s ease-out;
      color: #ffffff;
    }
    .location-card .content-wrapper .content-inner .icon:hover:before {
      width: 100%;
      transition: all 0.5s ease-out;
    }
    .location-card .content-wrapper .content-inner .icon i {
      color: #ffffff;
      font-size: 28px;
      transform: translate(-28px, 14px);
      transition: all 0.5s ease-out;
      position: relative;
      z-index: 10;
    }
    .location-card:hover .image-inner:before {
      height: 100%;
      transition: all 0.5s ease-out;
    }
    .location-card:hover .favourite-icon i {
      transform: rotateY(360deg);
      transition: all 0.5s ease-out;
    }
    .location-card:hover .content-wrapper {
      visibility: visible;
      margin-bottom: 17px;
      transition: all 0.5s ease-out;
    }
    .location-card:hover .content-wrapper .content-inner {
      opacity: 1;
      transition: all 0.5s ease-out;
    }
    .location-card:hover .content-wrapper .content-inner .icon i {
      transform: none;
      transition: all 0.5s ease-out;
    }
    .location-card:hover .content-wrapper .content-inner .content-title {
      background-position: -100%;
    }
    
    .rating {
      position: absolute;
      top: 0;
      z-index: 2;
      right: 0;
    }
    .rating .ratting-inner {
      align-items: end;
      margin-top: 14px;
      margin-right: 16px;
      border-radius: 50px;
      background-color: #ffffff;
      padding: 2px 12px;
    }
    .rating .ratting-inner span {
      cursor: default;
      margin-right: 4px;
    }
    .rating .ratting-inner span i {
      font-size: 20px;
      color: #282E65;
    }
    .rating .ratting-inner .counter {
      font-family: "Source Sans 3", sans-serif;
      color: #282E65;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 180%;
    }
    
    .card-location {
      position: absolute;
      top: 0;
      z-index: 2;
      right: 0;
    }
    .card-location .location-inner {
      align-items: end;
      margin-top: 14px;
      margin-right: 28px;
      border-radius: 50px;
      background-color: #ffffff;
      padding: 6px 16px;
    }
    .card-location .location-inner span i {
      font-size: 14px;
      color: #282E65;
    }
    .card-location .location-inner .address {
      font-family: "Source Sans 3", sans-serif;
      color: #282E65;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 180%;
    }
    
    .location-card.style-2 {
      border: 1px solid #E7E7E7;
      overflow: hidden;
      box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
      transition: all 0.5s ease-out;
    }
    .location-card.style-2 .image-wrapper .image-inner {
      border-radius: 16px 16px 0 0;
    }
    .location-card.style-2 .image-wrapper .image-inner:before {
      position: absolute;
      top: 0;
      left: -85%;
      z-index: 2;
      display: block;
      content: "";
      width: 50%;
      height: 100%;
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
      -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
      transform: skewX(-25deg);
      z-index: 20;
    }
    .location-card.style-2 .image-wrapper .rating {
      left: 0 !important;
      right: inherit;
      margin-left: 18px;
    }
    .location-card.style-2 .content-wrapper {
      visibility: visible;
      margin-bottom: 0px;
      position: relative;
      margin-top: 34px;
      margin: 15px;
      background-color: #ffffff;
    }
    .location-card.style-2 .content-wrapper .content-inner {
      opacity: 1;
      flex-direction: column;
      justify-content: start;
      align-items: start;
      padding: 0px;
      gap: 3px;
    }
    .location-card.style-2 .content-wrapper .content-inner .price {
      color: #553087;
      font-family: "Source Sans 3", sans-serif;
      font-size: 24px;
      font-weight: 700;
      line-height: 140%;
      cursor: default;
    }
    .location-card.style-2 .content-wrapper .content-inner .content-title {
      width: auto;
      background-position: -100%;
      margin-bottom: 0;
    }
    .location-card.style-2 .content-wrapper .content-inner .content-title a {
      font-size: 28px;
      line-height: 130%;
      letter-spacing: -0.56px;
    }
    @media (max-width: 1400px) {
      .location-card.style-2 .content-wrapper .content-inner .content-title a {
        font-size: 22px;
      }
    }
    .location-card.style-2 .content-wrapper .content-inner .content-title a:hover {
      background-position: -100%;
    }
    .location-card.style-2 .content-wrapper .content-inner .time-zone {
      border-top: 1px solid #E7E7E7;
      padding-top: 15px;
      margin-top: 12px;
      width: 100%;
      display: flex;
      gap: 28px;
      flex-wrap: wrap;
      row-gap: 12px;
      column-gap: 24px;
    }
    .location-card.style-2 .content-wrapper .content-inner .time-zone ul{margin-bottom: 0;}
    .location-card.style-2 .content-wrapper .content-inner .time-zone .time-zone-inner {
      display: flex;
      gap: 12px;
      justify-content: center;
      align-items: center;
    }
    .location-card.style-2 .content-wrapper .content-inner .time-zone .time-zone-inner i {
      color: #553087;
      font-size: 18px;
    }
    .location-card.style-2 .content-wrapper .content-inner .time-zone .time-zone-inner .title {
      font-family: "Source Sans 3", sans-serif;
      color: #585866;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 170%;
      margin: 0px;
      cursor: default;
    }
    .serviceCategoryBox .location-card.style-2 .content-wrapper .content-inner {align-items: center;}
    .serviceCategoryBox .location-card.style-2 .content-wrapper .content-inner .time-zone {
      margin-top: 0;
      border-top: 0;
      padding-top: 0;
    }
    .serviceCategoryBox .location-card.style-2 .content-wrapper .content-inner .time-zone .theme-btn{margin:0 auto;}
    
    .serviceCategoryBox .location-card .image-wrapper .image-inner:before{display: none;}
    .serviceCategoryBox .location-card .content-wrapper .content-inner{opacity: 1;}
    .serviceCategoryBox .location-card .content-wrapper{    
      visibility: visible;
      margin-bottom: 17px;
    }
    .serviceCategoryBox .location-card .content-wrapper .content-inner .content-title {    margin-bottom: 0;-webkit-text-fill-color: #553087;color: #553087;}
    .serviceCategoryBox .location-card .content-wrapper .content-inner .icon i {transform: translate(0, 0);}
    
    
    .location-card.style-2:hover {
      margin-top: -10px;
      transition: all 0.5s ease-out;
    }
    .location-card.style-2:hover .image-wrapper .image-inner:before {
      -webkit-animation: shine 1s;
      animation: shine 1s;
    }
    
    .serviceView li{list-style: none;display: inline-block;align-items: center;margin-right: 20px;cursor: pointer;}
    .serviceView li i{margin-right: 10px;}
    .serviceView{display: inline-block;margin-right: 20px;}
    
    .serviceItemArea.listViewActive .serviceItem{width: 100%;}
    .serviceItemArea.listViewActive .serviceItem .location-card {display: flex;flex-direction: row;flex-wrap: wrap;align-items: center;}
    .serviceItemArea.listViewActive .serviceItem .location-card .image-wrapper{flex: 1 1 0;}
    .serviceItemArea.listViewActive .serviceItem .location-card .content-wrapper{flex: 3 1 0;margin: 20px 30px;}
    .serviceItemArea.listViewActive .serviceItem .location-card .image-wrapper .favourite-icon {bottom: 50%;right: -55px;}
    .serviceItemArea.gridViewActive .serviceItem .location-card .content-wrapper .desc{display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;-webkit-line-clamp: 2;max-height: 3em; }
    
    @media screen and (max-width:1440px) {
      .serviceItemArea.listViewActive .serviceItem .location-card .content-wrapper{flex: 2 1 0;margin: 20px 30px;}
    }
    @media screen and (max-width:1200px) {
      .serviceItemArea.listViewActive .serviceItem .location-card .content-wrapper .desc{display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;-webkit-line-clamp: 2;max-height: 3em; }
    
    }
    @media screen and (max-width:992px) {
      .serviceItemArea.listViewActive .serviceItem .location-card .content-wrapper .desc{display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;-webkit-line-clamp: 2;max-height: 3em; }
      .serviceItemArea.listViewActive .serviceItem .location-card .content-wrapper .content-inner .time-zone {
        border-top: none;
        padding-top: 0;
        margin-top: 0;}
        .serviceItemArea.listViewActive .serviceItem .location-card .content-wrapper .content-inner .time-zone .theme-btn{    padding: 10px 38px;}
    }
    @media screen and (max-width:767px) {
      .serviceItemArea.listViewActive .serviceItem .location-card {display: block;}
      .serviceView{display: none;}
      .serviceItemArea.listViewActive .serviceItem .location-card .image-wrapper .favourite-icon {bottom: 0;right: 0;}
    }
    /* @media screen and (min-width: 992px) {
      .seviceContainer.container{
          max-width: 100%;
      }
    }
    @media screen and (min-width: 1200px){
      .seviceContainer.container {
        max-width: 100%;
      }
    }
      @media screen and (min-width: 1400px){
        .seviceContainer.container {
            max-width: 1323px;
        }
    } */
    .location-card.style-3 {
      overflow: hidden;
    }
    .location-card.style-3 .image-wrapper .image-inner {
      border-radius: 16px;
    }
    .location-card.style-3 .image-wrapper .image-inner:before {
      position: absolute;
      top: 0;
      left: -85%;
      z-index: 2;
      display: block;
      content: "";
      width: 50%;
      height: 100%;
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
      -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
      transform: skewX(-25deg);
      z-index: 20;
    }
    .location-card.style-3 .image-wrapper .image-inner img {
      border-radius: 16px;
    }
    .location-card.style-3 .content-wrapper {
      visibility: visible;
      margin-bottom: 0px;
      position: relative;
      margin: 0;
      margin-top: 32px;
    }
    .location-card.style-3 .content-wrapper .content-inner {
      opacity: 1;
      flex-direction: column;
      justify-content: start;
      align-items: start;
      padding: 0px;
      gap: 3px;
    }
    .location-card.style-3 .content-wrapper .content-inner .price {
      color: #553087;
      font-family: "Source Sans 3", sans-serif;
      font-size: 20px;
      font-weight: 700;
      line-height: 140%;
    }
    .location-card.style-3 .content-wrapper .content-inner .title {
      width: auto;
      font-size: 24px;
    }
    .location-card.style-3 .content-wrapper .content-inner .title a {
      font-size: 24px;
      line-height: 130%;
      letter-spacing: -0.56px;
    }
    .location-card.style-3 .content-wrapper .content-inner .title a:hover {
      background-position: -100%;
    }
    .location-card.style-3 .content-wrapper .content-inner .time-zone {
      border-top: 1px solid #E7E7E7;
      padding-top: 24px;
      margin-top: 12px;
      width: 100%;
      display: flex;
      gap: 24px;
    }
    .location-card.style-3 .content-wrapper .content-inner .time-zone .time-zone-inner {
      display: flex;
      gap: 8px;
      justify-content: center;
      align-items: center;
    }
    .location-card.style-3 .content-wrapper .content-inner .time-zone .time-zone-inner i {
      color: #8F90A6;
      font-size: 18px;
    }
    .location-card.style-3 .content-wrapper .content-inner .time-zone .time-zone-inner .desc {
      font-family: "Source Sans 3", sans-serif;
      color: #585866;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 170%;
      margin: 0px;
    }
    .location-card.style-3:hover .image-wrapper .image-inner:before {
      -webkit-animation: shine 1s;
      animation: shine 1s;
    }
    
    .location-image-card {
      background: #ffffff;
      border-radius: 16px;
      overflow: hidden;
      padding: 56px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-right: 8px;
      align-items: center;
      text-align: center;
      transition: all 0.5s ease-out;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .location-image-card {
        padding: 30px;
      }
    }
    @media (max-width: 1400px) {
      .location-image-card {
        padding: 40px;
      }
    }
    .location-image-card .img-wrapper {
      border-radius: 100%;
      overflow: hidden;
      position: relative;
      transition: all 0.5s ease-out;
    }
    .location-image-card .img-wrapper:before {
      position: absolute;
      top: 0;
      left: -85%;
      z-index: 2;
      display: block;
      content: "";
      width: 50%;
      height: 100%;
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
      -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
      transform: skewX(-25deg);
      z-index: 20;
    }
    .location-image-card .content-inner .city {
      font-family: "Source Sans 3", sans-serif;
      color: #282E65;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 140%;
      margin-top: 26px;
      margin-bottom: 0px !important;
      cursor: default;
    }
    .location-image-card .content-inner .city:hover {
      background-position: -100%;
    }
    .location-image-card .content-inner .duration {
      font-family: "Source Sans 3", sans-serif;
      color: #585866;
      font-size: 16px;
      font-weight: 400;
      line-height: 170%;
      cursor: default;
    }
    .location-image-card:hover {
      margin-top: -20px;
      transition: all 0.5s ease-out;
      box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
    }
    .location-image-card:hover .img-wrapper {
      transform: rotateY(15deg);
      transition: all 0.5s ease-out;
    }
    .location-image-card:hover .img-wrapper:before {
      -webkit-animation: shine 1s;
      animation: shine 1s;
    }
    
    .location-image-card.style-2 {
      border: 1px solid #E7E7E7;
    }
    
    .location-slider-area.style-1 {
      padding: 120px 0;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .location-slider-area.style-1 {
        padding: 100px 0;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .location-slider-area.style-1 {
        padding: 80px 0;
      }
    }
    .location-slider-area.style-1 .slick-track .slick-slide {
      margin-top: 0;
    }
    .location-slider-area.style-1 .slick-track .slick-active {
      margin-top: 0px;
      transition: all 0.5s ease-out;
    }
    .location-slider-area.style-1 .slick-track .slick-active:nth-child(4n+2), .location-slider-area.style-1 .slick-track .slick-active:nth-child(4n+4) {
      margin-top: 40px;
      transition: all 0.5s ease-out;
    }
    @media (max-width: 1200px) {
      .location-slider-area.style-1 .slick-track .slick-active:nth-child(4n+2), .location-slider-area.style-1 .slick-track .slick-active:nth-child(4n+4) {
        margin-top: 0px;
      }
    }
    .location-slider-area.style-1 .section-title {
      margin-top: 10px;
      margin-bottom: 48px;
    }
    @media (max-width: 1400px) {
      .location-slider-area.style-1 .section-title {
        margin-top: 0px;
      }
    }
    @media (max-width: 992px) {
      .location-slider-area.style-1 .section-title .bottom-shape {
        width: 345px;
      }
    }
    .location-slider-area.style-1 .location-card .image-wrapper {
      height: 370px;
    }
    .location-slider-area .slick-list {
      margin: 0 -12px;
    }
    .location-slider-area .slick-list .slick-slide {
      margin: 0 12px;
    }
    .location-slider-area .slick-dots {
      display: none !important;
    }
   
    .location-slider-area .location-slider-arrow {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 16px;
    }
    .location-slider-area .location-slider-arrow .location-arrow-btn {
      width: 56px;
      height: 56px;
      border-radius: 100%;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .location-slider-area .location-slider-arrow .location-arrow-btn.prev-btn, .location-slider-area .location-slider-arrow .location-arrow-btn.next-btn {
      overflow: hidden;
      transition: all 0.5s ease-out;
      position: relative;
    }
    .location-slider-area .location-slider-arrow .location-arrow-btn.prev-btn:before, .location-slider-area .location-slider-arrow .location-arrow-btn.next-btn:before {
      position: absolute;
      width: 0;
      height: 100%;
      left: 0;
      top: 0;
      background-color: #553087;
      content: "";
      transition: all 0.5s ease-out;
      color: #ffffff;
    }
    .location-slider-area .location-slider-arrow .location-arrow-btn.prev-btn:hover:before, .location-slider-area .location-slider-arrow .location-arrow-btn.next-btn:hover:before {
      width: 100%;
      transition: all 0.5s ease-out;
    }
    .location-slider-area .location-slider-arrow .location-arrow-btn.prev-btn:hover i, .location-slider-area .location-slider-arrow .location-arrow-btn.next-btn:hover i {
      color: #ffffff;
      transition: all 0.5s ease-out;
    }
    .location-slider-area .location-slider-arrow .location-arrow-btn.prev-btn {
      background-color: #ffffff;
      border: 1px solid #E7E7E7;
    }
    .location-slider-area .location-slider-arrow .location-arrow-btn.prev-btn i {
      color: #282E65;
      position: relative;
      z-index: 10;
      transition: all 0.5s ease-out;
    }
    .location-slider-area .location-slider-arrow .location-arrow-btn.next-btn {
      background-color: #E6EFFF;
    }
    .location-slider-area .location-slider-arrow .location-arrow-btn.next-btn i {
      color: #553087;
      position: relative;
      z-index: 10;
      transition: all 0.5s ease-out;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .location-slider-area .location-slider-arrow {
        display: none !important;
      }
    }
    
    .location-slider-area.style-2 .location-card.style-2 {
      box-shadow: none;
      background-color: #ffffff;
    }
    
    .location-area {
      padding: 50px 0;
      overflow: hidden;
      position: relative;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .location-area {
        padding: 100px 0;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .location-area {
        padding: 80px 0;
      }
    }
    .location-area .section-title {
      margin-bottom: 47px;
    }
    
    .location-area.style-2 {
      padding: 120px 0;
      position: relative;
      background-color: #F9F8F7;
    }
    .location-area.style-2 .bg-bottom-shape {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .location-area.style-2 {
        padding: 100px 0;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .location-area.style-2 {
        padding: 80px 0;
      }
    }
    .location-area.style-2 .sec-btn {
      margin-top: 56px;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .location-area.style-2 .sec-btn {
        margin-top: 23px;
      }
    }
    
    .location-area.style-3 {
      padding: 0;
      padding-bottom: 120px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .location-area.style-3 {
        padding-bottom: 100px;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .location-area.style-3 {
        padding-bottom: 80px;
      }
    }
    
    .location-area.style-4 .location-card-wrapper {
      display: flex;
      flex-direction: column;
      gap: 27px;
    }
    .location-area.style-4 .location-card.style-1 {
      transition: all 0.5s ease-out;
    }
    .location-area.style-4 .location-card.style-1 .image-inner:before {
      position: absolute;
      top: 0;
      left: -85%;
      z-index: 2;
      display: block;
      content: "";
      width: 50%;
      height: 100%;
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
      -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
      transform: skewX(-25deg);
      z-index: 20;
    }
    .location-area.style-4 .location-card.style-1:hover {
      margin-top: -10px;
      transition: all 0.5s ease-out;
    }
    .location-area.style-4 .location-card.style-1:hover .image-wrapper .image-inner:before {
      -webkit-animation: shine 1s;
      animation: shine 1s;
    }
    
    .location-area.style-5 .location-card {
      border: none !important;
      box-shadow: none;
    }
    .location-area.style-5 .location-card .content-wrapper {
      margin: 0px;
      margin-top: 28px;
    }
    .location-area.style-5 .location-card .content-wrapper .title a {
      font-size: 24px;
    }
    .location-area.style-5 .location-card .content-wrapper .time-zone {
      gap: 20px;
    }
    
    .why-choose-us-area {
      padding: 120px 0;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .why-choose-us-area {
        padding: 100px 0;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .why-choose-us-area {
        padding: 80px 0;
      }
    }
    .why-choose-us-area.style-1 {
      background: #F9F8F7;
    }
    .why-choose-us-area .section-title {
      margin-top: 16px;
      flex-direction: column;
      align-items: start;
      margin-bottom: 0px;
    }
    .why-choose-us-area .section-title .title {
      padding-right: 20px;
    }
    .why-choose-us-area .section-title .bottom-shape {
      width: 272px;
    }
    .why-choose-us-area .image-wrapper {
      border-radius: 16px;
      overflow: hidden;
      /* animation: MoveLeftRight 2s linear infinite alternate; */
    }
    .why-choose-us-area .image-wrapper img {
      width: 100%;
    }
    .why-choose-us-area .info-wrapper {
      margin-left: 10px;
    }
    @media (max-width: 1400px) {
      .why-choose-us-area .info-wrapper {
        margin: 0;
      }
    }
    .why-choose-us-area .info-wrapper .info-card {
      border-top: 1px solid #E7E7E7;
      padding-top: 30px;
      margin-top: 29px;
    }
    .why-choose-us-area .info-wrapper .info-card:first-child {
      border: none;
      padding: 0;
      margin-top: 0;
    }
    .why-choose-us-area .info-wrapper .info-card .content {
      display: flex;
      flex-direction: column;
      gap: 12px;
      margin: 0;
    }
    .why-choose-us-area .info-wrapper .info-card .content .title {
      margin: 0;
    }
    .why-choose-us-area .info-wrapper .info-card .content .desc {
      margin: 0;
    }
    
    .why-choose-us-area.style-2 {
      background-color: #F9F8F7;
    }
    .why-choose-us-area.style-2 .sec-btn {
      margin: 0 !important;
    }
    
    .why-choose-us-area.style-3 {
      background-color: #FAFAFA;
      position: relative;
    }
    .why-choose-us-area.style-3 .shape {
      position: absolute;
      top: 0;
      right: 0;
    }
    @media (max-width: 992px) {
      .why-choose-us-area.style-3 .shape {
        height: 80px;
      }
    }
    .why-choose-us-area.style-3 .section-title {
      margin-top: 0px;
    }
    .why-choose-us-area.style-3 .info-card {
      width: auto;
    }
    .why-choose-us-area.style-3 .info-card .icon-wrapper {
      background: transparent;
      width: 60px;
      height: 60px;
      box-shadow: none;
    }
    .why-choose-us-area.style-3 .info-card .icon-wrapper img {
      width: 60px;
      height: 60px;
    }
    
    .process-step-area {
      position: relative;
      padding: 120px 0;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .process-step-area {
        padding: 100px 0;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .process-step-area {
        padding: 80px 0;
      }
    }
    .process-step-area .bg-shape {
      position: absolute;
      top: 47.5%;
      left: 24.5%;
    }
    @media (max-width: 1400px) {
      .process-step-area .bg-shape {
        display: none;
      }
    }
    .process-step-area .section-title {
      margin-bottom: 49px;
    }
    .process-step-area .section-title .title {
      width: 550px;
    }
    @media (max-width: 767px) {
      .process-step-area .section-title .title {
        width: auto;
      }
    }
    .process-step-area .section-title .bottom-shape {
      margin-left: 50px;
    }
    @media (max-width: 767px) {
      .process-step-area .section-title .bottom-shape {
        width: 275px;
        margin-left: 30px;
      }
    }
    
    .process-card {
      position: relative;
      z-index: 20;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .process-card .content-wrapper {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .process-card .content-wrapper .title {
      font-family: "Source Sans 3", sans-serif;
      color: #282E65;
      font-size: 28px;
      font-weight: 700;
      line-height: 130%;
      letter-spacing: -0.56px;
      margin-top: 40px;
      margin-bottom: 0;
      cursor: default;
    }
    .process-card .content-wrapper .desc {
      font-family: "Source Sans 3", sans-serif;
      color: #282E65;
      font-size: 16px;
      font-weight: 400;
      line-height: 170%;
      text-align: center;
      width: 324px;
      margin: 0;
      margin-top: 12px;
      cursor: default;
    }
    .process-card:hover .img-wrapper {
      -webkit-animation: flipInX 2s linear alternate;
      animation: flipInX 2s linear alternate;
    }
    
    .cta-area.style-1 {
      background-repeat: no-repeat;
      overflow: hidden;
      background-size: cover;
    }
    .cta-area .section-title {
      flex-direction: column;
      align-items: start;
      margin-bottom: 0px;
      padding: 120px 0;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .cta-area .section-title {
        padding: 100px 0;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .cta-area .section-title {
        padding: 80px 0;
      }
    }
    .cta-area .section-title .title {
      padding-right: 20px;
    }
    .cta-area .section-title .bottom-shape {
      width: 294px;
    }
    .cta-area .section-title .sec-btn {
      display: flex;
      gap: 16px;
    }
    @media (max-width: 992px) {
      .cta-area .section-title .sec-btn {
        margin-top: 0px;
      }
    }
    .cta-area .image-wrapper {
      position: relative;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .cta-area .image-wrapper {
        display: none;
      }
    }
    .cta-area .image-wrapper .wave-shape {
      position: absolute;
      top: 28.6%;
      left: 9.7%;
    }
    .cta-area .image-wrapper .top-circle {
      position: absolute;
      top: 24.8%;
      right: -5.5%;
      animation: MoveUpDown 3s linear infinite alternate;
    }
    .cta-area .image-wrapper .bottom-circle {
      position: absolute;
      bottom: 9.6%;
      left: 20.4%;
      animation: MoveUpDown 2s linear infinite alternate;
    }
    @media (max-width: 1400px) {
      .cta-area .image-wrapper .bottom-circle {
        left: 7%;
      }
    }
    @media (max-width: 1200px) {
      .cta-area .image-wrapper .bottom-circle {
        left: -7%;
      }
    }
    .cta-area .image-wrapper .side-img {
      position: relative;
      margin-top: 50px;
      margin-right: 116px;
    }
    
    .latest-posts-area {
      padding: 120px 0;
      background-color: #ffffff;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .latest-posts-area {
        padding: 100px 0;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .latest-posts-area {
        padding: 80px 0;
      }
    }
    
    .latest-post-card {
      display: flex;
      flex-direction: column;
    }
    .latest-post-card .img-wrapper {
      border-radius: 16px;
      overflow: hidden;
      flex-shrink: 0;
      /* height: 371px; */
      position: relative;
    }
    .latest-post-card .img-wrapper img {
      position: relative;
      object-fit: cover;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
    }
    .latest-post-card .img-wrapper:before {
      position: absolute;
      top: 0;
      left: -85%;
      z-index: 2;
      display: block;
      content: "";
      width: 50%;
      height: 100%;
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
      -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
      transform: skewX(-25deg);
      z-index: 20;
    }
    .latest-post-card .content-wrapper .short-title {
      font-family: "Source Sans 3", sans-serif;
      color: #585866;
      font-size: 18px;
      font-weight: 400;
      line-height: 180%;
      margin: 0px;
      margin-top: 0;
      cursor: default;
    }
    .latest-post-card .content-wrapper .post-title {
      margin: 0px;
      line-height: 0;
      margin-top: 16px;
    }
    .latest-post-card .content-wrapper .post-title a {
      font-family: "Source Sans 3", sans-serif;
      color: #282E65;
      font-size: 28px;
      font-weight: 700;
      line-height: 130%;
      letter-spacing: -0.56px;
      margin: 0px;
    }
    @media (max-width: 1400px) {
      .latest-post-card .content-wrapper .post-title a {
        font-size: 22px;
      }
    }
    .latest-post-card .content-wrapper .post-title a:hover {
      background-position: -100%;
    }
    .latest-post-card:hover .img-wrapper:before {
      -webkit-animation: shine 1s;
      animation: shine 1s;
    }
    
    .latest-post-card.style-2 {
      flex-direction: column;
      /* gap: 24px; */
    }
    @media (max-width: 992px) {
      .latest-post-card.style-2 {
        flex-direction: column;
        gap: 0px;
      }
    }
    .latest-post-card.style-2 .img-wrapper {
      border-radius: 16px;
      overflow: hidden;
      flex-shrink: 0;
      /* width: 256px;
      height: 253px; */
    }
    @media (max-width: 1400px) {
      .latest-post-card.style-2 .img-wrapper {
        /* width: 230px;
        height: 230px; */
      }
    }
    @media (max-width: 992px) {
      .latest-post-card.style-2 .img-wrapper {
        /* width: 100%; */
      }
    }
    @media (max-width: 1400px) {
      .latest-post-card.style-2 .content-wrapper .short-title {
        margin-top: 0;
      }
    }
    @media (max-width: 992px) {
      .latest-post-card.style-2 .content-wrapper .short-title {
        margin-top: 30px;
      }
    }
    @media (max-width: 1400px) {
      .latest-post-card.style-2 .content-wrapper .post-meta {
        flex-direction: column;
        align-items: start;
        justify-content: start;
      }
    }
    
    .video-modal-area {
      background-color: #FAFAFA;
      padding: 120px 0;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .video-modal-area {
        padding: 100px 0;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .video-modal-area {
        padding: 80px 0;
      }
    }
    .video-modal-area .section-title {
      gap: 202px;
      margin-bottom: 34px;
    }
    @media (max-width: 992px) {
      .video-modal-area .section-title {
        gap: 60px;
      }
    }
    @media (max-width: 767px) {
      .video-modal-area .section-title {
        gap: 30px;
        flex-direction: column;
      }
    }
    .video-modal-area .section-title .btn-sec-inner {
      margin-top: -12px;
    }
    
    .video-modal-card {
      position: relative;
      overflow: hidden;
    }
    .video-modal-card .image-wrapper {
      border-radius: 24px;
      padding: 12px;
      background-color: #ffffff;
      overflow: hidden;
    }
    .video-modal-card .image-wrapper img {
      border-radius: 24px;
      flex-shrink: 0;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .video-modal-card .image-wrapper {
        padding: 0px;
        border-radius: 12px;
      }
      .video-modal-card .image-wrapper img {
        border-radius: 12px;
      }
    }
    
    .popup-video-wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    
    .video-btn a {
      width: 88px;
      height: 88px;
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
      background-color: #ffffff;
      border-radius: 50%;
      background-size: cover;
      background-repeat: no-repeat;
      animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
      display: flex;
      align-items: center;
      justify-content: center;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .video-btn a {
        width: 70px;
        height: 70px;
      }
    }
    .video-btn a i {
      color: #553087;
      font-size: 30px;
    }
    .video-btn a:hover {
      animation: none;
    }
    
    .brand-slider-area {
      padding: 120px 0px;
      position: relative;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .brand-slider-area {
        padding: 100px 0;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .brand-slider-area {
        padding: 80px 0;
      }
    }
    
    .brand-slider-wrapper {
      display: flex;
      justify-content: space-between;
    }
    
    .counter-area {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 64px;
    }
    @media (max-width: 992px) {
      .counter-area {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
      }
    }
    .counter-area .single-counter {
      display: flex;
      flex-direction: column;
      gap: 7px;
    }
    @media (max-width: 992px) {
      .counter-area .single-counter {
        width: 44%;
        justify-content: start;
        align-items: start;
      }
    }
    .counter-area .single-counter .counter-inner {
      font-family: "Source Sans 3", sans-serif;
      color: #553087;
      font-size: 48px;
      font-weight: 700;
      line-height: 120%;
      letter-spacing: -0.96px;
      margin: 0px;
      cursor: default;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .counter-area .single-counter .counter-inner {
        font-size: 32px;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .counter-area .single-counter .counter-inner {
        font-size: 28px;
      }
    }
    .counter-area .single-counter .title {
      font-family: "Source Sans 3", sans-serif;
      color: #585866;
      font-size: 16px;
      font-weight: 400;
      line-height: 170%;
      margin: 0px;
      cursor: default;
    }
    
    .counter-area.style-2 {
      justify-content: start;
      gap: 95px;
      margin-top: 0px;
    }
    
    .post-meta {
      margin-top: 22px;
      display: flex;
      gap: 15px;
    }
    .post-meta .user-info {
      display: flex;
      gap: 11px;
    }
    .post-meta .user-info .image-wrapper {
      border-radius: 100%;
      overflow: hidden;
      width: 30px;
      height: 30px;
    }
    .post-meta .user-info .name {
      font-family: "Source Sans 3", sans-serif;
      color: #282E65;
      font-size: 16px;
      font-weight: 500;
      line-height: 170%;
      margin: 0px;
    }
    .post-meta .date-info .date, .post-meta .date-info .time, .post-meta .time-info .date, .post-meta .time-info .time {
      font-family: "Source Sans 3", sans-serif;
      color: #585866;
      font-size: 16px;
      font-weight: 400;
      line-height: 170%;
      position: relative;
      margin: 0px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 15px;
      cursor: default;
    }
    .post-meta .date-info .date:before, .post-meta .date-info .time:before, .post-meta .time-info .date:before, .post-meta .time-info .time:before {
      content: "";
      width: 6px;
      height: 6px;
      background-color: #585866;
      border-radius: 100%;
    }
    
    .post-meta.style-2 {
      justify-content: space-between;
    }
    .post-meta.style-2 .post-meta-inner {
      display: flex;
      gap: 12px;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .post-meta.style-2 .post-meta-inner {
        flex-direction: column;
        gap: 6px;
        justify-content: start;
        align-items: start;
      }
    }
    .post-meta.style-2 .badge {
      display: flex;
      padding: 4px 12px;
      align-items: flex-start;
      gap: 10px;
      background-color: #E6EFFF;
      border-radius: 50px;
    }
    .post-meta.style-2 .badge .badge-btn {
      font-family: "Source Sans 3", sans-serif;
      color: #553087;
      font-size: 16px;
      font-weight: 500;
      line-height: 170%;
    }
    
    .destination-details .single-post-item {
      padding: 0px;
    }
    .destination-details .single-post-item .post-title {
      margin-bottom: 24px;
    }
    .destination-details .single-post-item .post-thumbnail {
      margin: 40px 0;
    }
    .destination-details .single-post-item ul {
      padding: 0px;
      margin-bottom: 50px;
    }
    .destination-details .single-post-item ul li {
      padding: 24px 0;
      list-style: none;
      border-bottom: 1px solid #E7E7E7;
    }
    .destination-details .single-post-item ul li:first-child {
      border-top: 1px solid #E7E7E7;
      border-bottom: 1px solid #E7E7E7;
    }
    .destination-details .single-post-item ul li:last-child {
      border-top: none !important;
      border-bottom: 1px solid #E7E7E7;
    }
    .destination-details .single-post-item ul li p {
      margin: 0px !important;
    }
    .destination-details .single-post-item ul li .list-title {
      font-family: "Source Sans 3", sans-serif;
      color: #282E65;
      font-size: 16px;
      font-weight: 600;
      line-height: 170%;
    }
    .destination-details .single-post-item ul li .list-details {
      font-family: "Source Sans 3", sans-serif;
      color: #282E65;
      font-size: 16px;
      font-weight: 400;
      line-height: 180%;
    }
    .destination-details .single-post-item h6 {
      margin-top: 60px;
      margin-bottom: 24px !important;
    }
    .destination-details .sidebar .widget_latest_post li .price {
      font-family: "Source Sans 3", sans-serif;
      color: #553087;
      font-size: 20px;
      font-weight: 700;
      line-height: 140%;
    }
    .destination-details .sidebar .widget_latest_post li .latest-post-meta:before {
      content: "\f3c5";
      font-family: "Font Awesome 6 Pro";
    }
    
    .location-filter-wrapper {
      box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
      padding: 34px;
      background-color: #ffffff;
      position: absolute;
      z-index: 20;
      border-radius: 16px;
      top: 66.6%;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .location-filter-wrapper {
        position: unset;
      }
    }
    
    .location-filter-card form {
      position: relative;
      display: inline-flex;
      gap: 104px;
    }
    @media (max-width: 1200px) {
      .location-filter-card form {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
      }
    }
    .location-filter-card form input {
      width: 100px;
    }
    .location-filter-card form input, .location-filter-card form span {
      font-family: "Source Sans 3", sans-serif;
      color: #585866;
      font-size: 16px;
      font-weight: 400;
      line-height: 170%;
      margin: 0px;
      cursor: pointer;
    }
    .location-filter-card form .single-item {
      position: relative;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: start;
      width: 130px;
      gap: 8px;
    }
    @media (max-width: 1200px) {
      .location-filter-card form .single-item {
        width: auto;
      }
    }
    .location-filter-card form .single-item.price-range-inner {
      position: relative;
    }
    .location-filter-card form .single-item.price-range-inner .priceSlider {
      visibility: hidden;
      position: absolute;
      top: 0;
      padding: 20px;
      border-radius: 8px;
      background-color: #ffffff;
      box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
    }
    .location-filter-card form .single-item.price-range-inner.active .priceSlider {
      visibility: visible;
      margin-top: 62px;
    }
    .location-filter-card form .single-item.price-range-inner.active .priceSlider label {
      font-size: 16px;
      font-family: "Source Sans 3", sans-serif;
      color: #5e6f92;
      font-weight: 400;
      justify-content: start;
    }
    .location-filter-card form .single-item.price-range-inner.active .priceSlider label:after {
      display: none;
    }
    .location-filter-card form .single-item label, .location-filter-card form .single-item .priceLabel {
      position: relative;
      font-family: "Source Sans 3", sans-serif;
      color: #282E65;
      font-size: 20px;
      font-weight: 700;
      line-height: 140%;
      margin: 0px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
      cursor: pointer;
    }
    .location-filter-card form .single-item label:after, .location-filter-card form .single-item .priceLabel:after {
      content: "\f078";
      font-family: "Font Awesome 6 Pro";
      color: #553087;
      font-size: 14px;
    }
    .location-filter-card form .single-item .select-location {
      position: relative;
    }
    .location-filter-card form .single-item .select-location-inner {
      display: none;
    }
    .location-filter-card form .single-item .select2.select2-container {
      padding: 0 !important;
      margin-top: 0 !important;
      visibility: visible !important;
    }
    .location-filter-card form .single-item .select2.select2-container span {
      font-family: "Source Sans 3", sans-serif;
      color: #585866;
      font-size: 16px;
      font-weight: 400;
      line-height: 170%;
      margin: 0px;
      cursor: default;
    }
    .location-filter-card form .single-item .datepicker {
      position: relative;
    }
    .location-filter-card form .single-item .datepicker input {
      font-family: "Source Sans 3", sans-serif;
      color: #585866;
      font-size: 16px;
      font-weight: 400;
      line-height: 170%;
      margin: 0px;
      cursor: default;
    }
    .location-filter-card form button {
      border-radius: 12px;
      background-color: #553087;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #ffffff;
      font-family: "Source Sans 3", sans-serif;
      color: #ffffff;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 180%;
    }
    .location-filter-card form button i {
      color: #ffffff;
      font-size: 24px;
    }
    .location-filter-card form button.style-1 {
      width: 64px;
      height: 64px;
    }
    .location-filter-card form button:hover i {
      transition: all 0.5s ease-out;
      transform: rotateY(360deg);
    }
    
    .location-filter-wrapper.style-2 {
      position: absolute;
      top: 0;
      transform: translate(0%, -50%);
      padding: 40px;
    }
    @media (max-width: 1200px) {
      .location-filter-wrapper.style-2 {
        position: unset;
      }
    }
    @media (max-width: 767px) {
      .location-filter-wrapper.style-2 {
        transform: translate(0%, -12%);
      }
    }
    .location-filter-wrapper.style-2 form {
      gap: 118px;
    }
    @media (max-width: 1400px) {
      .location-filter-wrapper.style-2 form {
        gap: 40px;
      }
    }
    .location-filter-wrapper.style-2 form button {
      height: auto;
      width: auto;
      padding: 16px 38px;
    }
    .location-filter-wrapper.style-2 form button i {
      margin-right: 12px;
    }
    .location-filter-card.style-2 {
      position: absolute;
      top: 0;
      transform: translate(0%, -50%);
      padding: 40px;
      gap: 153px;
    }
    @media (max-width: 992px) {
      .location-filter-card.style-2 {
        flex-wrap: wrap;
        position: unset;
        transform: unset;
        top: unset;
        gap: 40px;
      }
    }
    .location-filter-card.style-2 button {
      height: auto;
      width: auto;
      padding: 16px 36px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 12px;
    }
    
    .slider-area {
      position: relative;
    }
    .slider-area.style-1 {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      background-repeat: no-repeat;
    }
    .slider-area.style-1 .banner-shape-1 {
      position: absolute;
      top: 23.4%;
      left: 5%;
      -webkit-animation: fadeInLeft 1s alternate infinite;
      animation: fadeInLeft 1s alternate infinite;
    }
    @media (max-width: 1400px) {
      .slider-area.style-1 .banner-shape-1 {
        top: 14%;
        left: 1%;
      }
    }
    .slider-area.style-1 .banner-shape-2 {
      position: absolute;
      bottom: 0;
      left: 5.3%;
      -webkit-animation: fadeInUp 1s alternate infinite;
      animation: fadeInUp 1s alternate infinite;
    }
    @media (max-width: 1200px) {
      .slider-area.style-1 .banner-shape-2 {
        height: 60px;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area.style-1 .banner-shape-2 {
        display: none;
      }
    }
    .slider-area.style-1 .banner-shape-3 {
      position: absolute;
      top: 25%;
      right: 0;
      -webkit-animation: fadeInLeft 5s alternate infinite;
      animation: fadeInLeft 5s alternate infinite;
    }
    .slider-area.style-1 .banner-shape-4 {
      position: absolute;
      bottom: 8%;
      right: 4.8%;
      -webkit-animation: fadeInDown 1s alternate infinite;
      animation: fadeInDown 1s alternate infinite;
    }
    @media (max-width: 992px) {
      .slider-area.style-1 .banner-shape-4 {
        display: none;
      }
    }
    .slider-area .slider-wrapper .slick-active .slider-short-title,
    .slider-area .slider-wrapper .slick-active .slider-title,
    .slider-area .slider-wrapper .slick-active .slider-short-desc,
    .slider-area .slider-wrapper .slick-active .slider-btn-wrapper {
      -webkit-animation-name: MovefadeUp;
      animation-name: MovefadeUp;
      -webkit-animation-fill-mode: both;
    }
    .slider-area .slider-wrapper .slick-active .slider-short-title {
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s;
      -webkit-animation-duration: 0.3s;
      animation-duration: 0.3s;
    }
    .slider-area .slider-wrapper .slick-active .slider-title {
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s;
      -webkit-animation-duration: 0.5s;
      animation-duration: 0.5s;
    }
    .slider-area .slider-wrapper .slick-active .slider-short-desc {
      -webkit-animation-delay: 0.7s;
      animation-delay: 0.7s;
      -webkit-animation-duration: 0.7s;
      animation-duration: 0.7s;
    }
    .slider-area .slider-wrapper .slick-active .slider-btn-wrapper {
      -webkit-animation-delay: 0.9s;
      animation-delay: 0.9s;
      -webkit-animation-duration: 0.9s;
      animation-duration: 0.9s;
    }
    .slider-area .slider-wrapper .slick-dots {
      display: none;
      gap: 20px;
      flex-direction: column;
      position: absolute;
      top: 50%;
      right: 46px;
      transform: translateY(-50%);
      z-index: 2;
      flex-direction: column;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area .slider-wrapper .slick-dots {
        display: none !important;
        position: relative;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        margin-right: 30px;
        bottom: 70px;
        top: unset;
        left: unset;
        right: unset;
        transform: none;
      }
    }
    .slider-area .slider-wrapper .slick-dots li {
      display: inline-block;
      line-height: 0;
      outline: 1px solid transparent;
      border: 4px solid transparent;
      border-radius: 50px;
      transition: all 0.5s ease-out;
    }
    .slider-area .slider-wrapper .slick-dots li button {
      font-size: 0;
      padding: 0;
      width: 11px;
      height: 11px;
      background-color: #c3e4de;
      border-radius: 50px;
      position: relative;
      transition: all 0.5s ease-out;
    }
    .slider-area .slider-wrapper .slick-dots li button:hover {
      background-color: rgb(255, 103, 49);
      transition: all 0.5s ease-out;
    }
    .slider-area .slider-wrapper .slick-dots li.slick-active {
      transition: all 0.5s ease-out;
      outline: 1px solid rgb(255, 103, 49);
    }
    .slider-area .slider-wrapper .slick-dots li.slick-active button {
      transition: all 0.5s ease-out;
    }
    .slider-area .single-slider {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      position: relative;
      z-index: 2;
      height: 959px;
    }
    @media (max-width: 1200px) {
      .slider-area .single-slider {
        height: 700px;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area .single-slider {
        height: auto;
      }
    }
    .slider-area .single-slider .slider-content-wrapper {
      position: relative;
      z-index: 99;
      padding-top: 48px;
    }
    @media (max-width: 992px) {
      .slider-area .single-slider .slider-content-wrapper {
        padding-top: 140px;
      }
    }
    @media (max-width: 767px) {
      .slider-area .single-slider .slider-content-wrapper {
        padding-top: 80px;
      }
    }
    .slider-area .single-slider .slider-content-wrapper .slider-content {
      position: relative;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area .single-slider .slider-content-wrapper .slider-content {
        text-align: left;
  	    max-width: 50%;
      }
      
    }
    .slider-area .single-slider .slider-content-wrapper .slider-content .topbar-shape {
      position: absolute;
      right: 0;
      top: 0;
      margin-right: -47px;
      margin-top: -25px;
      -webkit-animation: tada 5s alternate infinite;
      animation: tada 5s alternate infinite;
    }
    @media (max-width: 1400px) {
      .slider-area .single-slider .slider-content-wrapper .slider-content .topbar-shape {
        height: 50px;
        margin: 0;
        top: 20px;
        right: 20px;
      }
    }
    @media (max-width: 1200px) {
      .slider-area .single-slider .slider-content-wrapper .slider-content .topbar-shape {
        height: 50px;
        margin: 0;
        top: -8px;
        right: 0;
      }
    }
    .slider-area .single-slider .slider-content-wrapper .slider-content .bottom-shape {
      margin-top: -40px;
    }
    .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-title {
      font-family: "Cormorant Garamond", serif;
      font-size: 32px;
      font-weight: 700;
      line-height: 150%;
      color: #553087;
      display: inline-block;
      width: 100%;
      cursor: default;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-title {
        font-size: 18px;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-title {
        font-size: 12px;
      }
    }
    .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
      font-family: "Source Sans 3", sans-serif;
      color: #282E65;
      margin-bottom: 0px;
      font-size: 78px;
      font-weight: 700;
      line-height: 110%;
      letter-spacing: -1.56px;
      cursor: default;
    }
    @media only screen and (min-width: 992px) and (max-width: 1400px) {
      .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
        font-size: 60px;
        line-height: 64px;
      }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
        font-size: 48px;
        line-height: 56px;
      }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
        font-size: 42px;
        line-height: 52px;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
  	    font-size: 16px;
  	    line-height: 20px;
  	    margin-bottom: 10px;
  	}
    }
    .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-desc {
      font-family: "Source Sans 3", sans-serif;
      color: #585866;
      font-size: 18px;
      font-weight: 400;
      line-height: 180%;
      cursor: default;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-desc {
        font-size: 18px;
        line-height: 32px;
      }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-desc {
        font-size: 18px;
        line-height: 32px;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-desc {
        font-size: 18px;
        line-height: 32px;
        display: none;
      }
      

    }
    .slider-area .single-slider .slider-content-wrapper .slider-content .slider-btn-wrapper {
      margin-top: 41px;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area .single-slider .slider-content-wrapper .slider-content .slider-btn-wrapper {
        margin-top: 30px;
      }
    }
    .slider-area .single-slider .slider-image {
      margin-left: 130px;
      position: relative;
      z-index: 2;
      width: 860px;
      animation: MoveUpDown 2s linear infinite alternate;
      right: 35px;
      top: 111px;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area .single-slider .slider-image.moblile-slider-img {
        left: -30px;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area .single-slider .slider-image {
        margin-left: 40px;
        animation: none;
        top: 70px;
        right: unset;
        text-align: center;
      }
    }
    @media (max-width: 1799px) {
      .slider-area .single-slider .slider-image {
        width: auto;
        margin-top: inherit;
      }
    }
    
    .slider-feature-area {
      position: absolute;
      display: flex;
      z-index: 10;
      bottom: 0;
      margin-bottom: 60px;
      gap: 56px;
    }
    @media (max-width: 1200px) {
      .slider-feature-area {
        margin: 0;
        left: unset;
        bottom: 14%;
      }
    }
    @media (max-width: 992px) {
      .slider-feature-area {
        margin: 0;
        left: unset;
        bottom: 10%;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-feature-area {
        display: none;
      }
    }
    .slider-feature-area .single-feature-item {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 16px;
    }
    .slider-feature-area .single-feature-item .icon {
      width: 48px;
      height: 48px;
      border-radius: 100%;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: rgba(255, 255, 255, 0.2);
    }
    .slider-feature-area .single-feature-item .icon i {
      color: #ffffff;
    }
    .slider-feature-area .single-feature-item .desc {
      font-family: "Source Sans 3", sans-serif;
      color: #ffffff;
      width: 245px;
      font-size: 14px;
      font-weight: 500;
      line-height: 170%;
      margin: 0px;
      cursor: default;
    }
    
    .slider-area.style-2 {
      position: relative;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      margin: 0 103px;
      border-radius: 32px;
      overflow: hidden;
    }
    @media (max-width: 1600px) {
      .slider-area.style-2 {
        margin: 0px;
        border-radius: 0px;
      }
    }
    .slider-area.style-2 .slick-slide {
      border: none !important;
    }
    .slider-area.style-2 .slider-arrow-btn {
      display: none !important;
    }
    .slider-area.style-2 .slider-arrow-btn-wrapper {
      position: absolute;
      bottom: 0;
      right: 0;
      margin-right: 200px;
      margin-bottom: 56px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 12px;
      z-index: 20;
    }
    @media (max-width: 1200px) {
      .slider-area.style-2 .slider-arrow-btn-wrapper {
        right: unset;
        left: 10%;
        margin: 0;
        bottom: 2%;
      }
    }
    @media (max-width: 992px) {
      .slider-area.style-2 .slider-arrow-btn-wrapper {
        display: none;
      }
    }
    .slider-area.style-2 .slider-arrow-btn-wrapper .header-slider-arrow-btn {
      border-radius: 100%;
      width: 56px;
      height: 56px;
      overflow: hidden;
    }
    .slider-area.style-2 .slider-arrow-btn-wrapper .header-slider-arrow-btn i {
      position: relative;
      z-index: 10;
    }
    .slider-area.style-2 .slider-arrow-btn-wrapper .header-slider-arrow-btn.prev-btn:before, .slider-area.style-2 .slider-arrow-btn-wrapper .header-slider-arrow-btn.next-btn:before {
      position: absolute;
      width: 0;
      height: 100%;
      left: 0;
      top: 0;
      background-color: #553087;
      border-color: transparent !important;
      content: "";
      transition: all 0.5s ease-out;
      color: #ffffff;
    }
    .slider-area.style-2 .slider-arrow-btn-wrapper .header-slider-arrow-btn.prev-btn {
      background-color: transparent;
      color: #ffffff;
      position: relative;
      border: 1px solid #E7E7E7;
    }
    .slider-area.style-2 .slider-arrow-btn-wrapper .header-slider-arrow-btn.prev-btn:hover {
      border-color: transparent;
    }
    .slider-area.style-2 .slider-arrow-btn-wrapper .header-slider-arrow-btn.prev-btn:hover:before {
      width: 100%;
      transition: all 0.5s ease-out;
    }
    .slider-area.style-2 .slider-arrow-btn-wrapper .header-slider-arrow-btn.prev-btn:hover i {
      color: #ffffff;
      transition: all 0.5s ease-out;
    }
    .slider-area.style-2 .slider-arrow-btn-wrapper .header-slider-arrow-btn.next-btn {
      background-color: #E7E7E7;
      color: #282E65;
      position: relative;
      border: 1px solid transparent;
    }
    .slider-area.style-2 .slider-arrow-btn-wrapper .header-slider-arrow-btn.next-btn:hover {
      background-color: transparent;
      border-color: transparent !important;
    }
    .slider-area.style-2 .slider-arrow-btn-wrapper .header-slider-arrow-btn.next-btn:hover:before {
      width: 100%;
      transition: all 0.5s ease-out;
    }
    .slider-area.style-2 .slider-arrow-btn-wrapper .header-slider-arrow-btn.next-btn:hover i {
      color: #ffffff;
      transition: all 0.5s ease-out;
    }
    .slider-area.style-2 .slider-content-wrapper {
      margin-top: 0px;
      padding-top: 0;
      padding-bottom: 0;
      min-height: 80vh;
      display: flex;
      align-items: center;
    }
    @media (max-width: 992px) {
      .slider-area.style-2 .slider-content-wrapper {
        padding: 0px;
      }
    }
    .slider-area.style-2 .slider-content-wrapper .slider-short-desc {
      margin-top: 24px !important;
      padding-right: 60px;
    }
    @media (max-width: 1400px) {
      .slider-area.style-2 .slider-content-wrapper .slider-short-desc {
        padding-right: 0px;
      }
    }
    .slider-area.style-2 .slider-content-wrapper .slider-btn-wrapper {
      margin-top: 30px !important;
    }
    .slider-area.style-2 .single-slider {
      height: auto;
      position: relative;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
    }
    .slider-area.style-2 .single-slider .slider-short-title, .slider-area.style-2 .single-slider .slider-title, .slider-area.style-2 .single-slider .slider-short-desc {
      color: #ffffff !important;
      margin: 0px;
    }
    .slider-area.style-2 .slider-wrapper .container {
      position: relative;
    }
    .slider-area.style-2 .slider-wrapper .slider-image {
      position: relative;
      z-index: 2;
      float: right;
      margin-top: inherit;
      animation: MoveLeftRight 2s linear infinite alternate;
      right: -50px;
    }
    .slider-area.style-2 .slider-wrapper .slider-image img {
      float: right;
    }
    
    .slider-area.style-3 {
      position: relative;
    }
    @media (max-width: 767px) {
      .slider-area.style-3 {
        background-color: #FAFAFA;
      }
      .slider-area.style-2 .single-slider {
          background-position: center right;
      }
      .slider-area.style-2 .slider-content-wrapper {
      min-height: 25vh;
      }
    }
    .slider-area.style-3 .shape-1 {
      position: absolute;
      z-index: 2;
      top: 86px;
      left: 95px;
    }
    @media (max-width: 1650px) {
      .slider-area.style-3 .shape-1 {
        top: 10px;
        left: 10px;
        height: 120px;
      }
    }
    @media (max-width: 767px) {
      .slider-area.style-3 .shape-1 {
        display: none;
      }
      .slider-area.style-2 .slider-content-wrapper .slider-btn-wrapper {
  	    margin-top: 10px !important;
  	}
    }
    .slider-area.style-3 .shape-2 {
      position: absolute;
      z-index: 2;
      bottom: 0;
      left: 0;
    }
    @media (max-width: 767px) {
      .slider-area.style-3 .shape-2 {
        display: none;
      }
    }
    @media (max-width: 767px) {
      .slider-area.style-3 .banner-shape {
        display: none;
      }
    }
    .slider-area.style-3 .banner-shape .shape {
      height: 848px;
      position: absolute;
    }
    @media (max-width: 992px) {
      .slider-area.style-3 .banner-shape .shape {
        width: 76%;
      }
    }
    .slider-area.style-3 .banner-shape .bg-img {
      height: 848px;
      position: absolute;
      z-index: -2;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area.style-3 .banner-shape .bg-img {
        height: 550px;
      }
    }
    .slider-area.style-3 .single-slider {
      height: 848px;
      position: relative;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider-area.style-3 .single-slider {
        height: 700px;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area.style-3 .single-slider {
        height: 550px;
      }
      .slider-area.style-3 .single-slider:before {
        visibility: visible;
      }
    }
    .slider-area.style-3 .single-slider .slider-overlay {
      background: linear-gradient(135deg, rgb(30, 174, 152) 0%, rgb(0, 91, 172) 100%);
      opacity: 0.659;
    }
    .slider-area.style-3 .single-slider .slider-content-wrapper {
      gap: 100px;
      margin-top: -60px;
    }
    @media (max-width: 992px) {
      .slider-area.style-3 .single-slider .slider-content-wrapper {
        margin: 0 !important;
        padding: 0 !important;
      }
    }
    .slider-area.style-3 .single-slider .slider-content-wrapper .slider-content {
      width: 100%;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area.style-3 .single-slider .slider-content-wrapper .slider-content {
        text-align: start !important;
      }
    }
    .slider-area.style-3 .single-slider .slider-content-wrapper .slider-content .slider-short-title {
      font-size: 32px;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area.style-3 .single-slider .slider-content-wrapper .slider-content .slider-short-title {
        font-size: 20px;
        line-height: 28px;
      }
    }
    .slider-area.style-3 .single-slider .slider-content-wrapper .slider-content .slider-title {
      font-size: 78px;
    }
    @media only screen and (min-width: 1199px) and (max-width: 1399px) {
      .slider-area.style-3 .single-slider .slider-content-wrapper .slider-content .slider-title {
        font-size: 78px;
        line-height: 90px;
      }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .slider-area.style-3 .single-slider .slider-content-wrapper .slider-content .slider-title {
        font-size: 78px;
        line-height: 90px;
      }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider-area.style-3 .single-slider .slider-content-wrapper .slider-content .slider-title {
        font-size: 60px;
        line-height: 72px;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-area.style-3 .single-slider .slider-content-wrapper .slider-content .slider-title {
        font-size: 42px;
        line-height: 52px;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 350px) {
      .slider-area.style-3 .single-slider .slider-content-wrapper .slider-content .slider-title {
        font-size: 38px;
        line-height: 50px;
      }
    }
    .slider-area.style-3 .single-slider .slider-btn-wrapper {
      display: flex;
      gap: 24px;
    }
    .slider-area.style-3 .single-slider .popup-video-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 16px;
      position: unset;
      transform: none;
    }
    .slider-area.style-3 .single-slider .popup-video-wrapper .video-btn a {
      width: 63px;
      height: 63px;
    }
    .slider-area.style-3 .single-slider .popup-video-wrapper .video-btn a i {
      font-size: 24px;
    }
    .slider-area.style-3 .single-slider .popup-video-wrapper span, .slider-area.style-3 .single-slider .popup-video-wrapper .btn-text {
      font-family: "Source Sans 3", sans-serif;
      color: #282E65;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 180%;
    }
    .slider-area.style-3 button.slider-arrow-btn {
      display: block !important;
    }
    .slider-area.style-3 .slider-wrapper .slick-dots {
      display: none !important;
    }
    
    .info-card {
      display: flex;
      align-items: center;
      gap: 32px;
      flex-shrink: 0;
    }
    .info-card .icon-wrapper {
      background-color: #ffffff;
      border-radius: 100%;
      width: 80px;
      height: 80px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-shrink: 0;
      box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
    }
    .info-card .icon-wrapper img {
      width: 34px;
      height: 34px;
    }
    .info-card .content {
      margin-top: 24px;
    }
    .info-card .content .title {
      font-family: "Source Sans 3", sans-serif;
      color: #282E65;
      font-size: 20px;
      font-weight: 700;
      line-height: 140%;
      cursor: default;
    }
    .info-card .content .desc {
      font-family: "Source Sans 3", sans-serif;
      color: #585866;
      font-size: 16px;
      font-weight: 400;
      margin-top: 2px;
      margin-bottom: 0px;
      line-height: 170%;
      cursor: default;
    }
    .info-card:hover .icon-wrapper {
      -webkit-animation: bounce 1s alternate;
      animation: bounce 1s alternate;
    }
    .info-card:hover .icon-wrapper img {
      transform: rotateY(360deg);
      transition: all 0.5s ease-out;
    }
    
    .info-card.style-2 {
      flex-direction: column;
      align-items: start;
      width: 228px;
      gap: 25px;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .info-card.style-2 {
        flex-direction: row;
        width: auto;
      }
    }
    .info-card.style-2 .content {
      margin-top: 0px;
    }
    
    .icon-card {
      display: flex;
      background: #ffffff;
      flex-direction: row;
      gap: 40px;
      margin-bottom: 36px;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .icon-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
      }
    }
    .icon-card:hover .icon img {
      transform: rotateY(360deg);
      transition: all 0.5s ease-out;
    }
    .icon-card .icon {
      width: 78px;
      height: 78px;
      display: flex;
      flex-shrink: 0;
    }
    .icon-card .icon img {
      width: 100%;
      transition: all 0.5s ease-out;
    }
    .icon-card .content {
      display: flex;
      gap: 30px;
      flex-direction: column;
      margin-top: 32px;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .icon-card .content {
        gap: 15px;
      }
    }
    .icon-card .content .title {
      font-family: "Source Sans 3", sans-serif;
      color: #282E65;
      margin-bottom: 0;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 140%;
      cursor: default;
    }
    .icon-card .content .desc {
      font-family: "Source Sans 3", sans-serif;
      font-size: 16px;
      line-height: 30px;
      font-weight: 400;
      color: #5e6f92;
      margin-bottom: 0;
    }
    .icon-card .content .desc a {
      color: #5e6f92;
    }
    
    .icon-card.style-2 {
      padding: 0;
      flex-direction: column;
      gap: 0;
      justify-content: center;
      align-items: center;
      margin-bottom: 0;
      border-radius: 16px;
      overflow: hidden;
      background-color: #ffffff;
      padding: 40px;
      box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
    }
    .icon-card.style-2 .icon {
      width: 92px;
      height: 92px;
      background: #E6EFFF;
      border-radius: 50px;
      justify-content: center;
      align-items: center;
    }
    .icon-card.style-2 .icon i {
      font-size: 32px;
      color: #553087;
    }
    .icon-card.style-2 .content {
      width: 100%;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-radius: 8px;
    }
    .icon-card.style-2 .content .info {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
    .icon-card.style-2 .content .info a, .icon-card.style-2 .content .info span, .icon-card.style-2 .content .info .desc {
      color: #585866;
    }
    .icon-card.style-2 .content .info a:hover {
      background-position: -100%;
    }
    .icon-card.style-2 .content .info span, .icon-card.style-2 .content .info .address-desc {
      font-family: "Source Sans 3", sans-serif;
      color: #585866;
      font-size: 16px;
      font-weight: 400;
      line-height: 170%;
      text-align: center;
    }
    @media (max-width: 1400px) {
      .icon-card.style-2 .content .info span br, .icon-card.style-2 .content .info .address-desc br {
        display: none;
      }
    }
    .icon-card.style-2:hover .icon {
      -webkit-animation: bounce 1s alternate;
      animation: bounce 1s alternate;
    }
    .icon-card.style-2:hover .icon i {
      transition: all 0.5s ease-out;
      transform: rotateY(360deg);
    }
    
    .testimonial-slider-area.style-2 .testimonial-marquee-wrapper .brand-marquee-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 40px;
    }
    .testimonial-slider-area.style-2 .testimonial-marquee-wrapper .first-marquee-wrapper {
      animation: Scroll 32s linear infinite;
    }
    .testimonial-slider-area.style-2 .testimonial-marquee-wrapper .second-marquee-wrapper {
      margin-top: 40px;
      animation: Scroll 32s linear infinite;
      animation-direction: reverse;
    }
    .testimonial-slider-area.style-2 .testimonial-marquee-wrapper.style-2 .testimonial-card-two {
      background-color: #ffffff;
    }
    
    .testimonial-slider-area.style-3 {
      background-repeat: no-repeat;
      background-color: #FAFAFA;
      position: relative;
      padding: 0;
      padding-bottom: 120px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .testimonial-slider-area.style-3 {
        padding-bottom: 100px;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .testimonial-slider-area.style-3 {
        padding-bottom: 80px;
      }
    }
    .testimonial-slider-area.style-3 .process-step-slider-wrapper .process-step-slider .slick-list.draggable {
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .testimonial-slider-area.style-3 .process-step-slider-wrapper .process-step-slider .slick-list.draggable {
        border-radius: 0px;
        box-shadow: none;
      }
    }
    .testimonial-slider-area.style-3 .process-step-slider-wrapper .process-step-slider .process-step .banner-shape {
      position: relative;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .testimonial-slider-area.style-3 .process-step-slider-wrapper .process-step-slider .process-step .banner-shape {
        display: none;
      }
    }
    .testimonial-slider-area.style-3 .process-step-slider-wrapper .process-step-slider .process-step .banner-shape .shape {
      position: absolute;
      height: 500px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .testimonial-slider-area.style-3 .process-step-slider-wrapper .process-step-slider .process-step .banner-shape .shape {
        width: 75%;
      }
    }
    .testimonial-slider-area.style-3 .process-step-slider-wrapper .process-step-slider .process-step .banner-shape .bg-img {
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 500px;
    }
    .testimonial-slider-area.style-3 .process-slider-tab {
      margin-top: 60px;
    }
    .testimonial-slider-area.style-3 .process-slider-tab .slick-list.draggable {
      padding: 0px !important;
    }
    .testimonial-slider-area.style-3 .process-slider-tab .slick-track {
      margin: 0px !important;
      transform: none !important;
    }
    .testimonial-slider-area.style-3 .process-slider-tab .slick-track .slick-slide {
      padding-bottom: 24px;
      margin-right: 50px;
      position: relative;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .testimonial-slider-area.style-3 .process-slider-tab .slick-track .slick-slide {
        margin-right: 12px;
        width: 68px !important;
      }
    }
    .testimonial-slider-area.style-3 .process-slider-tab .slick-track .slick-slide:after {
      position: absolute;
      content: "";
      width: 0%;
      height: 1px;
      bottom: 0;
      transition: all 0.5s ease-out;
      animation: fadeEffect 1s ease-in-out;
    }
    .testimonial-slider-area.style-3 .process-slider-tab .slick-track .slick-slide.slick-current.slick-center {
      position: relative;
    }
    .testimonial-slider-area.style-3 .process-slider-tab .slick-track .slick-slide.slick-current.slick-center:after {
      position: absolute;
      content: "";
      width: 100%;
      height: 1px;
      background-color: #282E65;
      bottom: 0;
      transition: all 0.5s ease-out;
      animation: fadeEffect 1s ease-in-out;
    }
    @media (max-width: 992px) {
      .testimonial-slider-area.style-3 .process-slider-tab .slick-track .slick-slide.slick-current.slick-center:after {
        width: 120% !important;
      }
    }
    .testimonial-slider-area.style-3 .process-slider-tab .slick-track .slick-slide.slick-current.slick-center .img-wrapper {
      transform: rotateY(360deg);
      transition: all 0.5s ease-out;
    }
    @media (max-width: 767px) {
      .testimonial-slider-area.style-3 .user-meta-info {
        width: auto;
      }
    }
    @media (max-width: 992px) {
      .testimonial-slider-area.style-3 .user-meta-info .user-info-inner {
        flex-direction: column;
      }
    }
    @media (max-width: 767px) {
      .testimonial-slider-area.style-3 .user-meta-info .user-info-inner .content {
        display: none;
      }
    }
    .testimonial-slider-area.style-3 .user-meta-info .content h5, .testimonial-slider-area.style-3 .user-meta-info .content .user-name {
      font-size: 20px;
    }
    .testimonial-slider-area.style-3 .user-meta-info .content p, .testimonial-slider-area.style-3 .user-meta-info .content .title {
      font-size: 16px;
    }
    .testimonial-slider-area.style-3 .content-wrapper {
      position: relative;
      padding: 74px 0px 102px 60px;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .testimonial-slider-area.style-3 .content-wrapper {
        padding: 0;
      }
    }
    .testimonial-slider-area.style-3 .content-wrapper .section-title {
      margin-bottom: 30px;
    }
    .testimonial-slider-area.style-3 .content-wrapper .user-commentment {
      width: 549px;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .testimonial-slider-area.style-3 .content-wrapper .user-commentment {
        width: auto;
      }
    }
    .testimonial-slider-area.style-3 .content-wrapper .user-commentment p {
      margin: 0;
    }
    .testimonial-slider-area.style-3 .content-wrapper .user-commentment .comment {
      font-family: "Source Sans 3", sans-serif;
      color: #282E65;
      font-size: 24px;
      font-weight: 500;
      line-height: 140%;
    }
    .testimonial-slider-area.style-3 .content-wrapper .user-ratting {
      margin-top: 36px;
      display: flex;
      gap: 6px;
    }
    .testimonial-slider-area.style-3 .content-wrapper .user-ratting i {
      color: #282E65;
    }
    
    .testimonial-slider-area {
      position: relative;
      padding: 120px 0;
      overflow: hidden;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .testimonial-slider-area {
        padding: 100px 0;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .testimonial-slider-area {
        padding: 80px 0;
      }
    }
    .testimonial-slider-area.style-1 .testimonial-content-wrapper {
      margin-left: 88px;
    }
    @media (max-width: 992px) {
      .testimonial-slider-area.style-1 .testimonial-content-wrapper {
        margin-left: 0px;
      }
    }
    .testimonial-slider-area.style-1 .testimonial-content-wrapper .section-title {
      margin-bottom: 42px;
    }
    
    .testimonial-slider-image-wrapper {
      position: relative;
    }
    @media (max-width: 1200px) {
      .testimonial-slider-image-wrapper {
        display: none;
      }
    }
    .testimonial-slider-image-wrapper .single-img-wrapper {
      position: absolute;
    }
    .testimonial-slider-image-wrapper .single-img-wrapper .img-inner {
      position: relative;
    }
    .testimonial-slider-image-wrapper .single-img-wrapper .img-inner .content {
      position: absolute;
      position: absolute;
      top: 50%;
      left: -16%;
      border-radius: 50px;
      padding: 8px 16px;
      background: white;
      box-shadow: 0px 8px 23px 0px rgba(0, 0, 0, 0.1);
      animation: MoveLeftRight 2s linear infinite alternate;
    }
    .testimonial-slider-image-wrapper .single-img-wrapper .img-inner .content.style-2 {
      left: inherit;
      right: -16%;
      animation: MoveLeftRight 4s linear infinite alternate;
    }
    .testimonial-slider-image-wrapper .single-img-wrapper .img-inner .content span, .testimonial-slider-image-wrapper .single-img-wrapper .img-inner .content .desc {
      color: #282E65;
      font-family: "Source Sans 3", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 150%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .testimonial-slider-image-wrapper .single-img-wrapper .img-inner .content span i, .testimonial-slider-image-wrapper .single-img-wrapper .img-inner .content .desc i {
      color: #553087;
      margin-right: 6px;
    }
    .testimonial-slider-image-wrapper .single-img-wrapper .image {
      height: auto;
      border-radius: 100%;
      overflow: hidden;
    }
    .testimonial-slider-image-wrapper .single-img-wrapper.style-1 {
      top: 0;
      transform: translate(0%, -10%);
    }
    .testimonial-slider-image-wrapper .single-img-wrapper.style-1 .image {
      width: 354px;
    }
    @media (max-width: 1400px) {
      .testimonial-slider-image-wrapper .single-img-wrapper.style-1 .image {
        width: 280px;
      }
    }
    .testimonial-slider-image-wrapper .single-img-wrapper.style-2 {
      width: 139px;
      height: auto;
      top: 0;
      left: 0;
      transform: translate(178%, 244%);
    }
    .testimonial-slider-image-wrapper .single-img-wrapper.style-2 .image {
      width: 139px;
    }
    .testimonial-slider-image-wrapper .single-img-wrapper.style-3 {
      top: 0;
      right: 0;
      transform: translate(2%, 91%);
    }
    @media (max-width: 1400px) {
      .testimonial-slider-image-wrapper .single-img-wrapper.style-3 {
        transform: translate(2%, 44%);
      }
    }
    .testimonial-slider-image-wrapper .single-img-wrapper.style-3 .image {
      width: 218px;
    }
    
    .testimonial-slider-wrapper button {
      display: none !important;
    }
    .testimonial-slider-wrapper .testimonial-card .content-wrapper .content .text {
      font-family: "Source Sans 3", sans-serif;
      color: #282E65;
      font-size: 24px;
      font-weight: 500;
      line-height: 140%;
      margin: 0px !important;
    }
    .testimonial-slider-wrapper .testimonial-card .user-rating {
      margin-top: 33px;
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .testimonial-slider-wrapper .testimonial-card .user-rating i {
      color: #282E65;
    }
    @media (max-width: 1200px) {
      .testimonial-slider-wrapper .testimonial-card .user-rating {
        margin-top: 22px;
      }
    }
    
    .testimonial-user-slider {
      margin-top: 52px;
      display: flex;
      align-items: center;
    }
    .testimonial-user-slider .arrow-btn {
      width: 64px !important;
      height: 64px !important;
      border-radius: 100%;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid transparent;
      border-color: #E7E7E7;
      position: relative;
      cursor: pointer;
    }
    .testimonial-user-slider .arrow-btn:before {
      position: absolute;
      width: 0;
      height: 100%;
      left: 0;
      top: 0;
      background-color: #553087;
      content: "";
      transition: all 0.5s ease-out;
      color: #ffffff;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .testimonial-user-slider .arrow-btn {
        width: 52px !important;
        height: 52px !important;
        background-color: #ffffff;
      }
      .testimonial-user-slider .arrow-btn i {
        color: #553087 !important;
      }
    }
    .testimonial-user-slider .arrow-btn i {
      color: #282E65;
      transition: all 0.5s ease-out;
      position: relative;
      z-index: 10;
    }
    .testimonial-user-slider .arrow-btn:hover:before {
      width: 100%;
      transition: all 0.5s ease-out;
    }
    .testimonial-user-slider .arrow-btn:hover i {
      color: #ffffff;
      transition: all 0.5s ease-out;
    }
    
    .testimonial-user-wrapper .slick-list {
      padding: 0px !important;
    }
    .testimonial-user-wrapper .slick-track {
      width: 100% !important;
      display: flex;
      transform: none !important;
    }
    .testimonial-user-wrapper .slick-current.single-user {
      border-color: #553087;
    }
    .testimonial-user-wrapper .slick-current.single-user img {
      transition: all 0.5s ease-out;
      transform: rotateY(360deg);
    }
    .testimonial-user-wrapper .single-user {
      height: 72px !important;
      width: 72px !important;
      padding: 3px;
      border-radius: 100%;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: transparent;
      margin-right: 12px;
      border: 1px solid transparent;
      position: relative;
      cursor: pointer;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .testimonial-user-wrapper .single-user {
        width: 52px !important;
        height: 52px !important;
        margin-right: 6px;
      }
    }
    .testimonial-user-wrapper .single-user img {
      border-radius: 100%;
    }
    
    .testimonial-card-two {
      padding: 40px;
      border-radius: 16px;
      border: 1px solid #E7E7E7;
    }
    .testimonial-card-two .desc-inner {
      border-top: 1px solid #E7E7E7;
      margin-top: 16px;
      padding-top: 18px;
    }
    .testimonial-card-two .desc-inner .desc {
      font-family: "Source Sans 3", sans-serif;
      color: #585866;
      font-size: 18px;
      font-weight: 400;
      line-height: 180%;
      cursor: default;
    }
    
    .user-meta-info {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 405px;
      cursor: pointer;
    }
    .user-meta-info .user-info-inner {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 18px;
    }
    .user-meta-info .user-info-inner .img-wrapper {
      border-radius: 100%;
      overflow: hidden;
      width: 60px;
      height: 60px;
    }
    .user-meta-info .user-info-inner .content .user-name {
      font-family: "Source Sans 3", sans-serif;
      color: #282E65;
      font-size: 24px;
      font-weight: 700;
      line-height: 140%;
      margin: 0px;
    }
    .user-meta-info .user-info-inner .content .title {
      font-family: "Source Sans 3", sans-serif;
      color: #8F90A6;
      font-size: 18px;
      font-weight: 500;
      line-height: 180%;
      margin: 0px;
    }
    .user-meta-info .rating {
      position: relative;
    }
    .user-meta-info .rating .ratting-inner {
      align-items: center;
      margin-top: 0px;
      margin-right: 0px;
      border-radius: 0px;
      background-color: transparent;
      padding: 0px;
    }
    
    .accordion-wrapper .accordion-box-wrapper {
      display: flex;
      flex-direction: column;
      gap: 16px;
      justify-content: start;
      align-items: start;
          margin-bottom: 20px;
    }
    .accordion-wrapper .accordion-list-item {
      border-radius: 12px;
      width: 746px;
      background-color: #ffffff;
      box-shadow: 0px 20px 40px 0px rgba(199, 206, 218, 0.2);
    }
    @media (max-width: 1080px) {
      .accordion-wrapper .accordion-list-item {
        width: 100%;
        border-radius: 10px;
      }
    }
    .accordion-wrapper .accordion-list-item .divider {
      margin: 16px 0px;
      padding: 0px 16px;
    }
    .accordion-wrapper .accordion-list-item .divider .outline {
      width: 100%;
      height: 1px;
      background-color: #C5C7CC;
    }
    .accordion-wrapper .accordion-list-item .accordion-head {
      display: flex;
      align-items: center;
      gap: 20px;
      cursor: pointer;
      padding: 28px;
      position: relative;
      justify-content: space-between;
    }
    @media (max-width: 1080px) {
      .accordion-wrapper .accordion-list-item .accordion-head {
        padding: 14px !important;
      }
    }
    @media (max-width: 1080px) {
      .accordion-wrapper .accordion-list-item .accordion-head {
        gap: 0px;
      }
    }
    .accordion-wrapper .accordion-list-item .accordion-head:after {
      content: "\f077";
      font-family: "Font Awesome 6 Pro";
      color: #ffffff;
      font-weight: 700;
    }
    .accordion-wrapper .accordion-list-item .accordion-head.collapsed:after {
      position: relative;
      content: "\f078";
      font-family: "Font Awesome 6 Pro";
      color: #ffffff;
      font-weight: 500;
    }
    .accordion-wrapper .accordion-list-item .accordion-head .accordion-title {
      font-size: 21px;
      line-height: 32px;
      color: #282E65;
      font-weight: 500;
      margin-bottom: 0;
    }
    .accordion-wrapper .accordion-list-item .accordion-item-body {
      padding: 0px 28px;
      padding-bottom: 28px;
      margin-top: -16px;
      transition: all 0.5s ease-out;
    }
    .accordion-wrapper .accordion-list-item .accordion-item-body p {
      border-top: 1px solid #C5C7CC;
      padding-top: 16px;
      cursor: default;
      font-size: 16px;
      color: #585866;
    }
    @media (max-width: 1080px) {
      .accordion-wrapper .accordion-list-item .accordion-item-body {
        padding: 20px !important;
      }
    }
    
    .accordion-wrapper.style-two .accordion-list-item .accordion-head .accordion-title {
      text-align: center;
      font-family: "Source Sans 3", sans-serif;
      color: #585866;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 180%;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .accordion-wrapper.style-two .accordion-list-item .accordion-head .accordion-title {
        font-size: 16px;
      }
    }
    .accordion-wrapper.style-two .accordion-list-item .accordion-head:after {
      color: #282E65;
      font-size: 12px;
      border-radius: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      flex-shrink: 0;
    }
    .accordion-wrapper.style-two .accordion-list-item .accordion-head.collapsed:after {
      border-radius: 50px;
      color: #282E65;
      font-size: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      flex-shrink: 0;
    }
    .accordion-wrapper.style-two .accordion-list-item .show.accordion-item-body {
      padding-bottom: 20px;
      transition: all 0.5s ease-out;
    }
    
    .blog-post {
      padding-right: 30px;
    }
    @media (max-width: 992px) {
      .blog-post {
        padding: 0;
      }
    }
    
    .page-header {
      border-left: 4px solid #dfe2e9;
      padding-left: 45px;
      margin-bottom: 50px;
    }
    @media (max-width: 991px) {
      .page-header {
        padding-left: 30px;
      }
    }
    .page-header .page-title {
      font-size: 48px;
      line-height: 60px;
    }
    @media (max-width: 991px) {
      .page-header .page-title {
        font-size: 38px;
        line-height: 48px;
      }
    }
    
    .post-card-divider {
      width: 100%;
      height: 1px;
      background-color: #E7E7E7;
      margin: 24px 0px;
    }
    
    .blog-area ol,
    .blog-area ul {
      padding-left: 20px;
    }
    .blog-area ol li,
    .blog-area ul li {
      padding-top: 7px;
    }
    
    .single-post-item {
      background-color: #ffffff;
      border-radius: 16px;
      overflow: hidden;
      margin-bottom: 48px;
      border: 1px solid #dfe2e9;
      padding: 32px;
      /* Quote Format Post */
      /* Sticky Post */
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .single-post-item {
        padding: 20px;
      }
    }
    .single-post-item:hover .post-thumbnail img,
    .single-post-item:hover .post-video img {
      transform: scale(1.06);
      transition: all 0.5s ease-out;
    }
    .single-post-item .post-gallery .slick-slide {
      border-radius: 16px;
      overflow: hidden;
    }
    .single-post-item iframe {
      width: 100%;
      height: 522px;
      border-radius: 16px;
      overflow: hidden;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .single-post-item iframe {
        height: 350px;
      }
    }
    .single-post-item .post-gallery-columns-2 {
      display: flex;
      gap: 35px;
    }
    @media (max-width: 992px) {
      .single-post-item .post-gallery-columns-2 {
        gap: 20px;
      }
    }
    .single-post-item .post-gallery-columns-2 .post-gallery-item {
      border-radius: 16px;
      overflow: hidden;
      max-width: 50%;
      position: relative;
    }
    .single-post-item .post-gallery-columns-2 .post-gallery-item:before {
      position: absolute;
      top: 0;
      left: -85%;
      z-index: 2;
      display: block;
      content: "";
      width: 50%;
      height: 100%;
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
      -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
      transform: skewX(-25deg);
      z-index: 20;
    }
    .single-post-item .post-gallery-columns-2 .post-gallery-item:hover:before {
      -webkit-animation: shine 1s;
      animation: shine 1s;
    }
    .single-post-item .list-item-wrapper {
      margin-top: 30px;
    }
    .single-post-item .list-item-wrapper ul {
      padding: 0px;
    }
    .single-post-item .list-item-wrapper li {
      list-style: none;
      display: flex;
      align-items: center;
      gap: 0 8px;
      padding-top: 8px;
      color: #282E65;
      font-family: "Source Sans 3", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 170%;
      cursor: default;
    }
    .single-post-item .list-item-wrapper li:before {
      content: "\f00c";
      font-family: "Font Awesome 6 Pro";
      color: #ffffff;
      width: 18px;
      height: 18px;
      flex-shrink: 0;
      border-radius: 50px;
      background: #553087;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 10px;
    }
    .single-post-item .post-content-wrapper {
      margin-top: 32px;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .single-post-item .post-content-wrapper {
        margin-top: 0px;
      }
    }
    .single-post-item .post-content-wrapper .read-more {
      margin-top: 30px;
      margin-bottom: 6px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
    }
    .single-post-item.format-quote .post-content {
      margin: 0;
    }
    .single-post-item.format-quote blockquote {
      margin: 0;
    }
    .single-post-item.format-quote blockquote p {
      margin-top: 0;
    }
    .single-post-item.format-quote blockquote cite a {
      font-family: "Source Sans 3", sans-serif;
      font-size: 16px;
      font-weight: 600;
      text-transform: capitalize;
      color: #5e6f92;
      margin-top: 20px;
      font-style: normal;
      transition: all 0.5s ease-out;
    }
    .single-post-item.format-quote blockquote cite a:hover {
      transition: all 0.5s ease-out;
      color: #553087;
    }
    .single-post-item.sticky {
      border: 2px solid #553087;
    }
    .single-post-item.sticky .post-content {
      margin-bottom: 0;
    }
    .single-post-item.sticky .post-content p {
      margin-bottom: 0;
    }
    .single-post-item .post-title {
      font-size: 32px;
      line-height: 48px;
      font-weight: 700;
      margin-bottom: 0;
    }
    .single-post-item .post-title:hover {
      background-position: -100%;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .single-post-item .post-title {
        font-size: 28px;
        line-height: 42px;
        margin-top: 5px;
      }
    }
    .single-post-item .post-title:hover a {
      color: #553087;
      transition: all 0.5s ease-out;
    }
    .single-post-item .post-content p {
      margin-top: 17px;
      cursor: default;
    }
    .single-post-item .post-content h2,
    .single-post-item .post-content h3,
    .single-post-item .post-content h4,
    .single-post-item .post-content h5,
    .single-post-item .post-content h6 {
      margin-bottom: 10px;
      cursor: default;
    }
    .single-post-item .post-content p {
      margin-bottom: unset;
    }
    .single-post-item .single-post-meta {
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 15px;
      width: 100%;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .single-post-item .single-post-meta {
        flex-direction: column;
      }
    }
    .single-post-item .social-share {
      display: flex;
      gap: 17px;
      align-items: center;
      justify-content: center;
    }
    .single-post-item .social-share a {
      background-color: #553087;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 100%;
      overflow: hidden;
      position: relative;
    }
    .single-post-item .social-share a:after {
      position: absolute;
      width: 100%;
      height: 0;
      left: 0;
      top: 0;
      background-color: #282E65 !important;
      content: "";
      transition: all 0.5s ease-out;
      z-index: -1;
      color: #ffffff;
    }
    .single-post-item .social-share a:hover {
      background-color: #282E65;
    }
    .single-post-item .social-share a i {
      font-size: 16px;
      color: #ffffff;
    }
    .single-post-item .social-share .social-share-title {
      font-size: 16px;
      font-weight: 700;
      font-family: "Source Sans 3", sans-serif;
      color: #282E65;
      margin-right: 5px;
      text-transform: uppercase;
      cursor: default;
    }
    .single-post-item .blog-post-tag {
      display: inline-block;
    }
    .single-post-item .blog-post-tag span {
      font-size: 16px;
      font-weight: 700;
      display: inline-block;
      font-family: "Cormorant Garamond", serif;
      color: #282E65;
      margin-bottom: 0;
      margin-right: 30px;
      text-transform: uppercase;
      margin-top: 8px;
      float: left;
    }
    .single-post-item .blog-post-tag .post-tag-list {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
    }
    .single-post-item .blog-post-tag .post-tag-list a {
      color: #5e6f92;
      display: inline-block;
      font-size: 16px;
      font-weight: 500;
      line-height: 170%;
      padding: 4px 12px;
      border-radius: 50px;
      transition: all 0.5s ease-out;
      background-color: #E6EFFF;
    }
    .single-post-item .blog-post-tag .post-tag-list a:hover {
      color: #ffffff;
      background: #553087;
      border-color: #553087;
      transition: all 0.5s ease-out;
    }
    .single-post-item .post-thumbnail,
    .single-post-item .post-video {
      position: relative;
      overflow: hidden;
      border-radius: 16px;
    }
    .single-post-item .post-thumbnail img,
    .single-post-item .post-video img {
      width: 100%;
      transform: scale(1);
      transition: all 0.5s ease-out;
    }
    .single-post-item .post-thumbnail .popup-video-wrapper,
    .single-post-item .post-video .popup-video-wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    .single-post-item .post-thumbnail .video-btn a,
    .single-post-item .post-video .video-btn a {
      width: 70px;
      height: 70px;
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
      background-color: #ffffff;
      border-radius: 50%;
      background-size: cover;
      background-repeat: no-repeat;
      animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .single-post-item .post-thumbnail .video-btn a i,
    .single-post-item .post-video .video-btn a i {
      color: #553087;
      font-size: 18px;
    }
    .single-post-item .post-thumbnail .video-btn a:hover,
    .single-post-item .post-video .video-btn a:hover {
      animation: none;
    }
    .single-post-item button.post-gallery-btn {
      position: absolute;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      transition: 0.3s;
      z-index: 99;
      background-color: #ffffff;
      cursor: pointer;
      top: 50%;
      transform: translateY(-50%);
      overflow: hidden;
    }
    .single-post-item button.post-gallery-btn.prev-btn {
      left: 30px;
    }
    .single-post-item button.post-gallery-btn.next-btn {
      right: 30px;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .single-post-item button.post-gallery-btn.prev-btn {
        left: 10px;
      }
      .single-post-item button.post-gallery-btn.next-btn {
        right: 10px;
      }
    }
    .single-post-item button.post-gallery-btn i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #553087;
      font-size: 17px;
      transition: all 0.5s ease-out;
    }
    .single-post-item button.post-gallery-btn:hover {
      transition: all 0.5s ease-out;
      background-color: #553087;
    }
    .single-post-item button.post-gallery-btn:hover i {
      color: #ffffff;
      transition: all 0.5s ease-out;
    }
    .single-post-item .post-audio iframe {
      width: 100%;
    }
    .single-post-item .post-meta {
      display: flex;
      align-items: center;
      gap: 32px;
      margin-bottom: 2px;
      flex-wrap: wrap;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .single-post-item .post-meta {
        gap: 10px;
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
      }
    }
    .single-post-item .post-meta span {
      font-size: 18px;
      font-weight: 400;
      color: #5e6f92;
      text-transform: capitalize;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .single-post-item .post-meta span i {
      color: #1eae98;
      font-size: 18px;
    }
    .single-post-item .post-meta span a {
      display: flex;
      align-items: center;
      gap: 10px;
      color: #5e6f92;
      transition: all 0.5s ease-out;
    }
    .single-post-item .post-meta span a:hover {
      color: #553087;
      transition: all 0.5s ease-out;
    }
    .single-post-item .post-meta span a:hover i {
      color: #553087;
      transition: all 0.5s ease-out;
    }
    
    .blog-post-nav {
      margin: 40px 0;
      background: #fff;
      padding: 23px 30px;
      padding-bottom: 22px;
      border-radius: 8px;
      border: 1px solid rgb(223, 226, 233);
      display: flex;
      justify-content: space-between;
      gap: 30px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1024px) {
      .blog-post-nav {
        flex-direction: column;
        padding: 30px;
        margin: 30px 0;
      }
    }
    @media (max-width: 767px) {
      .blog-post-nav {
        flex-direction: column;
        padding: 30px;
        margin: 30px 0;
      }
    }
    .blog-post-nav .divider {
      background-color: rgb(223, 226, 233);
      width: 1px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1024px) {
      .blog-post-nav .divider {
        width: 100%;
        height: 1px;
      }
    }
    @media (max-width: 767px) {
      .blog-post-nav .divider {
        width: 100%;
        height: 1px;
      }
    }
    .blog-post-nav .post-navigation {
      display: flex;
      gap: 20px;
      flex-basis: 0;
      flex-grow: 1;
      width: 50%;
    }
    @media (max-width: 374px) {
      .blog-post-nav .post-navigation {
        flex-direction: column !important;
      }
    }
    @media only screen and (min-width: 992px) and (max-width: 1024px) {
      .blog-post-nav .post-navigation {
        width: 100%;
      }
    }
    @media (max-width: 767px) {
      .blog-post-nav .post-navigation {
        width: 100%;
      }
    }
    .blog-post-nav .post-navigation:last-child {
      flex-direction: row-reverse;
    }
    .blog-post-nav .post-navigation:last-child .text {
      text-align: right;
    }
    @media (max-width: 374px) {
      .blog-post-nav .post-navigation:last-child .text {
        text-align: left;
      }
    }
    .blog-post-nav .post-navigation .post-img {
      width: 96px;
      height: 96px;
      position: relative;
      border-radius: 6px;
      overflow: hidden;
      flex-shrink: 0;
    }
    @media (max-width: 374px) {
      .blog-post-nav .post-navigation .post-img {
        width: 100% !important;
        height: 150px !important;
      }
    }
    .blog-post-nav .post-navigation .post-img img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      left: 0;
      top: 0;
    }
    .blog-post-nav .post-navigation .text {
      width: 100%;
    }
    .blog-post-nav .post-navigation .text span {
      font-size: 14px;
      font-family: "Source Sans 3", sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      display: block;
      color: #553087;
      cursor: pointer;
    }
    .blog-post-nav .post-navigation .text h4 {
      font-size: 21px;
      margin: 0;
      line-height: 30px;
    }
    .blog-post-nav .post-navigation .text h4:hover {
      background-position: -100%;
    }
    
    .blog-details-wrapper .post-comments {
      margin-top: 70px;
    }
    .blog-details-wrapper .wp-block-group.has-background .wp-block-button .wp-block-button__link {
      color: #ffffff !important;
    }
    .blog-details-wrapper .single-post-item {
      border: 0;
      overflow: visible;
      margin-right: 32px;
      padding: 0px;
    }
    @media (max-width: 992px) {
      .blog-details-wrapper .single-post-item {
        margin-right: 0px;
      }
    }
    .blog-details-wrapper .single-post-item iframe {
      width: 100%;
      height: 522px;
    }
    .blog-details-wrapper .single-post-item .post-meta {
      margin-bottom: 20px;
    }
    
    .specialPackageItemsSec{padding: 50px 0;}
    .specialPackageItemsSec .specialPackTitle {margin-bottom: 20px;}
    .specialPackageItemsSec .blog-details-wrapper .single-post-item{margin-right: 0;margin-bottom: 0;}
    .specialPackageItemsSec .blog-details-wrapper .single-post-item .post-meta.style-2{margin-top: 0;margin-bottom: 0;display: block;}
    .specialPackageItemsSec .blog-details-wrapper .single-post-item .post-meta.style-2 .date{font-size: 18px;}
    .specialPackageItemsSec .blog-details-wrapper .single-post-item .post-meta.style-2 .time{font-size: 18px;}
    .specialPackageItemsSec .detailPageTab {margin-top: 20px;}
    .specialPackageItemsSec .ui-tabs-panel {padding: 15px;}
    .specialPackItemsBox {
      padding: 20px;
      background: #eee;
      border-radius: 20px;
    }
    .specialPackItemsBox{margin-bottom: 50px;}
    .specialPackItemsBox .single-post-item{background-color: transparent;}
    .specialPackItemsBox #tabs{background-color: transparent;}
    .specialPackItemsBox .post-title-wrapper{border-bottom: 1px solid #999999;margin-bottom: 10px;}
    .specialPackItemsBox .post-title-wrapper .dateTime{display: flex;}
    .specialPackItemsBox .post-title-wrapper .dateTime h5{font-size: 18px;padding-right: 20px;}
    .specialPackItemsBox #tabs>ul {border-radius: 0;border-bottom: 1px solid #999999;}
    
    .specialServiceTestiSec.testimonial-slider-area{padding: 50px 0 100px;}
    .specialPackItemsBox .tab-content {
      display: none;
    }
    
    .specialPackItemsBox .tab-content.active {
      display: block;
    }
    
    @media screen and (max-width:767px){
    	  .specialPackItemsBox .post-title-wrapper .dateTime{display: flex;flex-wrap: wrap;}
    	  .specialPackItemsBox .post-title-wrapper .dateTime h5{width: 100%;}
    	  .specialPackageBox .specialPackImg{margin-top: 20px;}
    	  .specialPackageBox {
      padding: 20px;
      border-radius: 20px
  }
    }
    
    .customTabs>.tab-nav>ul {
      display: flex;
      align-items: flex-end;
      justify-content: space-evenly;
      margin-bottom: 0px;
      padding-left: 0;
      overflow: hidden;
      border-bottom: 1px solid #999999;
    }
    
    .customTabs>.tab-nav>ul>li {
      border: none;
      list-style: none;
      width: 100%;
      text-align: center;
      padding: 0;
      color: #000000;
      display: block;
      padding: 10px;
      border-bottom: 4px solid transparent;
      transition: all 0.5s ease-in-out;
      font-weight: 500;
      cursor: pointer;
    }
    
    
    .customTabs>.tab-nav>ul>li.active{
      border-bottom: 4px solid #553087;
      color: #553087;
    }
    
    .customTabs .tab-content {padding: 20px;}
    
    
    
    .blog-details-wrapper .single-post-item .post-gallery:hover img {
      transform: scale(1) !important;
    }
    .blog-details-wrapper .single-post-item .post-thumbnail,
    .blog-details-wrapper .single-post-item .post-video,
    .blog-details-wrapper .single-post-item .post-gallery,
    .blog-details-wrapper .single-post-item .postbox-audio,
    .blog-details-wrapper .single-post-item .wp-block-post-featured-image {
      border-radius: 16px;
      overflow: hidden;
      margin-bottom: 45px;
      position: relative;
    }
    @media (max-width: 767px) {
      .blog-details-wrapper .single-post-item .post-thumbnail,
      .blog-details-wrapper .single-post-item .post-video,
      .blog-details-wrapper .single-post-item .post-gallery,
      .blog-details-wrapper .single-post-item .postbox-audio,
      .blog-details-wrapper .single-post-item .wp-block-post-featured-image {
        margin-bottom: 30px;
      }
    }
    .blog-details-wrapper .single-post-item .post-thumbnail:hover img,
    .blog-details-wrapper .single-post-item .post-video:hover img,
    .blog-details-wrapper .single-post-item .post-gallery:hover img,
    .blog-details-wrapper .single-post-item .postbox-audio:hover img,
    .blog-details-wrapper .single-post-item .wp-block-post-featured-image:hover img {
      transform: scale(1.06);
      transition: all 0.5s ease-out;
    }
    .blog-details-wrapper .single-post-item .post-thumbnail img,
    .blog-details-wrapper .single-post-item .post-video img,
    .blog-details-wrapper .single-post-item .post-gallery img,
    .blog-details-wrapper .single-post-item .postbox-audio img,
    .blog-details-wrapper .single-post-item .wp-block-post-featured-image img {
      transform: scale(1);
      transition: all 0.5s ease-out;
    }
    .blog-details-wrapper .single-post-item .post-content {
      /* Unit Test Data Compatibility Start */
      /* Unit Test Data Compatibility End */
    }
    .blog-details-wrapper .single-post-item .post-content .wp-block-query .wp-block-post-template {
      padding-left: 0;
    }
    .blog-details-wrapper .single-post-item .post-content .wp-block-query .wp-block-post-template .wp-block-post {
      margin-bottom: 30px;
    }
    .blog-details-wrapper .single-post-item .post-content .wp-block-navigation__responsive-container-content .wp-block-page-list {
      padding-left: 0;
    }
    .blog-details-wrapper .single-post-item .post-content .wp-block-group {
      margin: 15px 0;
    }
    .blog-details-wrapper .single-post-item .post-content .wp-block-group p {
      margin-bottom: 0;
    }
    .blog-details-wrapper .single-post-item .post-content p {
      margin-bottom: 20px;
    }
    .blog-details-wrapper .single-post-item .post-content p img {
      margin: 20px 0;
      border-radius: 8px;
    }
    .blog-details-wrapper .single-post-item .blog-post-tag .social-share {
      padding-bottom: 20px;
    }
    .blog-details-wrapper .wp-block-calendar {
      margin-bottom: 30px;
    }
    
    .author-info {
      background-color: #F6F9FF;
      padding: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 32px;
      border-radius: 14px;
      position: relative;
      margin-top: 60px;
      margin-bottom: 80px;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .author-info {
        text-align: center;
        flex-direction: column;
        gap: 16px;
        margin-top: 32px;
      }
    }
    .author-info .author-thumb {
      flex-shrink: 0;
      width: 165px;
      height: 165px;
      border-radius: 50%;
      background-color: #553087;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .author-info .author-thumb img {
      border-radius: 50%;
    }
    .author-info .author-text .title-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .author-info .author-text .title-wrapper {
        flex-direction: column;
        gap: 16px;
      }
    }
    .author-info .author-text h3, .author-info .author-text a {
      font-size: 24px;
      font-weight: 500;
      line-height: 34px;
      margin: 0;
    }
    .author-info .author-text h3:hover, .author-info .author-text a:hover {
      background-position: -100%;
    }
    .author-info .author-text .designation {
      font-family: "Source Sans 3", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 27px;
      cursor: default;
    }
    .author-info .author-text p {
      margin-top: 8px;
      margin-bottom: 0;
      cursor: default;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .author-info .author-text p {
        margin-top: 16px;
      }
    }
    .author-info .author-social-profiles {
      display: flex;
      gap: 16px;
      justify-content: center;
    }
    .author-info .author-social-profiles a {
      font-size: 18px;
      color: #282E65;
      transition: all 0.5s ease-out;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: transparent;
      border-radius: 50px;
      border: 1px solid #282E65;
    }
    .author-info .author-social-profiles a:hover {
      transition: all 0.5s ease-out;
      background-color: #282E65;
      color: #ffffff;
    }
    .author-info .author-post a {
      font-size: 16px;
      font-weight: 700;
      font-family: "Cormorant Garamond", serif;
      color: #282E65;
      border-bottom: 2px solid rgb(255, 103, 49);
      margin-top: 30px;
      display: inline-block;
    }
    .author-info .author-post a:hover {
      color: rgb(255, 103, 49);
    }
    
    .section-title {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin-bottom: 74px;
      gap: 20px;
    }
    @media (max-width: 550px) {
      .section-title {
        flex-direction: column;
        margin-bottom: 60px;
        align-items: flex-start;
        gap: 40px;
      }
    }
    .section-title .sec-content {
      display: flex;
      gap: 0px;
      flex-direction: column;
      z-index: 2;
      position: relative;
      margin-bottom: -16px;
      margin-top: -8px;
    }
    @media (max-width: 550px) {
      .section-title .sec-content {
        width: 100%;
      }
    }
    .section-title .short-title {
      font-family: "Cormorant Garamond", serif;
      color: #553087;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%;
      cursor: default;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .section-title .short-title {
        font-size: 20px;
      }
    }
    .section-title .title {
      position: relative;
      font-family: "Source Sans 3", sans-serif;
      color: #553087;
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%;
      letter-spacing: -0.96px;
      cursor: default;
    }
    .section-title .title:after {
      position: absolute;
      content: "";
      background-image: url("../images/shape/bottom-bar.png");
      height: auto;
      z-index: 10;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-title .title {
        font-size: 48px;
        line-height: 62px;
      }
    }
    @media only screen and (min-width: 992px) and (max-width: 1024px) {
      .section-title .title {
        font-size: 47px;
      }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-title .title {
        font-size: 38px;
        line-height: 48px;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .section-title .title {
        font-size: 32px;
        line-height: 42px;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 439px) {
      .section-title .title br {
        display: none;
      }
    }
    .section-title .title span {
      color: #553087;
    }
    .section-title .topbar-shape {
      position: absolute;
      right: 0;
      top: 0;
      transform: translate(85%, 33%);
    }
    .section-title .topbar-shape-2 {
      position: absolute;
      right: 0;
      top: 0;
      transform: translate(87%, 34%);
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .section-title .topbar-shape-2 {
        transform: translate(-30%, 18%);
      }
    }
    .section-title .bottom-shape {
      margin-top: -21px;
      width: 430px;
    }
    .section-title .desc {
      font-size: 16px;
      font-weight: 400;
      font-family: "Source Sans 3", sans-serif;
      color: #5e6f92;
      margin-bottom: 0;
      line-height: 170%;
      cursor: default;
    }
    .section-title .sec-btn {
      margin-top: 27px;
    }
    
    @keyframes rotate {
      0% {
        color: #ffffff;
        transform: rotateY(0);
      }
      100% {
        color: #553087;
        transform: rotateY(360deg);
      }
    }
    @keyframes beat {
      to {
        transform: scale(1.5);
      }
    }
    @keyframes color {
      0% {
        color: #ffffff;
      }
      100% {
        color: #553087;
      }
    }
    @keyframes color-two {
      0% {
        color: #282E65;
      }
      100% {
        color: #553087;
      }
    }
    @keyframes move {
      0% {
        transform: translate(0, 0);
      }
      100% {
        transform: translate(-70px, 70px);
      }
    }
    @keyframes move2 {
      0% {
        transform: translate(0, 0);
      }
      100% {
        transform: translate(50px, 0px);
      }
    }
    @keyframes move3 {
      0% {
        transform: translate(200px, -200px);
      }
      100% {
        transform: translate(0px, 0px);
      }
    }
    @keyframes stretch {
      0% {
        transform: scale(1.1);
        border-radius: 100%;
      }
      100% {
        transform: scale(1.5);
      }
    }
    @keyframes shake {
      0% {
        transform: translate(1px, 1px) rotate(0deg);
      }
      10% {
        transform: translate(-1px, -2px) rotate(-1deg);
      }
      20% {
        transform: translate(-3px, 0px) rotate(1deg);
      }
      30% {
        transform: translate(3px, 2px) rotate(0deg);
      }
      40% {
        transform: translate(1px, -1px) rotate(1deg);
      }
      50% {
        transform: translate(-1px, 2px) rotate(-1deg);
      }
      60% {
        transform: translate(-3px, 1px) rotate(0deg);
      }
      70% {
        transform: translate(3px, 1px) rotate(-1deg);
      }
      80% {
        transform: translate(-1px, -1px) rotate(1deg);
      }
      90% {
        transform: translate(1px, 2px) rotate(0deg);
      }
      100% {
        transform: translate(1px, -2px) rotate(-1deg);
      }
    }
    /*
    
     @include md{
            padding: 100px 0;
          }
          @include sm {
            padding: 60px 0px;
          }
    
    */
    .page-breadcrumb-area {
      padding: 0;
      display: flex;
      align-items: center;
      overflow: hidden;
      position: relative;
      z-index: 2;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      background-color: #553087;
      padding-top: calc(333 / 1600* 100%);
    }
    .page-breadcrumb-area .container{
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
    }
    @media (max-width: 767px) {
      .page-breadcrumb-area {
        background-position: center right;
        padding-top: calc(800 / 1600* 100%);
      }
    }
    
    .page-overlay {
      background-image: linear-gradient(135deg, rgb(30, 174, 152) 0%, rgb(0, 91, 172) 100%);
      opacity: 0.6;
      height: 100%;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      z-index: -1;
    }
    
    .page-heading h3,
    .page-heading .page-title {
      text-align: center;
      color: #ffffff;
      font-family: "Source Sans 3", sans-serif;
      font-size: 48px;
      font-weight: 700;
      line-height: 120%;
      letter-spacing: -0.96px;
      margin-bottom: 15px;
      cursor: default;
    }
    @media (max-width: 992px) {
      .page-heading h3,
      .page-heading .page-title {
        font-size: 42px;
        line-height: 52px;
      }
    }
    @media (max-width: 375px) {
      .page-heading h3,
      .page-heading .page-title {
        font-size: 32px;
        line-height: 42px;
      }
    }
    
    .breadcrumb-wrapper {
      padding: 0 100px;
    }
    @media (max-width: 1199px) {
      .breadcrumb-wrapper {
        padding: 0;
      }
    }
    
    .breadcrumb-list {
      text-align: center;
    }
    .breadcrumb-list ul {
      margin-bottom: 0;
      padding-left: 0;
      display: inline-flex;
      gap: 0 25px;
    }
    @media (max-width: 375px) {
      .breadcrumb-list ul {
        flex-direction: column;
      }
    }
    .breadcrumb-list ul li {
      list-style: none;
      display: inline-flex;
      gap: 0 25px;
      align-items: center;
      color: #ffffff;
    }
    .breadcrumb-list ul li a {
      font-family: "Source Sans 3", sans-serif;
      font-size: 16px;
      text-align: center;
      color: #ffffff;
      text-transform: capitalize;
      line-height: 30px;
      font-weight: 400;
      margin-bottom: 0;
      width: 100%;
      position: relative;
      display: flex;
      justify-content: space-between;
    }
    .breadcrumb-list ul li a:after {
      position: absolute;
      bottom: 0;
      content: "";
      width: 0;
      background-color: #ffffff;
      height: 1px;
      transition: all 0.5s ease-out;
    }
    .breadcrumb-list ul li a:hover:after {
      width: 100%;
      transition: all 0.5s ease-out;
    }
    .breadcrumb-list ul li:before {
      content: "\f054";
      font-size: 12px;
      color: #fff;
      font-family: "Font Awesome 6 Pro";
      display: inline-flex;
    }
    .breadcrumb-list ul li:first-child:before {
      display: none;
    }
    @media (max-width: 375px) {
      .breadcrumb-list ul li:first-child:before {
        display: block !important;
      }
    }
    
    .wp-block-query-pagination,
    .navigation.posts-navigation,
    .comment-navigation {
      display: flex;
      align-items: center;
    }
    .wp-block-query-pagination .wp-block-query-pagination-numbers,
    .navigation.posts-navigation .wp-block-query-pagination-numbers,
    .comment-navigation .wp-block-query-pagination-numbers {
      width: inherit;
    }
    .wp-block-query-pagination .nav-links,
    .navigation.posts-navigation .nav-links,
    .comment-navigation .nav-links {
      display: flex;
      gap: 20px;
    }
    .wp-block-query-pagination .wp-block-query-pagination-previous,
    .wp-block-query-pagination .wp-block-query-pagination-next,
    .wp-block-query-pagination .nav-next a,
    .wp-block-query-pagination .nav-previous a,
    .navigation.posts-navigation .wp-block-query-pagination-previous,
    .navigation.posts-navigation .wp-block-query-pagination-next,
    .navigation.posts-navigation .nav-next a,
    .navigation.posts-navigation .nav-previous a,
    .comment-navigation .wp-block-query-pagination-previous,
    .comment-navigation .wp-block-query-pagination-next,
    .comment-navigation .nav-next a,
    .comment-navigation .nav-previous a {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #5e6f92;
      background-color: #ffffff;
      border-radius: 6px;
      height: 53px;
      padding: 0 20px;
      transition: all 0.5s ease-out;
      font-size: 18px;
      font-weight: 500;
      border: 1px solid #dfe2e9;
      text-transform: capitalize;
    }
    @media (max-width: 767px) {
      .wp-block-query-pagination .wp-block-query-pagination-previous,
      .wp-block-query-pagination .wp-block-query-pagination-next,
      .wp-block-query-pagination .nav-next a,
      .wp-block-query-pagination .nav-previous a,
      .navigation.posts-navigation .wp-block-query-pagination-previous,
      .navigation.posts-navigation .wp-block-query-pagination-next,
      .navigation.posts-navigation .nav-next a,
      .navigation.posts-navigation .nav-previous a,
      .comment-navigation .wp-block-query-pagination-previous,
      .comment-navigation .wp-block-query-pagination-next,
      .comment-navigation .nav-next a,
      .comment-navigation .nav-previous a {
        height: 40px;
      }
    }
    .wp-block-query-pagination .wp-block-query-pagination-previous:hover,
    .wp-block-query-pagination .wp-block-query-pagination-next:hover,
    .wp-block-query-pagination .nav-next a:hover,
    .wp-block-query-pagination .nav-previous a:hover,
    .navigation.posts-navigation .wp-block-query-pagination-previous:hover,
    .navigation.posts-navigation .wp-block-query-pagination-next:hover,
    .navigation.posts-navigation .nav-next a:hover,
    .navigation.posts-navigation .nav-previous a:hover,
    .comment-navigation .wp-block-query-pagination-previous:hover,
    .comment-navigation .wp-block-query-pagination-next:hover,
    .comment-navigation .nav-next a:hover,
    .comment-navigation .nav-previous a:hover {
      background: rgb(255, 103, 49) !important;
      color: #ffffff;
      border-color: rgb(255, 103, 49);
      transition: all 0.5s ease-out;
    }
    
    .basic-pagination,
    .page-links,
    .wp-block-query-pagination-numbers {
      display: inline-flex;
      width: 100%;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
    }
    .basic-pagination ul,
    .page-links ul,
    .wp-block-query-pagination-numbers ul {
      display: inline-flex;
      width: 100%;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
      list-style: none;
      margin-bottom: 0;
      padding-left: 0;
      justify-content: center;
      align-items: center;
    }
    .basic-pagination ul li,
    .page-links ul li,
    .wp-block-query-pagination-numbers ul li {
      padding-top: 0;
    }
    .basic-pagination ul .prev,
    .basic-pagination ul .next,
    .page-links ul .prev,
    .page-links ul .next,
    .wp-block-query-pagination-numbers ul .prev,
    .wp-block-query-pagination-numbers ul .next {
      background-color: #553087;
    }
    .basic-pagination ul .prev i,
    .basic-pagination ul .next i,
    .page-links ul .prev i,
    .page-links ul .next i,
    .wp-block-query-pagination-numbers ul .prev i,
    .wp-block-query-pagination-numbers ul .next i {
      color: #ffffff;
    }
    .basic-pagination ul .prev span,
    .basic-pagination ul .next span,
    .page-links ul .prev span,
    .page-links ul .next span,
    .wp-block-query-pagination-numbers ul .prev span,
    .wp-block-query-pagination-numbers ul .next span {
      display: none;
    }
    .basic-pagination .post-page-numbers,
    .page-links .post-page-numbers,
    .wp-block-query-pagination-numbers .post-page-numbers {
      background-color: rgba(71, 112, 247, 0.1) !important;
    }
    .basic-pagination .page-numbers,
    .basic-pagination .post-page-numbers,
    .page-links .page-numbers,
    .page-links .post-page-numbers,
    .wp-block-query-pagination-numbers .page-numbers,
    .wp-block-query-pagination-numbers .post-page-numbers {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #282E65;
      background-color: #FAFAFA;
      border-radius: 6px;
      height: 53px;
      width: 53px;
      transition: all 0.5s ease-out;
      font-size: 18px;
      font-weight: 500;
      text-transform: capitalize;
    }
    @media (max-width: 767px) {
      .basic-pagination .page-numbers,
      .basic-pagination .post-page-numbers,
      .page-links .page-numbers,
      .page-links .post-page-numbers,
      .wp-block-query-pagination-numbers .page-numbers,
      .wp-block-query-pagination-numbers .post-page-numbers {
        width: 40px;
        height: 40px;
        font-size: 16px;
      }
    }
    .basic-pagination .page-numbers:hover,
    .basic-pagination .post-page-numbers:hover,
    .page-links .page-numbers:hover,
    .page-links .post-page-numbers:hover,
    .wp-block-query-pagination-numbers .page-numbers:hover,
    .wp-block-query-pagination-numbers .post-page-numbers:hover {
      background: #553087 !important;
      color: #ffffff;
      transition: all 0.5s ease-out;
    }
    .basic-pagination .page-numbers.current,
    .basic-pagination .post-page-numbers.current,
    .page-links .page-numbers.current,
    .page-links .post-page-numbers.current,
    .wp-block-query-pagination-numbers .page-numbers.current,
    .wp-block-query-pagination-numbers .post-page-numbers.current {
      background: #553087 !important;
      color: #ffffff;
      transition: all 0.5s ease-out;
    }
    
    @media (max-width: 991px) {
      .sidebar {
        padding-left: 0;
        padding-top: 40px;
      }
    }
    
    .page-sidebar {
      margin-bottom: 50px;
    }
    
    /* Widget */
    .widget {
      background-color: #FAFAFA;
      padding: 32px;
      border-radius: 16px;
      margin-bottom: 48px;
      /* Widget Title */
      /* Social Widget Block */
      /* Recent Comment List Block Widget & Latest Post Widget Block */
      /* Social Widget */
      /* Select Option  */
      /* Login Widget */
      /* Search Widget */
      /* Tagcloud Widget */
      /* Default Widget */
    }
    .widget:last-child {
      margin-bottom: 40px;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .widget {
        padding: 30px;
      }
    }
    .widget ol,
    .widget ul {
      margin-bottom: 0;
    }
    .widget .wp-block-heading,
    .widget .widget-title,
    .widget .wp-block-search__label {
      display: flex;
      align-items: center;
      margin-bottom: 30px;
      color: #282E65;
      font-family: "Source Sans 3", sans-serif;
      position: relative;
      font-size: 32px;
      font-weight: 700;
      line-height: 120%;
      letter-spacing: -0.76px;
      cursor: default;
    }
    .widget .wp-block-social-links .wp-social-link {
      padding: 0;
      margin: 0;
      line-height: 0;
    }
    .widget .wp-block-social-links .wp-social-link a {
      width: 44px;
      height: 44px;
      padding: 0;
      display: flex;
      justify-content: center;
    }
    .widget .has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
    .widget .has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
      font-weight: 500;
    }
    .widget .has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author,
    .widget .has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link,
    .widget .has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author,
    .widget .has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link {
      font-weight: 500;
    }
    .widget .wp-block-latest-comments li.wp-block-latest-comments__comment,
    .widget .wp-block-latest-posts li.wp-block-latest-comments__comment {
      margin-bottom: 0;
    }
    .widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta,
    .widget .wp-block-latest-comments li .wp-block-latest-posts__post-title,
    .widget .wp-block-latest-posts li .wp-block-latest-comments__comment-meta,
    .widget .wp-block-latest-posts li .wp-block-latest-posts__post-title {
      line-height: 28px;
      font-weight: 400;
    }
    .widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date,
    .widget .wp-block-latest-comments li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date,
    .widget .wp-block-latest-posts li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date,
    .widget .wp-block-latest-posts li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date {
      font-size: 14px !important;
      margin-bottom: 10px;
      position: relative;
    }
    .widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date:before,
    .widget .wp-block-latest-comments li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date:before,
    .widget .wp-block-latest-posts li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date:before,
    .widget .wp-block-latest-posts li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date:before {
      content: "\f274";
      font-family: "Font Awesome 6 Pro";
      padding-right: 8px;
    }
    .widget .wp-block-latest-comments li a,
    .widget .wp-block-latest-posts li a {
      color: #5e6f92;
    }
    .widget .wp-block-latest-comments li a.wp-block-latest-comments__comment-author, .widget .wp-block-latest-comments li a.wp-block-latest-comments__comment-link,
    .widget .wp-block-latest-posts li a.wp-block-latest-comments__comment-author,
    .widget .wp-block-latest-posts li a.wp-block-latest-comments__comment-link {
      display: inline !important;
      text-transform: capitalize;
      line-height: 28px;
      font-weight: 400;
    }
    .widget .wp-block-latest-comments li a:hover,
    .widget .wp-block-latest-posts li a:hover {
      color: #553087;
    }
    .widget .wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p,
    .widget .wp-block-latest-posts li .wp-block-latest-comments__comment-excerpt p {
      font-size: 16px;
      line-height: 28px;
      margin: 0;
    }
    .widget .social-profile {
      justify-content: flex-start;
    }
    .widget .social-profile a {
      width: 60px;
      height: 60px;
      background-color: #ffffff;
      color: #553087;
      transition: all 0.5s ease-out;
      border-radius: 50px;
      flex-shrink: 0;
      flex-wrap: wrap;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }
    @media (max-width: 1199px) {
      .widget .social-profile a {
        width: 40px;
        height: 40px;
      }
    }
    .widget .social-profile a:hover {
      color: #ffffff;
      transition: all 0.5s ease-out;
      background-color: #553087;
    }
    .widget select {
      max-width: 100%;
      height: 50px;
      width: 100%;
      border: 1px solid transparent;
      padding: 0 10px;
      border-radius: 5px;
      color: #5e6f92;
      margin-bottom: 0;
    }
    .widget .has-login-form .login-username label,
    .widget .has-login-form .login-password label {
      margin-bottom: 10px;
    }
    .widget .has-login-form .login-username input,
    .widget .has-login-form .login-password input {
      max-width: 100%;
      height: 50px;
      width: 100%;
      border: 1px solid #31373f;
      padding: 0 10px;
      border-radius: 5px;
      color: #5e6f92;
    }
    .widget .has-login-form .login-remember label {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .widget .has-login-form .login-submit {
      margin-bottom: 0;
    }
    .widget .has-login-form .login-submit input.button-primary {
      display: inline-flex;
      background: #553087;
      color: #fff;
      padding: 12px 32px;
      text-align: center;
      font-weight: 500;
      font-family: "Source Sans 3", sans-serif;
      text-transform: capitalize;
      position: relative;
      z-index: 1;
      transition: 0.3s;
      font-size: 16px;
      align-items: center;
      gap: 10px;
      border-radius: 50px;
    }
    .widget.widget_search {
      display: flex;
      gap: 12px;
    }
    .widget.widget_search button {
      width: 62px;
      height: 62px;
      color: #ffffff;
      position: relative;
      right: 0;
      background-color: #282E65;
      top: 0;
      border-radius: 12px;
      line-height: 0;
      border: 0;
      margin-left: 0 !important;
      flex-shrink: 0;
      position: relative;
      overflow: hidden;
      transition: all 0.5s ease-out;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .widget.widget_search button {
        width: 50px;
        height: 50px;
      }
    }
    .widget.widget_search button:hover {
      background-color: #553087;
      transition: all 0.5s ease-out;
    }
    .widget.widget_search button:hover i {
      transform: rotateY(360deg);
      transition: all 0.5s ease-out;
    }
    .widget .search-form {
      display: flex !important;
      margin: 0px !important;
    }
    .widget .search-form button {
      width: 62px;
      flex-shrink: 0;
    }
    .widget .wp-block-search__no-button.wp-block-search input {
      border-radius: 10px;
    }
    .widget .wp-block-search {
      margin-bottom: -2px;
    }
    .widget .wp-block-search,
    .widget .search-form {
      display: inline-block;
      width: 100%;
      overflow: hidden;
    }
    .widget .wp-block-search .wp-block-search__inside-wrapper,
    .widget .search-form .wp-block-search__inside-wrapper {
      display: flex;
      padding: 0 !important;
    }
    .widget .wp-block-search label,
    .widget .search-form label {
      font-size: 24px;
      display: block;
      line-height: 28px;
      font-weight: 700;
      margin-bottom: 30px;
      color: #282E65;
      font-family: "Cormorant Garamond", serif;
    }
    .widget .wp-block-search input,
    .widget .search-form input {
      background-color: #ffffff;
      padding: 15px 24px;
      height: 62px;
      width: 100%;
      color: #5e6f92;
      font-family: "Source Sans 3", sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 180%;
      border-radius: 12px;
      border: 1px solid #E7E7E7;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .widget .wp-block-search input,
      .widget .search-form input {
        height: 50px;
      }
    }
    .widget .tagcloud,
    .widget .wp-block-tag-cloud {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      align-items: center;
    }
    .widget .tagcloud a,
    .widget .wp-block-tag-cloud a {
      color: #282E65;
      display: inline-block;
      font-size: 16px;
      line-height: 1;
      padding: 4px 12px;
      border-radius: 50px;
      background-color: #ffffff;
      transition: all 0.5s ease-out;
      border: 1px solid #ffffff;
      line-height: 170%;
      font-family: "Source Sans 3", sans-serif;
    }
    .widget .tagcloud a:hover,
    .widget .wp-block-tag-cloud a:hover {
      color: #ffffff;
      background: #553087;
      border-color: #553087;
      transition: all 0.5s ease-out;
    }
    .widget ul,
    .widget ol {
      margin-bottom: 0;
      padding-left: 0;
      /* Tag Cloud Widget */
    }
    .widget ul li,
    .widget ol li {
      display: block;
      padding: 10px 0;
      border-bottom: 1px solid #dfe2e9;
      /* Recent Comment Widget */
    }
    .widget ul li:first-child,
    .widget ol li:first-child {
      padding-top: 0;
    }
    .widget ul li:last-child,
    .widget ol li:last-child {
      padding-bottom: 0;
      border-bottom: 0;
    }
    .widget ul li.recentcomments .comment-author-link a:before,
    .widget ol li.recentcomments .comment-author-link a:before {
      display: block;
    }
    .widget ul li.recentcomments a,
    .widget ol li.recentcomments a {
      padding-left: 0;
      display: inline;
    }
    .widget ul li.recentcomments a:before,
    .widget ol li.recentcomments a:before {
      display: none;
    }
    .widget ul li a,
    .widget ol li a {
      color: #5e6f92;
      position: relative;
      display: inline-block;
      text-transform: capitalize;
      font-size: 18px;
      transition: all 0.5s ease-out;
      /* RSS Widget */
    }
    .widget ul li a:hover,
    .widget ol li a:hover {
      color: #553087;
      transition: all 0.5s ease-out;
    }
    .widget ul li a.rsswidget,
    .widget ol li a.rsswidget {
      padding-left: 0;
      font-weight: 500;
      display: block;
    }
    .widget ul li a.rsswidget:before,
    .widget ol li a.rsswidget:before {
      display: none;
    }
    .widget ul li ul,
    .widget ol li ul {
      padding-left: 25px;
      padding-top: 10px;
    }
    .widget ul.wp-tag-cloud li,
    .widget ol.wp-tag-cloud li {
      display: inline-block;
      padding: 0;
      border: 0;
    }
    .widget ul.wp-tag-cloud li a:before,
    .widget ol.wp-tag-cloud li a:before {
      display: none;
    }
    .widget.widget_categories ul li, .widget.widget_archive ul li {
      text-align: right;
      display: inline-block;
      width: 100%;
      color: #282E65;
      cursor: default;
    }
    .widget.widget_categories ul li.cat-item, .widget.widget_archive ul li.cat-item {
      text-align: right;
      display: inline-block;
      width: 100%;
    }
    .widget.widget_categories ul li a, .widget.widget_archive ul li a {
      float: left;
      color: #282E65;
    }
    .widget.widget_categories ul li:hover, .widget.widget_archive ul li:hover {
      color: #553087;
    }
    .widget.widget_categories ul li:hover a, .widget.widget_archive ul li:hover a {
      color: #553087;
    }
    
    /* About Info Widget*/
    .widget-about-info {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
    }
    .widget-about-info .about-desc {
      text-align: left;
    }
    .widget-about-info .about-desc .about-title {
      font-size: 20px;
    }
    .widget-about-info .about-image {
      width: 140px;
      height: 140px;
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 20px;
    }
    .widget-about-info .social-profile {
      display: flex;
      align-items: center;
      gap: 10px;
      padding-top: 30px;
      border-top: 1px solid #dfe2e9;
      width: 100%;
      margin-top: 10px;
    }
    .widget-about-info .social-profile a {
      transition: all 0.5s ease-out;
      width: 44px;
      height: 44px;
      background-color: #E7E7E7;
      border-radius: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #282E65;
      transition: all 0.5s ease-out;
    }
    .widget-about-info .social-profile a:hover {
      color: #ffffff;
      transition: all 0.5s ease-out;
      background-color: #553087;
    }
    
    /* Latest Post Widget*/
    .has-dates.has-author.wp-block-latest-posts .wp-block-latest-posts__post-title {
      display: inline-block;
      width: 100%;
      font-weight: 500;
    }
    
    .widget_rss .wp-block-heading:before,
    .widget_rss .widget-title:before {
      display: none;
    }
    .widget_rss .rss-widget-icon {
      margin-right: 6px;
    }
    .widget_rss ul li a.rsswidget {
      color: #282E65;
    }
    .widget_rss ul li a.rsswidget:hover {
      color: #553087;
    }
    
    .wp-block-latest-posts .wp-block-rss__item-title,
    .wp-block-rss .wp-block-rss__item-title,
    .widget_rss .wp-block-rss__item-title {
      display: inline-block;
      width: 100%;
      font-weight: 500;
    }
    .wp-block-latest-posts .wp-block-latest-posts__post-author,
    .wp-block-latest-posts .wp-block-rss__item-publish-date,
    .wp-block-rss .wp-block-latest-posts__post-author,
    .wp-block-rss .wp-block-rss__item-publish-date,
    .widget_rss .wp-block-latest-posts__post-author,
    .widget_rss .wp-block-rss__item-publish-date {
      margin-right: 10px;
    }
    .wp-block-latest-posts .wp-block-latest-posts__post-author,
    .wp-block-latest-posts .wp-block-latest-posts__post-date,
    .wp-block-latest-posts .wp-block-rss__item-publish-date,
    .wp-block-latest-posts .wp-block-rss__item-author,
    .wp-block-latest-posts .rss-date,
    .wp-block-rss .wp-block-latest-posts__post-author,
    .wp-block-rss .wp-block-latest-posts__post-date,
    .wp-block-rss .wp-block-rss__item-publish-date,
    .wp-block-rss .wp-block-rss__item-author,
    .wp-block-rss .rss-date,
    .widget_rss .wp-block-latest-posts__post-author,
    .widget_rss .wp-block-latest-posts__post-date,
    .widget_rss .wp-block-rss__item-publish-date,
    .widget_rss .wp-block-rss__item-author,
    .widget_rss .rss-date {
      display: inline-block;
      font-size: 14px !important;
      font-weight: 500;
      text-transform: capitalize;
      position: relative;
    }
    .wp-block-latest-posts .wp-block-latest-posts__post-date:before,
    .wp-block-latest-posts .wp-block-rss__item-publish-date:before,
    .wp-block-latest-posts .rss-date:before,
    .wp-block-rss .wp-block-latest-posts__post-date:before,
    .wp-block-rss .wp-block-rss__item-publish-date:before,
    .wp-block-rss .rss-date:before,
    .widget_rss .wp-block-latest-posts__post-date:before,
    .widget_rss .wp-block-rss__item-publish-date:before,
    .widget_rss .rss-date:before {
      content: "\f274";
      font-family: "Font Awesome 6 Pro";
      padding-right: 8px;
    }
    .wp-block-latest-posts .wp-block-latest-posts__post-author:before,
    .wp-block-latest-posts .wp-block-rss__item-author:before,
    .wp-block-rss .wp-block-latest-posts__post-author:before,
    .wp-block-rss .wp-block-rss__item-author:before,
    .widget_rss .wp-block-latest-posts__post-author:before,
    .widget_rss .wp-block-rss__item-author:before {
      content: "\f007";
      font-family: "Font Awesome 6 Pro";
      padding-right: 8px;
    }
    .wp-block-latest-posts .wp-block-latest-posts__post-excerpt,
    .wp-block-latest-posts .wp-block-rss__item-excerpt,
    .wp-block-latest-posts .rssSummary,
    .wp-block-rss .wp-block-latest-posts__post-excerpt,
    .wp-block-rss .wp-block-rss__item-excerpt,
    .wp-block-rss .rssSummary,
    .widget_rss .wp-block-latest-posts__post-excerpt,
    .widget_rss .wp-block-rss__item-excerpt,
    .widget_rss .rssSummary {
      margin-top: 10px;
      margin-bottom: 0;
    }
    
    .widget_latest_post ul li {
      display: flex;
      gap: 20px;
      border: 0;
      align-items: center;
      padding-bottom: 32px;
      margin-bottom: 32px;
      border-bottom: 1px solid #E7E7E7;
      padding-top: 0;
    }
    .widget_latest_post ul li:hover .latest-post-thumb img {
      transform: scale(1.2);
      transition: all 0.5s ease-out;
    }
    .widget_latest_post ul li:last-child {
      padding-bottom: 0px;
      margin-bottom: 0px;
    }
    .widget_latest_post ul li a {
      padding-left: 0;
    }
    .widget_latest_post ul li a:before {
      display: none;
    }
    .widget_latest_post ul li .latest-post-thumb {
      flex-shrink: 0;
      overflow: hidden;
      width: 102px;
      height: 102px;
      border-radius: 12px;
      position: relative;
    }
    .widget_latest_post ul li .latest-post-thumb img {
      transform: scale(1);
      transition: all 0.5s ease-out;
      position: absolute;
        width: 100%;
        height: 100%;
        max-width: none;
        object-fit: cover;
        object-position: center;
        left: 0;
        top: 0;
    }
    .widget_latest_post ul li .latest-post-desc .latest-post-title {
      margin-bottom: 8px;
      font-size: 18px;
      line-height: 24px;
      color: #282E65;
      font-family: "Source Sans 3", sans-serif;
    }
    .widget_latest_post ul li .latest-post-desc .latest-post-title a {
      font-size: 20px;
      font-weight: 700;
      line-height: 32px;
      color: #282E65;
      position: relative;
      text-transform: capitalize;
      transition: all 0.5s ease-out;
      font-family: "Source Sans 3", sans-serif;
    }
    .widget_latest_post ul li .latest-post-desc .latest-post-title a:hover {
      background-position: -100%;
    }
    .widget_latest_post ul li .latest-post-desc .latest-post-meta {
      font-family: "Source Sans 3", sans-serif;
      color: #585866;
      font-size: 16px;
      display: flex;
      align-items: center;
      font-weight: 400;
      gap: 8px;
      color: #5e6f92;
      line-height: 140%;
      cursor: default;
    }
    @media screen and (max-width:480px) {
      .widget_latest_post ul li {
        flex-direction: column;text-align: center;
      }
    }
    
    .widget-instagram-feed {
      display: grid;
      flex-wrap: wrap;
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 16px;
    }
    @media (max-width: 767px) {
      .widget-instagram-feed {
        grid-template-columns: repeat(3, 1fr);
      }
    }
    .widget-instagram-feed .single-instagram-feed {
      border-radius: 5px;
      width: 100%;
      height: 102px;
      overflow: hidden;
      position: relative;
      flex-shrink: 0;
    }
    @media (max-width: 767px) {
      .widget-instagram-feed .single-instagram-feed {
        height: 64px;
      }
    }
    .widget-instagram-feed .single-instagram-feed:hover img {
      transform: scale(1.1);
      transition: all 0.5s ease-out;
    }
    .widget-instagram-feed .single-instagram-feed img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      left: 0;
      top: 0;
      transform: scale(1);
      transition: all 0.5s ease-out;
    }
    
    .widget_promotion {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      background-color: #282E65;
    }
    .widget_promotion .wp-block-heading {
      width: 100%;
      text-align: center;
      color: #ffffff;
      font-size: 40px;
      line-height: 56px;
      margin-bottom: 10px;
    }
    .widget_promotion .secondary-btn {
      display: inline-block;
      background: rgb(255, 103, 49);
      color: #282E65;
      padding: 12px 104px;
      font-weight: 600;
      font-family: "Source Sans 3", sans-serif;
      text-transform: capitalize;
      position: relative;
      z-index: 1;
      transition: all 0.5s ease-out;
      font-size: 16px;
      align-items: center;
      gap: 10px;
      border-radius: 10px;
    }
    .widget_promotion .secondary-btn i {
      color: #fff;
      font-size: 16px;
    }
    .widget_promotion .secondary-btn:hover {
      transition: all 0.5s ease-out;
      background-color: #ffffff;
      border-color: #ffffff;
    }
    .widget_promotion p {
      color: rgba(255, 255, 255, 0.53);
      margin-bottom: 32px;
    }
    
    .single-post-item .single-post-meta {
      gap: 32px;
    }
    
    .blog-coment-title h2,
    .blog-coment-title .wp-block-comments-title,
    .wp-block-comments h2,
    .wp-block-comments .wp-block-comments-title {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 30px;
      cursor: default;
    }
    
    /* Block Comment Start */
    .wp-block-comments .wp-block-comment-template {
      padding-left: 0;
    }
    .wp-block-comments .wp-block-comment-template .wp-block-comment-reply-link {
      margin-top: 15px;
    }
    .wp-block-comments .wp-block-comment-template li .wp-block-columns {
      padding: 50px;
      border: 1px solid #dfe2e9;
      border-radius: 8px;
      margin-bottom: 24px;
    }
    .wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-column:first-child {
      flex-basis: 80px !important;
    }
    .wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-avatar {
      width: 100px;
      flex-shrink: 0;
      border-radius: 50%;
      overflow: hidden;
    }
    .wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-avatar img {
      width: 100%;
    }
    .wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-author-name a {
      font-size: 21px;
      margin-bottom: 5px;
      font-weight: 700;
      font-family: "Source Sans 3", sans-serif;
      color: #282E65;
    }
    .wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-edit-link a {
      color: #553087;
    }
    .wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-date a,
    .wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-edit-link a {
      color: #9ba8c3;
      font-size: 16px;
      font-weight: 400;
      font-family: "Source Sans 3", sans-serif;
    }
    .wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-reply-link a {
      border-radius: 6px;
      font-size: 14px;
      font-weight: 700;
      color: #282E65;
      border: 1px solid rgb(255, 103, 49);
      padding: 4px 26px;
      display: inline-block;
    }
    .wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-reply-link a:hover {
      background-color: rgb(255, 103, 49);
      color: #ffffff;
      transition: all 0.5s ease-out;
    }
    
    /* Block Comment End */
    .latest-comments .comment-respond {
      margin-top: 80px;
    }
    .latest-comments li .children .comments-box {
      margin-left: 50px;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .latest-comments li .children .comments-box {
        margin-left: 0;
      }
    }
    .latest-comments li .children .children .comments-box {
      margin-left: 100px;
      border-top: 1px solid #D2D2D2;
    }
    .latest-comments li .comments-box {
      padding: 50px;
      border: 1px solid #dfe2e9;
      border-radius: 8px;
      margin-bottom: 24px;
    }
    @media (max-width: 767px) {
      .latest-comments li .comments-box {
        padding: 30px;
      }
    }
    .latest-comments li .comments-box .comments-avatar {
      float: left;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .latest-comments li .comments-box .comments-avatar {
        float: inherit;
        margin-bottom: 20px;
      }
    }
    .latest-comments li .comments-box .comments-avatar img {
      margin-right: 30px;
      width: 100px;
      border-radius: 50px;
    }
    .latest-comments li .comments-box .comments-text {
      overflow: hidden;
    }
    .latest-comments li .comments-box .comments-text p {
      font-size: 16px;
      line-height: 30px;
      margin-bottom: 20px;
      color: #5e6f92;
      cursor: default;
    }
    .latest-comments li .comments-box .comments-text .avatar-name {
      margin-bottom: 10px;
      position: relative;
    }
    .latest-comments li .comments-box .comments-text .avatar-name h5 {
      font-size: 21px;
      margin-bottom: 5px;
      font-weight: 700;
      font-family: "Source Sans 3", sans-serif;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .latest-comments li .comments-box .comments-text .avatar-name h5:hover {
      background-position: -100%;
    }
    .latest-comments li .comments-box .comments-text .avatar-name span {
      color: #9ba8c3;
      font-size: 16px;
      font-weight: 400;
      font-family: "Source Sans 3", sans-serif;
      cursor: default;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .latest-comments li .comments-box .comments-text .avatar-name span {
        display: inline-block;
        width: 100%;
      }
    }
    .latest-comments li .comments-box .comments-text .comment-reply-link {
      display: inline-flex;
      align-items: center;
      border-radius: 6px;
      font-size: 14px;
      font-weight: 700;
      color: #553087;
      border: 1px solid #553087;
      padding: 4px 26px;
      gap: 8px;
      position: absolute;
      top: 0;
      right: 0;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .latest-comments li .comments-box .comments-text .comment-reply-link {
        position: unset;
        margin-top: 10px;
      }
    }
    .latest-comments li .comments-box .comments-text .comment-reply-link:hover {
      background-color: #553087;
      color: #ffffff;
      transition: all 0.5s ease-out;
    }
    
    .post-comments .latest-comments > ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0;
    }
    
    .comments-text > ul, .comments-text > ol {
      margin-bottom: 20px;
    }
    
    ul.children {
      list-style: none;
    }
    
    .post-comments-form {
      margin-top: 60px;
    }
    /*Comment Input Filed*/
    .post-comments-title .sub-title {
      font-size: 18px;
      font-weight: 700;
      font-family: "Source Sans 3", sans-serif;
      color: rgb(255, 103, 49);
      display: inline-block;
      width: 100%;
      margin-bottom: 15px;
    }
    .post-comments-title h3, .post-comments-title .title {
      color: #282E65;
      font-family: "Source Sans 3", sans-serif;
      font-size: 36px;
      font-weight: 700;
      line-height: 47px;
      display: flex;
      justify-content: space-between;
      cursor: default;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .post-comments-title h3, .post-comments-title .title {
        font-size: 28px;
        margin-bottom: 20px;
      }
    }
    .post-comments-title h3 small, .post-comments-title .title small {
      font-size: 16px;
      font-family: "Source Sans 3", sans-serif;
      color: #553087;
    }
    
    .comment-respond {
      background-color: #ffffff;
      padding: 50px;
      border-radius: 18px;
      position: relative;
      box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
      margin-top: 25px;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .comment-respond {
        padding: 30px;
      }
    }
    .comment-respond p {
      margin: 0;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .comment-respond .contacts-email {
        margin-left: 0;
      }
    }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .comment-respond .contacts-email {
        margin-left: 0;
      }
    }
    .comment-respond label {
      margin-bottom: 4px;
      font-family: "Source Sans 3", sans-serif;
      color: #161616;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 170%;
      cursor: default;
    }
    .comment-respond .checkbox-field-wrapper {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      flex-wrap: wrap;
      margin-bottom: 12px;
      padding: 15px 0;
    }
    .comment-respond .checkbox-field-wrapper p {
      margin: 0;
    }
    .comment-respond .checkbox-field-wrapper .single-checkbox-field {
      margin-bottom: 0;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      font-size: 16px;
      font-weight: 400;
      font-family: "Source Sans 3", sans-serif;
    }
    .comment-respond .comment-form-cookies-consent {
      display: none;
    }
    .comment-respond input[type=number] {
      -webkit-appearance: textfield;
      -moz-appearance: textfield;
      appearance: textfield;
    }
    .comment-respond input,
    .comment-respond select {
      height: 57px;
      width: 100%;
      opacity: 1;
      font-family: "Source Sans 3", sans-serif !important;
      font-weight: 400;
      padding: 15px 24px;
      color: #282E65;
      border: 1px solid #E7E7E7 !important;
      border-radius: 8px;
      font-size: 16px;
      line-height: 170%;
      background-color: #FAFAFA;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .comment-respond input,
      .comment-respond select {
        height: 50px;
      }
    }
    .comment-respond *::-webkit-input-placeholder {
      color: #A3A3A3;
    }
    .comment-respond *:-moz-placeholder {
      color: #A3A3A3;
      opacity: 1;
    }
    .comment-respond *::-moz-placeholder {
      color: #A3A3A3;
      opacity: 1;
    }
    .comment-respond *:-ms-input-placeholder {
      color: #A3A3A3;
    }
    .comment-respond *::-ms-input-placeholder {
      color: #A3A3A3;
    }
    .comment-respond *::placeholder {
      color: #A3A3A3;
    }
    .comment-respond textarea {
      resize: vertical;
      width: 100%;
      height: 144px;
      font-weight: 400;
      font-family: "Source Sans 3", sans-serif !important;
      margin-bottom: 12px;
      padding: 15px 24px;
      color: #282E65;
      border: 1px solid #E7E7E7 !important;
      border-radius: 8px;
      font-size: 16px;
      line-height: 170%;
      background-color: #FAFAFA;
    }
    .comment-respond input:focus,
    .comment-respond textarea:focus,
    .comment-respond .form-select:focus {
      outline: none !important;
      box-shadow: none;
      border-color: #553087 !important;
      transition: all 0.4s ease 0s;
    }
    
    .comment-respond.style-two {
      margin: 0;
      background-color: transparent;
      padding: 82px 88px 82px 6px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .comment-respond.style-two {
        padding: 50px;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .comment-respond.style-two {
        padding: 30px;
      }
    }
    .comment-respond.style-two .post-comments-title h2 {
      color: #ffffff;
    }
    .comment-respond.style-two label {
      color: #c7cdda;
    }
    .comment-respond.style-two .nice-select:after {
      border-color: transparent transparent #c7cdda transparent;
    }
    .comment-respond.style-two input[type=radio]::before,
    .comment-respond.style-two input[type=checkbox]::before {
      background-color: transparent;
    }
    .comment-respond.style-two .single-input-field p {
      margin-bottom: 0;
    }
    .comment-respond.style-two .single-input-field input,
    .comment-respond.style-two .single-input-field select,
    .comment-respond.style-two .single-input-field textarea {
      background-color: transparent;
      color: #c7cdda;
      border-color: #739bbf !important;
      box-shadow: none;
    }
    .comment-respond.style-two .single-input-field .nice-select {
      color: #c7cdda;
      border-color: #739bbf !important;
    }
    .comment-respond.style-two .single-input-field input:focus,
    .comment-respond.style-two .single-input-field textarea:focus,
    .comment-respond.style-two .single-input-field .form-select:focus,
    .comment-respond.style-two .single-input-field .nice-select:focus {
      border-color: #1eae98 !important;
    }
    .comment-respond.style-two .single-input-field *::-webkit-input-placeholder {
      color: #c7cdda;
    }
    .comment-respond.style-two .single-input-field *:-moz-placeholder {
      color: #c7cdda;
      opacity: 1;
    }
    .comment-respond.style-two .single-input-field *::-moz-placeholder {
      color: #c7cdda;
      opacity: 1;
    }
    .comment-respond.style-two .single-input-field *:-ms-input-placeholder {
      color: #c7cdda;
    }
    .comment-respond.style-two .single-input-field *::-ms-input-placeholder {
      color: #c7cdda;
    }
    .comment-respond.style-two .single-input-field *::placeholder {
      color: #c7cdda;
    }
    .comment-respond.style-two .checkbox-field-wrapper .single-checkbox-field .form-check-input,
    .comment-respond.style-two .checkbox-field-wrapper .wpcf7-list-item .form-check-input {
      background-color: transparent;
      border-color: #739bbf !important;
    }
    .comment-respond.style-two .checkbox-field-wrapper .single-checkbox-field input[type=checkbox],
    .comment-respond.style-two .checkbox-field-wrapper .single-checkbox-field input[type=radio],
    .comment-respond.style-two .checkbox-field-wrapper .wpcf7-list-item input[type=checkbox],
    .comment-respond.style-two .checkbox-field-wrapper .wpcf7-list-item input[type=radio] {
      border-color: #739bbf !important;
    }
    .comment-respond.style-two .checkbox-field-wrapper .single-checkbox-field input[type=checkbox]:checked,
    .comment-respond.style-two .checkbox-field-wrapper .single-checkbox-field input[type=radio]:checked,
    .comment-respond.style-two .checkbox-field-wrapper .wpcf7-list-item input[type=checkbox]:checked,
    .comment-respond.style-two .checkbox-field-wrapper .wpcf7-list-item input[type=radio]:checked {
      border-color: #1eae98 !important;
    }
    .comment-respond.style-three {
      margin: 0;
    }
    .comment-respond.style-three input,
    .comment-respond.style-three select,
    .comment-respond.style-three textarea {
      border: 1px solid rgb(223, 226, 233) !important;
      box-shadow: none;
    }
    .comment-respond.style-three input:focus,
    .comment-respond.style-three textarea:focus,
    .comment-respond.style-three .form-select:focus,
    .comment-respond.style-three .nice-select:focus {
      border-color: #553087 !important;
    }
    
    .about-us-area.style-1 {
      position: relative;
      border-color: #E7E7E7;
    }
    .about-us-area.style-1 .shape-1 {
      position: absolute;
      top: 71px;
      left: 76px;
      animation: MoveUpDown 2s linear infinite alternate;
    }
    @media (max-width: 1400px) {
      .about-us-area.style-1 .shape-1 {
        top: 20px;
        left: 20px;
      }
    }
    @media (max-width: 992px) {
      .about-us-area.style-1 .shape-1 {
        display: none;
      }
    }
    
    .why-choose-us-area.style-1 {
      position: relative;
    }
    .why-choose-us-area.style-1 .shape-1 {
      position: absolute;
      top: 0;
      left: 76px;
      animation: MoveLeftRight 2s linear infinite alternate;
    }
    @media (max-width: 1400px) {
      .why-choose-us-area.style-1 .shape-1 {
        left: 20px;
      }
    }
    .why-choose-us-area.style-1 .shape-2 {
      position: absolute;
      bottom: 106px;
      right: 82px;
      animation: MoveUpDown 2s linear infinite alternate;
    }
    @media (max-width: 1650px) {
      .why-choose-us-area.style-1 .shape-2 {
        right: 40px;
        bottom: 40px;
      }
    }
    @media (max-width: 992px) {
      .why-choose-us-area.style-1 .shape-2 {
        display: none;
      }
    }
    
    .location-slider-area.style-2 {
      padding-bottom: 120px;
    }
    .specialOfferingSec .location-slider-area.style-2{
      padding-bottom: 0;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .location-slider-area.style-2 {
        padding-bottom: 100px;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .location-slider-area.style-2 {
        padding-bottom: 80px;
      }
    }
    .location-slider-area.style-3 {
      padding: 100px 0;
    }
    .upcomingEventHmSec .section-title{
      margin-bottom: 30px;
    }
    .upcomingEventHmSec .upcomingVideo iframe{
      border-radius: 20px;
      margin-bottom: 20px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .location-slider-area.style-3 {
        padding: 100px 0;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .location-slider-area.style-3 {
        padding: 80px 0;
      }
    }
    
    .tour-area .location-area.style-1 .portfolio-filter {
      margin-top: 17px;
      margin-bottom: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      padding-left: 0;
      flex-wrap: wrap;
    }
    @media (max-width: 992px) {
      .tour-area .location-area.style-1 .portfolio-filter {
        flex-wrap: wrap;
        /* justify-content: start;
        align-items: start; */
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .tour-area .location-area.style-1 .portfolio-filter {
        gap: 6px;
      }
    }
    .tour-area .location-area.style-1 .portfolio-filter li {
      cursor: pointer;
    }
    /* .tour-area .location-area.style-1 .portfolio-filter li.active {
      background-color: #553087 !important;
    } */
    .tour-area .location-area.style-1 .portfolio-filter li:hover:after {
      height: 0 !important;
    }
    .tour-area .location-area.style-1 .basic-pagination {
      margin-top: 64px;
      margin-bottom: 0px;
    }
    
    .tour-details .single-post-item {
      padding: 0px !important;
      margin-bottom: 0;
    }
    .tour-details .single-post-item .post-card-divider {
      margin: 40px 0;
    }
    .tour-details .single-post-item .post-title-wrapper {
      display: flex;
      justify-content: space-between;
    }
    
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .tour-details .single-post-item .post-title-wrapper {
        flex-direction: column-reverse;
      }
    }
    .tour-details .single-post-item .post-title-wrapper .rating {
      position: relative;
    }
    .tour-details .single-post-item .post-title-wrapper .rating .ratting-inner {
      right: 0;
      margin: 0;
      margin-top: 14px;
      padding: 0;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .tour-details .single-post-item .post-title-wrapper .rating .ratting-inner {
        padding: 0px;
        margin: 0px;
      }
    }
    .tour-details .single-post-item .post-meta .post-meta-inner {
      gap: 24px;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .tour-details .single-post-item .post-meta .post-meta-inner {
        flex-direction: row;
      }
    }
    .tour-details .single-post-item .post-meta .date-info, .tour-details .single-post-item .post-meta .time-info {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
    }
    .tour-details .single-post-item .post-meta .date-info i, .tour-details .single-post-item .post-meta .time-info i {
      color: #553087;
    }
    .tour-details .single-post-item .post-meta .time, .tour-details .single-post-item .post-meta .date {
      color: #8F90A6;
    }
    .tour-details .single-post-item .post-meta .time:before, .tour-details .single-post-item .post-meta .date:before {
      display: none;
    }
    .tour-details .single-post-item .post-meta .price {
      color: #553087;
      font-family: "Source Sans 3", sans-serif;
      font-size: 28px;
      font-weight: 700;
      line-height: 130%;
      letter-spacing: -0.56px;
      margin-bottom: 0;
    }
    
    .tour-details .single-post-item .post-gallery-columns-2 {
      margin-top: 32px;
      gap: 40px;
      flex-wrap: wrap;
      align-items: center;
    }
    .tour-details .single-post-item .post-gallery-columns-2 .post-gallery-item {
      max-width: 50%;
    }
    @media (max-width: 992px) {
      .tour-details .single-post-item .post-gallery-columns-2 {
        gap: 20px;
      }
      .tour-details .single-post-item .post-gallery-columns-2 .post-gallery-item {
        max-width: 47%;
      }
    }
    .tour-details .single-post-item .list-item-wrapper {
      display: flex;
      justify-content: space-between;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .tour-details .single-post-item .list-item-wrapper {
        flex-direction: column;
      }
    }
    .tour-details .single-post-item .list-item-wrapper .single-item-list ul li {
      font-size: 16px;
      color: #585866;
    }
    .tour-details .single-post-item .post-card-faq {
      margin-top: 30px;
    }
    .tour-details .single-post-item .map-wedget {
      margin-top: 22px;
      height: 522px;
    }
    .tour-details .sidebar .widget_booking_form {
      background-color: #ffffff;
      box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
    }
    .tour-details .sidebar .widget_booking_form h3, .tour-details .sidebar .widget_booking_form .title {
      font-size: 30px;
      font-family: "Source Sans 3", sans-serif;
    }
    .tour-details .sidebar .widget_booking_form .comment-form {
      margin-top: 22px;
    }
    .tour-details .sidebar .widget_booking_form .input-wrapper {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
    .tour-details .sidebar .widget_booking_form .input-wrapper label {
      font-family: "Source Sans 3", sans-serif;
      color: #282E65;
      font-size: 16px;
      font-weight: 400;
      line-height: 170%;
    }
    .tour-details .sidebar .widget_booking_form .input-wrapper input,.tour-details .sidebar .widget_booking_form .input-wrapper textarea {
      font-family: "Source Sans 3", sans-serif;
      color: #A3A3A3;
      font-size: 16px;
      font-weight: 400;
      line-height: 170%;
      padding: 15px 24px;
      border-radius: 8px;
      border: 1px solid #E7E7E7;
      background-color: #FAFAFA;
    }
    .tour-details .sidebar .widget_booking_form button {
      margin-top: 8px;
      display: block;
      width: 100%;
    }
    
    .homamBookForm .homamDate,.homamBookForm .homamTime{display: flex;align-items: center;margin-bottom: 20px;}
    .homamBookForm input[type=text]{border: none;width: 150px;border-radius: 15px;
      background-color: #ede0ff;
      text-align: center;
      font-size: 16px;color:#333333;cursor: pointer;}
      .homamBookForm select, #num_of_pandit{border: none;width: 150px;border-radius: 15px;
      background-color: #ede0ff;
      text-align: center;
      font-size: 16px;color:#333333;cursor: pointer;padding: 5px 0}
    .homamBookForm label{width: 100px;display: block;} 
    .destination-page .location-card.style-1:hover {
      margin-top: 0 !important;
    }
    .homamBookForm input[type=submit]{
      z-index: 0;
    }
    .homamBookForm input[type=submit]:hover{
      background-color: #282E65;
    }
    
    .serviceItemArea .image-wrapper .category{color:#282E65;font-weight: 700;}
    
    /* Tab Design */
    
    #tabs {
      background-color: #ffffff;
      color: #282E65;
    }
    
    #tabs>ul {
      background-color: #eeeeee;
      border: none;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: space-evenly;
      margin-bottom: 0px;
      padding-left: 0;
      overflow: hidden;
    }
    
    #tabs>ul>li {
      border: none;
      list-style: none;
      width: 100%;
      text-align: center;
      padding: 0;
    }
    
    #tabs>ul>li>a {
      color: #000000;
      display: block;
      padding: 10px;
      border-bottom: 4px solid transparent;
      transition: all 0.5s ease-in-out;
      font-weight: 500;
    }
    
    #tabs>ul>li.ui-tabs-active a{
      border-bottom: 4px solid #553087;
      color: #553087;
    }
    
    .ui-tabs-panel{padding: 50px;border: 2px solid #eee;border-top: none;}
    .detailPageTab{margin-top: 50px;}
    .detailPageTab .accordion-wrapper .accordion-list-item{
    width: 100%;
    }
    
    /* Detail page gallery start */
    .img-gallery-magnific {
      text-align: center;
    }
    
    .magnific-img img {
      position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .mfp-bottom-bar{
     font-family: 'Abel', sans-serif;
    }
    .magnific-img {
      display: inline-block;
      width: 24%;
    }
    a.image-popup-vertical-fit {
      cursor: -webkit-zoom-in;
      position: relative;
        overflow: hidden;
        padding-top: calc(1/1 *100%);
        display: block;
    }
    .mfp-with-zoom .mfp-container,
    .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    }
    
    .mfp-with-zoom.mfp-ready .mfp-container {
      opacity: 1;
    }
    .mfp-with-zoom.mfp-ready.mfp-bg {
      opacity: 0.98;
    }
    
    .mfp-with-zoom.mfp-removing .mfp-container,
    .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
    }
    .mfp-arrow-left:before {
      border-right: none !important;
    }
    .mfp-arrow-right:before {
      border-left: none !important;
    }
    button.mfp-arrow, .mfp-counter {
      opacity: 0 !important;
      transition: opacity 200ms ease-in, opacity 2000ms ease-out;
    }
    .mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
    opacity: 1 !important;
    }
    
    
    /* Magnific Popup CSS */
    .mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8; }
    
    .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }
    
    .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box; }
    
    .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
    
    .mfp-align-top .mfp-container:before {
    display: none; }
    
    .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }
    
    .mfp-inline-holder .mfp-content,
    .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }
    
    .mfp-ajax-cur {
    cursor: progress; }
    
    .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
    
    .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }
    
    .mfp-auto-cursor .mfp-content {
    cursor: auto; }
    
    .mfp-close,
    .mfp-arrow,
    .mfp-preloader,
    .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
    
    .mfp-loading.mfp-figure {
    display: none; }
    
    .mfp-hide {
    display: none !important; }
    
    .mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
    .mfp-preloader a {
      color: #CCC; }
      .mfp-preloader a:hover {
        color: #FFF; }
    
    .mfp-s-ready .mfp-preloader {
    display: none; }
    
    .mfp-s-error .mfp-content {
    display: none; }
    
    button.mfp-close,
    button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation; }
    
    button::-moz-focus-inner {
    padding: 0;
    border: 0; }
    
    .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
    .mfp-close:hover,
    .mfp-close:focus {
      opacity: 1; }
    .mfp-close:active {
      top: 1px; }
    
    .mfp-close-btn-in .mfp-close {
    color: #333; }
    
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }
    
    .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }
    
    .mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
    .mfp-arrow:active {
      margin-top: -54px; }
    .mfp-arrow:hover,
    .mfp-arrow:focus {
      opacity: 1; }
    .mfp-arrow:before,
    .mfp-arrow:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      top: 0;
      margin-top: 35px;
      margin-left: 35px;
      border: medium inset transparent; }
    .mfp-arrow:after {
      border-top-width: 13px;
      border-bottom-width: 13px;
      top: 8px; }
    .mfp-arrow:before {
      border-top-width: 21px;
      border-bottom-width: 21px;
      opacity: 0.7; }
    
    .mfp-arrow-left {
    left: 0; }
    .mfp-arrow-left:after {
      border-right: 17px solid #FFF;
      margin-left: 31px; }
    .mfp-arrow-left:before {
      margin-left: 25px;
      border-right: 27px solid #3F3F3F; }
    
    .mfp-arrow-right {
    right: 0; }
    .mfp-arrow-right:after {
      border-left: 17px solid #FFF;
      margin-left: 39px; }
    .mfp-arrow-right:before {
      border-left: 27px solid #3F3F3F; }
    
    .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
    .mfp-iframe-holder .mfp-content {
      line-height: 0;
      width: 100%;
      max-width: 900px; }
    .mfp-iframe-holder .mfp-close {
      top: -40px; }
    
    .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
    .mfp-iframe-scaler iframe {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #000; }
    
    /* Main image in popup */
    img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }
    
    /* The shadow behind the image */
    .mfp-figure {
    line-height: 0; }
    .mfp-figure:after {
      content: '';
      position: absolute;
      left: 0;
      top: 40px;
      bottom: 40px;
      display: block;
      right: 0;
      width: auto;
      height: auto;
      z-index: -1;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #444; }
    .mfp-figure small {
      color: #BDBDBD;
      display: block;
      font-size: 12px;
      line-height: 14px; }
    .mfp-figure figure {
      margin: 0; }
    
    .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }
    
    .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }
    
    .mfp-image-holder .mfp-content {
    max-width: 100%; }
    
    .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }
    
    @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      box-sizing: border-box; }
      .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; } }
    
    @media all and (max-width: 900px) {
    .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
    .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0; }
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%; }
    .mfp-container {
      padding-left: 6px;
      padding-right: 6px; } }
    
    
    /* Detail page gallery end */
    
    
    /* Timer Start */
    .specialTopTimerSec{border-top: 1px solid #999;padding: 50px 0;position: relative;/* border-bottom: 1px solid #999; */}
    .offerEndsDate{text-align: center;margin-bottom: 20px;position: relative;}
    .offerEndsTimerBox{max-width: 500px;margin: 0 auto 20px;position: relative;}
    .offerEndsBtn{text-align: center;position: relative;}
    .countdown {
      /* font-family: system-ui, sans-serif;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1rem;
      width: min(60rem, 100%);
      margin-inline: auto; */
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    
    .countdown > .part {
      display: block;
    }
    
    .countdown > .part > .remaining {
      grid-area: 1/1;
      color: hsl(0, 0%, 100%);
      display: grid;
      text-align: center;
      font-size: 4rem;
    }
    
    .countdown > .part > .remaining > .number {
      color: #553087;
      font-size: 50px;
      font-weight: 700;
    }
    
    .countdown > .part > .remaining > .text {
      color: #000000;
      text-transform: uppercase;
      font-size: 18px;
    }
    
    
    /* Timer Start */
    
    
    /* Home Timer Start */
    .location-slider-area.style-3.upcomingEventHmSec{padding: 100px 0 50px;}
    .upcomingEventHmSec .offerEndsTimerBox{
      background-color: #eeeeee;
      padding: 10px 30px;
      border-radius: 50px;
      margin: 0;
      box-shadow: inset 0px  0px 5px 0px rgba(0, 0, 0, 0.1);
    }
    .upcomingEventHmSec .offerEndsTimerBox .countdown {
      gap: 30px;
    }
    .upcomingEventHmSec .offerEndsTimerBox .countdown > .part > .remaining > .text {
      font-size: 18px;
      line-height: 1em;
    }
    .upcomingEventHmSec .offerEndsTimerBox .countdown > .part > .remaining > .number {
      font-size: 50px;
      line-height: 1em;
    }
    .upcomingEventHmSec .location-card.style-3 .content-wrapper {
      margin-top: 12px;
    }
    .upcomingEventHmSec  .location-card.style-3 .content-wrapper .content-inner .time-zone {
      padding-top: 0;
      margin-top: 0;
      border: none;
      text-align: center;
    }
    
    @media screen and (max-width:996px) {
      .upcomingEventHmSec .offerEndsTimerBox .countdown {
        gap: 20px;
      }
      .upcomingEventHmSec .offerEndsTimerBox .countdown > .part > .remaining > .text {
        font-size: 16px;
        line-height: 1em;
      }
      .upcomingEventHmSec .offerEndsTimerBox .countdown > .part > .remaining > .number {
        font-size: 32px;
        line-height: 1em;
      }
      
    }
    @media screen and (max-width:768px) {
    	.location-slider-area.style-3.upcomingEventHmSec{
    		padding: 50px 0 50px;
    	}
      .upcomingEventHmSec .section-title{
        display: block;
      }
      .upcomingEventHmSec .offerEndsTimerBox {
        margin-top: 20px;
        max-width: 350px;
      }
      .upcomingVideo{
        margin-top: 20px;
      }
      .upcomingVideo{
        display: flex;
        justify-content: space-between;
      }
      .upcomingVideo iframe{
        width: 48%;
      }
    }
    @media screen and (max-width:480px) {
      .upcomingEventHmSec .offerEndsTimerBox .countdown {
        gap: 10px;
      }
      .upcomingEventHmSec .offerEndsTimerBox .countdown > .part > .remaining > .text {
        font-size: 14px;
        line-height: 1em;
      }
      .upcomingEventHmSec .offerEndsTimerBox .countdown > .part > .remaining > .number {
        font-size: 26px;
        line-height: 1em;
      }
      
    }
    /* Home Timer end */
    
    /* specialPackageBanner Start */
    
    .specialPackageBanner{padding: 50px 0;background-size: cover;background-position: center;}
    .specialPackageOverviewSec{padding: 50px 0 30px;/* border-top: 1px solid #999;border-bottom: 1px solid #999; */}
    .specialPackImg img{border-radius: 15px;}
    .specialPackageBox{padding: 50px;border-radius: 50px;background-color: rgba(255,255,255,0.5);backdrop-filter: blur(5px);}
    
    .specialOfferingSec{padding: 50px 0;background-color: #eeeeee;}
    
    
    /* .specialPackLeftContent *{color: #ffffff;} */
    
    /* specialPackageBanner End */
    
    
    /* #tabs div {
      padding: 20px;
    } */
    
    /* Tab Design end */
    
    .detailPgRelatedService .location-card .content-wrapper .content-inner .content-title{margin-bottom: 0;}
    .detailPgRelatedService.location-slider-area.style-1{padding: 50px 0 0;}
    .contact-info-area {
      /*padding: 120px;*/
    }
    
    .detailPgRelatedService .location-card .image-wrapper .image-inner {
      z-index: 2;
      overflow: hidden;
      transition: 1s;
      display: block;
      position: relative;
      padding-top: calc(3/2 * 100%);
    }
    
    .detailPgRelatedService .location-card .image-wrapper .image-inner img {
      width: 100%;
      height: 100px!important;
      transition: all 0.5s ease-out;
      position: absolute;
      left: 0;
      top: 0;
      object-fit: fill;
      object-position: bottom;
    }
    
    @media screen and (max-width:767px) {
      .ui-tabs-panel {
        padding: 30px
      }
      .magnific-img {
          width: 49%;
      }
      .deatilFaqBox2{margin-top: 20px;}
      .about-us-image-wrapper-1.detailPageFormImg{display: block;}
      .about-us-image-wrapper-1.detailPageFormImg .image-wrapper{position: relative;top: auto;left: auto;}
    .about-us-image-wrapper-1.detailPageFormImg .image-wrapper.style-2{display: none;}
    
      
    }
    
    @media (max-width: 991px) {
      .contact-info-area {
        padding: 100px 0;
      }
    }
    @media (max-width: 767px) {
      .contact-info-area {
        padding: 80px 0;
      }
    }
    
    .contact-title {
      text-align: center;
    }
    .contact-title h2 {
      font-size: 48px;
      color: #282E65;
      margin-bottom: 0;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .contact-title h2 {
        font-size: 48px;
      }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-title h2 {
        font-size: 38px;
        line-height: 44px;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .contact-title h2 {
        font-size: 32px;
        line-height: 30px;
      }
    }
    
    .contact-form-area {
      padding: 120px 0;
      background-color: #FAFAFA;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-form-area {
        padding: 100px 0;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .contact-form-area {
        padding: 80px 0;
      }
    }
    .contact-form-area .comment-respond {
      margin-top: 0px;
      margin-left: 24px;
      padding: 40px;
    }
    @media (max-width: 992px) {
      .contact-form-area .comment-respond {
        margin-left: 0px;
      }
    }
    .contact-form-area .video-modal-card {
      /* height: 100%; */
    }
    .contact-form-area .video-modal-card .image-wrapper {
      padding: 0px !important;
      width: 100%;
      border-radius: 16px;
      /* height: 100%; */
    }
    .contact-form-area .video-modal-card .image-wrapper img {
      border-radius: 16px;
      width: 100%;
      /* height: 100%; */
    }
    
    .blog-grid-area {
      padding-top: 140px;
      padding-bottom: 144px;
    }
    @media (max-width: 991px) {
      .blog-grid-area {
        padding: 100px 0;
      }
    }
    @media (max-width: 767px) {
      .blog-grid-area {
        padding: 70px 0;
      }
    }
    
    .blog-load-btn {
      padding: 20px 35px;
      background: rgb(255, 103, 49);
      color: #ffffff;
      font-size: 16px;
      line-height: 18px;
      font-weight: 700;
      border-radius: 6px;
    }
    @media (max-width: 767px) {
      .blog-load-btn {
        margin-top: 0;
      }
    }
    .blog-load-btn:hover {
      background-color: #1eae98;
      color: #ffffff;
    }
    
    .footer {
      position: relative;
      z-index: 2;
      overflow: hidden;
      padding: 20px;
    }
    @media (max-width: 1199px) {
      .footer .mt-50.mb-50 {
        margin: 0;
      }
    }
    .footer .footer-sec {
      padding: 70px 30px;
      background: rgb(255 255 255 / 70%);
      backdrop-filter: blur(5px) saturate(2.5);
      -webkit-backdrop-filter: blur(5px) saturate(2.5);
      
    }
    .footer .footer-sec .divider {
      width: 100%;
      height: 1px;
      margin: 60px 0;
      background-color: rgb(39, 52, 71);
    }
    @media (max-width: 992px) {
      .footer .footer-sec .divider {
        margin: 0px;
        margin-bottom: 50px;
      }
    }
    .footer .footer-bg {
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      z-index: -1;
    }
    
    .footer-widget-title {
      font-family: "Source Sans 3", sans-serif;
      font-size: 21px;
      line-height: 26px;
      color: #000000;
      position: relative;
      margin-bottom: 10px;
      font-weight: 700;
      cursor: default;
    }
    
    @media (max-width: 991px) {
      .footer-widget {
        margin-bottom: 50px;
      }
    }
    .footer-widget ul {
      list-style-type: none;
      padding-left: 0;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .footer-widget ul li {
      color: #ffffff;
      font-family: "Source Sans 3", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 170%;
    }
    .footer-widget.widget_boomdevs-latest-posts-footer {
      margin-top: -5px;
    }
    @media (max-width: 767px) {
      .footer-widget.zoom-instagram-widget {
        margin-bottom: 0;
        margin-top: -10px;
      }
    }
    @media (max-width: 767px) {
      .footer-widget.widget_boomdevs_contact_info_widget {
        margin-bottom: 18px;
      }
    }
    @media only screen and (min-width: 992px) and (max-width: 1399px) {
      .footer-widget .widget-instagram-feed {
        width: 170px;
      }
    }
    .footer-widget .footer-widget-info {
      padding-right: 30px;
    }
    @media (max-width: 1199px) {
      .footer-widget .footer-widget-info {
        padding-right: 0;
      }
    }
    .footer-widget .footer-widget-info p {
      color: #c7cdda;
      margin-bottom: 30px;
    }
    .footer-widget .footer-widget-info .footer-logo {
      margin-bottom: 30px;
      display: inline-block;
    }
    
    .footer-widget .footer-widget-info .info-form-and-social-icon {
      display: flex;
      align-items: center;
      gap: 50px;
    }
    .footer-widget .footer-widget-info .info-form-and-social-icon .subscribe-form-widget {
      border-radius: 6px;
    }
    .footer-widget .footer-widget-info .info-form-and-social-icon .subscribe-form-widget .single-field input {
      height: 60px;
    }
    .footer-widget .footer-widget-info .info-form-and-social-icon .social-profile {
      margin-top: 0;
    }
    .footer-widget .footer-widget-info .social-profile {
      gap: 20px;
      margin-top: 30px;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .footer-widget .footer-widget-info .info-form-and-social-icon {
        flex-direction: column;
        align-items: start;
        gap: 30px;
      }
    }
    .footer-widget.widget_nav_menu ul {
      padding-left: 0;
      margin-bottom: 0;
    }
    .footer-widget.widget_nav_menu li {
      position: relative;
      display: inline-block;
      width: 100%;
    }
    .footer-widget.widget_nav_menu li:last-child {
      padding-top: 0;
      padding-bottom: 0;
    }
    .footer-widget.widget_nav_menu li a {
      color: #000000;
      text-transform: capitalize;
      font-size: 16px;
      transition: all 0.5s ease-out;
      position: relative;
      text-decoration: none;
    }
    .footer-widget.widget_nav_menu li a:hover {
      transition: all 0.5s ease-out;
      color: #553087;
    }
    .footer-widget .footer-widget-contact p {
      color: #000000;
      cursor: default;
      font-size: 16px;
    }
    .footer-widget .footer-widget-contact .footer-contact ul {
      list-style: none;
    }
    .footer-widget .footer-widget-contact .footer-contact ul li {
      margin-bottom: 16px;
      display: flex;
      align-items: center;
      line-height: 24px;
      gap: 20px;
    }
    .footer-widget .footer-widget-contact .footer-contact ul li:first-child {
      align-items: flex-start;
    }
    .footer-widget .footer-widget-contact .footer-contact ul li:first-child .contact-icon {
      margin-top: 5px;
    }
    .footer-widget .footer-widget-contact .footer-contact ul li:last-child {
      margin-bottom: 0;
    }
    .footer-widget .footer-widget-contact .footer-contact ul li .contact-icon {
      color: #ffffff;
      border-radius: 50px;
      float: left;
      display: flex;
      align-items: center;
      flex-shrink: 0;
    }
    .footer-widget .footer-widget-contact .footer-contact ul li .contact-text {
      color: #c7cdda;
      font-size: 18px;
      line-height: 24px;
      overflow: hidden;
    }
    .footer-widget .footer-widget-contact .footer-contact ul li .contact-text a:hover span {
      color: #553087;
      transition: all 0.5s ease-out;
    }
    .footer-widget .footer-widget-contact .footer-contact ul li .contact-text span,
    .footer-widget .footer-widget-contact .footer-contact ul li .contact-text p,
    .footer-widget .footer-widget-contact .footer-contact ul li .contact-text a {
      color: #c7cdda;
      font-size: 18px;
      line-height: 24px;
      display: inline-block;
      width: 100%;
      margin-bottom: 0;
      transition: all 0.5s ease-out;
    }
    .footer-widget .widget_latest_post ul li .latest-post-thumb {
      width: 60px;
      height: 60px;
    }
    .footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-title {
      margin-bottom: 8px;
      font-size: 16px;
      line-height: 22px;
      color: #ffffff;
      font-weight: 700;
    }
    .footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-title a {
      font-size: 16px;
      line-height: 22px;
      color: #ffffff;
      position: relative;
      text-transform: capitalize;
      font-weight: 700;
      transition: all 0.5s ease-out;
    }
    .footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-title a:hover {
      color: #553087;
      transition: all 0.5s ease-out;
    }
    .footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-meta {
      font-size: 14px;
      display: flex;
      align-items: center;
      font-weight: 400;
      gap: 8px;
      color: #c7cdda;
    }
    
    .footer-contact {
      margin-top: 0;
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 0;
    }
    .footer-contact .desc {
      width: 358px;
      color: #ffffff;
      font-family: "Source Sans 3", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 170%;
      margin: 0px;
    }
    .footer-contact .contact-icon {
      width: 40px;
      height: 40px;
      border-radius: 100%;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #553087;
    }
    .footer-contact .contact-icon i {
      color: #ffffff;
      transition: all 0.5s ease-out;
    }
    .footer-contact .contact-text {
      color: #ffffff;
      font-family: "Source Sans 3", sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 170%;
      margin: 0px;
      width: calc(100% - 50px);
    }
    .footer-contact .contact-text span {
      color: #333333;
      cursor: default;
    }
    .footer-contact .contact-text a {
      color: #000000;
      text-decoration: none;
    }
    .footer-contact:hover .contact-icon i {
      transition: all 0.5s ease-out;
      transform: scale(0.9);
    }
    
    .footer-widget-menu-wrapper {
      display: flex;
      gap: 90px;
      padding-left: 53px;
    }
    @media (max-width: 1200px) {
      .footer-widget-menu-wrapper {
        gap: 30px;
      }
    }
    @media (max-width: 1200px) {
      .footer-widget-menu-wrapper {
        padding-left: 0px;
      }
    }
    
    .footer-bottom-menu ul {
      list-style: none;
      display: flex;
      gap: 0 30px;
      align-items: center;
      justify-content: flex-end;
      margin-bottom: 0;
      padding-left: 0;
      flex-wrap: wrap;
    }
    @media (max-width: 991px) {
      .footer-bottom-menu ul {
        justify-content: flex-start;
      }
    }
    .footer-bottom-menu ul li a {
      font-size: 16px;
      text-transform: capitalize;
      color: #000000;
      transition: all 0.5s ease-out;
      text-decoration: none ;
    }
    .footer-bottom-menu ul li a:hover {
      transition: all 0.5s ease-out;
      color: #553087;
    }
    
    .footer-bottom-area .footer-bottom-wrapper {
      margin-top: 0;
      padding: 24px 0 0;
    }
    @media (max-width: 991px) {
      .footer-bottom-area .footer-bottom-wrapper {
        margin-top: 0px;
      }
    }
    @media (max-width: 767px) {
      .footer-bottom-area .copyright-text {
        margin-bottom: 20px;
      }
    }
    .footer-bottom-area .copyright-text p {
      color: #000000;
      margin-bottom: 0;
      font-family: "Source Sans 3", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 170%;
      cursor: default;
    }
    .footer-bottom-area .copyright-text p a {
      color: #000000;
      font-family: "Source Sans 3", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 170%;
    }
    .footer-bottom-area .copyright-text p a:hover {
      color: #553087;
    }
    .footer-bottom-area .credit-text p {
      color: #c7cdda;
      margin-bottom: 0;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 10px;
    }
    .footer-bottom-area .credit-text a {
      color: #553087;
    }
    @media screen and (max-width:767px){
      .footer-logo img{max-width: 150px;}
    }
    .subscribe-form-area {
      position: relative;
      z-index: 99;
      margin-bottom: -136px;
    }
    
    .subscribe-area {
      background-color: rgb(255, 103, 49);
      border-radius: 18px;
      padding: 64px 90px 64px 70px;
      z-index: 2;
      position: relative;
      overflow: hidden;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .subscribe-area {
        padding: 40px;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .subscribe-area {
        padding: 40px;
      }
    }
    .subscribe-area .triangle-shape {
      width: 280px;
      height: 280px;
      background-color: #553087;
      border-radius: 28px;
      position: absolute;
      right: -32px;
      bottom: -80px;
      transform: rotate(39deg);
      z-index: -1;
    }
    .subscribe-area .shape-bg {
      position: absolute;
      z-index: -1;
      left: 0;
      top: 0;
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
    }
    .subscribe-area .shape-bg img {
      object-fit: cover;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
    }
    .subscribe-area .content-wrapper {
      display: flex;
      flex-direction: column;
    }
    .subscribe-area .content-wrapper .short-title {
      font-size: 21px;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 0;
    }
    .subscribe-area .content-wrapper .subscribe-title {
      color: #ffffff;
      text-transform: capitalize;
      margin-bottom: 0;
      font-size: 48px;
      line-height: 60px;
    }
    @media (max-width: 375px) {
      .subscribe-area .content-wrapper .subscribe-title {
        font-size: 34px !important;
      }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .subscribe-area .content-wrapper .subscribe-title {
        font-size: 40px;
        line-height: 42px;
      }
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .subscribe-area .content-wrapper .subscribe-title {
        font-size: 36px;
        line-height: 42px;
      }
    }
    .subscribe-area .content-wrapper .text {
      font-size: 22px;
      color: #ffffff;
      margin-bottom: 0;
      margin-top: 12px;
    }
    .subscribe-area .subscribe-inner-area {
      display: flex;
      align-items: center;
      gap: 30px;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .subscribe-area .subscribe-inner-area {
        flex-direction: column;
      }
    }
    .subscribe-area .subscribe-inner-area .subscribe-form-wrapper {
      margin-top: -12px;
    }
    .subscribe-area .subscribe-inner-area .content-wrapper,
    .subscribe-area .subscribe-inner-area .subscribe-form-wrapper {
      width: 50%;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .subscribe-area .subscribe-inner-area .content-wrapper,
      .subscribe-area .subscribe-inner-area .subscribe-form-wrapper {
        width: 100%;
      }
    }
    
    .subscribe-form-widget {
      position: relative;
    }
    .subscribe-form-widget .mc4wp-form-fields {
      display: flex;
      background-color: #ffffff;
      border-radius: 12px;
      overflow: hidden;
    }
    .subscribe-form-widget .single-field {
      flex-grow: 1;
    }
    .subscribe-form-widget .single-field input {
      color: #778196;
      height: 72px;
      padding: 0 30px;
      font-size: 18px;
      border-radius: 50px;
      width: 100%;
    }
    .subscribe-form-widget .single-field *::-webkit-input-placeholder {
      color: #778196;
    }
    .subscribe-form-widget .single-field *:-moz-placeholder {
      color: #778196;
      opacity: 1;
    }
    .subscribe-form-widget .single-field *::-moz-placeholder {
      color: #778196;
      opacity: 1;
    }
    .subscribe-form-widget .single-field *:-ms-input-placeholder {
      color: #778196;
    }
    .subscribe-form-widget .single-field *::-ms-input-placeholder {
      color: #778196;
    }
    .subscribe-form-widget .single-field *::placeholder {
      color: #778196;
    }
    .subscribe-form-widget .submit-btn {
      background-color: #ffffff;
      color: rgb(255, 103, 49);
      background: -webkit-linear-gradient(#e30008, #faae00);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      cursor: pointer;
      padding: 0 35px;
      display: flex;
      align-items: center;
      gap: 9px;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 500;
    }
    .subscribe-form-widget .mc4wp-response {
      position: relative;
      top: 15px;
    }
    .subscribe-form-widget .mc4wp-response .mc4wp-alert.mc4wp-error p, .subscribe-form-widget .mc4wp-response .mc4wp-alert.mc4wp-success p, .subscribe-form-widget .mc4wp-response .mc4wp-alert.mc4wp-notice p {
      color: #fff;
      position: relative;
    }
    
    .social-profile {
      display: flex;
      align-items: center;
      gap: 20px;
    }
    .social-profile a {
      width: 36px;
      height: 36px;
      border-radius: 100%;
      background-color:#553087;
      color: #ffffff;
      font-size: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.5s ease-out;
    }
    .social-profile a i {
      font-size: 16px;
    }
    .social-profile a:hover {
      background-color: #333333;
      transition: all 0.5s ease-out;
    }
    
    .map-wodget iframe {
      width: 100%;
      height: 320px;
      border-radius: 12px;
    }
    
    .tour-area .location-area.style-1 .portfolio-filter li{
      background-color: #ffffff;
      color: #553087;
      border: 1px solid #553087;
    }
    .tour-area .location-area.style-1 .portfolio-filter li:hover{
      background-color: #553087;
      color: #dac8f1;
    }
    .tour-area .location-area.style-1 .portfolio-filter li.active{
      background-color: #553087 !important;
      color:#ffffff;
    }
    .footer.style-two .footer-sec {
      padding-top: 225px;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .footer.style-two .footer-sec {
        padding-top: 180px;
      }
    }
    .footer.style-two .subscribe-form-wrapper p {
      color: #c7cdda;
      margin-bottom: 30px;
    }
    .footer.style-two .subscribe-form-wrapper .subscribe-form-widget {
      border-radius: 6px;
    }
    .footer.style-two .subscribe-form-wrapper .subscribe-form-widget .single-field input {
      height: 60px;
    }
    
    .footer-triangle-image-wrapper {
      position: absolute;
      width: 730px;
      top: 0;
      height: 100%;
      left: 0;
      z-index: -1;
    }
    @media only screen and (min-width: 781px) and (max-width: 991px) {
      .footer-triangle-image-wrapper {
        width: 120%;
      }
    }
    @media (max-width: 780px) {
      .footer-triangle-image-wrapper {
        width: 100%;
      }
    }
    
    .footer-triangle-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-clip-path: polygon(0 0, 100% 0, 65% 100%, 0 100%);
      clip-path: polygon(0 0, 100% 0, 65% 100%, 0 100%);
    }
    @media only screen and (min-width: 781px) and (max-width: 991px) {
      .footer-triangle-image {
        -webkit-clip-path: polygon(0 0, 100% 0, 57% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 57% 100%, 0 100%);
      }
    }
    @media (max-width: 780px) {
      .footer-triangle-image {
        clip-path: none;
      }
    }
    .footer-triangle-image:before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background-color: #553087;
      opacity: 0.9;
      z-index: 1;
    }
    .footer-triangle-image img {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      height: 100%;
    }
    
    .footer.style-three .footer-sec {
      padding-top: 130px;
    }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .footer.style-three .footer-sec {
        padding-top: 70px;
      }
    }
    .footer.style-three .footer-sec .footer-widget.widget_nav_menu ul {
      columns: 2;
      column-gap: 26px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1024px) {
      .footer.style-three .footer-sec .footer-widget .footer-widget-info {
        padding-right: 305px !important;
        margin-bottom: 50px;
      }
    }
    @media only screen and (min-width: 1025px) and (max-width: 1399px) {
      .footer.style-three .footer-sec .footer-widget .footer-widget-info {
        padding-right: 500px !important;
        margin-bottom: 50px;
      }
    }
    
    
    
    
    /* Other Pages Cart Checkout account */
    
    .section-padding{padding: 100px 0;}
    
    .cart-wishlist-table {
        margin-bottom: 25px;
        border: 1px solid #ededed;
    }
    .cart-wishlist-table thead{
      background-color: #eeeeee;
    }
    .cart-wishlist-table thead tr th {
        padding: 12px 16px;
        white-space: nowrap;
        border-top: 0;
        border-bottom: 1px solid #ededed !important;
    }
    
    .cart-wishlist-table thead tr th:first-child {
        padding-left: 25px;
    }
    .cart-wishlist-table tbody{
      background-color: #f9f9f9;
    }
    .cart-wishlist-table tbody tr {
        position: relative;
    }
    
    .cart-wishlist-table tbody tr td {
        padding: 25px 10px 25px 25px;
        vertical-align: middle;
        border-color: #ededed;
    }
    
    .cart-wishlist-table tbody tr td.thumbnail {
        width: 110px;
        min-width: 110px;
    }
    
    .cart-wishlist-table tbody tr td.thumbnail a {
        display: block;
    }
    
    .cart-wishlist-table tbody tr td.name a {
        font-size: 16px;
        font-weight: 400;
        color: dimgray;
    }
    
    .cart-wishlist-table tbody tr td.name a:hover {
        color: #333;
    }
    
    .cart-wishlist-table tbody tr td.price,.cart-wishlist-table tbody tr td.subtotal {
        font-size: 14px;
        font-weight: 600;
    }
    
    .cart-wishlist-table tbody tr td.remove .btn {
        font-size: 24px;
        padding: 5px 10px;
        color: dimgray;
    }
    
    .cart-wishlist-table tbody tr td.remove .btn:hover {
        color: #f44336;
    }
    .product-quantity {
      font-weight: 600;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 117px;
      padding: 10px 0;
      border-bottom: 2px solid #ccc
    }
    
    .product-quantity .qty-btn {
      font-size: 14px;
      line-height: 1;
      cursor: pointer;
      color: #333
    }
    
    .product-quantity .input-qty {
      font-size: 14px !important;
      line-height: 1;
      max-width: 88px;
      padding: 0 15px !important;
      text-align: center;
      border: none !important
    }
    
    @media only screen and (max-width:767px) {
        /* .cart-wishlist-table thead {
            display: none;
        } */
    
        .cart-wishlist-table tbody tr td {
            /*display: block;
             width: 100% !important; */
            font-size: 12px;
      		line-height: 1.2em;
            margin-bottom: 15px;
            padding: 0;
            text-align: center;
        }
    
        .cart-wishlist-table tbody tr td:not(:first-child) {
            border-top: 0;
        }
    
        .cart-wishlist-table tbody tr td.thumbnail {
            padding-top: 0;
        }
    
        .cart-wishlist-table tbody tr td .product-quantity {
            margin: auto;
        }
    
    
        .cart-wishlist-table tbody tr td.remove {
            position: absolute;
            z-index: 9;
            top: 50%;
      		transform: translateY(-50%);
            right: 10px;
            width: auto !important;
        }
    
        .cart-wishlist-table tbody tr:first-child td:first-child {
            border-top: 0;
        }
      .cart-wishlist-table tbody tr td.remove .btn{
        background-color: #000000;
        color: #ffffff;
        border-radius: 0;
        margin-top: 20px;
      }
      .cart-wishlist-table tbody tr td.remove{border-bottom: none;}

      .cart-wishlist-table thead tr th {
      	white-space: normal;
  	}
  	.cart-wishlist-table thead tr th:first-child {
  	    padding-left: 0;
  	}
  	
  	.cart-wishlist-table thead tr th.remove{
  		width: 50px!important;
  	}
  	.cart-wishlist-table {
  	    table-layout: auto;
  	}
  .cart-wishlist-table tbody tr td.thumbnail {
      width: 80px;
      min-width: auto;
  }


  .cart-wishlist-table tbody tr td.price{width: 150px;}
  .cart-wishlist-table td {
      width: auto;
  }
  .cart-wishlist-table tbody tr td.name {
      width: 100px;
      padding: 0 5px;
  }



    }
    
    .cart-coupon {
        position: relative;
    }
    
    .cart-coupon input[type=text] {
        width: 300px;
        padding-right: 30px;
    }
    
    .cart-coupon .btn {
        position: absolute;
        top: 0;
        right: 0;
        padding: 12px 0;
    }
    
    .cart-coupon .btn i {
        font-size: 20px;
      color: #553087;
    }
    
    .cart-totals {
        /* float: right; */
        /* max-width: 400px; */
      width: 100%;
        padding: 40px 30px;
        text-align: center;
        background-color: #f7f7f7;
    }
    
    .cart-totals .title {
        margin-bottom: 25px;
      color: #553087;
    }
    
    .cart-totals table {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .cart-totals table tbody tr {
        font-family: "Futura";
        font-weight: 700;
        color: #333;
    }
    
    .cart-totals table tbody tr.subtotal td {
          font-size: 14px;
      min-width: 100px;
    }
    
    .cart-totals table tbody tr.total td {
        font-size: 14px;
            min-width: 100px;

    }
    #cart-sub-amount{
        font-size:14px!important;
    }
    .cart-totals table tbody tr th {
        font-size: 18px;
        padding: 15px 10px;
        text-align: left;
    }
   @media only screen and (max-width:767px){
   	 .cart-wishlist-table thead tr th {
  		    padding: 12px 5px;
  		    font-size: 10px;
  		    line-height: 1em;
  		}
  		  .cart-totals table tbody tr td {
  		      padding: 15px 10px;
  		      text-align: right;
  		  }
  		  .cart-wishlist-table tbody tr td.price, .cart-wishlist-table tbody tr td.subtotal {
  		    font-size: 10px;
  		}
  		.cart-wishlist-table thead tr th{vertical-align: middle;text-align: center;}
  		.cart-wishlist-table {
      table-layout: auto;}
   }
    @media only screen and (min-width:768px)and (max-width:991px),only screen and (max-width:767px) {
        .cart-totals {
            width: 100%;
        }
        .cart-totals table tbody tr th {
  		    font-size: 14px;
  		    padding: 5px 5px;
  		    text-align: left;
  		    line-height: 1.4em;
  		}
    }
    
    
    .lost-password {
        max-width: 500px;
        margin: auto;
        padding: 40px;
        background-color: #f8f9fa;
    }
    
    .lost-password p {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 30px;
    }
    
    .lost-password input {
        font-weight: 400;
    }
    
    .lost-password input::-webkit-input-placeholder {
        font-weight: 400;
    }
    
    .lost-password input:-moz-placeholder {
        font-weight: 400;
    }
    
    .lost-password input::-moz-placeholder {
        font-weight: 400;
    }
    
    .lost-password input:-ms-input-placeholder {
        font-weight: 400;
    }
    
    @media only screen and (max-width:575px) {
        .lost-password {
            padding: 40px;
        }
    }
    
    @media only screen and (max-width:479px) {
        .lost-password {
            padding: 30px;
        }
    }
    
    .myaccount-tab-list {
        display: block;
        margin-right: 30px;
        border: 1px solid #eee;
    }
    
    .myaccount-tab-list a {
        font-weight: 500;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 14px 20px;
    }
    
    .myaccount-tab-list a+a {
        border-top: 1px solid #eee;
    }
    
    .myaccount-tab-list a:hover {
        color: #333;
    }
    
    .myaccount-tab-list a.active {
        cursor: default;
        background-color: #fafafa;
    }
    
    @media only screen and (min-width:768px)and (max-width:991px),only screen and (max-width:767px) {
        .myaccount-tab-list {
            margin-right: 0;
        }
    }
    
    .myaccount-content {
        font-size: 16px;
        font-weight: 400;
    }
    
    .myaccount-content.dashboad p {
        padding: 20px;
        background-color: #fafafa;
    }
    
    .myaccount-content.dashboad p:not(:last-child) {
        margin-bottom: 24px;
    }
    
    .myaccount-content.dashboad p span {
        text-decoration: underline;
    }
    
    .myaccount-content.order table,.myaccount-content.download table {
        white-space: nowrap;
    }
    
    .myaccount-content.address>p {
        padding: 20px;
        background-color: #fafafa;
    }
    
    .myaccount-content.address>p:not(:last-child) {
        margin-bottom: 24px;
    }
    
    .myaccount-content.address>p span {
        text-decoration: underline;
    }
    
    .myaccount-content.address .title {
        margin-bottom: 20px;
    }
    
    .myaccount-content.address .title .edit-link {
        font-size: 12px;
        margin-left: 5px;
        text-transform: capitalize;
        color: #7e7e7e;
    }
    
    .myaccount-content.address .title .edit-link:hover {
        color: #f8796c;
    }
    
    .myaccount-content.address address {
        margin-bottom: 0;
    }
    
    
    /* Login Custom */
    .loginPgContainer .loginMainBox{padding: 30px;margin: 50px 0;border-radius: 50px;}
    .loginPgContainer .loginPgInnerContainer{max-width: 1280px;margin: 0 auto;}
    .loginPgContainer .loginImg img{filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.5));}
    .loginPgContainer .loginFormBox{padding: 50px;background-color: rgba(255,255,255,0.5);backdrop-filter: blur(5px);border-radius: 20px;max-width: 720px;margin: 0 auto;text-align: center;}
    .loginPgContainer .loginFormBox h2{color: rgb(85 48 135 / 100%);}
    .loginPgContainer .loginSocialMedia{text-align: center;display: flex;align-items: center;justify-content: center;}
    
    .loginPgContainer .loginSocialMedia a{display: inline-block;margin: 10px 10px;border: 1px solid;background-color: rgba(0, 0, 0, 0.8);backdrop-filter: blur(5px);
      width: 100%;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
      border-radius: 5px;
      border: 1px solid #E5E7EB;
      color: #ffffff;font-size: 14px;}
      .loginPgContainer .loginSocialMedia a:hover {
        background-color: rgb(85 48 135 / 85%);
        border-color: transparent;
    }
    .loginOption {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      margin: 20px 0; 
    }
    .loginOption:before {
      content: "";
      position: absolute;
      bottom: 14px;
      width: 100%;
      height: 1px;
      background: #323133;
    }
    .loginOption span {
      color: #ffffff;
      background: #323133;
      padding: 0 15px;
      z-index: 100;
      border-radius: 10px;
    }
    .loginFormFields .formField{
      margin-bottom: 20px;
      text-align: center;
    }
    .loginFormFields .formField input{
      width: 100%;
        height: 52px;
        padding: 5px 15px 5px 15px;
        /* background: none !important; */
        border: 1px solid #bfbfbf;
        color: #4B5563 !important;
        background: #ffffff;
        border-radius: 8px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        display: flex;
        align-items: center;
        font-size: 18px;
    }
    
    .loginFormFields .formField input.submitBtn{
      text-align: center;
      justify-content: center;
      background-color: rgba(0, 0, 0, 0.8);
      backdrop-filter: blur(5px);
      border-radius: 5px;
      border: 1px solid #E5E7EB;
      color: #ffffff!important;
      max-width: 300px;
      margin: 0 auto;
      width: 100%;
    }
      .loginFormFields .formField input.submitBtn:hover {
        background-color: rgb(85 48 135 / 85%);
        border-color: transparent;
    }
    
    
    .loginFormFields .formField .iti {
      width: 100%;
    }
    .loginFormFields .formField .iti input {
      padding: 5px 15px 5px 50px;
  }

    @media screen and (max-width:992px) {
      .loginPgContainer .loginMainBox {
        padding: 20px;
        border-radius: 30px;
      }
      .loginPgContainer .loginFormBox {
        padding: 20px;
      }
      .loginPgContainer .loginFormBox h2{font-size: 32px;}
      .loginFormFields .formField input{
          font-size: 16px;
      }
    }
    @media screen and (max-width:480px) {
      .loginPgContainer .loginSocialMedia {
        flex-direction: column;
      }
      
    }
    
    .mainLoginSec.loginOnlySec .loginFormBox h2{
        text-align: left;
      }
      .mainLoginSec.registerOnlySec .loginFormBox h2{
        text-align: left;
      }
    
    .specialPackageBanner.specialsSuplimentarty .specialPackageBox {
      padding: 0;
      border-radius: 0;
      background-color: transparent;
      backdrop-filter: blur(0);
    }
    
    
    .specialPackageBanner.specialsSuplimentarty .specialPackLeftContent {
      padding: 50px;
      border-radius: 50px;
      background-color: rgba(255,255,255,0.5);
      backdrop-filter: blur(5px);
    }
    .specialOfferingSec .location-card.style-2 .content-wrapper .content-inner .time-zone .theme-btn{display: inline-block;margin-top: 10px;}
    .specialOfferingSec .location-card.style-2 .content-wrapper .content-inner .time-zone{display: block;}
    
    .specialsSuplimentartyTitle{max-width: 800px;margin: 0 auto;width: 100%;text-align: center;}
    .specialPackageBanner.specialsSuplimentarty .specialPackLeftContent h2{font-size: 30px;}
    .specialPackageBanner.specialsSuplimentarty .specialPackLeftContent h4{font-size: 22px;}
    
    
    .specialOfferingSec.powerspotPoojaSec {
      padding: 100px 0;
      background-color: #f9f9f9;
    }
    .powerspotPoojaSec .specialOfferingPuja .location-card.style-2 .image-wrapper{width: 100%;border-radius: 0;margin: 0 auto;}
    .powerspotPoojaSec .specialOfferingPuja .location-card.style-2 .image-wrapper .image-inner{border-radius: 0;}
    .powerspotPoojaSec .specialOfferingPuja .location-card.style-2 {border-radius: 0;}
    .powerspotPoojaSec .specialOfferingPuja .location-card.style-2 .image-wrapper .image-inner:before{display: none;}
    
    
    .powerspotPoojaSec .specialOfferingPuja .location-card.style-2 .content-wrapper .content-inner .time-zone .theme-btn{display: inline-block;margin-top: 10px;}
    
    
    .powerspotPoojaSec .specialOfferingPuja .location-card.style-2 .content-wrapper .content-inner .time-zone {
      display: block;
      border: none;
      margin: 0;
      padding-top: 0;
    }
    .powerspotPoojaSec .specialOfferingPuja .location-card.style-2 .content-wrapper {
      background-color: transparent;
    }
    
    .powerspotPoojaSec .specialOfferingPuja .location-card.style-2 {border: none;box-shadow: none;}
    
    
    /* .powerspotPoojaSec .specialOfferingPuja .location-card.style-2 .content-wrapper {
      padding: 20px;
      border-radius: 50px;
      background-color: rgba(255,255,255,0.5);
      backdrop-filter: blur(5px);
    } */
    
    .checkoutSec{padding: 100px 0;}
    
    .checkoutSec .checkoutTitle h1{
      color: #553087;
      font-size: 42px;
      margin-bottom: 30px;
    }
    .checkoutSec .checkoutSideBarContainer{
      position: sticky;
      top: 120px;
    }
    .checkoutSec .checkoutSideBar{
      width: 100%;
      padding: 10px;
      border-radius: 20px;
      background-color: rgba(255,255,255,0.5);
      backdrop-filter: blur(5px);
    }
    
    .checkoutSec .checkoutSideBar table {
      background-color: rgba(255,255,255,0.5);
      backdrop-filter: blur(5px);
      border-radius: 20px;
      margin: 0 auto;
      text-align: left;
      overflow: hidden;
    }
    .checkoutSec .checkoutSideBar table thead{
      background-color: rgba(0,0,0,0.5);
      backdrop-filter: blur(5px);
      color: #ffffff;
    }
    
    .checkoutSec .checkoutSideBar table tfoot tr:last-child{
      background-color: rgba(255,255,255,0.8);
      backdrop-filter: blur(5px);
    }
    .checkoutSec .checkoutSideBar table tfoot tr.specialDiscount{
      background-color: rgba(255,255,255,0.8);
      backdrop-filter: blur(5px);
      position: relative;
    }
    .checkoutSec .checkoutSideBar table tfoot tr.specialDiscount small{
      position: relative;
      background-color: #553087;
      color: #fff;
      font-size: 11px;
      padding: 4px 2px 3px 2px;
      border-radius: 5px;
      margin-left: 2px;
      line-height: 1em;
      display: inline-block;
      text-align: center;
      top: -2px;
    }
    .checkoutSec .checkoutSideBar table tfoot tr.total td,.checkoutSec .checkoutSideBar table tfoot tr.total th{
      color: #553087;
    }
    .checkOutFormArea {
      background: #f9f9f9;
      border-radius: 20px;
      padding: 35px;
    }
    
    .form_field {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #e8e8e8;
      padding-bottom: 10px;
      margin-bottom: 10px;
    }
    .form_field:last-child{
      border: none;
    }
    .form_field>* {
      width: 60%;
      
    }
    .form_field>label {
      width: 40%;
      
    }
    .form_field label{
      font-size: 18px;
    }
    .form_field input,.form_field textarea,.form_field select{
      background-color: rgba(255,255,255,0.9);
      backdrop-filter: blur(5px);
      color: #5e6f92;
      border-radius: 5px;
      padding: 5px 10px;
      box-shadow: inset 0.5px 0.5px 2px 0 rgba(0, 0, 0, 0.15);
    }
    
    
    .form_field input[type=submit]{
      color: #ffffff;
        padding: 17px 38px;
        text-align: center;
        font-weight: 700;
        font-family: "Source Sans 3", sans-serif;
        background-color: #553087;
        position: relative;
        z-index: 1;
        transition: all 0.5s ease-out;
        font-size: 16px;
        border-radius: 12px;
        overflow: hidden;
    
    }
    /* Tooltip container with a different class name */
    .custom-tooltip {
      position: relative;
      display: inline-block;
      cursor:pointer;
    }
    
    /* Tooltip text with a different class name */
    .custom-tooltip .custom-tooltiptext {
      visibility: hidden;
      width: 300px;
      background-color: black;
      color: white;
      text-align: center;
      border-radius: 6px;
      padding: 5px;
      position: absolute;
      z-index: 1;
      bottom: 125%;
      left: 50%;
      margin-left: -60px; /* Adjust the margin to center the tooltip */
      opacity: 0;
      transition: opacity 0.3s;
      font-size: 12px;
      line-height: 1em;
      transform: translateX(-25%);
    }
    
    /* Show the tooltip on hover */
    .custom-tooltip:hover .custom-tooltiptext {
      visibility: visible;
      opacity: 1;
    }
    
    .birthDetailsField {
      display: none; /* Hide the element by default */
    }
    .birthDetailsField .form_field:last-child {
      border-bottom: 1px solid #e8e8e8;
    }
    .currentLocation .form_field:last-child {
      border-bottom: 1px solid #e8e8e8;
    }
    
    .birthStartField .form_field_input{
      width: 100%;
      margin-bottom: 20px;
    }
    .birthStartField{
      margin-bottom: 20px;
      margin-top: 20px;
    }
    .birthStartField .form_field_input .input_birthstar_option {
      display: flex;
      /* flex-direction: row-reverse; */
      align-items: center;
      /* justify-content: flex-end; */
      gap: 1rem;
      cursor: pointer;
      font-size: 18px;
      color: #5e6f92;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
    
    .birthStartField .form_field_input .input_birthstar_option input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
    }
    
    .birthStartField .form_field_input .checkbox {
      position: relative;
      height: 28px;
      width: 28px;
      background-color: transparent;
      border: 1px solid #5e6f92;
      transition: all 0.15s;
    }
    
    .birthStartField .form_field_input .input_birthstar_option input:focus-visible ~ .checkbox {
      border: 1px solid #553087;
    }
    
    .birthStartField .form_field_input .input_birthstar_option:hover input ~ .checkbox {
      border: 1px solid #553087;
    }
    
    /* ---------- */
    /* Checkbox 1 */
    
    .birthStartField .form_field_input .input_birthstar:after {
      content: "";
      position: absolute;
      top: 13px;
      left: 3px;
      width: 0px;
      height: 0px;
      border: solid #5e6f92;
      border-width: 2px 2px 0 0;
      opacity: 0;
      transform-origin: left top;
      transform: scaleX(-1) rotate(135deg);
      transition: width 0.08s ease 0.1s, height 0.1s ease, border-color 0.3s ease,
        opacity 0.1s ease 0.2s, border-width 0.1s ease;
    }
    
    .birthStartField .form_field_input .input_birthstar_option input:checked ~ .input_birthstar:after {
      opacity: 1;
      width: 10px;
      height: 18px;
      border-color: #5e6f92;
      transition: width 0.1s ease, height 0.08s ease 0.1s, border-color 0.3s ease,
        border-width 0.1s ease;
    }
    
    
    @keyframes checked {
      0% {
        top: 2px;
        left: 8px;
        width: 0px;
        height: 0px;
        opacity: 0;
        border-color: #5e6f92;
        transform: scaleX(-1) rotate(135deg);
      }
      10% {
        width: 2px;
        height: 18px;
      }
      50% {
        border-color: #5e6f92;
        transform: scale(300%) scaleX(-1) rotate(135deg);
      }
      100% {
        width: 10px;
        height: 18px;
        opacity: 1;
        border-color: #5e6f92;
        transform: scale(100%) scaleX(-1) rotate(135deg);
      }
    }
    
    @keyframes unchecked {
      0% {
        top: 2px;
        left: 8px;
        width: 10px;
        height: 18px;
        opacity: 1;
        border-width: 2px 2px 0 0;
        border-color: #ffffff;
      }
      20% {
        opacity: 1;
      }
      50% {
        opacity: 0.1;
      }
      100% {
        top: -15px;
        left: 0px;
        width: 30px;
        height: 40px;
        border-width: 15px 15px 0 0;
        opacity: 0;
      }
    }
    
    .form_field .form_field_input .radio_container {
      display: flex;
      justify-content: space-around;
      align-items: center;
      background-color: #ffffff;
      width: 200px;
      height: 40px;
      border-radius: 9999px;
      box-shadow: inset 0.5px 0.5px 2px 0 rgba(0, 0, 0, 0.15);
      overflow: hidden;
    }
    
    .form_field .form_field_input input[type="radio"] {
      appearance: none;
      width: 100%;
      height: 40px;
      position: relative;
      z-index: 2;
      background-color: transparent;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      cursor: pointer;
      box-shadow: none;
    }
    .form_field .form_field_input .checkbox_col{
      position: relative;
      width: 50%;
    }
    .form_field .form_field_input .radio_container label {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: transparent;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      text-align: center;
      z-index: 0;
      overflow: hidden;
      transition: linear 0.3s;
      /* color: #6e6e6edd; */
    }
    
    .form_field .form_field_input .radio_container input[type="radio"]:checked + label {
      background-color: #553087!important;
      color: #f1f3f5!important;
      transition: 0.3s!important;
    }
    .checkOutFormBox .addMoreDetailsField {
      align-items: flex-start;
      padding-top: 0;
      padding-bottom: 20px;
    }
    .checkOutFormBox .addMoreDetailsField textarea{
      background-color: rgba(255,255,255,0.9);
      backdrop-filter: blur(5px);
      color: #5e6f92;
      border-radius: 5px;
      padding: 5px 10px;
      min-height: 100px;
    }
    .checkOutFormBox .addMemberField{
      margin: 20px 0;
    }
    .checkOutFormBox .addMemberField .addMemberButton {
      width: 100%;
      padding: 10px;
      background: #5e6f92;
      color: #fff;
      border: 1px solid #5e6f92;
      transition: all 0.5s ease-in-out;
      display: block;
      text-align: center;
      cursor: pointer;
    }
    .checkOutFormBox .addMemberField .addMemberButton i{
      margin-right: 5px;
    }
    .checkOutFormBox .addMemberField .addMemberButton:hover{
      background-color: #ffffff;
      color: #5e6f92;
    }
    
    .checkOutFormBox .addMemberField .addMemberButton1 {
      width: 100%;
      padding: 10px;
      background: #5e6f92;
      color: #fff;
      border: 1px solid #5e6f92;
      transition: all 0.5s ease-in-out;
      display: block;
      text-align: center;
      cursor: pointer;
    }
    .checkOutFormBox .addMemberField .addMemberButton1 i{
      margin-right: 5px;
    }
    .checkOutFormBox .addMemberField .addMemberButton1:hover{
      background-color: #ffffff;
      color: #5e6f92;
    }



  /* Add member Final BTN*/

    .checkOutFormArea #addInputBtn {
      width: 100%;
      padding: 10px;
      background: #5e6f92;
      color: #fff;
      border: 1px solid #5e6f92;
      transition: all 0.5s ease-in-out;
      display: block;
      text-align: center;
      cursor: pointer;
      margin: 20px 0;
    }
    .checkOutFormArea #addInputBtn i{
      margin-right: 5px;
    }
    .checkOutFormArea #addInputBtn:hover{
      background-color: #ffffff;
      color: #5e6f92;
    }

   .checkOutFormArea .additionalMemberDetail{
   	margin-bottom: 20px;
  	padding-bottom: 10px;
   	border-bottom: 1px solid #dddddd
   }

    .checkOutFormArea .birthStartFieldnew .form_field:last-child{
    	margin-bottom: 0px;
    	padding-bottom: 0px;
    }
    .checkOutFormArea .removeAdditionalMember i{transition: all 0.5s ease-in-out;}
    .checkOutFormArea .removeAdditionalMember{cursor: pointer;}
    .checkOutFormArea .removeAdditionalMember:hover i{color:red;}.

    .checkOutFormArea .additionalMemberDetail .additionalMemberTitle{display: flex;align-items: center;justify-content: space-between;}
    .checkoutSec #member-button-save {
      margin-top: 20px;
  }

    .birthStartFieldnew{
      margin-bottom: 20px;
      margin-top: 20px;
    }
    .birthStartFieldnew .form_field_input .input_birthstar_option {
      display: flex;
      /* flex-direction: row-reverse; */
      align-items: center;
      /* justify-content: flex-end; */
      gap: 1rem;
      cursor: pointer;
      font-size: 18px;
      color: #5e6f92;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
    
    .birthStartFieldnew .form_field_input .input_birthstar_option input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
    }

    .birthStartFieldnew .form_field_input .checkbox.input_birthstar {
      position: relative;
      height: 28px;
      width: 28px;
      background-color: transparent;
      border: 1px solid #5e6f92;
      transition: all 0.15s;
    }
    
    .birthStartFieldnew .form_field_input .input_birthstar_option input:focus-visible ~ .checkbox {
      border: 1px solid #553087;
    }
    
    .birthStartFieldnew .form_field_input .input_birthstar_option:hover input ~ .checkbox {
      border: 1px solid #553087;
    }
    
    /* ---------- */
    /* Checkbox 1 */
    
    .birthStartFieldnew .form_field_input .checkbox.input_birthstar:after {
      content: "";
      position: absolute;
      top: 13px;
      left: 3px;
      width: 0px;
      height: 0px;
      border: solid #5e6f92;
      border-width: 2px 2px 0 0;
      opacity: 0;
      transform-origin: left top;
      transform: scaleX(-1) rotate(135deg);
      transition: width 0.08s ease 0.1s, height 0.1s ease, border-color 0.3s ease,
        opacity 0.1s ease 0.2s, border-width 0.1s ease;
    }
    
    .birthStartFieldnew .form_field_input .input_birthstar_option input:checked ~ .checkbox.input_birthstar:after {
      opacity: 1;
      width: 10px;
      height: 18px;
      border-color: #5e6f92;
      transition: width 0.1s ease, height 0.08s ease 0.1s, border-color 0.3s ease,
        border-width 0.1s ease;
    }

    .birthDetailsFieldnew{margin-top: 20px;}
    /* Add member Btn end*/













    
    .checkOutFormBox .addMemberField .additionalMemberDetail{
      padding: 20px;
      background-color: #ffffff;
      margin: 20px 0;
      border-radius: 20px;
      display: none;
    }
    .checkOutFormBox .additionalMemberTitle{
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 20px;
    }
    .checkOutFormBox .additionalMemberTitle h4{
      margin-bottom: 0;
      color: #553087;
    }
    .checkOutFormBox .additionalMemberTitle a{
      margin-bottom: 0;
      padding: 0;
      line-height: 0;
      background-color: transparent;
      display: inline-block;
      
      cursor: pointer;
    }
    .checkOutFormBox .additionalMemberTitle a i{
      font-size: 30px;
      color: #553087;
      transition: all 0.5s ease-in-out;
    }
    .checkOutFormBox .additionalMemberTitle a:hover i{
      color: red;
    }
    .checkOutFormBox .addMemberField .form_field input:not([type=radio]), .checkOutFormBox .addMemberField .form_field textarea, .checkOutFormBox .addMemberField .form_field select {
      background-color: rgba(255,255,255,0.5);
      box-shadow: inset 0.5px 0.5px 2px 0 rgba(0, 0, 0, 0.15);
      backdrop-filter: blur(5px);
      color: #5e6f92;
      border-radius: 5px;
      padding: 5px 10px;
    }
    
    
    
    @media screen and (max-width:992px){
      .checkoutSec .checkoutSideBarContainer{
        margin-top: 30px;
      }
      .custom-tooltip .custom-tooltiptext {
          width: 100%; /* Make the tooltip full width on smaller screens */
          margin-left: 0; /* Remove the left margin for centering */
          left: 50%; /* Adjust position for centering */
          transform: translateX(-100%); /* Center the tooltip horizontally */
          min-width: 300px;
      }
    }
    @media screen and (max-width:480px){
      .form_field{
        display: block;
      }
      .form_field>label {
          width: 100%;
      }
      .form_field>* {
        width: 100%;
      }
    }
    @media screen and (max-width:480px){
      .checkOutFormArea {
        padding: 15px;
      }
    
      .checkoutSec {
          padding: 50px 0;
      }
    }
    
    
    .specialEventSec{
      padding: 100px 0;
    }
    .specialEventSec .specialEventItem {
      margin-bottom: 50px;
      background-size: cover;
      background-position: center;
      border-radius: 10px;
      overflow: hidden;
      padding: 10px;
    }
    .specialEventSec .specialEventItemBox{
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      background-color: rgba(255, 255, 255, 0.5);
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px);
      border-radius: 20px;
      overflow: hidden;
    }
    .specialEventSec .specialEventItemBox .specialEventImgBox{
      width: 30%;
      position: relative;
      padding: 10px;
    }
    
    .specialEventSec .specialEventItemBox .specialEventContBox{
      width: 70%;
    }
    
    .specialEventSec .specialEventItemBox .specialEventCont{
      padding: 20px 0 20px 30px;
    }
    
    .specialEventSec .specialEventItemBox .specialEventImgBox .specialEventDate {
      position: absolute;
      right: 20px;
      top: 20px;
      background: rgb(255 255 255 / 90%);
      backdrop-filter: blur(5px) saturate(3.5);
      border-radius: 5px;
      padding: 5px;
      text-align: center;
    }
    .specialEventSec .specialEventItemBox .specialEventImgBox .specialEventDate p{
      margin-bottom: 0;
      font-size: 16px;
      font-weight: 700;
      color: #282E65;
      line-height: 1em;
    }
    .specialEventSec .specialEventItemBox .specialEventImgBox .specialEventImg{
      border-radius: 10px;
      overflow: hidden;
    }
    
    /* .specialEventSec .specialEventItemBox .specialEventContBox h4 a{
      color: #553087;
    } */
    
    
    @media screen and (max-width:1280px){
      .specialEventSec .specialEventItemBox{
        align-items: start;
      }
    }
    
    @media screen and (max-width:992px){
      .specialEventSec .specialEventItemBox{
        display: block;
      }
      .specialEventSec .specialEventItemBox .specialEventImgBox {
          width: 100%;
          max-width: 480px;
          margin: 0 auto;
      }
      .specialEventSec .specialEventItemBox .specialEventContBox {
          width: 100%;
          margin: 0 auto;
      }
      .specialEventSec .specialEventItemBox .specialEventCont{
        padding: 20px 20px 20px 20px;
      }
    
    }
    @media screen and (max-width:768px){
      .specialEventSec .specialEventItemBox .specialEventContBox h4{
        font-size: 22px;
        line-height: 1em;
      }
      .specialEventSec .specialEventItemBox .specialEventContBox h5{
        font-size: 20px;
        line-height: 1em;
      }
      .specialEventSec .specialEventItemBox .specialEventContBox p{
        font-size: 16px;
        line-height: 1em;
      }
      .specialEventSec .specialEventItemBox .specialEventCont {
        padding: 10px 10px 10px 10px;
      }
      .specialEventSec .specialEventItemBox .specialEventImgBox .specialEventDate p {
          font-size: 14px;
      }
      .specialEventSec {
          padding: 50px 0;
      }
    }
    
    
    .blog-details-wrapper .single-post-item .serviceVideo{margin-top: 20px;}
    .blog-details-wrapper .single-post-item .serviceVideo iframe{width: initial;height: initial;}
    
    
    .ui-datepicker .ui-datepicker-header, .ui-datepicker .ui-datepicker-calendar {
      caption-side: initial;
      border-collapse: initial;
    }
    
    /* All Service Category List Page */
    
    .serviceAllCategoryTab {
      padding: 100px 0;
    }
    .serviceAllCategoryTab .ui-tabs-nav{
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
    }
    
    .serviceAllCategoryTab .ui-tabs-nav>li{
      list-style: none;
      margin: 0 10px;
      margin-bottom: 20px;
    }
    .serviceAllCategoryTab .ui-tabs-nav>li>a{
      background-color: #ffffff;
        color: #553087;
        border: 1px solid #553087;
        padding: 17px 38px;
        display: block;
        border-radius: 10px;
        transition: all 0.5s ease-in-out;
    }
    .serviceAllCategoryTab .ui-tabs-nav>li>a:hover{
      background-color: rgb(85 48 135 / 20%);
    }
    .serviceAllCategoryTab .ui-tabs-nav>li.ui-tabs-active a{
      background-color: #553087;
      color: #ffffff;
    }
    
    .serviceAllCategoryTab .subServiceTabs .ui-tabs-nav{background-color: #eeeeee;border-radius: 100px;overflow: hidden;margin-bottom: 50px;padding-left: 0;}
    .serviceAllCategoryTab .subServiceTabs .ui-tabs-nav>li{
      margin: 10px 2px;
    }
    .serviceAllCategoryTab .subServiceTabs .ui-tabs-nav>li>a{
      padding: 0 20px;
      background-color: transparent;
      border: none;
      font-size: 16px;
      border-radius: 100px;
    }
    
    .serviceAllCategoryTab .subServiceTabs .ui-tabs-nav>li a:hover{
      background-color: #ffffff;
      color: #553087;
    }
    .serviceAllCategoryTab .subServiceTabs .ui-tabs-nav>li.ui-tabs-active a{
      background-color: #553087;
      color: #ffffff;
    }
    
    .serviceAllCategoryTab .ui-tabs-panel{
      padding: 0;
      border: none;
    }
    
    @media screen and (max-width:992px) {
    .serviceAllCategoryTab .ui-tabs-nav>li>a {
        background-color: #ffffff;
        color: #553087;
        border: 1px solid #553087;
        padding: 5px 20px;
    }
    .serviceAllCategoryTab .subServiceTabs .ui-tabs-nav>li {
      margin: 5px 1px;
    }
    
    .serviceAllCategoryTab .ui-tabs-nav {
      margin-bottom: 10px;
    }
    .serviceAllCategoryTab .subServiceTabs .ui-tabs-nav {
      background-color: #eeeeee;
      border-radius: 10px;
    }
    .serviceAllCategoryTab .ui-tabs-nav>li {
      margin: 0 5px 5px;
    }
    .serviceAllCategoryTab .subServiceTabs .ui-tabs-nav>li>a {
      padding: 0 10px;
      border-radius: 10px;
    }
    }
    
    
    @media screen and (max-width:768px) {
      .serviceAllCategoryTab .ui-tabs-nav>li a {
        font-size: 16px;
      }
      .serviceAllCategoryTab {
          padding: 50px 0;
      }
      
    }
    
    
    .productDetailPage .single-post-item .post-meta{
    display: block;
    }
    
    .productDetailPage .single-post-item .post-meta h5{
      font-size: 18px;
      color: #282E65;
    }
    .productDetailPage .single-post-item .post-meta h5.price{
      font-size: 18px;
      margin-bottom: 10px;
      color: #282E65;
    }
    .productDetailPage .single-post-item .post-meta h5.price span{
      display: inline-block;
      font-size: 18px;
      font-weight: 700;
      color: #282E65;
    }
    .productDetailPage .single-post-item .post-meta h5.finalPrice{
      font-size: 20px;
      margin-bottom: 10px;
      color: #553087;
    }
    .productDetailPage .single-post-item .post-meta h5.finalPrice span{
        display: inline-block;
        font-size: 20px;
        color: #553087;
        font-weight: 700;
      }
    
    .productDetailPage .single-post-item .post-meta h5.discountPrice{
      font-size: 16px;
      background-color: #553087;
      margin-bottom: 10px;
      color: #ffffff;
      display: inline-block;
      padding: 5px 20px;
  	animation: blinkingText 2s ease-in-out infinite alternate;
    }
    .productDetailPage .single-post-item .post-meta h5.discountPrice span{
      display: inline-block;
      font-size: 16px;
      color: #ffffff;
      font-weight: 700;
      animation: blinkingText 2s ease-in-out infinite alternate;
    }
    
     .productDetailPage .single-post-item .post-meta h5.regionalPrice{
      font-size: 16px;
      background-color: #553087;
      margin-bottom: 10px;
      color: #ffffff;
      display: inline-block;
      padding: 5px 20px;
      /*animation: blinking 2s ease-in-out infinite alternate;*/
    }
    .productDetailPage .single-post-item .post-meta h5.regionalPrice span{
      display: inline-block;
      font-size: 16px;
      color: #ffffff;
      font-weight: 700;
    }
  .productDetailPage .single-post-item .post-meta .offercode{
  font-size: 16px;
      background-color: #553087;
      margin-bottom: 10px;
      color: #ffffff;
      display: inline-block;
      padding: 2px 20px;
      animation: blinking 2s ease-in-out infinite alternate;
  }

    @keyframes blinking{
    	0%{background-color: #553087;}
    	50%{background-color: #ff0000;}
    	100%{background-color: #553087;}
    }
    @keyframes blinkingText{
    	0%{color: #ffffff;}
    	50%{color: #f7f300;}
    	100%{color: #fffffff;}
    }

    .lSSlideOuter .lSPager.lSGallery a{
      position: relative;
      overflow: hidden;
      padding-top: calc(100/100 * 100%);
      display: block;
      border-radius: 0;
    }
    .lSSlideOuter .lSPager.lSGallery a img{
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }
    
    .lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover{
      border-radius: 0!important;
    }
    .productDetailPage .blog-details-wrapper .single-post-item iframe {
      width: 100%;
      height: 450px;
      border-radius: 0;
    }
    
    
    
    .lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider>*{padding-top: 0;}
    
    
    
    
    .specialPackItemsBox .single-post-item .post-meta{
      display: block;
      }
      
      .specialPackItemsBox .single-post-item .post-meta h5{
        font-size: 18px;
        color: #282E65;
      }
      .specialPackItemsBox .single-post-item .post-meta h5.price{
        font-size: 18px;
        margin-bottom: 10px;
        color: #282E65;
      }
      
      .specialPackItemsBox .single-post-item .post-meta h5.finalPrice{
        font-size: 20px;
        margin-bottom: 10px;
        color: #553087;
      }
      
      
      .specialPackItemsBox .single-post-item .post-meta h5.discountPrice{
        font-size: 16px;
        background-color: #553087;
        margin-bottom: 10px;
        color: #ffffff;
        display: inline-block;
        padding: 5px;
      }
    
      .ui-datepicker .ui-datepicker-header, .ui-datepicker .ui-datepicker-calendar {
        min-width: 280px;
        text-align: center;
    }
    .ui-datepicker th span {
      color: #553087;
    }
    .ui-datepicker th {
      border-color: #ffffff;
      background-color: transparent;
    }
    .ui-datepicker .ui-datepicker-calendar {
      padding-bottom: 10px;
    }
    .ui-datepicker-title {
      text-align: center;
      margin: 0 auto;
      color: #553087;
      font-weight: 700;
    }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
      position: absolute;
      left: 10px;
      cursor: pointer;
    }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      position: absolute;
      right: 10px;
      cursor: pointer;
    }
    
    .gtranslate_wrapper select{border-radius: 5px;font-size: 14px;padding: 3px;}
    
    @media screen and (max-width:992px) {
      
      .gtranslate_wrapper select{background-color: #eeeeee;}
      
    }
    
    @media screen and (max-width:767px) {
      .header-menu-area .logo .sticky-logo img {
          transition: all 0.5s ease-out;
          max-width: 75px;
      }
      
    }
    
    
    @media screen and (max-width:480px) {
      .header-btn {
        gap: 5px;
        padding: 2px 10px 2px 0;
      }
      .header-menu-area .logo {
          height: 80px;
      }
      
    }
    
    .otpFormBox .otpFormFields input {
      width: 32px;
      height: 32px;
      text-align: center;
      border: none;
      border-bottom: 1.5px solid #d2d2d2;
      margin: 0 10px;
      background-color: rgba(0, 0, 0, 0.8);
      backdrop-filter: blur(5px);
      color: #ffffff;
    }
    .otpFormBox img{max-width: 50%;}
    
    .otpFormBox .otpFormFields input:focus {
      border-bottom: 1.5px solid deepskyblue;
      outline: none;
    }
    
    .otpFormBox .otpFormFields input[type=submit]{
      text-align: center;
      justify-content: center;
      background-color: rgba(0, 0, 0, 0.8);
      backdrop-filter: blur(5px);
      border-radius: 5px;
      border: 1px solid #E5E7EB;
      color: #ffffff!important;
      max-width: 300px;
      margin: 0 auto;
      width: 100%;
      height: 50px;
      transition: all 0.5s ease-in-out;
      margin-top: 30px;
    }
    .otpFormBox .otpFormFields input[type=submit]:hover {
        background-color: rgb(85 48 135 / 85%);
        border-color: transparent;
    }
    
    .resetPasswordBox img{max-width: 50%;margin: 20px 0;}
    .resetPasswordBox .loginFormFields .formField input{text-align: center;}
    
    .charityBuy .quantityInput label{margin-right: 20px;}
    .charityBuy .quantityInput {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
    }
    .quantityInput input{
      border: none;
      width: 150px;
      border-radius: 5px;
      background-color: #ede0ff;
      text-align: center;
      font-size: 16px;
      color: #333333;
      cursor: pointer;
      height: 38px;
    }
    
    .qty-container{
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .qty-container .input-qty{
      text-align: center;
      padding: 6px 10px;
      border: 1px solid #d4d4d4;
      max-width: 80px;
    }
    .qty-container .qty-btn-minus,
    .qty-container .qty-btn-plus{
      border: 1px solid #d4d4d4;
      padding: 10px 13px;
      font-size: 16px;
      height: 38px;
      width: 38px;
      transition: 0.3s;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .qty-container .qty-btn-plus{
      margin-left: 2px;
    }
    .qty-container .qty-btn-minus{
      margin-right: 2px;
    }
    
    
    /*---------------------------*/
    .btn-cornered,
    .input-cornered{
      border-radius: 4px;
    }
    .btn-rounded{
      border-radius: 50%;
    }
    .input-rounded{
      border-radius: 50px;
    }
    
    .policyContent{
      padding: 100px 0;
    }
    
    .shoppingCart{position: relative;}
    
    .shoppingCart .lighter-text {
      color: #ABB0BE;
    }
    
    .shoppingCart .main-color-text {
      color: #553087;
    }
    
    .shoppingCart>a{
      display: flex;
      align-items: center;
      gap: 5px;
    }
    .shoppingCart>a{
      color:#000;
    }
    .shoppingCart>a i{
      color:#000;
    }
    .shoppingCart>a:hover{
      color:#553087 ;
    }
    .shoppingCart .badge {
      background-color: #553087;
      border-radius: 10px;
      color: white;
      display: inline-block;
      font-size: 12px;
      line-height: 1;
      padding: 3px 7px;
      text-align: center;
      vertical-align: middle;
      white-space: nowrap;
    }
    
    .shoppingCart .shopping-cart {
      margin: 20px 0;
      float: right;
      background: white;
      width: 320px;
      position: relative;
      border-radius: 3px;
      padding: 20px;
      position: absolute;
      right: 0;
      top: 15px;
      z-index: 9999;
      box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.1); 
      display: none;
    }
    
    .shoppingCart .shopping-cart .shopping-cart-header {
      border-bottom: 1px solid #E8E8E8;
      padding-bottom: 15px;
      display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .shoppingCart .shopping-cart .shopping-cart-header .shopping-cart-total {
      float: right;
    }
    
    .shoppingCart .shopping-cart .shopping-cart-items {
      padding-top: 20px;
      padding-left: 0;
    }
    
    .shoppingCart .shopping-cart .shopping-cart-items li {
      margin-bottom: 18px;
      list-style: none;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .shoppingCart .shopping-cart .shopping-cart-items li .shopping-image{width: 25%;}
    .shoppingCart .shopping-cart .shopping-cart-items li .shopping-content{width: 75%;}
    .shoppingCart .shopping-cart .shopping-cart-items img {
      float: left;
      margin-right: 12px;
      max-width: 50px;
      width: 100%;
    }
    
    .shoppingCart .shopping-cart .shopping-cart-items .item-name {
      display: block;
      padding-top: 0;
      font-size: 16px;
      line-height: 1em; 
    }
    
    .shoppingCart .shopping-cart .shopping-cart-items .item-price {
      color: #6394F8;
      margin-right: 8px;
      font-size: 14px;
    }
    
    .shoppingCart .shopping-cart .shopping-cart-items .item-quantity {
      color: #ABB0BE;
      font-size: 14px;
    }
    
    .shoppingCart .shopping-cart:after {
      bottom: 100%;
      left: 89%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-bottom-color: white;
      border-width: 8px;
      margin-left: -8px;
    }
    
    .shoppingCart .cart-icon {
      color: #553087;
      font-size: 24px;
      margin-right: 7px;
      float: left;
    }
    /* 
    .shoppingCart .button {
      background: #6394F8;
      color: white;
      text-align: center;
      padding: 12px;
      text-decoration: none;
      display: block;
      border-radius: 3px;
      font-size: 16px;
      margin: 25px 0 15px 0;
    }
    
    .shoppingCart .button:hover {
      background: #000;
    }
     */
    
     @media screen and (max-width:480px) {
      .shoppingCart {
        margin-right: 15px;
        margin-left: 10px;
      }
      .shoppingCart .cartTitle{
        display: none;
      }
      .shoppingCart .badge {
        font-size: 8px;
        position: absolute;
        top: -15px;
        right: -15px;
      }
      .gtranslate_wrapper select {
        font-size: 12px;
        max-width: 80px;
      }
      .header-menu-area .logo .sticky-logo img {
        max-width: 65px;
      }
      .header-menu-area.sticky_menu .logo .sticky-logo img {
        max-width: 65px;
      }
      .header-menu-area.sticky_menu .logo,.header-menu-area .logo{
        padding: 5px 0;
        height: auto;
      }
      .menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .social-profile a i{
        color:#ffffff;
      }
      .shoppingCart .shopping-cart {
        right: -86px;
      }
      .shoppingCart .shopping-cart:after {
        left: 71%;
      }
      .shoppingCart .shopping-inner-icon{
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .shoppingCart .shopping-inner-icon .badge{
        position: relative;
        left: auto;
        top: auto;
        right: auto;
      }
     }

     .account-details-form{

     }
     /*.form_field {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .form_field:last-child{
    border: none;
  }
  .form_field>* {
    width: 60%;
    
  }
  .form_field>label {
    width: 40%;
    
  }*/
  .account-details-form label{
    font-size: 18px;
  }
  .account-details-form input,.account-details-form textarea,.account-details-form select{
    background-color: rgba(255,255,255,0.9);
    backdrop-filter: blur(5px);
    color: #5e6f92;
    border-radius: 5px;
    padding: 5px 10px;
    box-shadow: inset 0.5px 0.5px 2px 0 rgba(0, 0, 0, 0.15);
  }


  .account-details-form input[type=submit]{
    color: #ffffff;
      padding: 17px 38px;
      text-align: center;
      font-weight: 700;
      font-family: "Source Sans 3", sans-serif;
      background-color: #553087;
      position: relative;
      z-index: 1;
      transition: all 0.5s ease-out;
      font-size: 16px;
      border-radius: 12px;
      overflow: hidden;

  }


  .account-details-form .form_field_input .radio_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #ffffff;
    width: 200px;
    height: 40px;
    border-radius: 9999px;
    box-shadow: inset 0.5px 0.5px 2px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
  }

  .account-details-form .form_field_input input[type="radio"] {
    appearance: none;
    width: 100%;
    height: 40px;
    position: relative;
    z-index: 2;
    background-color: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    cursor: pointer;
    box-shadow: none;
  }
  .account-details-form .form_field_input .checkbox_col{
    position: relative;
    width: 50%;
  }
  .account-details-form .form_field_input .radio_container label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 0;
    overflow: hidden;
    transition: linear 0.3s;
    /* color: #6e6e6edd; */
  }

  .account-details-form .form_field_input .radio_container input[type="radio"]:checked + label {
    background-color: #553087!important;
    color: #f1f3f5!important;
    transition: 0.3s!important;
  }

  .loginFormFields .formField .iti input{padding-left: 50px;}


  .specialEventSec .specialEventItemBox .specialEventCont .countdown {
      max-width: 100%;
  }
  .specialEventSec .specialEventItemBox .specialEventCont .offerEndsTimerBox {
      max-width: 250px;
      margin: 0;
          background: rgba(255, 255, 255, 0.5);
      padding: 10px;
      border-radius: 15px;
      margin-bottom:10px;
  }

  .specialEventSec .specialEventItemBox .specialEventCont .countdown > .part > .remaining > .number {
      font-size: 22px;
      line-height: 20px;
  }
  .specialEventSec .specialEventItemBox .specialEventCont .countdown > .part > .remaining > .text {
      font-size: 14px;
      line-height: 16px;
  }

  /* Base style for .title-new */
    .title-new {
      font-size: 30px; /* Default font size */
    }

    /* Larger screens */
    @media (min-width: 600px) {
      .title-new {
        font-size: 40px;
      }
    }

    /* Even larger screens */
    @media (min-width: 992px) {
      .title-new {
        font-size: 50px;
      }
    }

    /* Very large screens */
    @media (min-width: 1200px) {
      .title-new {
        font-size: 60px;
      }
    }

    .homeTopSlider .homeMobMainSliderItem{display: none;}
    .header-area .form-inline button{display: none;}
    .header-area .form-inline input{font-size: 14px;padding: 3px 10px;}
    .header-area .search-dropdown{border: none!important;margin-top: 5px;}
    .header-area .mobileUserLoginBtn{display: none;}
    .header-area .searchToggleBtn{display: none;}
    .upcomingEventHmSec h1{margin-bottom: 1.5em;}
    .cart-wishlist-table {table-layout: auto!important;width: 100%;}
    .cart-wishlist-table tbody tr td {padding: 5px;}
    .cart-wishlist-table tbody tr td.thumbnail {width: 60px;min-width: 60px;}
    .cart-wishlist-table tbody tr td.name {width: 40%;    font-size: 16px;}
    .cart-wishlist-table thead tr th {padding: 5px 5px 0 0;}
    .cart-wishlist-table tbody tr td.price {font-size: 16px;}
    .cart-wishlist-table tbody tr td.subtotal {font-size: 16px;}
    .cart-totals table tbody tr {font-family: "Source Sans 3", sans-serif;font-size: 16px;}
    .cart-totals table tbody tr th {
    font-size: 16px;
    padding: 10px 5px 10px 0;
    text-align: left;
    line-height: 1em;}



    @media screen and (max-width:991px){
      .header-area .form-inline input{position: absolute;left: 0;margin-top:20px;display: none;}
      .header-area .form-inline button{display: block;}
      .header-area .search-dropdown {margin-top: 50px;left: 0;}
      .header-area.new-class .mobileUserLoginBtn{display: block;}
      .header-area.new-class .user-login-btn span{position: absolute;left: -115px;margin-top: 15px;background: #fff;width: 175px;padding: 5px;border-radius: 5px;}
      .header-btn {column-gap: 15px;}
      .header-area .searchToggleBtn{display: block;}
      .location-slider-area.style-1 .location-card .image-wrapper {height: auto;}
      .detailPgRelatedService .location-card .image-wrapper .image-inner {padding-top: calc(2 / 2* 100%);}
    }
    @media screen and (max-width:767px){
      .cart-wishlist-table tbody tr td.thumbnail {
          padding-top: 5px;
      }
      .cart-totals {
        width: 100%;
        padding: 20px;
    }

    }
  @media screen and (max-width:480px){
    .homeTopSlider .single-slider{display: none!important;}
    .homeTopSlider .homeMobMainSliderItem {display: block;}
    .homeTopSlider .homeMobMainSliderItem a{display: block;width: 100%;}
    .homeTopSlider .homeMobMainSliderItem a img{width: 100%;}
    .title-new {font-size: 18px;}
    .about-us-area .col-xs-6{width: 50%!important;}
    .upcomingEventHmSec .section-title{        margin-bottom: -35px;
}
.location-card.style-3 .content-wrapper .content-inner .title a {
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.56px;
}
    .section-title .short-title {font-size: 12px;}
    .section-title .title {font-size: 18px;line-height: 1.2em;}
    .about-us-content-wrapper-2 .section-title .bottom-shape {margin-top: -10px;width: 300px;}
    .about-us-content-wrapper-2 .section-title {margin-bottom: 15px;}
    html, body {font-size: 14px;line-height: 1.2em;}
    /* .link-card.style-2 {position: relative;left: auto;top: auto;right: auto;bottom: auto;} */
    .counter-area .single-counter .counter-inner {font-size: 14px;}
    .counter-area .single-counter .title {font-size: 12px;line-height: 1.1em;}
    .link-card.style-2 {padding: 5px 10px;}
    .link-card .content-wrapper .title {line-height: 1.1em;font-size: 12px;}
    .link-card .content-wrapper .link-up {font-size: 12px;line-height: 1.1em;}
    .counter-area.style-2 {justify-content: center;gap: initial;width: 100%;}
    .link-card.style-1 {padding: 10px;top: 120%;right: 10px;}
    .counter-area .single-counter {width: 100%;}
    .counter-wrapper {display: flex;margin-left: 0;}
    .link-card .video-btn a {width: 30px;height: 30px;}
    .link-card .video-btn a i {font-size: 14px;}
    .meta-wrapper {margin-top: 0px;padding-top: 15px;}
    .why-choose-us-area {padding: 30px 0 60px;}
    .section-title .bottom-shape {margin-top: -10px;}
    .section-title {gap: 20px;}
    p {margin: 0 0 5px;}
    .section-title .desc {font-size: 14px;line-height: 1.2em;}
    .why-choose-us-area  .col-xs-6{width: 50%;}
    .info-card .icon-wrapper img {width: 20px;height: 20px;}
    .info-card {gap: 10px;}
    .info-card .icon-wrapper {width: 40px;height: 40px;}
    .info-card .content .title {font-size: 16px;line-height: 1em;}
    .info-card .content .desc {font-size: 14px;line-height: 1em;}
    .why-choose-us-area .info-wrapper .info-card .content {gap: 10px;}
    .why-choose-us-area .info-wrapper .info-card {padding-top: 10px;margin-top: 10px;}
    .location-area {padding: 30px 0;}
    .section-title .bottom-shape {width: 50%;}
    .location-card .image-wrapper .favourite-icon img {width: 20px;height: 20px;}
    .location-card .image-wrapper .favourite-icon {width: 40px;height: 40px;transform: translate(-30%, 42%);}
    .location-card.style-2 .content-wrapper .content-inner .content-title a {font-size: 16px;}
    .location-card.style-2 .content-wrapper .content-inner .time-zone {padding-top: 5px;margin-top: 5px;}
    .location-area.style-5 .row>*{margin-top: 20px;}
    .cta-area .section-title {padding: 30px 0;}
    .comment-respond {padding: 10px;margin-top: 5px;}
    .cta-area .section-title .title {margin-bottom: 0;}
    .cta-area .section-title .bottom-shape {width: 50%;}
    .comment-respond .row>*{margin-top: 10px;}
    .comment-respond input, .comment-respond select {height: 40px;padding: 5px 5px;font-size: 14px;}
    .latest-posts-area {padding: 30px 0;}
    .section-title {margin-bottom: 25px;}
    .latest-posts-area.style-1 .post-meta {margin-top: 5px; gap: 5px;}
    .latest-post-card .content-wrapper .post-title {margin-top: 0px;}
    .latest-post-card .content-wrapper .post-title a {font-size: 16px;}
    .footer .footer-sec {padding: 15px 15px;}
    .footer-widget-menu-wrapper {gap: 10px;}
    .footer-widget {margin-bottom: 30px;}
    .header-btn input {font-size: 14px;padding: 5px;}
    .footer-widget.widget_nav_menu{width: 50%;}
    .footer-widget.widget_nav_menu:nth-child(odd){padding-right: 5px;}
    .footer-widget.widget_nav_menu:nth-child(even){padding-left: 5px;}
    .footer-widget-menu-wrapper{flex-wrap: wrap;gap: 0;}
    .header-area.new-class .header-btn {padding: 2px 10px 0px 0;}
    .header-area.new-class .header-btn .header-btn .user-login-btn {position: absolute;left: 0;bottom: 0;width: 100%;font-size: 14px;}
    .header-btn {column-gap: 15px;}
    .footer-widget ul li{line-height: 1.2em;}
    .footer-widget ul {gap: 5px;}
    .footer {padding: 15px;}
    .footer-sec .row>*{padding: 0;}
    .location-slider-area.style-3.upcomingEventHmSec {padding: 25px 0 15px;}
    .location-slider-area.style-3.upcomingEventHmSec .row>*{margin-top: 0;}
    .location-slider-area.style-3.upcomingEventHmSec .row{margin-top: 0;}
    .about-us-area.style-2 .row>*{margin-top: 20px;}
    .about-us-content-wrapper-2 .section-title .bottom-shape {margin-top: -10px;width: 50%;}
    .page-heading h3, .page-heading .page-title {font-size: 20px;line-height: 1em;margin-bottom: 0px;}
    .breadcrumb-list ul li a {font-size: 14px;line-height: 1em;}
    .breadcrumb-list ul li {gap: 0 15px;}
    .breadcrumb-list ul { gap: 0 15px;}
    /* .page-breadcrumb-area {padding-top: calc(333 / 1600* 100%);} */
    .serviceAllCategoryTab .ui-tabs-nav>li a {font-size: 14px;}
    .serviceAllCategoryTab {padding: 20px 0;}
    .serviceAllCategoryTab .ui-tabs-nav>li>a {padding: 2px 10px;}
    .serviceCategoryBox .serviceItem{width: 33.33%; padding: 0 10px;}
    .location-card .content-wrapper .content-inner .content-title a {font-size: 12px;line-height: 1em;}
    .location-card .content-wrapper .content-inner .icon {width: 30px;height: 30px;}
    .location-card .content-wrapper .content-inner {padding: 5px 5px;}
    .location-card .content-wrapper .content-inner {gap: 5px;}
    .location-card .content-wrapper { margin-left: 5px;margin-right: 5px;border-radius: 5px;}
    .serviceCategoryBox .location-card .content-wrapper {visibility: visible;margin-bottom: 5px;}
    .location-card {border-radius: 5px;}
    .rating .ratting-inner {margin-top: 10px;margin-right: 10px;border-radius: 5px;padding: 2px 5px;    font-size: 12px;}
    .rating .ratting-inner span {margin-right: 0;}
    .single-post-item .post-title {font-size: 18px;line-height: 1em;margin-top: 5px;}
    .productDetailPage .single-post-item .row.mb-5{margin-bottom: 0!important;}
    .widget {padding: 15px;}
    .tour-details .sidebar .widget_booking_form h3, .tour-details .sidebar .widget_booking_form .title {font-size: 18px;}
    .productDetailPage .single-post-item form .row .col-sm-6{    width: 50%;}
    .productDetailPage .single-post-item form .row>*{margin-top: 10px;}
    .tour-details .sidebar .widget_booking_form .input-wrapper input, .tour-details .sidebar .widget_booking_form .input-wrapper textarea {font-size: 14px;line-height: 1em;padding: 5px 10px;border-radius: 5px;}
    .tour-details .sidebar .widget_booking_form .input-wrapper label {font-size: 14px;line-height: 1em;}
    .page-area, .blog-area {padding: 15px 0;}
    .location-slider-area.style-1 .section-title {margin-top: 10px;margin-bottom: 20px;}
    .section-title .topbar-shape-2 {transform: translate(-30%, 18%);width: 30px;}
    .section-padding {padding: 30px 0;}
    .icon-card.style-2 {padding: 15px;}
    .icon-card.style-2 .icon {width: 40px;height: 40px;}
    .icon-card.style-2 .icon i {font-size: 16px;}
    .icon-card.style-2 .content {gap: 0;margin-top: 0;}
    .icon-card .content .title {margin-bottom: 0;font-size: 16px;}
    .icon-card .content .desc {font-size: 14px;line-height: 1.2em;font-weight: 400;}
    .contact-info-area {padding: 25px 0;}
    .contact-form-area {padding: 25px 0;}
    .contact-form-area .comment-respond {padding: 15px;}
    .contact-form-area .comment-respond .row .col-xl-6{width: 50%;}
    .detailPgRelatedService.location-slider-area.style-1 {padding: 20px 0 20px;}
    .menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info {gap: 15px 24px;}
    .breadcrumb-list ul {flex-direction: column;}
    .breadcrumb-list ul li:first-child:before {display: block;}
    body .hideOnMobile{display:none!important;}
    .serviceCategoryBox .serviceItem .rating{display: none;}
    .serviceCategoryBox .location-card .content-wrapper{display: none;}
    .specialEventSec {
          padding: 25px 0;
      }
    .specialEventArea .row{padding: 0 15px;
      justify-content: space-between;}
    .specialEventArea .row>.col-sm-12{width: 48%!important;padding: 0!important;}
      .specialEventSec .specialEventItemBox .specialEventImgBox .specialEventDate p {
          font-size: 10px;
      }
      .specialEventSec .specialEventItem {
      margin-bottom: 20px;
      border-radius: 5px;
      padding: 5px;
    }
  .specialEventSec .specialEventItemBox{border-radius: 5px;}
  .specialEventSec .specialEventItemBox .specialEventImgBox .specialEventImg {
      border-radius: 5px;
      overflow: hidden;
  }
  .specialEventSec .specialEventItemBox .specialEventImgBox {
      padding: 5px;
  }
  .specialEventSec .specialEventItemBox .specialEventImgBox .specialEventDate {
      right: 8px;
      top: 8px;
      border-radius: 5px;
      padding: 2px;
  }

  .specialEventSec .specialEventItemBox .specialEventCont {
          padding: 0 5px 5px 5px;
      }

  .specialEventSec .specialEventItemBox .specialEventCont .offerEndsTimerBox {
      padding: 5px;
      border-radius: 5px;
      margin-bottom: 5px;
  }
  .specialEventSec .specialEventItemBox .specialEventCont .countdown > .part > .remaining > .number {
      font-size: 12px;
      line-height: 10px;
  }

  .specialEventSec .specialEventItemBox .specialEventCont .countdown > .part > .remaining > .text {
      font-size: 8px;
      line-height: 10px;
  }

      .specialEventSec .specialEventItemBox .specialEventContBox h4 {
          font-size: 14px;
          margin-bottom: 0;
      }

      .specialEventSec .specialEventItemBox .specialEventContBox p {
          font-size: 12px;
          line-height: 1em;
      }
  .specialEventSec .specialEventItemBox .specialEventContBox h4 a{line-height: 1em}
      .theme-btn, .tour-area .location-area.style-1 .portfolio-filter li, .wp-block-loginout a, input.theme-btn {
          padding: 5px 10px;
          font-size: 12px;
          line-height: 1em;
      }

  .offerEndsDate {
      text-align: center;
      margin-bottom: 5px;
      position: relative;
  }

  .countdown > .part > .remaining > .number {
      color: #553087;
      font-size: 16px;
      font-weight: 700;
  }

  .countdown > .part > .remaining > .text {
      color: #000000;
      text-transform: uppercase;
      font-size: 14px;
  }

  .offerEndsDate h4{font-size: 16px;}
  .specialTopTimerSec {
      border-top: 1px solid #999;
      padding: 25px 0;
    }

    .offerEndsTimerBox {
      max-width: 230px;
      margin: 0 auto 15px;
      position: relative;
  }
  .specialPackageBanner {
      padding: 10px 0;
  }
  .specialPackageBox {
      padding: 10px;
      border-radius: 5px;
    }

    .specialPackLeftContent h2,.specialPackLeftContent h1{font-size: 16px;}
  .specialPackageBox .row .col-md-6{width: 100%!important;}
   .specialPackLeftContent h4{font-size: 14px;}
   .specialPackLeftContent p{font-size: 14px;}
  .specialPackLeftContent ul li{font-size: 14px;}
  .specialPackLeftContent ul{margin-bottom: 0;}
  .specialPackageBox .row{align-items: flex-start!important;}
  .specialPackageOverviewSec p{font-size: 14px;}
  .specialPackageOverviewSec ul li{font-size: 14px;}
  .specialPackageOverviewSec ul{margin-bottom: 0;}
  .specialPackageOverviewSec {
      padding: 25px 0 0;
  }
  .specialPackageItemsSec {
      padding: 25px 0;
  }
  .specialPackageItemsSec h2{font-size: 16px;}
  .specialPackItemsBox {
      padding: 10px;
      background: #eee;
   margin-bottom: 20px;
      border-radius: 5px;
  }
.blog-details-wrapper .single-post-item .post-thumbnail, .blog-details-wrapper .single-post-item .post-video, .blog-details-wrapper .single-post-item .post-gallery, .blog-details-wrapper .single-post-item .postbox-audio, .blog-details-wrapper .single-post-item .wp-block-post-featured-image {
        margin-bottom: 10px;
    }
        .single-post-item .post-title {
        font-size: 14px;
        line-height: 1em;
        margin-top: 5px;
    }
    .specialPackItemsBox .post-title-wrapper .dateTime h5 {
    font-size: 14px;
    padding-right: 10px;
}
.specialPackItemsBox .desc{font-size: 14px;}
.specialPackItemsBox .single-post-item .post-meta h5.price {
    font-size: 16px;
    margin-bottom: 5px;
    color: #282E65;
}
.specialPackItemsBox .single-post-item .post-meta h5.discountPrice {
    font-size: 14px;
    background-color: #553087;
    margin-bottom: 5px;
    color: #ffffff;
    display: inline-block;
    padding: 3px 5px;
}
.specialPackItemsBox .single-post-item .post-meta h5 {
    font-size: 14px;
    color: #282E65;
    margin-bottom: 5px;
}


.specialPackItemsBox .single-post-item .post-meta h5.finalPrice {
    font-size: 14px;
    margin-bottom: 5px;
    color: #553087;
}

.specialOfferingSec .title{font-size: 16px;line-height: 1em;}
.specialPackOverviewBox h2,.specialPackOverviewBox h1{font-size: 16px;}
.specialPackOverviewBox h4{font-size: 14px;}
.specialPackOverviewBox ul{margin-bottom: 5px;}
    .video-modal-area {
        padding: 25px 0;
    }



    .section-title .sec-btn {
    margin-top: 10px;
}
    .sidebar {
        padding-left: 0;
        padding-top: 15px;
    }
    .user-meta-info .user-info-inner .img-wrapper {
    border-radius: 100%;
    overflow: hidden;
    width: 35px;
    height: 35px;
}

.user-meta-info .user-info-inner .content .user-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    margin: 0px;
}

.testimonial-card-two {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #E7E7E7;
}

.user-meta-info .user-info-inner .content .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    margin: 0px;
}

.testimonial-card-two .desc-inner .desc {
    font-family: "Source Sans 3", sans-serif;
    color: #585866;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    cursor: default;
}
.specialServiceTestiSec.testimonial-slider-area {
    padding: 25px 0 25px;
}
.testimonial-slider-area.style-2 .testimonial-marquee-wrapper .brand-marquee-wrapper {
    gap: 15px;
}
.testimonial-card-two {
    max-width: 250px;
}

.testimonial-card-two .user-meta-info {
    max-width: 225px;
    gap: 5px;
}
.rating .ratting-inner span i {
    font-size: 14px;
    color: #282E65;
}
.user-meta-info .user-info-inner {
    gap: 5px;
}
.location-card.style-3 .content-wrapper .content-inner .title{font-size: 16px;line-height: 1em;}

.location-card.style-3 .content-wrapper .content-inner .title {
    width: auto;
    font-size: 16px;
    line-height: 1em;
}
.specialPackageBox .row{flex-direction: column-reverse;}
.specialPackImg img {
    border-radius: 15px;
    margin-bottom: 10px;
}

.specialPackLeftContent .theme-btn{margin-top: 10px;}
.specialPackageBox .specialPackImg {margin-top: 0;}
.cart-wishlist-table tbody tr td.thumbnail {
    width: 35px;
    min-width: 35px;
}
.cart-wishlist-table tbody tr td.name {
    width: 40%;
    font-size: 12px;
}
    .cart-wishlist-table tbody tr td {text-align: left;}
    .cart-wishlist-table tbody tr td.price {font-size: 12px;}
    .cart-wishlist-table tbody tr td.subtotal {font-size: 12px;}
.cart-wishlist-table thead tr th{text-align: left;}
.cart-totals .title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #553087;
}
.cart-totals table tbody tr th {
    font-size: 12px;
    padding: 5px 5px 5px 0;
    text-align: left;
    line-height: 1em;
}
#cart-sub-amount {
    font-size: 12px !important;
}
.cart-totals table tbody tr.subtotal td {
    font-size: 12px;
    min-width: 100px;
}
    .cart-totals table tbody tr td {
        padding: 10px 5px;
    }
.cart-totals table {
    width: 100%;
    margin-bottom: 20px;
}



  }
  
   .home-new-prev, #home-new-prev{
      display: inline-block;
    background-color: transparent;
    position: relative;
    border: 1px solid #E7E7E7;
    border-radius: 100%;
    width: 56px;
    height: 56px;
    overflow: hidden;
    color: black;
    margin-left: -81px;
    top: 235px;
  }


 .home-prev-next, #home-prev-next{
   background-color: transparent;
    position: relative;
    border: 1px solid #E7E7E7;
    border-radius: 100%;
    width: 56px;
    height: 56px;
    overflow: hidden;
    color: black;
    /* margin-right: -81px; */
    /* margin-left: 2000px; */
    float: right;
    top: -420px;
    margin-right: -100px;
  }

.specialOfferingSec .location-arrow-btn .prev-btn .slick-arrow{
    display:none;
}
