:root{
  /* 主色调 */
  --primary-color: #2fa8e1;
  /* 辅色调 */
  --secondary-color: #57b6d3;
  /* 文本色 */
  --text-color: #333333;
  /* 背景色 */
  --bg-color: #ffffff;
  /* 边框色 */
  --border-color: #e5e5e5;
  --tags-color:#f98516;
  --tgas-border-color:#ffca97;
  --price-color:#f34e11;
  --right-sticky-top:10px;
}
* {
  margin: 0;
  border: 0;
  outline: none;
}

html,
body {
  height: 100%;
  font-size: 0.7826rem;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #5e6f92;
  vertical-align: baseline;
  line-height: 1.3043rem;
  font-smoothing: antialiased;
  direction: ltr;
}

p {
  margin: 0 0 0.6522rem;
}

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: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-style: normal;
  transition: all 0.5s ease-out;
}

h1 {
  font-size: 3.3913rem;
  line-height: 110%;
  font-weight: 700;
}

h2 {
  font-size: 2.087rem;
  line-height: 120%;
  font-weight: 700;
}

h3 {
  font-size: 1.6522rem;
  line-height: 120%;
  font-weight: 700;
}

h4 {
  font-size: 1.2174rem;
  line-height: 130%;
  font-weight: 700;
}

h5 {
  font-size: 1.0435rem;
  line-height: 140%;
  font-weight: 700;
}

h6 {
  font-size: 0.8696rem;
  font-weight: 700;
  line-height: 140%;
}

label {
  color: #5e6f92;
  cursor: pointer;
  font-size: 0.6957rem;
  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: var(--primary-color);
  text-decoration: none;
  transition: all 0.5s ease-out;
}

a,
button {
  color: var(--primary-color);
  outline: medium none;
  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: var(--primary-color);
  text-shadow: none;
  color: #fff;
}

::selection {
  background: var(--primary-color);
  text-shadow: none;
  color: #fff;
}

textarea:focus,
input:focus {
  outline: none;
}

.background-black-3 {
  background-color: #FAFAFA;
}

.background-black {
  background-color: #041126;
}

.bg-light-black {
  background-color: #041126;
}

.background-blue {
  background-color: #003869;
}

.bg-dark-blue {
  background-color: rgb(14, 49, 81);
}

.background-light-blue {
  background-color: #3B71FE;
}

.background-skye {
  background-color: #1eae98;
}

.background-gray {
  background-color: #E7E7E7;
}

.background-light-gray {
  background-color: #FAFAFA;
}

.page-bg {
  background-color: #041126;
}

.page-area {
  padding: 5.2174rem;
}

.blog-area {
  padding: 5.2174rem 0;
}

@media (max-width: 991px) {
  .page-area,
  .blog-area {
    padding: 4.3478rem 0;
  }
}
@media (max-width: 767px) {
  .page-area,
  .blog-area {
    padding: 3.4783rem 0;
  }
}
.page-area .page-links,
.blog-area .page-links {
  margin-bottom: 0.8696rem;
}

.border-radius-12 {
  border-radius: 0.5217rem;
}

.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: 0.7391rem 1.6522rem;
  text-align: center;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: #041126;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-out;
  font-size: 0.6957rem;
  align-items: center;
  gap: 0.3478rem;
  border-radius: 0.5217rem;
  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: 0.5217rem 0.8696rem;
  }
}
.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: #3B71FE;
  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 0.087rem, #ffffff 0.1304rem, #ffffff 0.1739rem, transparent 0.1739rem), radial-gradient(circle at 75% 44%, transparent 0, transparent 0.087rem, #ffffff 0.1304rem, #ffffff 0.1739rem, transparent 0.1739rem), radial-gradient(circle at 31% 22%, transparent 0, transparent 0.087rem, #ffffff 0.1304rem, #ffffff 0.1739rem, transparent 0.1739rem), radial-gradient(circle at 46% 52%, transparent 0, transparent 0.1739rem, #ffffff 0.2174rem, #ffffff 0.2609rem, transparent 0.2609rem);
  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: #041126;
}
.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 0.087rem, #041126 0.1304rem, #041126 0.1739rem, transparent 0.1739rem), radial-gradient(circle at 75% 44%, transparent 0, transparent 0.087rem, #041126 0.1304rem, #041126 0.1739rem, transparent 0.1739rem), radial-gradient(circle at 31% 22%, transparent 0, transparent 0.087rem, #041126 0.1304rem, #041126 0.1739rem, transparent 0.1739rem), radial-gradient(circle at 46% 52%, transparent 0, transparent 0.1739rem, #041126 0.2174rem, #041126 0.2609rem, transparent 0.2609rem);
  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 0.087rem, #ffffff 0.1304rem, #ffffff 0.1739rem, transparent 0.1739rem), radial-gradient(circle at 75% 44%, transparent 0, transparent 0.087rem, #ffffff 0.1304rem, #ffffff 0.1739rem, transparent 0.1739rem), radial-gradient(circle at 31% 22%, transparent 0, transparent 0.087rem, #ffffff 0.1304rem, #ffffff 0.1739rem, transparent 0.1739rem), radial-gradient(circle at 46% 52%, transparent 0, transparent 0.1739rem, #ffffff 0.2174rem, #ffffff 0.2609rem, transparent 0.2609rem);
}

.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: 1.913rem;
  height: 1.913rem;
  border-radius: 0.2609rem;
  background-color: #3B71FE;
  color: #fff;
  font-size: 0.6957rem;
}

.contact-form-btn {
  justify-content: center;
  width: 100%;
  display: block;
  line-height: 1.8261rem;
}
.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: 0.8696rem 0;
  border-radius: 0.3478rem;
  box-shadow: 0px 1.0435rem 2.7826rem 0px rgba(199, 206, 218, 0.25);
}
.select2-container--open .select2-search {
  margin: 0.4348rem 0.8696rem;
}
.select2-container--open .select2-search input {
  width: 5.6522rem;
  border: 0.0435rem solid #E7E7E7;
  border-radius: 0.3478rem;
  position: relative;
  cursor: default;
  padding: 0 0.4348rem;
  background-color: #FAFAFA;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 0.6957rem;
  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 0.8696rem;
}
.select2-container--open ul li {
  list-style: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 0.6957rem;
  font-weight: 400;
  line-height: 170%;
  margin: 0;
  cursor: default;
}
.select2-container--open .select2-results {
  padding-bottom: 0.8696rem;
}

.ui-datepicker {
  background: #ffffff;
  border-radius: 0.3478rem;
  box-shadow: 0 1.0435rem 2.7826rem 0 rgba(199, 206, 218, 0.25);
}
.ui-datepicker .ui-datepicker-header, .ui-datepicker .ui-datepicker-calendar {
  padding: 0 0.8696rem;
}
.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: #3B71FE;
}
.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: #3B71FE;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}
.ui-datepicker th {
  border-color: #ffffff;
  background-color: #3B71FE;
}
.ui-datepicker th span {
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.6087rem;
}
.ui-datepicker .ui-datepicker-calendar td {
  line-height: 0.8696rem;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
  background-color: #3B71FE;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-calendar td:hover a {
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-calendar td a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.6087rem;
  font-weight: 500;
  color: #041126;
}

/* Deafult Margin & Padding */
/*-- Margin Top --*/
.mt-5 {
  margin-top: 0.2174rem;
}

.mt-10 {
  margin-top: 0.4348rem;
}

.mt-15 {
  margin-top: 0.6522rem;
}

.mt-20 {
  margin-top: 0.8696rem;
}

.mt-25 {
  margin-top: 1.087rem;
}

.mt-30 {
  margin-top: 1.3043rem;
}

.mt-35 {
  margin-top: 1.5217rem;
}

.mt-40 {
  margin-top: 1.7391rem;
}

.mt-45 {
  margin-top: 1.9565rem;
}

.mt-50 {
  margin-top: 2.1739rem;
}

.mt-55 {
  margin-top: 2.3913rem;
}

.mt-60 {
  margin-top: 2.6087rem;
}

.mt-65 {
  margin-top: 2.8261rem;
}

.mt-70 {
  margin-top: 3.0435rem;
}

.mt-75 {
  margin-top: 3.2609rem;
}

.mt-80 {
  margin-top: 3.4783rem;
}

.mt-85 {
  margin-top: 3.6957rem;
}

.mt-90 {
  margin-top: 3.913rem;
}

.mt-95 {
  margin-top: 4.1304rem;
}

.mt-100 {
  margin-top: 4.3478rem;
}

.mt-105 {
  margin-top: 4.5652rem;
}

.mt-110 {
  margin-top: 4.7826rem;
}

.mt-115 {
  margin-top: 5rem;
}

.mt-120 {
  margin-top: 5.2174rem;
}

.mt-125 {
  margin-top: 5.4348rem;
}

.mt-130 {
  margin-top: 5.6522rem;
}

.mt-135 {
  margin-top: 5.8696rem;
}

.mt-140 {
  margin-top: 6.087rem;
}

.mt-145 {
  margin-top: 6.3043rem;
}

.mt-150 {
  margin-top: 6.5217rem;
}

.mt-155 {
  margin-top: 6.7391rem;
}

.mt-160 {
  margin-top: 6.9565rem;
}

.mt-165 {
  margin-top: 7.1739rem;
}

.mt-170 {
  margin-top: 7.3913rem;
}

.mt-175 {
  margin-top: 7.6087rem;
}

.mt-180 {
  margin-top: 7.8261rem;
}

.mt-185 {
  margin-top: 8.0435rem;
}

.mt-190 {
  margin-top: 8.2609rem;
}

.mt-195 {
  margin-top: 8.4783rem;
}

.mt-200 {
  margin-top: 8.6957rem;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 0.2174rem;
}

.mb-10 {
  margin-bottom: 0.4348rem;
}

.mb-15 {
  margin-bottom: 0.6522rem;
}

.mb-20 {
  margin-bottom: 0.8696rem;
}


.mb-50 {
  margin-bottom: 2.1739rem;
}


/*-- Padding Top --*/
.pt-5 {
  padding-top: 0.2174rem;
}

.pt-10 {
  padding-top: 0.4348rem;
}

.pt-15 {
  padding-top: 0.6522rem;
}

.pt-20 {
  padding-top: 0.8696rem;
}


.pt-25 {
  padding-top: 1.087rem;
}

.pt-30 {
  padding-top: 1.3043rem;
}

.pt-35 {
  padding-top: 1.5217rem;
}



/* WordPress Core
===================*/
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1.087rem;
}

ol {
  padding-left: 0.8696rem;
}

ul {
  list-style: disc;
  padding-left: 0.8696rem;
}

/* Protected Post Type */
.post-password-form label {
  width: 100%;
  display: block;
  font-weight: 600;
  margin-bottom: 0.4348rem;
}
.post-password-form input[type=password] {
  font-size: 1.2rem;
  line-height: 0.8696rem;
  padding: 0.5217rem 0.8696rem;
  border: 0.0435rem solid #E4E4F2;
  width: 100%;
}
.post-password-form input[type=submit] {
  background-color: #3B71FE;
  border: none;
  padding: 0.4348rem 1.7391rem;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.5s ease-out;
}
.post-password-form input[type=submit]:hover {
  background-color: #FE712A;
}

/* Table */
table {
  margin-bottom: 0.8696rem;
  width: 100%;
}
table caption {
  border: 0.0435rem solid #dfe2e9;
  padding: 0.2609rem 0.4348rem;
  border-top: 0;
}
table th,
table td {
  background-color: transparent;
  border: 0.0435rem solid #dfe2e9;
  text-align: center;
  padding: 0.3478rem;
  transition: 0.3s;
}
table th#today,
table td#today {
  background: #3B71FE;
  color: #ffffff;
}
table th#today a,
table td#today a {
  color: #ffffff;
}

.page-content .size-full.alignright {
  margin-bottom: 0.6522rem;
  margin-top: 0.8696rem;
}
.page-content figure.wp-caption.aligncenter {
  margin-top: 1.7391rem;
}
.page-content dl, .page-content ol, .page-content ul {
  margin-bottom: 0.4783rem;
}
.page-content .comment-respond {
  margin-top: 3.3913rem;
  margin-bottom: 0.8696rem;
}
.page-content .latest-comments .comment-respond {
  margin-bottom: 1.7391rem;
}
.page-content .post-comments {
  margin-top: 3.4783rem;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(0.0435rem, 0.0435rem, 0.0435rem, 0.0435rem);
  clip-path: inset(50%);
  height: 0.0435rem;
  margin: -0.0435rem;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 0.0435rem;
  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: 0.2174rem;
  line-height: normal;
  padding: 0.6522rem 1rem 0.6087rem;
  text-decoration: none;
  top: 0.2174rem;
  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: 0.6087rem;
  font-style: italic;
}

.wp-caption-text {
  text-align: center;
}

/*
 Galleries
============================*/
.gallery {
  margin-bottom: 0.4348rem;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-right: 0.2174rem !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: 0.8696rem;
}

img.emoji {
  width: 0.6522rem;
  height: 0.6522rem;
}

/*
 Alignments
============================*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5rem !important;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5rem !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: 0.0435rem 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: 1.9565rem;
}
@media (max-width: 767px) {
  .single-post-item.format-quote blockquote {
    padding: 1.5217rem;
  }
}

blockquote {
  overflow: hidden;
  margin: 1.7391rem 0;
  background-color: #E6EFFF;
  position: relative;
  z-index: 1;
  padding: 1.7391rem;
  border-radius: 0.5217rem;
  color: #161616;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  blockquote {
    padding-left: 1.3043rem;
  }
}
blockquote p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.7826rem;
  color: #041126;
  font-weight: 400;
  line-height: 180%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  blockquote p {
    font-size: 0.7826rem;
    line-height: 1.2174rem;
  }
}
blockquote p a {
  color: #3B71FE;
  text-decoration: underline;
}
blockquote span, blockquote .name {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 0.8696rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6957rem;
  cursor: default;
}
blockquote span:before, blockquote .name:before {
  content: "";
  width: 1.7391rem;
  height: 0.087rem;
  background-color: #000;
}
blockquote footer {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.8696rem;
  font-weight: 700;
  line-height: 1.2174rem;
  margin-top: 0.6957rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.wp-block-pullquote {
  border-top: 0.2174rem solid #3B71FE !important;
  border-bottom: 0.2174rem solid #3B71FE !important;
  background-color: #eef5f8;
}

.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
  margin-top: 0.4348rem;
  display: block;
}

.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
  margin-left: 0.4348rem;
}

.wp-block-column:not(:last-child) {
  margin-right: 0.4348rem;
}

.wp-block-column:nth-child(2n+1) {
  margin-right: 0.4348rem;
}

.post-content > .alignwide {
  margin-left: 0;
  margin-right: 0;
  width: calc(100% + 0.8696rem);
  max-width: calc(100% + 0.8696rem);
}

.post-content p.has-large-font-size {
  font-size: 1.5652rem;
  line-height: 1.2;
}
.post-content .wp-block-search {
  margin-bottom: 0.6522rem;
}
.post-content .wp-block-file {
  margin-top: 0.8696rem;
}
.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: #3B71FE !important;
}

.wp-block-button {
  margin-bottom: 0.4348rem;
}

.wp-block-archives select,
.wp-block-categories select {
  height: 2.1739rem;
  width: 8.6957rem;
  border: 0.0435rem solid #ddd;
  padding: 0 0.4348rem;
  margin-bottom: 0.4348rem;
}

.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: 0.2609rem;
}

.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: #3B71FE;
}

/*
 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: 0.6957rem;
  margin-top: 0.2174rem;
}
.comment-respond .wpcf7-form.sent .wpcf7-response-output {
  font-weight: 500;
  font-size: 0.6957rem;
  line-height: 0.913rem;
  letter-spacing: 0.01rem;
  color: #72DC60;
  padding: 0.6522rem 0.8696rem;
  text-align: center;
  position: relative;
  background: #F4FFF5;
  border: 0.0435rem solid #CDF5C8 !important;
  border-radius: 0.4348rem;
}
.comment-respond .wpcf7-form.invalid .wpcf7-response-output {
  font-weight: 500;
  font-size: 0.6957rem;
  line-height: 0.913rem;
  letter-spacing: -0.01em;
  color: #dc3232;
  padding: 0.6522rem 0.8696rem;
  text-align: center;
  position: relative;
  background: #FFF7F7;
  border: 0.0435rem solid #FED8D8 !important;
  border-radius: 0.4348rem;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  width: 0.9565rem !important;
  height: 0.9565rem !important;
  border-color: rgb(223, 226, 233);
  border-radius: 0.1304rem !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: 0.3478rem;
  width: 0.3478rem;
  transition: 0.3s;
  transform: scale(0);
  background-color: #3B71FE;
  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: 0.3478rem;
  height: 100%;
  width: 100%;
  transition: 0.3s;
  transform: scale(0);
  background-color: #3B71FE;
  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: #3B71FE !important;
}

.wpcf7-form-control {
  display: flex;
  justify-content: space-between;
  gap: 0.4348rem;
  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: 0.4348rem;
}
.wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 0.6957rem;
  font-weight: 400;
}

.logged-in .comment-respond textarea {
  margin-bottom: 0.5217rem;
}

.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: 1.3043rem;
}
@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: 0.4348rem;
}
.page-template-default.page-id-1133 .page-content .comment-respond {
  margin-top: 3.3913rem;
  display: inline-block;
  width: 100%;
}
.page-template-default.page-id-3 .page-area {
  padding-top: 5.5652rem;
}

.post-template-default.postid-163 .blog-details-wrapper .single-post-item .post-content {
  margin-bottom: 1.4783rem;
}
.post-template-default.postid-150 .blog-details-wrapper .single-post-item .post-content {
  margin-bottom: 1.4783rem;
}
.post-template-default.postid-150 .blog-details-wrapper .single-post-item .post-content .wp-block-group.is-layout-constrained:last-child {
  border: 0.0435rem solid #000;
}
.post-template-default.postid-51 .blog-details-wrapper .single-post-item .post-content {
  margin-bottom: 1.087rem;
}
.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: 0.8696rem;
}
.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: 0.8696rem;
}

.error-404.not-found {
  margin-top: -0.8696rem;
  margin-bottom: 1.7391rem;
}
.error-404.not-found .error-content .error-btn-bh {
  margin-top: 0.8696rem;
}

@keyframes MovefadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2.6087rem);
    transform: translateY(2.6087rem);
  }
  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 1.3043rem rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 1.3043rem 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 1.3043rem rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 1.3043rem 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 1.9565rem rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 1.9565rem rgba(255, 255, 255, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 1.9565rem rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 1.9565rem rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes animatelinebar {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(1.087rem);
    transform: translateX(1.087rem);
  }
}
@keyframes animatelinebar {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(1.087rem);
    transform: translateX(1.087rem);
  }
}
@-webkit-keyframes slideUpIn {
  0% {
    -webkit-transform: translateY(1.7391rem);
  }
  100% {
    -webkit-transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(1.7391rem);
  }
}
@keyframes slideUpIn {
  0% {
    transform: translateY(1.7391rem);
  }
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(1.7391rem);
  }
}
@-webkit-keyframes MoveLeftRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-0.4348rem);
  }
}
@keyframes MoveLeftRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-0.4348rem);
  }
}
@-webkit-keyframes MoveUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-1.3043rem);
  }
}
@keyframes MoveUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-1.3043rem);
  }
}
@-webkit-keyframes Animated3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-0.8696rem);
  }
}
@keyframes Animated3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-0.8696rem);
  }
}
@-webkit-keyframes Animated4 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-0.4348rem);
  }
}
@keyframes Animated4 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-0.4348rem);
  }
}
@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%, #041126 50%, #041126);
  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;
  color: #041126;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes beat {
  to {
    transform: scale(1);
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?qyouca");
  src: url("../fonts/icomoon.eot?qyouca#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?qyouca") format("truetype"), url("../fonts/icomoon.woff?qyouca") format("woff"), url("../fonts/icomoon.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: 0.8696rem;
  width: 0.8696rem;
  border-radius: 50%;
  float: left;
  margin: 0 0.1304rem;
  background-color: #3B71FE;
  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: 1.7391rem;
  bottom: 3.7rem;
  z-index: 9999;
}

.scrollup-btn {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 1.1304rem;
  color: #ffffff;
  text-decoration: none;
  width: 2.3478rem;
  height: 2.3478rem;
  background-color: var(--primary-color);
  border-radius: 100%;
  overflow: hidden;
  align-items: center;
  cursor: pointer;
}
.scrollup-btn i {
  color: #ffffff;
  margin-top: -0.1304rem;
  display: block;
}

.header-area.style-1 .header-menu-area {
  position: fixed;
}

.header-top {
  background-color: #3B71FE;
  position: relative;
  height: 2.4348rem;
  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 1.0435rem;
}
@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: 0.4348rem;
  }
}
.header-top .header-contact-info {
  display: flex;
  align-items: center;
  gap: 0 1.0435rem;
  padding: 0.2609rem 0;
  flex-wrap: wrap;
}
.header-top .header-contact-info span {
  display: flex;
  align-items: center;
  gap: 1.0435rem;
  color: #ffffff;
  font-size: 0.6957rem;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", 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: 0.0435rem;
  display: inline-flex;
  height: 0.5217rem;
  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 0.4348rem !important;
}
.header-top .header-contact-info span a {
  display: flex;
  align-items: center;
  gap: 0.4348rem;
  color: #ffffff;
  font-size: 0.6957rem;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", 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: 0.5217rem 46px;
  font-size: 0.7826rem;
  font-family: "Fasthand", sans-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 0.4348rem 0.4348rem;
  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: 0.5217rem;
  justify-content: flex-end;
}
.header-top .social-profile a {
  font-size: 0.6957rem;
  color: #3B71FE;
  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 1.0435rem 0 rgba(0, 0, 0, 0.05);
  background: #fff;
}
.header-menu-area.sticky_menu .logo {
  height: 3.913rem;
}
.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 {
  width: 7.3913rem;
  transition: all 0.5s ease-out;
}
.header-menu-area.sticky_menu .main-menu ul li.dropdown > a {
  padding-right: 1.8261rem;
  transition: all 0.5s ease-out;
}
.header-menu-area.sticky_menu .main-menu ul li a {
  padding: 1.3043rem 0.7826rem;
  transition: all 0.5s ease-out;
}
.header-menu-area.sticky_menu .main-menu ul li ul li a {
  padding: 0.4348rem 0.8696rem;
}
.header-menu-area .logo {
  position: relative;
  z-index: 999;
  height: 4.8696rem;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu-area .logo {
    height: 4.3478rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-menu-area .logo {
    height: 3.4783rem;
  }
}
@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;
}
.header-menu-area .logo .sticky-logo {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header-menu-area .logo .sticky-logo {
    width: 7.3913rem;
  }
}
@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;
}
.header-menu-area .logo .retina-logo {
  display: none;
}

.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: #3B71FE;
}
.main-menu ul li.active > a:before {
  border-color: #3B71FE;
}
.main-menu ul li.active > a:after {
  color: #3B71FE !important;
}
.main-menu ul li.dropdown > a {
  padding-right: 1.8261rem;
}
.main-menu ul li.dropdown > a:after {
  position: absolute;
  content: "\f107";
  display: inline-block;
  padding: 0.0435rem 0.1304rem;
  right: 0.7826rem;
  z-index: 10;
  font-family: "Font Awesome 6 Pro";
  font-size: 0.6087rem;
  color: #041126;
}
.main-menu ul li.dropdown .dropdown > a:after {
  position: absolute;
  content: "\f0da";
  display: inline-block;
  right: 0.6957rem;
  z-index: 10;
  font-family: "Font Awesome 6 Pro";
  font-size: 0.7826rem;
  color: #041126;
  transition: all 0.5s ease-out;
}
.main-menu ul li.dropdown .dropdown > a:hover:after {
  right: -0.8696rem;
  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: 41px 0.7826rem;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.5s ease-out;
  position: relative;
  color: #041126;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.6957rem;
  font-weight: 500;
}
.main-menu ul li a:hover {
  color: #3B71FE;
}
.main-menu ul li a:hover:after {
  color: #3B71FE;
}
.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: -0.125rem;
}
.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: 0.087rem solid #3B71FE;
  box-shadow: 0px 0.4348rem 0.8696rem 0px rgba(8, 0, 42, 0.08);
  transform-origin: top;
  transform: scaleY(0);
}
.main-menu ul ul li {
  float: none;
  width: 9.1304rem;
}
.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: 0.4348rem 0.8696rem;
  color: #041126;
  border-bottom: 0.0435rem solid #f5f5f5;
  margin-left: 0;
  font-size: 0.6957rem;
  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: 0.7826rem;
}
.main-menu ul ul li a:hover {
  background-color: #3B71FE;
  color: #ffffff;
}
.main-menu ul ul li a:hover:before {
  visibility: visible;
  left: 7.913rem;
  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: 0.087rem solid #3B71FE;
}

.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;
}

.header-btn {
  border-left: 0.0435rem solid #E7E7E7;
  margin-left: 1.0435rem;
  padding-left: 1.7391rem;
  display: flex;
  align-items: center;
  gap: 1.7391rem;
}

.header-btn .search-btn-wrapper a i {
  font-size: 1.0435rem;
  color: #041126;
}
.header-btn .user-login-btn {
  width: 2.087rem;
  height: 2.087rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FE712A;
  color: #fff;
  overflow: hidden;
}
.header-btn .user-login-btn i {
  color: #ffffff;
  font-size: 1.0435rem;
}
.header-btn .user-login-btn i {
  color: #ffffff;
  font-size: .8rem;
}
.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: 33.3913rem;
  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: 1.3043rem;
}
.search-form-wrapper .search-form-inner .search-content-filed .search-close {
  cursor: pointer;
  font-size: 1.3043rem;
  color: #ffffff;
}
.search-form-wrapper .search-form-inner .search-form {
  background: #FFFFFF;
  box-shadow: 0px 1.3043rem 3.0435rem rgba(208, 225, 242, 0.3);
  border-radius: 0.6957rem;
  padding: 0.6522rem 1.3043rem;
  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: 1.0435rem;
  font-weight: 700;
  color: #041126;
}
.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: 0.6957rem;
}
.search-form-wrapper .search-form-inner .search-form .search-form-input button.submit-search-btn {
  padding: 0.6522rem 1.0435rem !important;
}
.search-form-wrapper .search-form-inner .search-form input[type=search] {
  margin-top: 0 !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 0.5217rem !important;
  flex-grow: 1;
}

.header-area.style-two.has-header-top .header-menu-area.sticky_menu .logo {
  height: 3.6522rem;
  margin-top: inherit;
}
.header-area.style-two.has-header-top .header-menu-area .logo {
  height: 7.0435rem;
  margin-top: -1.8261rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area.style-two.has-header-top .header-menu-area .logo {
    height: 5.2174rem;
    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: 2.3478rem;
    margin-top: inherit;
  }
  .header-menu-area .logo img{
    height: 70%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-area.style-two.has-header-top .header-menu-area .logo {
    height: 3.4783rem;
    margin-top: inherit;
  }
}
.header-area.style-two .header-top .header-top-btn a {
  margin-bottom: inherit;
  padding: 0.2609rem 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: 8.2609rem;
}

.header-area.style-three .header-top .header-top-btn a {
  margin-bottom: inherit;
  padding: 0.2609rem 1.3043rem;
}
.header-area.style-three .header-top .header-top-btn a:before {
  border-radius: 0.3478rem;
}
@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: 0.0435rem solid #dfe2e9;
  padding-top: 0.8696rem;
  margin-top: 1.7391rem;
}

.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: 0.4348rem 0;
  color: #5e6f92;
  border: none !important;
  font-size: 0.6087rem;
  text-transform: capitalize;
  line-height: 1.5;
  font-weight: 700;
}
.mean-container .mean-nav ul li a i {
  font-size: 0.6087rem;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 0.2174rem;
  padding: 0 !important;
  height: 1.3043rem;
  width: 1.3043rem;
  line-height: 1.3043rem;
  color: #FE712A;
  line-height: 1.3043rem;
  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: #3B71FE;
  font-size: 0.9565rem;
}

.menu-sidebar-area {
  position: fixed;
  right: -21.087rem;
  top: 0;
  width: 20.2174rem;
  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: -26.087rem;
  }
}
.menu-sidebar-area .menu-sidebar-logo {
  display: inline-block;
  width: 7.8261rem;
}
.menu-sidebar-area .menu-sidebar-wrapper {
  position: relative;
  padding: 1.7391rem;
}
.menu-sidebar-area.active {
  right: 0;
}
.menu-sidebar-area .menu-sidebar-close {
  position: absolute;
  right: .5rem;
  top: .5rem;
}
.menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  height: 1.5rem;
  width: 1.5rem;
  background-color: #ffffff;
  color: #5e6f92;
  border-radius: 50%;
}
.menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn i {
  font-size: 1.0435rem;
}
.menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn:hover {
  background-color: #041126;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget {
  display: inline-block;
  margin-top: 0.8696rem;
  border-top: 0.0435rem solid #dfe2e9;
  padding-top: 0.8696rem;
  width: 100%;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .menu-sidebar-title {
  margin-bottom: 0.2174rem;
  font-size: .7rem;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info {
  display: flex;
  align-items: center;
  gap: 0 1.0435rem;
  padding: 0.2609rem 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: 0.5652rem;
  color: #5e6f92;
  font-size: 0.6957rem;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
  width: 100%;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info span.contact-info-item {
  gap: 0 0.4348rem !important;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info span a {
  display: flex;
  align-items: center;
  gap: 0.4348rem;
  color: #5e6f92;
  font-size: 0.6957rem;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info span a:hover {
  color: #3B71FE;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .social-profile {
  margin-top: 0.8696rem;
  border-top: 0.0435rem solid #dfe2e9;
  width: 100%;
  padding-top: 0.8696rem;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .social-profile a {
  color: #5e6f92;
  font-size: 0.9565rem;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .social-profile a:hover {
  color: #3B71FE;
}

.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: 5.2174rem 0;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area {
    padding: 4.3478rem 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-us-area {
    padding: 3.4783rem 0;
  }
}
.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: 1.1304rem;
}
@media (max-width: 1200px) {
  .about-us-content-wrapper-1 {
    margin-top: 0px;
  }
}
.about-us-content-wrapper-1 .section-title {
  margin-bottom: 0.9565rem !important;
}
.about-us-content-wrapper-1 .section-title .bottom-shape {
  margin-top: -1.5217rem;
  width: 19.1739rem;
}
@media (max-width: 992px) {
  .about-us-content-wrapper-1 .section-title .bottom-shape {
    width: 26.087rem;
    margin-top: -0.9565rem;
  }
}
@media (max-width: 992px) {
  .about-us-content-wrapper-1 .section-title .bottom-shape {
    width: 14.2609rem;
  }
}
.about-us-content-wrapper-1 .info-card:nth-child(1n) {
  margin-bottom: 0.5652rem;
}

.about-us-image-wrapper-1 {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 0.8696rem;
  margin-top: -1.4348rem;
}
@media (max-width: 1400px) {
  .about-us-image-wrapper-1 {
    height: 28.2609rem;
    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: 19.5652rem;
    margin: 0;
  }
}
.about-us-image-wrapper-1 .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 4.7826rem;
  margin-left: 3.6957rem;
}
@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: 0.1304rem 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: 12.3478rem;
  bottom: 0;
  margin-left: 2.8696rem;
  margin-bottom: 0.2174rem;
}
@media (max-width: 1400px) {
  .about-us-image-wrapper-1 .image-wrapper.style-1 {
    width: 8.6957rem;
    bottom: inherit;
    top: 50%;
  }
}
@media (max-width: 1200px) {
  .about-us-image-wrapper-1 .image-wrapper.style-1 {
    width: 8.6957rem;
    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: 7.8261rem;
    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: 7.8261rem;
  bottom: 0;
  right: 0;
  margin-bottom: -1.4348rem;
  margin-right: 6.4348rem;
  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: 5.2174rem;
  }
}
.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: 15.6522rem;
  top: 0;
  right: 0;
  margin-top: 1.4348rem;
  margin-left: 3.6957rem;
}
@media (max-width: 1400px) {
  .about-us-image-wrapper-1 .image-wrapper.style-3 {
    width: 12.1739rem;
    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: 7.8261rem;
  }
}
.about-us-image-wrapper-1 .image-wrapper.style-3:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.meta-wrapper {
  margin-top: 1.5217rem;
  padding-top: 1.7391rem;
  border-top: 0.0435rem 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: 0.8696rem;
  }
}
.meta-wrapper .meta-user {
  margin-left: 3.3125rem;
  display: inline-flex;
}
.meta-wrapper .meta-user .image-inner {
  border-radius: 100%;
  border: 0.1304rem solid #ffffff;
  width: 2.4348rem;
  height: 2.4348rem;
  overflow: hidden;
  margin-left: -1rem;
  background-color: #041126;
  display: flex;
  justify-content: center;
  align-items: center;
}
.meta-wrapper .meta-user .image-inner i {
  color: #ffffff;
}

.counter-wrapper {
  display: flex;
  margin-left: 0.6957rem;
}
.counter-wrapper .counter-inner {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 0.8696rem;
  font-style: normal;
  font-weight: 700;
  cursor: default;
}
.counter-wrapper .customers {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 0.6957rem;
  font-weight: 400;
  cursor: default;
}

.about-us-area.style-2 {
  background-color: #ffffff;
}

.about-us-info-card-wrapper {
  display: flex;
  gap: 3.0435rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-us-info-card-wrapper {
    flex-direction: column;
    gap: 0.8696rem;
  }
}

.about-us-content-wrapper-2 .section-title {
  margin-bottom: 1.8261rem;
  width: 23.913rem;
}
.about-us-content-wrapper-2 .section-title .bottom-shape {
  margin-top: -1.2174rem;
  width: 17.5652rem;
}
@media (max-width: 992px) {
  .about-us-content-wrapper-2 .section-title {
    width: 15.6522rem;
  }
  .about-us-content-wrapper-2 .section-title .bottom-shape {
    margin-top: -1.087rem;
    width: 13.0435rem;
  }
}
@media (max-width: 767px) {
  .about-us-content-wrapper-2 .section-title {
    width: auto;
  }
}
.about-us-content-wrapper-2 .counter-area.style-2 {
  gap: 4.1304rem !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: 0.6957rem;
  overflow: hidden;
  margin-top: -1.5652rem;
  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: 0.6957rem;
}
.about-us-image-wrapper-2 .image-inner .sub-img {
  position: absolute;
  top: 9.6087rem;
  left: 54.4%;
  background-color: #ffffff;
  padding: 0.6087rem;
  border-radius: 0.6957rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  .about-us-image-wrapper-2 .image-inner .sub-img {
    top: 11.7391rem;
  }
}
@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: 0.6957rem;
}

.link-card {
  display: flex;
  border-radius: 0.4348rem;
  background-color: #ffffff;
  position: absolute;
  justify-content: center;
  align-items: center;
  gap: 0.6957rem;
  box-shadow: 0px 1.0435rem 2.7826rem 0px rgba(199, 206, 218, 0.25);
}
.link-card.style-1 {
  top: 1.7391rem;
  right: 0;
  padding: 1rem 49px 0.9565rem 1rem;
  animation: MoveUpDown 3s linear infinite alternate;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .link-card.style-1 {
    padding: 0.8696rem;
    top: 0.4348rem;
    right: 0.4348rem;
  }
}
.link-card.style-2 {
  top: 16.3478rem;
  right: 10.7391rem;
  padding: 0.9565rem 3.4783rem 0.9565rem 1.1739rem;
  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: 0.4348rem;
    left: 0.4348rem;
    padding: 0.8696rem;
  }
}
.link-card .video-btn a {
  width: 1.913rem;
  height: 1.913rem;
  border-radius: 100%;
  background-color: #3B71FE;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
}
.link-card .video-btn a i {
  color: #ffffff;
  font-size: 0.7826rem;
}
.link-card .icon-wrapper {
  border-radius: 100%;
  background-color: #3B71FE;
  width: 1.913rem;
  height: 1.913rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.link-card .icon-wrapper i {
  color: #ffffff;
}
.link-card .content-wrapper .title {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 1.0435rem;
  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: 0.3478rem;
  align-items: center;
}
.link-card .content-wrapper .location-inner .icon {
  width: 0.9565rem;
  height: 0.9565rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.link-card .content-wrapper .location-inner .address {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 0.6957rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin: 0px !important;
  cursor: default;
}
.link-card .content-wrapper .link-up {
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #3B71FE;
  font-size: 0.6087rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.4348rem;
}

.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: 4.8696rem;
  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: 31.913rem;
}
@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: 31.913rem;
}
.about-us-area.style-3 .about-us-wrapper {
  display: flex;
  gap: 4.7826rem;
  justify-content: center;
  align-items: center;
  padding: 5.2174rem 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: 4.3478rem 0;
  }
}
@media (max-width: 992px) {
  .about-us-area.style-3 .about-us-wrapper {
    justify-content: start;
    padding: 3.4783rem 0;
  }
}
.about-us-area.style-3 .counter-area.style-2 {
  gap: 1.7391rem !important;
}
@media (max-width: 992px) {
  .about-us-area.style-3 .counter-area.style-2 {
    gap: 0.8696rem !important;
  }
}
@media (max-width: 767px) {
  .about-us-area.style-3 .counter-area.style-2 {
    gap: 0.4348rem !important;
  }
}
.about-us-area.style-3 .about-us-content-wrapper-2 {
  display: flex;
  flex-direction: column;
  gap: 1.7391rem;
}
.about-us-area.style-3 .section-title {
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: 23.913rem;
}
@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: 0.6957rem;
  padding: 0.4348rem;
}
.about-us-area.style-3 .video-modal-card .image-wrapper img {
  border-radius: 0.6957rem;
}

.location-card {
  position: relative;
  margin-right: 0.5625rem;
  border-radius: 0.6957rem;
  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%;
  height: 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: 2.087rem;
  height: 2.087rem;
  border-radius: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0px 0.3478rem 1.0435rem rgba(0, 0, 0, 0.08));
}
.location-card .image-wrapper .favourite-icon.active i {
  color: #3B71FE;
}
.location-card .image-wrapper .favourite-icon i {
  color: #FE712A;
  font-size: 0.8696rem;
}
.location-card .content-wrapper {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  margin-bottom: -100px;
  left: 0;
  right: 0;
  margin-left: 0.7391rem;
  margin-right: 0.7391rem;
  border-radius: 0.6957rem;
  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: 0.7826rem;
  padding: 0.6957rem 0.8696rem;
  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: 7.0435rem;
}
@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: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 0.8696rem;
  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: #3B71FE;
  border-radius: 100%;
  width: 1.7391rem;
  height: 1.7391rem;
  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: #041126;
  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: 1.2174rem;
  transform: translate(-28px, 0.6087rem);
  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: 0.7391rem;
  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: 0.6087rem;
  margin-right: 0.6957rem;
  border-radius: 2.1739rem;
  background-color: #ffffff;
  padding: 0.087rem 0.5217rem;
}
.rating .ratting-inner span {
  cursor: default;
  margin-right: 0.1739rem;
}
.rating .ratting-inner span i {
  font-size: 0.8696rem;
  color: #FE712A;
}
.rating .ratting-inner .counter {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 0.6957rem;
  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: 0.6087rem;
  margin-right: 1.2174rem;
  border-radius: 2.1739rem;
  background-color: #ffffff;
  padding: 0.2609rem 0.6957rem;
}
.card-location .location-inner span i {
  font-size: 0.6087rem;
  color: #041126;
}
.card-location .location-inner .address {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 0.6087rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
}

.location-card.style-2 {
  border: 0.0435rem solid #E7E7E7;
  overflow: hidden;
  box-shadow: 0px 1.0435rem 2.7826rem 0px rgba(199, 206, 218, 0.25);
  transition: all 0.5s ease-out;
}
.location-card.style-2 .image-wrapper .image-inner {
  border-radius: 0.6957rem 0.6957rem 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: 0.7826rem;
}
.location-card.style-2 .content-wrapper {
  visibility: visible;
  margin-bottom: 0px;
  position: relative;
  margin-top: 1.4783rem;
  margin: 1.3913rem;
}
.location-card.style-2 .content-wrapper .content-inner {
  opacity: 1;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 0px;
  gap: 0.1304rem;
}
.location-card.style-2 .content-wrapper .content-inner .price {
  color: var(--price-color);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.0435rem;
  font-weight: 700;
  line-height: 140%;
  cursor: default;
}
.location-card.style-2 .content-wrapper .content-inner .content-title {
  width: auto;
  background-position: -100%;
}
.location-card.style-2 .content-wrapper .content-inner .content-title a {
  font-size: 1.2174rem;
  line-height: 130%;
  letter-spacing: -0.2.4348rem;
}
@media (max-width: 1400px) {
  .location-card.style-2 .content-wrapper .content-inner .content-title a {
    font-size: 0.9565rem;
  }
}
.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: 0.0435rem solid #E7E7E7;
  padding-top: 1.0435rem;
  margin-top: 0.5217rem;
  width: 100%;
  display: flex;
  gap: 1.2174rem;
  flex-wrap: wrap;
  row-gap: 0.5217rem;
  column-gap: 1.0435rem;
}
.location-card.style-2 .content-wrapper .content-inner .time-zone .time-zone-inner {
  display: flex;
  gap: 0.5217rem;
  justify-content: center;
  align-items: center;
}
.location-card.style-2 .content-wrapper .content-inner .time-zone .time-zone-inner i {
  color: #3B71FE;
  font-size: 0.7826rem;
}
.location-card.style-2 .content-wrapper .content-inner .time-zone .time-zone-inner .title {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 0.6957rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin: 0px;
  cursor: default;
}
.location-card.style-2:hover {
  margin-top: -0.4348rem;
  transition: all 0.5s ease-out;
}
.location-card.style-2:hover .image-wrapper .image-inner:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.location-card.style-3 {
  overflow: hidden;
}
.location-card.style-3 .image-wrapper .image-inner {
  border-radius: 0.6957rem;
}
.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: 0.6957rem;
}
.location-card.style-3 .content-wrapper {
  visibility: visible;
  margin-bottom: 0px;
  position: relative;
  margin: 0;
  margin-top: 1.3913rem;
}
.location-card.style-3 .content-wrapper .content-inner {
  opacity: 1;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 0px;
  gap: 0.1304rem;
}
.location-card.style-3 .content-wrapper .content-inner .price {
  color: #3B71FE;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.8696rem;
  font-weight: 700;
  line-height: 140%;
}
.location-card.style-3 .content-wrapper .content-inner .title {
  width: auto;
  font-size: 1.0435rem;
}
.location-card.style-3 .content-wrapper .content-inner .title a {
  font-size: 1.0435rem;
  line-height: 130%;
  letter-spacing: -0.2.4348rem;
}
.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: 0.0435rem solid #E7E7E7;
  padding-top: 1.0435rem;
  margin-top: 0.5217rem;
  width: 100%;
  display: flex;
  gap: 1.0435rem;
}
.location-card.style-3 .content-wrapper .content-inner .time-zone .time-zone-inner {
  display: flex;
  gap: 0.3478rem;
  justify-content: center;
  align-items: center;
}
.location-card.style-3 .content-wrapper .content-inner .time-zone .time-zone-inner i {
  color: #8F90A6;
  font-size: 0.7826rem;
}
.location-card.style-3 .content-wrapper .content-inner .time-zone .time-zone-inner .desc {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 0.6957rem;
  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: 0.6957rem;
  overflow: hidden;
  padding: 2.4348rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 0.3478rem;
  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: 1.3043rem;
  }
}
@media (max-width: 1400px) {
  .location-image-card {
    padding: 1.7391rem;
  }
}
.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: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 0.8696rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-top: 1.1304rem;
  margin-bottom: 0px !important;
  cursor: default;
}
.location-image-card .content-inner .city:hover {
  background-position: -100%;
}
.location-image-card .content-inner .duration {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 0.6957rem;
  font-weight: 400;
  line-height: 170%;
  cursor: default;
}
.location-image-card:hover {
  margin-top: -0.8696rem;
  transition: all 0.5s ease-out;
  box-shadow: 0px 1.0435rem 2.7826rem 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: 0.0435rem solid #E7E7E7;
}

.location-slider-area.style-1 {
  padding: 5.2174rem 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .location-slider-area.style-1 {
    padding: 4.3478rem 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .location-slider-area.style-1 {
    padding: 3.4783rem 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: 1.7391rem;
  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: 0.4348rem;
  margin-bottom: 2.087rem;
}
@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: 15rem;
  }
}
.location-slider-area.style-1 .location-card .image-wrapper {
  height: 16.087rem;
}
.location-slider-area .slick-list {
  margin: 0 -0.5217rem;
}
.location-slider-area .slick-list .slick-slide {
  margin: 0 0.5217rem;
}
.location-slider-area .slick-dots {
  display: none !important;
}
.location-slider-area .slick-arrow {
  display: none !important;
}
.location-slider-area .location-slider-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6957rem;
}
.location-slider-area .location-slider-arrow .location-arrow-btn {
  width: 2.4348rem;
  height: 2.4348rem;
  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: #3B71FE;
  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: 0.0435rem solid #E7E7E7;
}
.location-slider-area .location-slider-arrow .location-arrow-btn.prev-btn i {
  color: #041126;
  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: #3B71FE;
  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;
}

.location-area {
  padding: 5.2174rem 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .location-area {
    padding: 4.3478rem 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .location-area {
    padding: 3.4783rem 0;
  }
}
.location-area .section-title {
  margin-bottom: 47px;
}

.location-area.style-2 {
  padding: 5.2174rem 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: 4.3478rem 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .location-area.style-2 {
    padding: 3.4783rem 0;
  }
}
.location-area.style-2 .sec-btn {
  margin-top: 2.4348rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .location-area.style-2 .sec-btn {
    margin-top: 1rem;
  }
}

.location-area.style-3 {
  padding: 0;
  padding-bottom: 5.2174rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .location-area.style-3 {
    padding-bottom: 4.3478rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .location-area.style-3 {
    padding-bottom: 3.4783rem;
  }
}

.location-area.style-4 .location-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.1739rem;
}
.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: -0.4348rem;
  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: 1.2174rem;
}
.location-area.style-5 .location-card .content-wrapper .title a {
  font-size: 1.0435rem;
}
.location-area.style-5 .location-card .content-wrapper .time-zone {
  gap: 0.8696rem;
}

.why-choose-us-area {
  padding: 5.2174rem 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-us-area {
    padding: 4.3478rem 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .why-choose-us-area {
    padding: 3.4783rem 0;
  }
}
.why-choose-us-area.style-1 {
  background: #F9F8F7;
}
.why-choose-us-area .section-title {
  margin-top: 0.6957rem;
  flex-direction: column;
  align-items: start;
  margin-bottom: 0px;
}
.why-choose-us-area .section-title .title {
  padding-right: 0.8696rem;
}
.why-choose-us-area .section-title .bottom-shape {
  width: 11.8261rem;
}
.why-choose-us-area .image-wrapper {
  border-radius: 0.6957rem;
  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: 0.4348rem;
}
@media (max-width: 1400px) {
  .why-choose-us-area .info-wrapper {
    margin: 0;
  }
}
.why-choose-us-area .info-wrapper .info-card {
  border-top: 0.0435rem solid #E7E7E7;
  padding-top: 1.3043rem;
  margin-top: 1.2609rem;
}
.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: 0.5217rem;
  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: 3.4783rem;
  }
}
.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: 2.6087rem;
  height: 2.6087rem;
  box-shadow: none;
}
.why-choose-us-area.style-3 .info-card .icon-wrapper img {
  width: 2.6087rem;
  height: 2.6087rem;
}

.process-step-area {
  position: relative;
  padding: 5.2174rem 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-step-area {
    padding: 4.3478rem 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .process-step-area {
    padding: 3.4783rem 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: 23.913rem;
}
@media (max-width: 767px) {
  .process-step-area .section-title .title {
    width: auto;
  }
}
.process-step-area .section-title .bottom-shape {
  margin-left: 2.1739rem;
}
@media (max-width: 767px) {
  .process-step-area .section-title .bottom-shape {
    width: 275px;
    margin-left: 1.3043rem;
  }
}

.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: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 1.2174rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.2.4348rem;
  margin-top: 1.7391rem;
  margin-bottom: 0;
  cursor: default;
}
.process-card .content-wrapper .desc {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 0.6957rem;
  font-weight: 400;
  line-height: 170%;
  text-align: center;
  width: 14.087rem;
  margin: 0;
  margin-top: 0.5217rem;
  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;
}
.cta-area .section-title {
  flex-direction: column;
  align-items: start;
  margin-bottom: 0px;
  padding: 5.2174rem 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .section-title {
    padding: 4.3478rem 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cta-area .section-title {
    padding: 3.4783rem 0;
  }
}
.cta-area .section-title .title {
  padding-right: 0.8696rem;
}
.cta-area .section-title .bottom-shape {
  width: 12.7826rem;
}
.cta-area .section-title .sec-btn {
  display: flex;
  gap: 0.6957rem;
}
@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: 2.1739rem;
  margin-right: 5.0435rem;
}

.latest-posts-area {
  padding: 5.2174rem 0;
  background-color: #FAFAFA;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latest-posts-area {
    padding: 4.3478rem 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-posts-area {
    padding: 3.4783rem 0;
  }
}

.latest-post-card {
  display: flex;
  flex-direction: column;
}
.latest-post-card .img-wrapper {
  border-radius: 0.6957rem;
  overflow: hidden;
  flex-shrink: 0;
  height: 16.1304rem;
  position: relative;
}
.latest-post-card .img-wrapper img {
  position: absolute;
  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: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 0.7826rem;
  font-weight: 400;
  line-height: 180%;
  margin: 0px;
  margin-top: 1.3043rem;
  cursor: default;
}
.latest-post-card .content-wrapper .post-title {
  margin: 0px;
  line-height: 0;
  margin-top: 0.6957rem;
}
.latest-post-card .content-wrapper .post-title a {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 1.2174rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.2.4348rem;
  margin: 0px;
}
@media (max-width: 1400px) {
  .latest-post-card .content-wrapper .post-title a {
    font-size: 0.9565rem;
  }
}
.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: row;
  gap: 1.0435rem;
}
@media (max-width: 992px) {
  .latest-post-card.style-2 {
    flex-direction: column;
    gap: 0px;
  }
}
.latest-post-card.style-2 .img-wrapper {
  border-radius: 0.6957rem;
  overflow: hidden;
  flex-shrink: 0;
  width: 256px;
  height: 253px;
}
@media (max-width: 1400px) {
  .latest-post-card.style-2 .img-wrapper {
    width: 10rem;
    height: 10rem;
  }
}
@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: 1.3043rem;
  }
}
@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: 5.2174rem 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-modal-area {
    padding: 4.3478rem 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-modal-area {
    padding: 3.4783rem 0;
  }
}
.video-modal-area .section-title {
  gap: 8.7826rem;
  margin-bottom: 1.4783rem;
}
@media (max-width: 992px) {
  .video-modal-area .section-title {
    gap: 2.6087rem;
  }
}
@media (max-width: 767px) {
  .video-modal-area .section-title {
    gap: 1.3043rem;
    flex-direction: column;
  }
}
.video-modal-area .section-title .btn-sec-inner {
  margin-top: -0.5217rem;
}

.video-modal-card {
  position: relative;
  overflow: hidden;
}
.video-modal-card .image-wrapper {
  border-radius: 1.0435rem;
  padding: 0.5217rem;
  background-color: #ffffff;
  overflow: hidden;
}
.video-modal-card .image-wrapper img {
  border-radius: 1.0435rem;
  flex-shrink: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-modal-card .image-wrapper {
    padding: 0px;
    border-radius: 0.5217rem;
  }
  .video-modal-card .image-wrapper img {
    border-radius: 0.5217rem;
  }
}

.popup-video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-btn a {
  width: 3.8261rem;
  height: 3.8261rem;
  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: 3.0435rem;
    height: 3.0435rem;
  }
}
.video-btn a i {
  color: #3B71FE;
  font-size: 1.3043rem;
}
.video-btn a:hover {
  animation: none;
}

.brand-slider-area {
  padding: 5.2174rem 0px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-slider-area {
    padding: 4.3478rem 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .brand-slider-area {
    padding: 3.4783rem 0;
  }
}

.brand-slider-wrapper {
  display: flex;
  justify-content: space-between;
}

.counter-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.7826rem;
}
@media (max-width: 992px) {
  .counter-area {
    flex-wrap: wrap;
    gap: 1.3043rem;
    justify-content: center;
  }
}
.counter-area .single-counter {
  display: flex;
  flex-direction: column;
  gap: 0.3043rem;
}
@media (max-width: 992px) {
  .counter-area .single-counter {
    width: 44%;
    justify-content: start;
    align-items: start;
  }
}
.counter-area .single-counter .counter-inner {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 2.087rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.0417rem;
  margin: 0px;
  cursor: default;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-area .single-counter .counter-inner {
    font-size: 1.3913rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-area .single-counter .counter-inner {
    font-size: 1.2174rem;
  }
}
.counter-area .single-counter .title {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 0.6957rem;
  font-weight: 400;
  line-height: 170%;
  margin: 0px;
  cursor: default;
}

.counter-area.style-2 {
  justify-content: start;
  gap: 4.1304rem;
  margin-top: 0px;
}

.post-meta {
  margin-top: 0.9565rem;
  display: flex;
  gap: 0.6522rem;
}
.post-meta .user-info {
  display: flex;
  gap: 0.4783rem;
}
.post-meta .user-info .image-wrapper {
  border-radius: 100%;
  overflow: hidden;
  width: 1.3043rem;
  height: 1.3043rem;
}
.post-meta .user-info .name {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 0.6957rem;
  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: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 0.6957rem;
  font-weight: 400;
  line-height: 170%;
  position: relative;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6522rem;
  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: 0.2609rem;
  height: 0.2609rem;
  background-color: #585866;
  border-radius: 100%;
}

.post-meta.style-2 {
  justify-content: space-between;
}
.post-meta.style-2 .post-meta-inner {
  display: flex;
  gap: 0.5217rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-meta.style-2 .post-meta-inner {
    flex-direction: column;
    gap: 0.2609rem;
    justify-content: start;
    align-items: start;
  }
}
.post-meta.style-2 .badge {
  display: flex;
  padding: 0.1739rem 0.5217rem;
  align-items: flex-start;
  gap: 0.4348rem;
  background-color: #E6EFFF;
  border-radius: 2.1739rem;
}
.post-meta.style-2 .badge .badge-btn {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #3B71FE;
  font-size: 0.6957rem;
  font-weight: 500;
  line-height: 170%;
}

.destination-details .single-post-item {
  padding: 0px;
}
.destination-details .single-post-item .post-title {
  margin-bottom: 1.0435rem;
}
.destination-details .single-post-item .post-thumbnail {
  margin: 1.7391rem 0;
}
.destination-details .single-post-item ul {
  padding: 0px;
  margin-bottom: 2.1739rem;
}
.destination-details .single-post-item ul li {
  padding: 1.0435rem 0;
  list-style: none;
  border-bottom: 0.0435rem solid #E7E7E7;
}
.destination-details .single-post-item ul li:first-child {
  border-top: 0.0435rem solid #E7E7E7;
  border-bottom: 0.0435rem solid #E7E7E7;
}
.destination-details .single-post-item ul li:last-child {
  border-top: none !important;
  border-bottom: 0.0435rem solid #E7E7E7;
}
.destination-details .single-post-item ul li p {
  margin: 0px !important;
}
.destination-details .single-post-item ul li .list-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 0.6957rem;
  font-weight: 600;
  line-height: 170%;
}
.destination-details .single-post-item ul li .list-details {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 0.6957rem;
  font-weight: 400;
  line-height: 180%;
}
.destination-details .single-post-item h6 {
  margin-top: 2.6087rem;
  margin-bottom: 1.0435rem !important;
}
.destination-details .sidebar .widget_latest_post li .price {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #3B71FE;
  font-size: 0.8696rem;
  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 1.0435rem 2.7826rem 0px rgba(199, 206, 218, 0.25);
  padding: 1.4783rem;
  background-color: #ffffff;
  position: absolute;
  z-index: 20;
  border-radius: 0.6957rem;
  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: 4.5217rem;
}
@media (max-width: 1200px) {
  .location-filter-card form {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1.3043rem;
  }
}
.location-filter-card form input {
  width: 4.3478rem;
}
.location-filter-card form input, .location-filter-card form span {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 0.6957rem;
  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: 5.6522rem;
  gap: 0.3478rem;
}
@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: 0.8696rem;
  border-radius: 0.3478rem;
  background-color: #ffffff;
  box-shadow: 0px 1.0435rem 2.7826rem 0px rgba(199, 206, 218, 0.25);
}
.location-filter-card form .single-item.price-range-inner.active .priceSlider {
  visibility: visible;
  margin-top: 3.875rem;
}
.location-filter-card form .single-item.price-range-inner.active .priceSlider label {
  font-size: 0.6957rem;
  font-family: "Plus Jakarta Sans", 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: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 0.8696rem;
  font-weight: 700;
  line-height: 140%;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3478rem;
  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: #3B71FE;
  font-size: 0.6087rem;
}
.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: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 0.6957rem;
  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: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 0.6957rem;
  font-weight: 400;
  line-height: 170%;
  margin: 0px;
  cursor: default;
}
.location-filter-card form button {
  border-radius: 0.5217rem;
  background-color: #3B71FE;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #ffffff;
  font-size: 0.6957rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
}
.location-filter-card form button i {
  color: #ffffff;
  font-size: 1.0435rem;
}
.location-filter-card form button.style-1 {
  width: 2.7826rem;
  height: 2.7826rem;
}
.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: 1.7391rem;
}
@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: 1.7391rem;
  }
}
.location-filter-wrapper.style-2 form button {
  height: auto;
  width: auto;
  padding: 0.6957rem 1.6522rem;
}
.location-filter-wrapper.style-2 form button i {
  margin-right: 0.5217rem;
}
.location-filter-card.style-2 {
  position: absolute;
  top: 0;
  transform: translate(0%, -50%);
  padding: 1.7391rem;
  gap: 6.6522rem;
}
@media (max-width: 992px) {
  .location-filter-card.style-2 {
    flex-wrap: wrap;
    position: unset;
    transform: unset;
    top: unset;
    gap: 1.7391rem;
  }
}
.location-filter-card.style-2 button {
  height: auto;
  width: auto;
  padding: 0.6957rem 1.5652rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5217rem;
}

.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: 2.6087rem;
  }
}
@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: 0.8696rem;
  flex-direction: column;
  position: absolute;
  top: 50%;
  right: 2rem;
  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: 1.3043rem;
    bottom: 3.0435rem;
    top: unset;
    left: unset;
    right: unset;
    transform: none;
  }
}
.slider-area .slider-wrapper .slick-dots li {
  display: inline-block;
  line-height: 0;
  outline: 0.0435rem solid transparent;
  border: 0.1739rem solid transparent;
  border-radius: 2.1739rem;
  transition: all 0.5s ease-out;
}
.slider-area .slider-wrapper .slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 0.4783rem;
  height: 0.4783rem;
  background-color: #c3e4de;
  border-radius: 2.1739rem;
  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: 0.0435rem 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: 41.6957rem;
}
@media (max-width: 1200px) {
  .slider-area .single-slider {
    height: 30.4348rem;
  }
}
@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: 2.087rem;
}
@media (max-width: 992px) {
  .slider-area .single-slider .slider-content-wrapper {
    padding-top: 6.087rem;
  }
}
@media (max-width: 767px) {
  .slider-area .single-slider .slider-content-wrapper {
    padding-top: 3.4783rem;
  }
}
.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: center;
  }
}
.slider-area .single-slider .slider-content-wrapper .slider-content .topbar-shape {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -2.0435rem;
  margin-top: -1.087rem;
  -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: 2.1739rem;
    margin: 0;
    top: 0.8696rem;
    right: 0.8696rem;
  }
}
@media (max-width: 1200px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .topbar-shape {
    height: 2.1739rem;
    margin: 0;
    top: -0.3478rem;
    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: "Fasthand", sans-serif;
  font-size: 1.3913rem;
  font-weight: 400;
  line-height: 150%;
  color: #3B71FE;
  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: 0.7826rem;
  }
}
@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: 0.6957rem;
  }
}
.slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  margin-bottom: 0px;
  font-size: 3.3913rem;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.025rem;
  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: 2.6087rem;
    line-height: 2.7826rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: 2.087rem;
    line-height: 2.4348rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: 1.8261rem;
    line-height: 2.2609rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: 1.6522rem;
    line-height: 1.913rem;
    margin-bottom: 0.8696rem;
  }
}
.slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-desc {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 0.7826rem;
  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: 0.7826rem;
    line-height: 1.3913rem;
  }
}
@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: 0.7826rem;
    line-height: 1.3913rem;
  }
}
@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: 0.7826rem;
    line-height: 1.3913rem;
  }
}
.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: 1.3043rem;
  }
}
.slider-area .single-slider .slider-image {
  margin-left: 5.6522rem;
  position: relative;
  z-index: 2;
  width: 37.3913rem;
  animation: MoveUpDown 2s linear infinite alternate;
  right: 1.5217rem;
  top: 4.8261rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-image.moblile-slider-img {
    left: -1.3043rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-image {
    margin-left: 1.7391rem;
    animation: none;
    top: 3.0435rem;
    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: 2.6087rem;
  gap: 2.4348rem;
}
@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: 0.6957rem;
}
.slider-feature-area .single-feature-item .icon {
  width: 2.087rem;
  height: 2.087rem;
  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: "Plus Jakarta Sans", sans-serif;
  color: #ffffff;
  width: 10.6522rem;
  font-size: 0.6087rem;
  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 4.4783rem;
  border-radius: 1.3913rem;
  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: 8.6957rem;
  margin-bottom: 2.4348rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5217rem;
  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: 2.4348rem;
  height: 2.4348rem;
  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: #3B71FE;
  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: 0.0435rem 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: #041126;
  position: relative;
  border: 0.0435rem 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: 7rem;
  padding-bottom: 11.6087rem;
}
@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: 1.0435rem !important;
  padding-right: 2.6087rem;
}
@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: 11.6087rem !important;
}
.slider-area.style-2 .single-slider {
  height: auto;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area.style-2 .single-slider {
    height: 31.3043rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-2 .single-slider {
    height: 30.4348rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-2 .single-slider {
    height: 26.087rem;
  }
}
.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: -2.1739rem;
}
.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-3 .shape-1 {
  position: absolute;
  z-index: 2;
  top: 3.7391rem;
  left: 4.1304rem;
}
@media (max-width: 1650px) {
  .slider-area.style-3 .shape-1 {
    top: 0.4348rem;
    left: 0.4348rem;
    height: 5.2174rem;
  }
}
@media (max-width: 767px) {
  .slider-area.style-3 .shape-1 {
    display: none;
  }
}
.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;
  }
  .breadcrumb-list ul li a{
    font-size: 0.6rem;
  }
  .breadcrumb-list ul li{
    gap: 0 0.4rem;
  }
}
@media (max-width: 767px) {
  .slider-area.style-3 .banner-shape {
    display: none;
  }
}
.slider-area.style-3 .banner-shape .shape {
  height: 36.8696rem;
  position: absolute;
}
@media (max-width: 992px) {
  .slider-area.style-3 .banner-shape .shape {
    width: 76%;
  }
}
.slider-area.style-3 .banner-shape .bg-img {
  height: 36.8696rem;
  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: 23.913rem;
  }
}
.slider-area.style-3 .single-slider {
  height: 36.8696rem;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-3 .single-slider {
    height: 30.4348rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-3 .single-slider {
    height: 23.913rem;
  }
  .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: 4.3478rem;
  margin-top: -2.6087rem;
}
@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: 1.3913rem;
}
@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: 0.8696rem;
    line-height: 1.2174rem;
  }
}
.slider-area.style-3 .single-slider .slider-content-wrapper .slider-content .slider-title {
  font-size: 3.3913rem;
}
@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: 3.3913rem;
    line-height: 3.913rem;
  }
}
@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: 3.3913rem;
    line-height: 3.913rem;
  }
}
@media screen and (max-width:1024px) {
  #main-menu{
    padding:0;
    margin-top: 0.5rem;
  }

  .location-area{
    padding: 1.2174rem 0;
  }

  .location-card.style-2 .content-wrapper
    {
        margin: 0.7rem;
    }
  }

  @media screen and (min-width:992px) and (max-width:1024px) {
    .row>*{
      padding: 0;
    }
   }

@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: 2.6087rem;
    line-height: 3.1304rem;
  }
}
@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: 1.8261rem;
    line-height: 2.2609rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 15.2174rem) {
  .slider-area.style-3 .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: 1.6522rem;
    line-height: 2.1739rem;
  }
}
.slider-area.style-3 .single-slider .slider-btn-wrapper {
  display: flex;
  gap: 1.0435rem;
}
.slider-area.style-3 .single-slider .popup-video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6957rem;
  position: unset;
  transform: none;
}
.slider-area.style-3 .single-slider .popup-video-wrapper .video-btn a {
  width: 2.7391rem;
  height: 2.7391rem;
}
.slider-area.style-3 .single-slider .popup-video-wrapper .video-btn a i {
  font-size: 1.0435rem;
}
.slider-area.style-3 .single-slider .popup-video-wrapper span, .slider-area.style-3 .single-slider .popup-video-wrapper .btn-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 0.6957rem;
  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: 1rem;
  flex-shrink: 0;
}
.info-card .icon-wrapper {
  background-color: #ffffff;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  box-shadow: 0px 0.3478rem 1.0435rem rgba(0, 0, 0, 0.08);
}
.info-card .icon-wrapper img {
  width: 1.4783rem;
  height: 1.4783rem;
}
.info-card .content {
  margin-top: 1.0435rem;
}
.info-card .content .title {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 0.8696rem;
  font-weight: 700;
  line-height: 140%;
  cursor: default;
}
.info-card .content .desc {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 0.6957rem;
  font-weight: 400;
  margin-top: 0.087rem;
  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: 9.913rem;
  gap: 1.087rem;
}
@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: 1.7391rem;
  margin-bottom: 1.5652rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.3043rem;
  }
}
.icon-card:hover .icon img {
  transform: rotateY(360deg);
  transition: all 0.5s ease-out;
}
.icon-card .icon {
  width: 3.3913rem;
  height: 3.3913rem;
  display: flex;
  flex-shrink: 0;
}
.icon-card .icon img {
  width: 100%;
  transition: all 0.5s ease-out;
}
.icon-card .content {
  display: flex;
  gap: 1.3043rem;
  flex-direction: column;
  margin-top: 1.3913rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card .content {
    gap: 0.6522rem;
  }
}
.icon-card .content .title {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  margin-bottom: 0;
  font-size: 1.0435rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  cursor: default;
}
.icon-card .content .desc {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.6957rem;
  line-height: 1.3043rem;
  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: 0.6957rem;
  overflow: hidden;
  background-color: #ffffff;
  padding: 1.7391rem;
  box-shadow: 0px 1.0435rem 2.7826rem 0px rgba(199, 206, 218, 0.25);
}
.icon-card.style-2 .icon {
  width: 4rem;
  height: 4rem;
  background: #E6EFFF;
  border-radius: 2.1739rem;
  justify-content: center;
  align-items: center;
}
.icon-card.style-2 .icon i {
  font-size: 1.3913rem;
  color: #3B71FE;
}
.icon-card.style-2 .content {
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 0.4348rem;
  border-radius: 0.3478rem;
}
.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: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 0.6957rem;
  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: 1.7391rem;
}
.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: 1.7391rem;
  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: 5.2174rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider-area.style-3 {
    padding-bottom: 4.3478rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-3 {
    padding-bottom: 3.4783rem;
  }
}
.testimonial-slider-area.style-3 .process-step-slider-wrapper .process-step-slider .slick-list.draggable {
  border-radius: 0.6957rem;
  overflow: hidden;
  box-shadow: 0px 1.0435rem 2.7826rem 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: 2.6087rem;
}
.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: 1.0435rem;
  margin-right: 2.1739rem;
  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: 0.5217rem;
    width: 68px !important;
  }
}
.testimonial-slider-area.style-3 .process-slider-tab .slick-track .slick-slide:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 0.0435rem;
  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: 0.0435rem;
  background-color: #041126;
  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: 0.8696rem;
}
.testimonial-slider-area.style-3 .user-meta-info .content p, .testimonial-slider-area.style-3 .user-meta-info .content .title {
  font-size: 0.6957rem;
}
.testimonial-slider-area.style-3 .content-wrapper {
  position: relative;
  padding: 3.2174rem 0px 4.4348rem 2.6087rem;
}
@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: 1.3043rem;
}
.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: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 1.0435rem;
  font-weight: 500;
  line-height: 140%;
}
.testimonial-slider-area.style-3 .content-wrapper .user-ratting {
  margin-top: 1.5652rem;
  display: flex;
  gap: 0.2609rem;
}
.testimonial-slider-area.style-3 .content-wrapper .user-ratting i {
  color: #FE712A;
}

.testimonial-slider-area {
  position: relative;
  padding: 5.2174rem 0;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area {
    padding: 4.3478rem 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area {
    padding: 3.4783rem 0;
  }
}
.testimonial-slider-area.style-1 .testimonial-content-wrapper {
  margin-left: 3.8261rem;
}
@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: 1.8261rem;
}

.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: 2.1739rem;
  padding: 0.3478rem 0.6957rem;
  background: white;
  box-shadow: 0 0.3478rem 1rem 0 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: #041126;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.6087rem;
  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: #3B71FE;
  margin-right: 0.2609rem;
}
.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: 12.1739rem;
  }
}
.testimonial-slider-image-wrapper .single-img-wrapper.style-2 {
  width: 6.0435rem;
  height: auto;
  top: 0;
  left: 0;
  transform: translate(178%, 244%);
}
.testimonial-slider-image-wrapper .single-img-wrapper.style-2 .image {
  width: 6.0435rem;
}
.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: 9.4783rem;
}

.testimonial-slider-wrapper button {
  display: none !important;
}
.testimonial-slider-wrapper .testimonial-card .content-wrapper .content .text {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 1.0435rem;
  font-weight: 500;
  line-height: 140%;
  margin: 0px !important;
}
.testimonial-slider-wrapper .testimonial-card .user-rating {
  margin-top: 1.4348rem;
  display: flex;
  align-items: center;
  gap: 0.2609rem;
}
.testimonial-slider-wrapper .testimonial-card .user-rating i {
  color: #FE712A;
}
@media (max-width: 1200px) {
  .testimonial-slider-wrapper .testimonial-card .user-rating {
    margin-top: 0.9565rem;
  }
}

.testimonial-user-slider {
  margin-top: 2.2609rem;
  display: flex;
  align-items: center;
}
.testimonial-user-slider .arrow-btn {
  width: 2.7826rem !important;
  height: 2.7826rem !important;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.0435rem 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: #3B71FE;
  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: 2.2609rem !important;
    height: 2.2609rem !important;
    background-color: #ffffff;
  }
  .testimonial-user-slider .arrow-btn i {
    color: #3B71FE !important;
  }
}
.testimonial-user-slider .arrow-btn i {
  color: #041126;
  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: #3B71FE;
}
.testimonial-user-wrapper .slick-current.single-user img {
  transition: all 0.5s ease-out;
  transform: rotateY(360deg);
}
.testimonial-user-wrapper .single-user {
  height: 3.1304rem !important;
  width: 3.1304rem !important;
  padding: 0.1304rem;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  margin-right: 0.5217rem;
  border: 0.0435rem solid transparent;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-user-wrapper .single-user {
    width: 2.2609rem !important;
    height: 2.2609rem !important;
    margin-right: 0.2609rem;
  }
}
.testimonial-user-wrapper .single-user img {
  border-radius: 100%;
}

.testimonial-card-two {
  padding: 1.7391rem;
  border-radius: 0.6957rem;
  border: 0.0435rem solid #E7E7E7;
}
.testimonial-card-two .desc-inner {
  border-top: 0.0435rem solid #E7E7E7;
  margin-top: 0.6957rem;
  padding-top: 0.7826rem;
}
.testimonial-card-two .desc-inner .desc {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 0.7826rem;
  font-weight: 400;
  line-height: 180%;
  cursor: default;
}

.user-meta-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 17.6087rem;
  cursor: pointer;
}
.user-meta-info .user-info-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7826rem;
}
.user-meta-info .user-info-inner .img-wrapper {
  border-radius: 100%;
  overflow: hidden;
  width: 2.6087rem;
  height: 2.6087rem;
}
.user-meta-info .user-info-inner .content .user-name {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 1.0435rem;
  font-weight: 700;
  line-height: 140%;
  margin: 0px;
}
.user-meta-info .user-info-inner .content .title {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #8F90A6;
  font-size: 0.7826rem;
  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: 0.6957rem;
  justify-content: start;
  align-items: start;
}
.accordion-wrapper .accordion-list-item {
  border-radius: 0.5217rem;
  width: 32.4348rem;
  background-color: #ffffff;
  box-shadow: 0px 0.8696rem 1.7391rem 0px rgba(199, 206, 218, 0.2);
}
@media (max-width: 1080px) {
  .accordion-wrapper .accordion-list-item {
    width: 100%;
    border-radius: 0.4348rem;
  }
}
.accordion-wrapper .accordion-list-item .divider {
  margin: 0.6957rem 0px;
  padding: 0px 0.6957rem;
}
.accordion-wrapper .accordion-list-item .divider .outline {
  width: 100%;
  height: 0.0435rem;
  background-color: #C5C7CC;
}
.accordion-wrapper .accordion-list-item .accordion-head {
  display: flex;
  align-items: center;
  gap: 0.8696rem;
  cursor: pointer;
  padding: 1.2174rem;
  position: relative;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .accordion-wrapper .accordion-list-item .accordion-head {
    padding: 0.6087rem !important;
  }
}
@media (max-width: 1080px) {
  .accordion-wrapper .accordion-list-item .accordion-head {
    gap: 0px;
  }
}

.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: 0.913rem;
  line-height: 1.3913rem;
  color: #041126;
  font-weight: 500;
  margin-bottom: 0;
}
.accordion-wrapper .accordion-list-item .accordion-item-body {
  padding: 0px 1.2174rem;
  padding-bottom: 1.2174rem;
  margin-top: -0.6957rem;
  transition: all 0.5s ease-out;
}
.accordion-wrapper .accordion-list-item .accordion-item-body p {
  border-top: 0.0435rem solid #C5C7CC;
  padding-top: 0.6957rem;
  cursor: default;
  font-size: 0.6957rem;
  color: #585866;
}
@media (max-width: 1080px) {
  .accordion-wrapper .accordion-list-item .accordion-item-body {
    padding: 0.8696rem !important;
  }
}

.accordion-wrapper.style-two .accordion-list-item .accordion-head .accordion-title {
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 0.6957rem;
  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: 0.6957rem;
  }
}

.accordion-wrapper.style-two .accordion-list-item .accordion-head.collapsed:after {
  border-radius: 2.1739rem;
  color: #041126;
  font-size: 0.5217rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.0435rem;
  height: 1.0435rem;
  flex-shrink: 0;
}
.accordion-wrapper.style-two .accordion-list-item .show.accordion-item-body {
  padding-bottom: 0.8696rem;
  transition: all 0.5s ease-out;
}

.blog-post {
  padding-right: 1.3043rem;
}
@media (max-width: 992px) {
  .blog-post {
    padding: 0;
  }
}

.page-header {
  border-left: 0.1739rem solid #dfe2e9;
  padding-left: 1.9565rem;
  margin-bottom: 2.1739rem;
}
@media (max-width: 991px) {
  .page-header {
    padding-left: 1.3043rem;
  }
}
.page-header .page-title {
  font-size: 2.087rem;
  line-height: 2.6087rem;
}
@media (max-width: 991px) {
  .page-header .page-title {
    font-size: 1.6522rem;
    line-height: 2.087rem;
  }
}

.post-card-divider {
  width: 100%;
  height: 0.0435rem;
  background-color: #E7E7E7;
  margin: 1.0435rem 0px;
}

.blog-area ol,
.blog-area ul {
  padding-left: 0.8696rem;
}
.blog-area ol li,
.blog-area ul li {
  padding-top: 7px;
}

.single-post-item {
  background-color: #ffffff;
  border-radius: 0.6957rem;
  overflow: hidden;
  margin-bottom: 2.087rem;
  border: 0.0435rem solid #dfe2e9;
  padding: 1.3913rem;
  /* Quote Format Post */
  /* Sticky Post */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-item {
    padding: 0.8696rem;
  }
}
.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: 0.6957rem;
  overflow: hidden;
}
.single-post-item iframe {
  width: 100%;
  height: 22.6957rem;
  border-radius: 0.6957rem;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-item iframe {
    height: 15.2174rem;
  }
}
.single-post-item .post-gallery-columns-2 {
  display: flex;
  gap: 1.5217rem;
}
@media (max-width: 992px) {
  .single-post-item .post-gallery-columns-2 {
    gap: 0.8696rem;
  }
}
.single-post-item .post-gallery-columns-2 .post-gallery-item {
  border-radius: 0.6957rem;
  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: 1.3043rem;
}
.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 0.3478rem;
  padding-top: 0.3478rem;
  color: #041126;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.6957rem;
  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: 0.7826rem;
  height: 0.7826rem;
  flex-shrink: 0;
  border-radius: 2.1739rem;
  background: #3B71FE;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.4348rem;
}
.single-post-item .post-content-wrapper {
  margin-top: 1.3913rem;
}
@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: 1.3043rem;
  margin-bottom: 0.2609rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.3043rem;
}
.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: "Plus Jakarta Sans", sans-serif;
  font-size: 0.6957rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #5e6f92;
  margin-top: 0.8696rem;
  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: #3B71FE;
}
.single-post-item.sticky {
  border: 0.087rem solid #3B71FE;
}
.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: 1.3913rem;
  line-height: 2.087rem;
  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: 1.2174rem;
    line-height: 1.8261rem;
    margin-top: 0.2174rem;
  }
}
.single-post-item .post-title:hover a {
  color: #3B71FE;
  transition: all 0.5s ease-out;
}
.single-post-item .post-content p {
  margin-top: 0.7391rem;
  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: 0.4348rem;
  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: 0.6522rem;
  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: 0.7391rem;
  align-items: center;
  justify-content: center;
}
.single-post-item .social-share a {
  background-color: #3B71FE;
  width: 1.7391rem;
  height: 1.7391rem;
  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: #041126 !important;
  content: "";
  transition: all 0.5s ease-out;
  z-index: -1;
  color: #ffffff;
}
.single-post-item .social-share a:hover {
  background-color: #041126;
}
.single-post-item .social-share a i {
  font-size: 0.6957rem;
  color: #ffffff;
}
.single-post-item .social-share .social-share-title {
  font-size: 0.6957rem;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  margin-right: 0.2174rem;
  text-transform: uppercase;
  cursor: default;
}
.single-post-item .blog-post-tag {
  display: inline-block;
}
.single-post-item .blog-post-tag span {
  font-size: 0.6957rem;
  font-weight: 700;
  display: inline-block;
  font-family: "Fasthand", sans-serif;
  color: #FE712A;
  margin-bottom: 0;
  margin-right: 1.3043rem;
  text-transform: uppercase;
  margin-top: 0.3478rem;
  float: left;
}
.single-post-item .blog-post-tag .post-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4348rem;
  align-items: center;
}
.single-post-item .blog-post-tag .post-tag-list a {
  color: #5e6f92;
  display: inline-block;
  font-size: 0.6957rem;
  font-weight: 500;
  line-height: 170%;
  padding: 0.1739rem 0.5217rem;
  border-radius: 2.1739rem;
  transition: all 0.5s ease-out;
  background-color: #E6EFFF;
}
.single-post-item .blog-post-tag .post-tag-list a:hover {
  color: #ffffff;
  background: #3B71FE;
  border-color: #3B71FE;
  transition: all 0.5s ease-out;
}
.single-post-item .post-thumbnail,
.single-post-item .post-video {
  position: relative;
  overflow: hidden;
  border-radius: 0.6957rem;
}
.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: 3.0435rem;
  height: 3.0435rem;
  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: #3B71FE;
  font-size: 0.7826rem;
}
.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: 2.6087rem;
  height: 2.6087rem;
  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: 1.3043rem;
}
.single-post-item button.post-gallery-btn.next-btn {
  right: 1.3043rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-item button.post-gallery-btn.prev-btn {
    left: 0.4348rem;
  }
  .single-post-item button.post-gallery-btn.next-btn {
    right: 0.4348rem;
  }
}
.single-post-item button.post-gallery-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #3B71FE;
  font-size: 0.7391rem;
  transition: all 0.5s ease-out;
}
.single-post-item button.post-gallery-btn:hover {
  transition: all 0.5s ease-out;
  background-color: #3B71FE;
}
.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: 1.3913rem;
  margin-bottom: 0.087rem;
  flex-wrap: wrap;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-item .post-meta {
    gap: 0.4348rem;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
}
.single-post-item .post-meta span {
  font-size: 0.7826rem;
  font-weight: 400;
  color: #5e6f92;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 0.4348rem;
}
.single-post-item .post-meta span i {
  color: #1eae98;
  font-size: 0.7826rem;
}
.single-post-item .post-meta span a {
  display: flex;
  align-items: center;
  gap: 0.4348rem;
  color: #5e6f92;
  transition: all 0.5s ease-out;
}
.single-post-item .post-meta span a:hover {
  color: #3B71FE;
  transition: all 0.5s ease-out;
}
.single-post-item .post-meta span a:hover i {
  color: #3B71FE;
  transition: all 0.5s ease-out;
}

.blog-post-nav {
  margin: 1.7391rem 0;
  background: #fff;
  padding: 1rem 1.3043rem;
  padding-bottom: 0.9565rem;
  border-radius: 0.3478rem;
  border: 0.0435rem solid rgb(223, 226, 233);
  display: flex;
  justify-content: space-between;
  gap: 1.3043rem;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .blog-post-nav {
    flex-direction: column;
    padding: 1.3043rem;
    margin: 1.3043rem 0;
  }
}
@media (max-width: 767px) {
  .blog-post-nav {
    flex-direction: column;
    padding: 1.3043rem;
    margin: 1.3043rem 0;
  }
}
.blog-post-nav .divider {
  background-color: rgb(223, 226, 233);
  width: 0.0435rem;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .blog-post-nav .divider {
    width: 100%;
    height: 0.0435rem;
  }
}
@media (max-width: 767px) {
  .blog-post-nav .divider {
    width: 100%;
    height: 0.0435rem;
  }
}
.blog-post-nav .post-navigation {
  display: flex;
  gap: 0.8696rem;
  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: 0.2609rem;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 374px) {
  .blog-post-nav .post-navigation .post-img {
    width: 100% !important;
    height: 6.5217rem !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: 0.6087rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  color: #3B71FE;
  cursor: pointer;
}
.blog-post-nav .post-navigation .text h4 {
  font-size: 0.913rem;
  margin: 0;
  line-height: 1.3043rem;
}
.blog-post-nav .post-navigation .text h4:hover {
  background-position: -100%;
}

.blog-details-wrapper .post-comments {
  margin-top: 3.0435rem;
}
.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: 1.3913rem;
  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: 22.6957rem;
}
.blog-details-wrapper .single-post-item .post-meta {
  margin-bottom: 0.8696rem;
}
.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: 0.6957rem;
  overflow: hidden;
  margin-bottom: 1.9565rem;
  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: 1.3043rem;
  }
}
.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: 1.3043rem;
}
.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: 0.6522rem 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: 0.8696rem;
}
.blog-details-wrapper .single-post-item .post-content p img {
  margin: 0.8696rem 0;
  border-radius: 0.3478rem;
}
.blog-details-wrapper .single-post-item .blog-post-tag .social-share {
  padding-bottom: 0.8696rem;
}
.blog-details-wrapper .wp-block-calendar {
  margin-bottom: 1.3043rem;
}

.author-info {
  background-color: #F6F9FF;
  padding: 1.7391rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3913rem;
  border-radius: 0.6087rem;
  position: relative;
  margin-top: 2.6087rem;
  margin-bottom: 3.4783rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .author-info {
    text-align: center;
    flex-direction: column;
    gap: 0.6957rem;
    margin-top: 1.3913rem;
  }
}
.author-info .author-thumb {
  flex-shrink: 0;
  width: 7.1739rem;
  height: 7.1739rem;
  border-radius: 50%;
  background-color: #3B71FE;
  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: 0.6957rem;
  }
}
.author-info .author-text h3, .author-info .author-text a {
  font-size: 1.0435rem;
  font-weight: 500;
  line-height: 1.4783rem;
  margin: 0;
}
.author-info .author-text h3:hover, .author-info .author-text a:hover {
  background-position: -100%;
}
.author-info .author-text .designation {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.6957rem;
  font-weight: 400;
  line-height: 1.1739rem;
  cursor: default;
}
.author-info .author-text p {
  margin-top: 0.3478rem;
  margin-bottom: 0;
  cursor: default;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .author-info .author-text p {
    margin-top: 0.6957rem;
  }
}
.author-info .author-social-profiles {
  display: flex;
  gap: 0.6957rem;
  justify-content: center;
}
.author-info .author-social-profiles a {
  font-size: 0.7826rem;
  color: #041126;
  transition: all 0.5s ease-out;
  width: 1.7391rem;
  height: 1.7391rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 2.1739rem;
  border: 0.0435rem solid #041126;
}
.author-info .author-social-profiles a:hover {
  transition: all 0.5s ease-out;
  background-color: #041126;
  color: #ffffff;
}
.author-info .author-post a {
  font-size: 0.6957rem;
  font-weight: 700;
  font-family: "Fasthand", sans-serif;
  color: #FE712A;
  border-bottom: 0.087rem solid rgb(255, 103, 49);
  margin-top: 1.3043rem;
  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: 3.2174rem;
  gap: 0.8696rem;
}
@media (max-width: 550px) {
  .section-title {
    flex-direction: column;
    margin-bottom: 0.8rem;
    align-items: flex-start;
    gap: 0rem;
  }
}
.section-title .sec-content {
  display: flex;
  gap: 0px;
  flex-direction: column;
  z-index: 2;
  position: relative;
  margin-bottom: -16px;
  margin-top: -0.3478rem;
}
@media (max-width: 550px) {
  .section-title .sec-content {
    width: 100%;
  }
}
.section-title .short-title {
  font-family: "Fasthand", sans-serif;
  color: #3B71FE;
  font-size: 1.0435rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  cursor: default;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title .short-title {
    font-size: 0.8696rem;
  }
}
.section-title .title {
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 2.087rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.0587rem;
  cursor: default;
}
.section-title .title:after {
  position: absolute;
  content: "";
  background-image: url("/static/site/default5/pc/image/bottom-bar.png");
  height: auto;
  z-index: 10;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .title {
    font-size: 2.087rem;
    line-height: 3.875rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .section-title .title {
    font-size: 2.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .title {
    font-size: 1.6522rem;
    line-height: 2.087rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title .title {
    font-size: 1.3913rem;
    line-height: 1.8261rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 439px) {
  .section-title .title br {
    display: none;
  }
}
.section-title .title span {
  color: #3B71FE;
}
.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: -1.3125rem;
  width: 26.875rem;
}
.section-title .desc {
  font-size: 0.6957rem;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #5e6f92;
  margin-bottom: 0;
  line-height: 170%;
  cursor: default;
}
.section-title .sec-btn {
  margin-top: 1.1739rem;
}

@keyframes rotate {
  0% {
    color: #ffffff;
    transform: rotateY(0);
  }
  100% {
    color: #3B71FE;
    transform: rotateY(360deg);
  }
}
@keyframes beat {
  to {
    transform: scale(1.5);
  }
}
@keyframes color {
  0% {
    color: #ffffff;
  }
  100% {
    color: #3B71FE;
  }
}
@keyframes color-two {
  0% {
    color: #041126;
  }
  100% {
    color: #3B71FE;
  }
}
@keyframes move {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-4.375rem, 3.0435rem);
  }
}
@keyframes move2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(2.1739rem, 0px);
  }
}
@keyframes move3 {
  0% {
    transform: translate(8.6957rem, -12.5rem);
  }
  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(0.0435rem, 0.0435rem) rotate(0deg);
  }
  10% {
    transform: translate(-0.0625rem, -0.125rem) rotate(-1deg);
  }
  20% {
    transform: translate(-0.1304rem, 0px) rotate(1deg);
  }
  30% {
    transform: translate(0.1304rem, 0.087rem) rotate(0deg);
  }
  40% {
    transform: translate(0.0435rem, -0.0625rem) rotate(1deg);
  }
  50% {
    transform: translate(-0.0625rem, 0.087rem) rotate(-1deg);
  }
  60% {
    transform: translate(-0.1304rem, 0.0435rem) rotate(0deg);
  }
  70% {
    transform: translate(0.1304rem, 0.0435rem) rotate(-1deg);
  }
  80% {
    transform: translate(-0.0625rem, -0.0625rem) rotate(1deg);
  }
  90% {
    transform: translate(0.0435rem, 0.087rem) rotate(0deg);
  }
  100% {
    transform: translate(0.0435rem, -0.125rem) rotate(-1deg);
  }
}
/*

 @include md{
        padding: 4.3478rem 0;
      }
      @include sm {
        padding: 2.6087rem 0px;
      }

*/
.page-breadcrumb-area {
  padding: 8.6957rem 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 991px) {
  .page-breadcrumb-area {
    padding: 3.3478rem 0;
  }
}
@media (max-width: 767px) {
  .page-breadcrumb-area {
    padding: 3.4783rem 0;
  }
}

.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;
}

@media (max-width: 992px) {
  .breadcrumb-list ul{
    gap: 0 1rem;
  }
}
@media (max-width: 375px) {
  .breadcrumb-list ul li{
    gap: 0 0.4rem;
  }
  .breadcrumb-list ul li a{
    font-size: 0.65rem;
  }
  .section-title .title h2{
    font-size: .9rem;
  }
}

.breadcrumb-wrapper {
  padding: 0 4.3478rem;
}
@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 1.087rem;
}
@media (max-width: 375px) {
  .breadcrumb-list ul {
    flex-direction: column;
  }
}
.breadcrumb-list ul li {
  list-style: none;
  display: inline-flex;
  gap: 0 1.087rem;
  align-items: center;
  color: #ffffff;
}
.breadcrumb-list ul li a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.6957rem;
  text-align: center;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 1.3043rem;
  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: 0.0435rem;
  transition: all 0.5s ease-out;
}
.breadcrumb-list ul li a:hover:after {
  width: 100%;
  transition: all 0.5s ease-out;
}

.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: 0.8696rem;
}
.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: 0.2609rem;
  height: 3.3125rem;
  padding: 0 0.8696rem;
  transition: all 0.5s ease-out;
  font-size: 0.7826rem;
  font-weight: 500;
  border: 0.0435rem 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: 1.7391rem;
  }
}
.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: 0.5217rem;
  flex-wrap: wrap;
}
.basic-pagination ul,
.page-links ul,
.wp-block-query-pagination-numbers ul {
  display: inline-flex;
  width: 100%;
  align-items: center;
  gap: 0.5217rem;
  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: #3B71FE;
}
.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: #041126;
  background-color: #FAFAFA;
  border-radius: 0.2609rem;
  height: 3.3125rem;
  width: 3.3125rem;
  transition: all 0.5s ease-out;
  font-size: 0.7826rem;
  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: 1.7391rem;
    height: 1.7391rem;
    font-size: 0.6957rem;
  }
}
.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: #3B71FE !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: #3B71FE !important;
  color: #ffffff;
  transition: all 0.5s ease-out;
}

@media (max-width: 991px) {
  .sidebar {
    padding-left: 0;
    padding-top: 1.7391rem;
  }
}

.page-sidebar {
  margin-bottom: 2.1739rem;
}

/* Widget */
.widget {
  background-color: #FAFAFA;
  padding: 1.3913rem;
  border-radius: 0.6957rem;
  margin-bottom: 2.087rem;
  /* 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: 1.7391rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .widget {
    padding: 1.3043rem;
  }
}
.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: 1.3043rem;
  color: #041126;
  font-family: "Plus Jakarta Sans", sans-serif;
  position: relative;
  font-size: 1.3913rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.0475rem;
  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: 1.913rem;
  height: 1.913rem;
  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: 1.2174rem;
  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: 0.6087rem !important;
  margin-bottom: 0.4348rem;
  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: 0.3478rem;
}
.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: 1.2174rem;
  font-weight: 400;
}
.widget .wp-block-latest-comments li a:hover,
.widget .wp-block-latest-posts li a:hover {
  color: #3B71FE;
}
.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: 0.6957rem;
  line-height: 1.2174rem;
  margin: 0;
}
.widget .social-profile {
  justify-content: flex-start;
}
.widget .social-profile a {
  width: 2.6087rem;
  height: 2.6087rem;
  background-color: #ffffff;
  color: #3B71FE;
  transition: all 0.5s ease-out;
  border-radius: 2.1739rem;
  flex-shrink: 0;
  flex-wrap: wrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .widget .social-profile a {
    width: 1.7391rem;
    height: 1.7391rem;
  }
}
.widget .social-profile a:hover {
  color: #ffffff;
  transition: all 0.5s ease-out;
  background-color: #3B71FE;
}
.widget select {
  max-width: 100%;
  height: 2.1739rem;
  width: 100%;
  border: 0.0435rem solid transparent;
  padding: 0 0.4348rem;
  border-radius: 0.2174rem;
  color: #5e6f92;
  margin-bottom: 0;
}
.widget .has-login-form .login-username label,
.widget .has-login-form .login-password label {
  margin-bottom: 0.4348rem;
}
.widget .has-login-form .login-username input,
.widget .has-login-form .login-password input {
  max-width: 100%;
  height: 2.1739rem;
  width: 100%;
  border: 0.0435rem solid #31373f;
  padding: 0 0.4348rem;
  border-radius: 0.2174rem;
  color: #5e6f92;
}
.widget .has-login-form .login-remember label {
  display: flex;
  align-items: center;
  gap: 0.4348rem;
}
.widget .has-login-form .login-submit {
  margin-bottom: 0;
}
.widget .has-login-form .login-submit input.button-primary {
  display: inline-flex;
  background: #3B71FE;
  color: #fff;
  padding: 0.5217rem 1.3913rem;
  text-align: center;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  font-size: 0.6957rem;
  align-items: center;
  gap: 0.4348rem;
  border-radius: 2.1739rem;
}
.widget.widget_search {
  display: flex;
  gap: 0.5217rem;
}
.widget.widget_search button {
  width: 3.875rem;
  height: 3.875rem;
  color: #ffffff;
  position: relative;
  right: 0;
  background-color: #041126;
  top: 0;
  border-radius: 0.5217rem;
  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: 2.1739rem;
    height: 2.1739rem;
  }
}
.widget.widget_search button:hover {
  background-color: #3B71FE;
  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: 3.875rem;
  flex-shrink: 0;
}
.widget .wp-block-search__no-button.wp-block-search input {
  border-radius: 0.4348rem;
}
.widget .wp-block-search {
  margin-bottom: -0.125rem;
}
.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: 1.0435rem;
  display: block;
  line-height: 1.2174rem;
  font-weight: 700;
  margin-bottom: 1.3043rem;
  color: #FE712A;
  font-family: "Fasthand", sans-serif;
}
.widget .wp-block-search input,
.widget .search-form input {
  background-color: #ffffff;
  padding: 0.6522rem 1.0435rem;
  height: 3.875rem;
  width: 100%;
  color: #5e6f92;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.7826rem;
  font-weight: 400;
  line-height: 180%;
  border-radius: 0.5217rem;
  border: 0.0435rem solid #E7E7E7;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .widget .wp-block-search input,
  .widget .search-form input {
    height: 2.1739rem;
  }
}
.widget .tagcloud,
.widget .wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6957rem;
  align-items: center;
}
.widget .tagcloud a,
.widget .wp-block-tag-cloud a {
  color: #041126;
  display: inline-block;
  font-size: 0.6957rem;
  line-height: 1;
  padding: 0.1739rem 0.5217rem;
  border-radius: 2.1739rem;
  background-color: #ffffff;
  transition: all 0.5s ease-out;
  border: 0.0435rem solid #ffffff;
  line-height: 170%;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.widget .tagcloud a:hover,
.widget .wp-block-tag-cloud a:hover {
  color: #ffffff;
  background: #3B71FE;
  border-color: #3B71FE;
  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: 0.4348rem 0;
  border-bottom: 0.0435rem 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: 0.7826rem;
  transition: all 0.5s ease-out;
  /* RSS Widget */
}
.widget ul li a:hover,
.widget ol li a:hover {
  color: #3B71FE;
  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: 1.087rem;
  padding-top: 0.4348rem;
}
.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: #041126;
  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: #041126;
}
.widget.widget_categories ul li:hover, .widget.widget_archive ul li:hover {
  color: #3B71FE;
}
.widget.widget_categories ul li:hover a, .widget.widget_archive ul li:hover a {
  color: #3B71FE;
}

/* 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: 0.8696rem;
}
.widget-about-info .about-image {
  width: 6.087rem;
  height: 6.087rem;
  border-radius: 0.4348rem;
  overflow: hidden;
  margin-bottom: 0.8696rem;
}
.widget-about-info .social-profile {
  display: flex;
  align-items: center;
  gap: 0.4348rem;
  padding-top: 1.3043rem;
  border-top: 0.0435rem solid #dfe2e9;
  width: 100%;
  margin-top: 0.4348rem;
}
.widget-about-info .social-profile a {
  transition: all 0.5s ease-out;
  width: 1.913rem;
  height: 1.913rem;
  background-color: #E7E7E7;
  border-radius: 2.1739rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FE712A;
  transition: all 0.5s ease-out;
}
.widget-about-info .social-profile a:hover {
  color: #ffffff;
  transition: all 0.5s ease-out;
  background-color: #3B71FE;
}

/* 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: 0.2609rem;
}
.widget_rss ul li a.rsswidget {
  color: #FE712A;
}
.widget_rss ul li a.rsswidget:hover {
  color: #3B71FE;
}

.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: 0.4348rem;
}
.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: 0.6087rem !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: 0.3478rem;
}
.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: 0.3478rem;
}
.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: 0.4348rem;
  margin-bottom: 0;
}

.widget_latest_post ul li {
  display: flex;
  gap: 0.8696rem;
  border: 0;
  align-items: center;
  padding-bottom: 1.3913rem;
  margin-bottom: 1.3913rem;
  border-bottom: 0.0435rem 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: 6.375rem;
  height: 6.375rem;
  border-radius: 0.5217rem;
}
.widget_latest_post ul li .latest-post-thumb img {
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.widget_latest_post ul li .latest-post-desc .latest-post-title {
  margin-bottom: 0.3478rem;
  font-size: 0.7826rem;
  line-height: 1.0435rem;
  color: #FE712A;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.widget_latest_post ul li .latest-post-desc .latest-post-title a {
  font-size: 0.8696rem;
  font-weight: 700;
  line-height: 1.3913rem;
  color: #041126;
  position: relative;
  text-transform: capitalize;
  transition: all 0.5s ease-out;
  font-family: "Plus Jakarta Sans", 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: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 0.6957rem;
  display: flex;
  align-items: center;
  font-weight: 400;
  gap: 0.3478rem;
  color: #5e6f92;
  line-height: 140%;
  cursor: default;
}

.widget-instagram-feed {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.6957rem;
}
@media (max-width: 767px) {
  .widget-instagram-feed {
    grid-template-columns: repeat(3, 1fr);
  }
}
.widget-instagram-feed .single-instagram-feed {
  border-radius: 0.2174rem;
  width: 100%;
  height: 6.375rem;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .widget-instagram-feed .single-instagram-feed {
    height: 2.7826rem;
  }
}
.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: 2.1739rem;
  padding-bottom: 2.1739rem;
  text-align: center;
  background-color: #041126;
}
.widget_promotion .wp-block-heading {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 1.7391rem;
  line-height: 2.4348rem;
  margin-bottom: 0.4348rem;
}
.widget_promotion .secondary-btn {
  display: inline-block;
  background: rgb(255, 103, 49);
  color: #FE712A;
  padding: 0.5217rem 4.5217rem;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-out;
  font-size: 0.6957rem;
  align-items: center;
  gap: 0.4348rem;
  border-radius: 0.4348rem;
}
.widget_promotion .secondary-btn i {
  color: #fff;
  font-size: 0.6957rem;
}
.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: 1.3913rem;
}

.single-post-item .single-post-meta {
  gap: 1.3913rem;
}

.blog-coment-title h2,
.blog-coment-title .wp-block-comments-title,
.wp-block-comments h2,
.wp-block-comments .wp-block-comments-title {
  font-size: 1.0435rem;
  line-height: 1.2174rem;
  margin-bottom: 1.3043rem;
  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: 0.6522rem;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns {
  padding: 2.1739rem;
  border: 0.0435rem solid #dfe2e9;
  border-radius: 0.3478rem;
  margin-bottom: 1.0435rem;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-column:first-child {
  flex-basis: 3.4783rem !important;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-avatar {
  width: 4.3478rem;
  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: 0.913rem;
  margin-bottom: 0.2174rem;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #FE712A;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-edit-link a {
  color: #3B71FE;
}
.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: 0.6957rem;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-reply-link a {
  border-radius: 0.2609rem;
  font-size: 0.6087rem;
  font-weight: 700;
  color: #FE712A;
  border: 0.0435rem solid rgb(255, 103, 49);
  padding: 0.1739rem 1.1304rem;
  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: 3.4783rem;
}
.latest-comments li .children .comments-box {
  margin-left: 2.1739rem;
}
@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: 4.3478rem;
  border-top: 0.0435rem solid #D2D2D2;
}
.latest-comments li .comments-box {
  padding: 2.1739rem;
  border: 0.0435rem solid #dfe2e9;
  border-radius: 0.3478rem;
  margin-bottom: 1.0435rem;
}
@media (max-width: 767px) {
  .latest-comments li .comments-box {
    padding: 1.3043rem;
  }
}
.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: 0.8696rem;
  }
}
.latest-comments li .comments-box .comments-avatar img {
  margin-right: 1.3043rem;
  width: 4.3478rem;
  border-radius: 2.1739rem;
}
.latest-comments li .comments-box .comments-text {
  overflow: hidden;
}
.latest-comments li .comments-box .comments-text p {
  font-size: 0.6957rem;
  line-height: 1.3043rem;
  margin-bottom: 0.8696rem;
  color: #5e6f92;
  cursor: default;
}
.latest-comments li .comments-box .comments-text .avatar-name {
  margin-bottom: 0.4348rem;
  position: relative;
}
.latest-comments li .comments-box .comments-text .avatar-name h5 {
  font-size: 0.913rem;
  margin-bottom: 0.2174rem;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", 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: 0.6957rem;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", 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: 0.2609rem;
  font-size: 0.6087rem;
  font-weight: 700;
  color: #3B71FE;
  border: 0.0435rem solid #3B71FE;
  padding: 0.1739rem 1.1304rem;
  gap: 0.3478rem;
  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: 0.4348rem;
  }
}
.latest-comments li .comments-box .comments-text .comment-reply-link:hover {
  background-color: #3B71FE;
  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: 0.8696rem;
}

ul.children {
  list-style: none;
}

.post-comments-form {
  margin-top: 2.6087rem;
}
/*Comment Input Filed*/
.post-comments-title .sub-title {
  font-size: 0.7826rem;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: rgb(255, 103, 49);
  display: inline-block;
  width: 100%;
  margin-bottom: 0.6522rem;
}
.post-comments-title h3, .post-comments-title .title {
  color: #041126;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.5652rem;
  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: 1.2174rem;
    margin-bottom: 0.8696rem;
  }
}
.post-comments-title h3 small, .post-comments-title .title small {
  font-size: 0.6957rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #3B71FE;
}

.comment-respond {
  background-color: #ffffff;
  padding: 2.1739rem;
  border-radius: 0.7826rem;
  position: relative;
  box-shadow: 0px 1.0435rem 2.7826rem 0px rgba(199, 206, 218, 0.25);
  margin-top: 1.087rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .comment-respond {
    padding: 1.3043rem;
  }
}
.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: 0.1739rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #161616;
  font-size: 0.6957rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  cursor: default;
}
.comment-respond .checkbox-field-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 0.4348rem;
  flex-wrap: wrap;
  margin-bottom: 0.5217rem;
  padding: 0.6522rem 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: 0.5217rem;
  font-size: 0.6957rem;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", 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: 3.5625rem;
  width: 100%;
  opacity: 1;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 400;
  padding: 0.6522rem 1.0435rem;
  color: #041126;
  border: 0.0435rem solid #E7E7E7 !important;
  border-radius: 0.3478rem;
  font-size: 0.6957rem;
  line-height: 170%;
  background-color: #FAFAFA;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .comment-respond input,
  .comment-respond select {
    height: 2.1739rem;
  }
}
.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: 9rem;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  margin-bottom: 0.5217rem;
  padding: 0.6522rem 1.0435rem;
  color: #041126;
  border: 0.0435rem solid #E7E7E7 !important;
  border-radius: 0.3478rem;
  font-size: 0.6957rem;
  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: #3B71FE !important;
  transition: all 0.4s ease 0s;
}

.comment-respond.style-two {
  margin: 0;
  background-color: transparent;
  padding: 5.125rem 3.8261rem 5.125rem 0.2609rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-respond.style-two {
    padding: 2.1739rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .comment-respond.style-two {
    padding: 1.3043rem;
  }
}
.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: 0.0435rem 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: #3B71FE !important;
}

.about-us-area.style-1 {
  position: relative;
  border-color: #E7E7E7;
}
.about-us-area.style-1 .shape-1 {
  position: absolute;
  top: 4.4375rem;
  left: 4.75rem;
  animation: MoveUpDown 2s linear infinite alternate;
}
@media (max-width: 1400px) {
  .about-us-area.style-1 .shape-1 {
    top: 0.8696rem;
    left: 0.8696rem;
  }
}
@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: 4.75rem;
  animation: MoveLeftRight 2s linear infinite alternate;
}
@media (max-width: 1400px) {
  .why-choose-us-area.style-1 .shape-1 {
    left: 0.8696rem;
  }
}
.why-choose-us-area.style-1 .shape-2 {
  position: absolute;
  bottom: 6.625rem;
  right: 5.125rem;
  animation: MoveUpDown 2s linear infinite alternate;
}
@media (max-width: 1650px) {
  .why-choose-us-area.style-1 .shape-2 {
    right: 1.7391rem;
    bottom: 1.7391rem;
  }
}
@media (max-width: 992px) {
  .why-choose-us-area.style-1 .shape-2 {
    display: none;
  }
}

.location-slider-area.style-2 {
  padding-bottom: 5.2174rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .location-slider-area.style-2 {
    padding-bottom: 4.3478rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .location-slider-area.style-2 {
    padding-bottom: 3.4783rem;
  }
}
.location-slider-area.style-3 {
  padding: 5.2174rem 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .location-slider-area.style-3 {
    padding: 4.3478rem 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .location-slider-area.style-3 {
    padding: 3.4783rem 0;
  }
}

.tour-area .location-area.style-1 .portfolio-filter {
  margin-top: 0.7391rem;
  margin-bottom: 2.6087rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8696rem;
}
@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: 0.2609rem;
  }
}
.tour-area .location-area.style-1 .portfolio-filter li {
  cursor: pointer;
}
.tour-area .location-area.style-1 .portfolio-filter li.active {
  background-color: #3B71FE !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: 2.7826rem;
  margin-bottom: 0px;
}

.tour-details .single-post-item {
  padding: 0px !important;
  margin-bottom: 0;
}
.tour-details .single-post-item .post-card-divider {
  margin: 1.7391rem 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: 0.6087rem;
  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: 1.0435rem;
}
@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: 0.3478rem;
}
.tour-details .single-post-item .post-meta .date-info i, .tour-details .single-post-item .post-meta .time-info i {
  color: #3B71FE;
}
.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: #3B71FE;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.2174rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.4348rem;
}
.tour-details .single-post-item .post-gallery-columns-2 {
  margin-top: 1.3913rem;
  gap: 1.7391rem;
  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: 0.8696rem;
  }
  .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: 0.6957rem;
  color: #585866;
}
.tour-details .single-post-item .post-card-faq {
  margin-top: 1.3043rem;
}
.tour-details .single-post-item .map-wedget {
  margin-top: 0.9565rem;
  height: 22.6957rem;
}
.tour-details .sidebar .widget_booking_form h3, .tour-details .sidebar .widget_booking_form .title {
  font-size: 1.3043rem;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.tour-details .sidebar .widget_booking_form .comment-form {
  margin-top: 0.9565rem;
}
.tour-details .sidebar .widget_booking_form .input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.3478rem;
}
.tour-details .sidebar .widget_booking_form .input-wrapper label {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 0.6957rem;
  font-weight: 400;
  line-height: 170%;
}
.tour-details .sidebar .widget_booking_form .input-wrapper input {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #A3A3A3;
  font-size: 0.6957rem;
  font-weight: 400;
  line-height: 170%;
  padding: 0.6522rem 1.0435rem;
  border-radius: 0.3478rem;
  border: 0.0435rem solid #E7E7E7;
  background-color: #FAFAFA;
}
.tour-details .sidebar .widget_booking_form button {
  margin-top: 0.3478rem;
  display: block;
  width: 100%;
}

.destination-page .location-card.style-1:hover {
  margin-top: 0 !important;
}

.contact-info-area {
  padding: 5.2174rem;
}
@media (max-width: 991px) {
  .contact-info-area {
    padding: 4.3478rem 0;
  }
}
@media (max-width: 767px) {
  .contact-info-area {
    padding: 3.4783rem 0;
  }
}

.contact-title {
  text-align: center;
}
.contact-title h2 {
  font-size: 2.087rem;
  color: #FE712A;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-title h2 {
    font-size: 2.087rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-title h2 {
    font-size: 1.6522rem;
    line-height: 1.913rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-title h2 {
    font-size: 1.3913rem;
    line-height: 1.3043rem;
  }
}

.contact-form-area {
  padding: 5.2174rem 0;
  background-color: #FAFAFA;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-area {
    padding: 4.3478rem 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-form-area {
    padding: 3.4783rem 0;
  }
}
.contact-form-area .comment-respond {
  margin-top: 0px;
  margin-left: 1.0435rem;
  padding: 1.7391rem;
}
@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: 0.6957rem;
  height: 100%;
}
.contact-form-area .video-modal-card .image-wrapper img {
  border-radius: 0.6957rem;
  width: 100%;
  height: 100%;
}

.blog-grid-area {
  padding-top: 6.087rem;
  padding-bottom: 144px;
}
@media (max-width: 991px) {
  .blog-grid-area {
    padding: 4.3478rem 0;
  }
}
@media (max-width: 767px) {
  .blog-grid-area {
    padding: 3.0435rem 0;
  }
}

.blog-load-btn {
  padding: 0.8696rem 1.5217rem;
  background: rgb(255, 103, 49);
  color: #ffffff;
  font-size: 0.6957rem;
  line-height: 0.7826rem;
  font-weight: 700;
  border-radius: 0.2609rem;
}
@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;
}
@media (max-width: 1199px) {
  .footer .mt-50.mb-50 {
    margin: 0;
  }
}
.footer .footer-sec {
  padding-top: 3.4783rem;
}
.footer .footer-sec .divider {
  width: 100%;
  height: 0.0435rem;
  margin: 2.6087rem 0;
  background-color: rgb(39, 52, 71);
}
@media (max-width: 992px) {
  .footer .footer-sec .divider {
    margin: 0px;
    margin-bottom: 2.1739rem;
  }
}
.footer .footer-bg {
  position: absolute;
  bottom: 1.3043rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.footer-widget-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.913rem;
  line-height: 1.1304rem;
  color: #ffffff;
  position: relative;
  margin-bottom: 1.0435rem;
  font-weight: 700;
  cursor: default;
}

@media (max-width: 991px) {
  .footer-widget {
    margin-bottom: 2.1739rem;
  }
}
.footer-widget ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6957rem;
}
.footer-widget ul li {
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.6957rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.footer-widget.widget_boomdevs-latest-posts-footer {
  margin-top: -0.3125rem;
}
@media (max-width: 767px) {
  .footer-widget.zoom-instagram-widget {
    margin-bottom: 0;
    margin-top: -0.4348rem;
  }
}
@media (max-width: 767px) {
  .footer-widget.widget_boomdevs_contact_info_widget {
    margin-bottom: 0.7826rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .footer-widget .widget-instagram-feed {
    width: 7.3913rem;
  }
}
.footer-widget .footer-widget-info {
  padding-right: 1.3043rem;
}
@media (max-width: 1199px) {
  .footer-widget .footer-widget-info {
    padding-right: 0;
  }
}
.footer-widget .footer-widget-info p {
  color: #c7cdda;
  margin-bottom: 1.3043rem;
}
.footer-widget .footer-widget-info .footer-logo {
  margin-bottom: 1.3043rem;
  display: inline-block;
}
.footer-widget .footer-widget-info .info-form-and-social-icon {
  display: flex;
  align-items: center;
  gap: 2.1739rem;
}
.footer-widget .footer-widget-info .info-form-and-social-icon .subscribe-form-widget {
  border-radius: 0.2609rem;
}
.footer-widget .footer-widget-info .info-form-and-social-icon .subscribe-form-widget .single-field input {
  height: 2.6087rem;
}
.footer-widget .footer-widget-info .info-form-and-social-icon .social-profile {
  margin-top: 0;
}
.footer-widget .footer-widget-info .social-profile {
  gap: 0.8696rem;
  margin-top: 1.3043rem;
}
@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: 1.3043rem;
  }
}
.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: #c7cdda;
  text-transform: capitalize;
  font-size: 0.6957rem;
  transition: all 0.5s ease-out;
  position: relative;
}
.footer-widget.widget_nav_menu li a:hover {
  transition: all 0.5s ease-out;
  color: #3B71FE;
}
.footer-widget .footer-widget-contact p {
  color: #c7cdda;
  cursor: default;
  font-size: 0.6957rem;
}
.footer-widget .footer-widget-contact .footer-contact ul {
  list-style: none;
}
.footer-widget .footer-widget-contact .footer-contact ul li {
  margin-bottom: 0.6957rem;
  display: flex;
  align-items: center;
  line-height: 1.0435rem;
  gap: 0.8696rem;
}
.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: 0.2174rem;
}
.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: 2.1739rem;
  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: 0.7826rem;
  line-height: 1.0435rem;
  overflow: hidden;
}
.footer-widget .footer-widget-contact .footer-contact ul li .contact-text a:hover span {
  color: #3B71FE;
  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: 0.7826rem;
  line-height: 1.0435rem;
  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: 2.6087rem;
  height: 2.6087rem;
}
.footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-title {
  margin-bottom: 0.3478rem;
  font-size: 0.6957rem;
  line-height: 0.9565rem;
  color: #ffffff;
  font-weight: 700;
}
.footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-title a {
  font-size: 0.6957rem;
  line-height: 0.9565rem;
  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: #3B71FE;
  transition: all 0.5s ease-out;
}
.footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-meta {
  font-size: 0.6087rem;
  display: flex;
  align-items: center;
  font-weight: 400;
  gap: 0.3478rem;
  color: #c7cdda;
}

.footer-contact {
  margin-top: 0.9565rem;
  display: flex;
  align-items: center;
  gap: 0.6957rem;
}
.footer-contact .desc {
  width: 358px;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.6957rem;
  font-weight: 400;
  line-height: 170%;
  margin: 0px;
}
.footer-contact .contact-icon {
  width: 1.7391rem;
  height: 1.7391rem;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FE712A;
}
.footer-contact .contact-icon i {
  color: #ffffff;
  transition: all 0.5s ease-out;
}
.footer-contact .contact-text {
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.6957rem;
  font-weight: 500;
  line-height: 170%;
  text-transform: lowercase;
  margin: 0px;
}
.footer-contact .contact-text span {
  color: #ffffff;
  cursor: default;
}
.footer-contact .contact-text a {
  color: #ffffff;
}
.footer-contact:hover .contact-icon i {
  transition: all 0.5s ease-out;
  transform: scale(0.9);
}

.footer-widget-menu-wrapper {
  display: flex;
  gap: 7.1739rem;
  padding-left: 3.3125rem;
}
@media (max-width: 1200px) {
  .footer-widget-menu-wrapper {
    gap: 2.6087rem;
  }
}
@media (max-width: 1200px) {
  .footer-widget-menu-wrapper {
    padding-left: 0px;
  }
}

.footer-bottom-menu ul {
  list-style: none;
  display: flex;
  gap: 0 1.3043rem;
  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: 0.6957rem;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.5s ease-out;
}
.footer-bottom-menu ul li a:hover {
  transition: all 0.5s ease-out;
  color: #3B71FE;
}

.footer-bottom-area .footer-bottom-wrapper {
  margin-top: 2.7826rem;
  border-top: 0.0435rem solid rgb(39, 52, 71);
  padding: 1.0435rem 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: 0.8696rem;
  }
}
.footer-bottom-area .copyright-text p {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.6957rem;
  font-weight: 400;
  line-height: 170%;
  cursor: default;
}
.footer-bottom-area .copyright-text p a {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.6957rem;
  font-weight: 400;
  line-height: 170%;
}
.footer-bottom-area .copyright-text p a:hover {
  color: #3B71FE;
}
.footer-bottom-area .credit-text p {
  color: #c7cdda;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.4348rem;
}
.footer-bottom-area .credit-text a {
  color: #3B71FE;
}

.subscribe-form-area {
  position: relative;
  z-index: 99;
  margin-bottom: -8.5rem;
}

.subscribe-area {
  background-color: rgb(255, 103, 49);
  border-radius: 0.7826rem;
  padding: 2.7826rem 3.913rem 2.7826rem 3.0435rem;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-area {
    padding: 1.7391rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .subscribe-area {
    padding: 1.7391rem;
  }
}
.subscribe-area .triangle-shape {
  width: 12.1739rem;
  height: 12.1739rem;
  background-color: #3B71FE;
  border-radius: 1.2174rem;
  position: absolute;
  right: -2rem;
  bottom: -5rem;
  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: 0.913rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}
.subscribe-area .content-wrapper .subscribe-title {
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 2.087rem;
  line-height: 2.6087rem;
}
@media (max-width: 375px) {
  .subscribe-area .content-wrapper .subscribe-title {
    font-size: 1.4783rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-area .content-wrapper .subscribe-title {
    font-size: 1.7391rem;
    line-height: 1.8261rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .subscribe-area .content-wrapper .subscribe-title {
    font-size: 1.5652rem;
    line-height: 1.8261rem;
  }
}
.subscribe-area .content-wrapper .text {
  font-size: 0.9565rem;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 0.5217rem;
}
.subscribe-area .subscribe-inner-area {
  display: flex;
  align-items: center;
  gap: 1.3043rem;
}
@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: -0.5217rem;
}
.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: 0.5217rem;
  overflow: hidden;
}
.subscribe-form-widget .single-field {
  flex-grow: 1;
}
.subscribe-form-widget .single-field input {
  color: #778196;
  height: 3.1304rem;
  padding: 0 1.3043rem;
  font-size: 0.7826rem;
  border-radius: 2.1739rem;
  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 1.5217rem;
  display: flex;
  align-items: center;
  gap: 0.5625rem;
  text-transform: uppercase;
  font-size: 0.7826rem;
  font-weight: 500;
}
.subscribe-form-widget .mc4wp-response {
  position: relative;
  top: 0.6522rem;
}
.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: 0.8696rem;
}
.social-profile a {
  width: 1.5652rem;
  height: 1.5652rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 1.0435rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-out;
}
.social-profile a i {
  font-size: 0.6957rem;
}
.social-profile a:hover {
  background-color: #3B71FE;
  transition: all 0.5s ease-out;
}

.map-wodget iframe {
  width: 100%;
  height: 13.913rem;
  border-radius: 0.5217rem;
}

.footer.style-two .footer-sec {
  padding-top: 9.7826rem;
}

.d-flex{
  display: flex;
}

.j-center{
  justify-content: center;
}

.j-start{
  justify-content: flex-start;
}

.j-end{
  justify-content: flex-end;
}

.a-center{
  align-items: center;
}

.a-start{
  align-items: flex-start;
}

.a-end{
  align-items: flex-end;
}


@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer.style-two .footer-sec {
    padding-top: 7.8261rem;
  }
}
.footer.style-two .subscribe-form-wrapper p {
  color: #c7cdda;
  margin-bottom: 1.3043rem;
}
.footer.style-two .subscribe-form-wrapper .subscribe-form-widget {
  border-radius: 0.2609rem;
}
.footer.style-two .subscribe-form-wrapper .subscribe-form-widget .single-field input {
  height: 2.6087rem;
}

.footer-triangle-image-wrapper {
  position: absolute;
  width: 45.625rem;
  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: #3B71FE;
  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: 5.6522rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer.style-three .footer-sec {
    padding-top: 3.0435rem;
  }
}
.footer.style-three .footer-sec .footer-widget.widget_nav_menu ul {
  columns: 2;
  column-gap: 1.1304rem;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .footer.style-three .footer-sec .footer-widget .footer-widget-info {
    padding-right: 19.0625rem !important;
    margin-bottom: 2.1739rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1399px) {
  .footer.style-three .footer-sec .footer-widget .footer-widget-info {
    padding-right: 31.25rem !important;
    margin-bottom: 2.1739rem;
  }
}/*# sourceMappingURL=style.css.map */



@media (max-width: 991px) {
  .section-title .title h2{
    font-size: 1rem;
  }
  .section-title{
    gap: 0.4rem;
  }
  .header-btn .user-login-btn{
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.8rem;
  }

  .header-btn .search-btn-wrapper a i,.mobile-menu-bar a i{
    font-size: 0.9rem;
    position: relative;
    top: 0.1rem;
    line-height: normal;
  }
  .section-title .title h2{
    font-size: 0.9rem;
    line-height: 100%;
  }

  .container{
    max-width: 48.4375rem;
  }
}

@media screen and (max-width:768px) {
  /* 头部底部 */
  .footer-widget-title{
    font-size: 0.65rem;
    line-height: normal;
    margin-bottom: 0.5rem;
  }
  .footer-widget .footer-widget-contact p{
    margin-bottom: 0.5rem;
    font-size: 0.6rem;
  }
  .footer-contact .contact-icon{
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0.6rem;
  }
  .footer-contact .contact-text{
    font-size: 0.6rem;
  }

  .footer-widget ul{
    gap: 0.4rem;
  }

  .footer-widget ul li{
    font-size: 0.56rem;
  }

  .footer-contact{
    margin-top: 0;
  }

  .footer-bottom-area .copyright-text{
    margin-bottom: 0;
  }

  .footer-bottom-area .footer-bottom-wrapper{
    padding: 0.8rem 0;
  }
  .footer-widget{
    margin-bottom: 1rem;
  }
  .footer-bottom-area .copyright-text p{
    font-size: 0.6rem;
  }
  .scrollup-wrapper{
    right:1rem;

  }
  .scrollup-btn{
    width: 2rem;
    height: 2rem;
  }
  .scrollup-btn i{
    margin-top: 0.1rem;
  }
  .header-menu-area .logo,.header-menu-area.sticky_menu .logo{
    height: 2rem;
  }
  .header-btn .user-login-btn{
    margin-right: 0.8rem;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.6rem;
  }
  .header-btn{
    gap: 0.8rem;
  }
  #main-menu {
      display: none;
      transition: none;
  }
  
  /* 头部底部 */
  .page-breadcrumb-area{
    padding: 4rem 0;
  }

  .section-title{
    margin-bottom: 1rem;
  }

  .container{
    max-width: 46.6875rem;
  }
}

@media screen and (max-width:550px) {
  .search-btn {
    margin-right: 0rem;
  }
  .search-btn i{
    top: 0rem;
  }
  .breadcrumb-list ul li {
    gap: 0 0.4rem;
  }
  .breadcrumb-list ul li a {
    font-size: 0.7rem;
  }
  .location-card.style-2:hover{
    margin-top: 0;
  }

  .footer .footer-sec {
    padding-top: 1.5rem;
}
}


/* 标题 */
.location-area .section-title {
  margin-bottom: 0.1rem;
}
.section-title .sec-content {
  margin-top: 0.3rem;
  margin-bottom: 0.2rem;
  padding:0 .5rem;
}

.section-title{
  margin-bottom: 0;
}

.section-title .title {
  line-height: 1.5rem;
}
.section-title .title {
  font-size: 0.75rem;
  margin-bottom: 0;
}
/* 标题 */


.page-breadcrumb-area {
  padding: 4rem 0;
  height: 10rem;
  overflow: hidden;
}

.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .menu-sidebar-title {
  margin-bottom: 0.2174rem;
  font-size: .7rem;
}

.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info span,
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info span a,
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .social-profile{
  font-size: .65rem;
}

body::-webkit-scrollbar,body > * ::-webkit-scrollbar{
  display: none !important;
}

.scrollup-btn i {
  font-size: 1.5rem;
}


.page-heading .page-title, .page-heading h3 {
  text-align: center;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: .8rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: .06rem;
  margin-bottom: .6522rem;
  cursor: default;
}


.breadcrumb-list ul li i {
  font-size: .5rem;
}

.breadcrumb-list ul li a {
  font-size: .6rem;
}
.scrollup-btn svg{
  width: 1.4rem;
  height: 1.4rem;
}


.sidebar .widget_booking_form .topic {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.setmealtype .topic {
  color: #8c8c8c;
  margin-right: .2rem;
}
.setmealtype span {
  display: inline !important;
  font-weight: 400;
  font-size: .53rem;
}

.setmealtype span {
  display: inline !important;
  font-weight: 400;
  font-size: .56rem;
}

.baoming_infor {
  background-color: #fff;
  margin: .5rem;
  border-radius: .2rem;
  padding-bottom: .7rem;
}

.tour-details .sidebar .widget_booking_form .baoming_infor .input-wrapper {
  flex-direction: row;
  align-items: center;
  border-bottom: .0435rem solid #f5f5f5;
  padding-bottom: .2rem;
}

.tour-details .sidebar .widget_booking_form .baoming_infor .input-wrapper label {
  line-height: normal;
  flex: none;
  min-width: 1.8343rem;
  color: #595959;
}

.tour-details .sidebar .widget_booking_form .input-wrapper label {
  font-size: .6rem;
}

.tour-details .sidebar .widget_booking_form .baoming_infor .input-wrapper input {
  width: 100%;
}

.tour-details .sidebar .widget_booking_form .input-wrapper input {
  padding: .3rem !important;
  font-size: .6rem;
  border: none;
  background: transparent;
  color: #333;
}


.note_reserve .xianlu_detail_note {
    width: 100%;
    background-color: transparent;
    border: none !important;
    font-size: .6rem;
    padding: .3rem !important;
}
.xianlu_detail_note {
    color: #333;
}
.xianlu_detail_note, .xianlu_detail_pinzhi {
    border-radius: 0.3478rem;
    border: 0.0435rem solid #E7E7E7 !important;
    background-color: #FAFAFA;
    padding: 0.3478rem .5rem !important;
    resize: none;
    height: 2rem;
    color: #333;
    font-size: .53rem;
}

.bot-customer .goreserve{
  background: var(--primary-color);
  color: #fff;
  font-size: .57rem;
  font-weight: 500;
  border-radius: 1rem;
  flex: none;
  display: flex;
  align-items: center;
}

.sidebarbg{
  padding-top: 0;
  position: fixed !important;
  top: 0;
  height: 100vh;
  z-index: 9999;
  width: 100%;
  transform: translateX(100%);
  transition: transform .25s ease;
}

.sidebarbg_show{
  transform: translateX(0);
}

.tour-details .sidebar{
  display: flex;
  flex-flow: column;
  padding-top: 0;
  height: 100%;
  background-color: #f7f7f7;
}

.tour-details .sidebar .widget_booking_form {
  padding: 0;
  margin-bottom: 0;
  border-radius: 0;
  overflow-y: scroll;
}

.tour-details .sidebar .widget_booking_form .input-wrapper label {
  font-size: .65rem;
}

.theme-btn {
  padding: .5rem;
  font-size: .56rem;
}

.tour-details .sidebar .widget_booking_form h3 {
  font-size: 0.56rem !important;
  margin-bottom: 0;
}

.tour-details .sidebar .widget_booking_form .topic {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tour-details .sidebar .widget_booking_form .baoming_infor .input-wrapper input {
    width: 100%;
}



.tour-details .sidebar .widget_booking_form .baoming_infor .input-wrapper {
flex-direction: row;
align-items: center;
border-bottom: .0435rem solid #f5f5f5;
padding-bottom: .2rem;
}

.tour-details .sidebar .widget_booking_form .baoming_infor .input-wrapper label {
line-height: normal;
flex: none;
min-width: 1.8343rem;
color: #595959;
font-weight: 500;
}

.tour-details .sidebar .widget_booking_form .input-wrapper input {
padding: .3rem !important;
font-size: .65rem;
border: none;
background: transparent;
color: #333;
}

.tour-details .sidebar .widget_booking_form .input-wrapper input::placeholder,
.note_reserve .xianlu_detail_note::placeholder {
color: #b8b8b8;
}
.widget_booking_form .search_nav {
background: var(--primary-color) !important;
color: #fff !important;
}
.predetermine {
background: #fff;
padding: .5rem;
color: #333;
font-size: .65rem;
font-weight: 500;
border-radius: .2rem;
margin: 0 .5rem;
position: relative;
top: .5rem;
}

.predetermine p {
margin-bottom: 0;
color: #1a1a1a;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
font-size: .7rem;
overflow: hidden;
}


.sidebarbg .reserve-header{
padding: 0.6rem 0.5rem .5rem !important;   
position: sticky;
top: 0;
left: 0;
z-index: 999;
font-size: .8rem;
}

.widget {
padding: 0;
background: #fff;
margin-bottom: 1rem;
}

.baoming_infor {
background-color: #fff;
margin: .5rem;
border-radius: .2rem;
padding-bottom: .7rem;
}

.tour-details .sidebar .widget_booking_form .baoming_infor .input-wrapper {
flex-direction: row;
align-items: center;
border-bottom: .0435rem solid #f5f5f5;
padding-bottom: .2rem;
}

.iti--separate-dial-code .iti__selected-flag{
background-color: transparent;
font-size: .6rem;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
background-color: transparent;
}

.diypadding{
padding-left: .7rem !important;
padding-right: .7rem !important;
}

.ticket-infor{
font-size: .6rem;
color: #333;
}

.ticket-infor .title{
font-size: .6rem !important;
}

.contacts-name2 label{
font-weight: 500;
color: #434343;
font-size: 0.65rem;
}

.contacts-name2{
  padding-top: .5rem;
}

.ticket-adult{
border-bottom: .0435rem solid #f5f5f5;

}

.ticket-flex{
display: flex;
align-items: center;
justify-content: space-between;
}

.ticket-explain{
color: gray;
font-size: .56rem;
}

#subbox{
background-color: #fff;
text-align: right;
display: flex;
align-items: center;
justify-content: space-between;
padding: .5rem;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
flex: 0;
position: relative;
bottom: 0;
}
#sub,#predetermineSub,#predetermineSubHotel{
background: linear-gradient(45deg, #fda540, #fe6a36);
color: #fff;
font-size: .57rem;
padding: 0.15rem 2rem;
font-weight: 500;
border-radius: 1rem;
margin-top: 0;
width: auto;
}

input.ticket-num,input.ticket-num2{
width: 2rem;
text-align: center;
}

.xianlu_detail_note {
width: 100%;
background-color: transparent;
border: none !important;
font-size: .6rem;
padding: .3rem !important;
height: 3.5rem;
margin-bottom: .5rem;
}

.reserve-hide-header{
color: #333 !important;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0.6rem 0.5rem;
background-color: #fff;
width: 100%;
box-shadow: 0 .2rem 1.004rem 0 rgba(0, 0, 0, 0.05);
}

.totalprice_topic {
color: #5e6f92;
font-size: .6rem;
}
.totalprice_price {
color: #e96b55;
font-weight: bold;
font-size: .8rem;
}

.sidebarbg .blue-bg-style{
background: linear-gradient(180deg, var(--primary-color), var(--primary-color), #f7f7f7) !important;
margin-top: -0.5rem;
}

.scrollpadding{
padding: .6rem .5rem !important;
}

.note_reserve{
align-items: start !important;
position: relative;
}

.note_reserve label{
/* padding: .3rem !important; */
margin-top: .5rem;
}

.textfont-astrict{
color: #b4b4b4;
position: absolute;
bottom: 0;
right: 0;
font-size: .55rem;
}

.iti-mobile .iti--container{
position: absolute !important;
left: 0;
top: 2rem;
height: 8rem;
}

.contacts-phone{
position: relative;
}

.iti-mobile .iti__country{
padding: .5rem !important;
border-bottom: none;
}

.iti-mobile .iti__country-list {
max-height: 100%;
width: 100%;
overflow: scroll;
font-size: .6rem;
white-space: nowrap;
}

.header-btn .user-login-btn2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-btn .user-login-btn2{
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 0.8rem;
  display: none;
}

.logo img{
  width: 100%;
  height: 100%;
}

.topnav-xianlu-list{
  width: 23.04rem;
}

.topnav-xianlu-list li{
  width: 100% !important;
  height: auto !important;
  text-align: left !important;
}

.topnav-xianlu-list li:hover a,.topnav-xianlu-list li:hover{
  text-decoration: underline;
  color: var(--primary-color) !important;
  background-color: transparent !important;
}

.topnav-xianlu-list li a{
  line-height: 1.1947rem !important;
  padding: 0.4348rem 0 0.4348rem 10%  !important;
}

.topnav-xianlu-list .money-box{
  font-size: 0.64rem;
  color: var(--primary-color);
  margin-left: 0.4267rem;
  flex: none;
}

.slider-area.coverstyle.swiper{
  height: 10rem;
  margin-top: 0rem;
}


.slider-area.coverstyle.swiper .single-slider
 {
    height: 100% !important;
}

.swiper-button-prev, .swiper-button-next {
  display: none;
}


.swiper-pagination-bullet{
  width: .5rem !important;
  height: .5rem !important;
  display: inline-block;
  border-radius: 0 !important;
  opacity: .6 !important;
}

.swiper-pagination-bullet-active{
  opacity: 1 !important;
}

#coverimg_miaoshu{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
  pointer-events: none;
}