/* Table of contents
=========================
1. Preloader
2. Scrollup
3. Nav Menu
4. About Us Area
5. Location Card
6. Location Slider
7. Location Area
8. Why Choose Us Area
9. Process Step Area
10. Process Card
11. CTA area
12. Latest Post
13. Video Modal
14. Brand
15. Counter
16. Meta Info
17. Destination 
18. Location Filter Card
19. Slider Section
20. Info Card
21. Icon Card
22. Testimonial
23. Accordion Card
24. Post Card
25. Title Card
26. Animation
27. Breadcrumb
28. Paginations
29. Sidebar
30. Comment List
31. Comment Form
32. Pages
33. Contact Page
34. Blog Page
35. Footer

===========================*/
/* Theme Default CSS */
* {
  margin: 0;
  border: 0;
  outline: none;
}

html,
body {
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #5e6f92;
  vertical-align: baseline;
  line-height: 30px;
  font-smoothing: antialiased;
  direction: ltr;
}

p {
  margin: 0 0 15px;
}

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: 78px;
  line-height: 110%;
  font-weight: 700;
}

h2 {
  font-size: 48px;
  line-height: 120%;
  font-weight: 700;
}

h3 {
  font-size: 38px;
  line-height: 120%;
  font-weight: 700;
}

h4 {
  font-size: 28px;
  line-height: 130%;
  font-weight: 700;
}

h5 {
  font-size: 24px;
  line-height: 140%;
  font-weight: 700;
}

h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

label {
  color: #5e6f92;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

button {
  cursor: pointer;
  transition: all 0.5s ease-out;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a,
.button {
  text-decoration: none;
  transition: all 0.5s ease-out;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus {
  color: #025081;
  text-decoration: none;
  transition: all 0.5s ease-out;
}

a,
button {
  color: #025081;
  outline: medium none;
  transition: all 0.5s ease-out;
}
a:hover,
button:hover {
  color: #ff6731;
  transition: all 0.5s ease-out;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #025081;
  text-shadow: none;
  color: #fff;
}

::selection {
  background: #025081;
  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: #025081;
}

.background-skye {
  background-color: #1eae98;
}

.background-gray {
  background-color: #E7E7E7;
}

.background-light-gray {
  background-color: #FAFAFA;
}

.page-bg {
  background-color: #041126;
}

.page-area {
  padding: 120px;
}

.blog-area {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .page-area,
  .blog-area {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .page-area,
  .blog-area {
    padding: 80px 0;
  }
}
.page-area .page-links,
.blog-area .page-links {
  margin-bottom: 20px;
}

.border-radius-12 {
  border-radius: 12px;
}

.text-white-100 {
  color: #c7cdda;
}

code {
  color: rgb(255, 103, 49);
}

.theme-btn, .tour-area .location-area.style-1 .portfolio-filter li,
.wp-block-loginout a,
input.theme-btn {
  display: inline-flex;
  color: #ffffff;
  padding: 17px 38px;
  text-align: center;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: #041126;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-out;
  font-size: 16px;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  overflow: hidden;
  line-height: 180%;
  flex-shrink: 0;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .theme-btn, .tour-area .location-area.style-1 .portfolio-filter li,
  .wp-block-loginout a,
  input.theme-btn {
    padding: 12px 20px;
  }
}
.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: #025081;
  content: "";
  transition: all 0.5s ease-out;
  z-index: -1;
  color: #ffffff;
}
.theme-btn:before, .tour-area .location-area.style-1 .portfolio-filter li:before,
.wp-block-loginout a:before,
input.theme-btn:before {
  content: "";
  pointer-events: none;
  opacity: 0.6;
  background: radial-gradient(circle at 20% 35%, transparent 0, transparent 2px, #ffffff 3px, #ffffff 4px, transparent 4px), radial-gradient(circle at 75% 44%, transparent 0, transparent 2px, #ffffff 3px, #ffffff 4px, transparent 4px), radial-gradient(circle at 31% 22%, transparent 0, transparent 2px, #ffffff 3px, #ffffff 4px, transparent 4px), radial-gradient(circle at 46% 52%, transparent 0, transparent 4px, #ffffff 5px, #ffffff 6px, transparent 6px);
  width: 100%;
  height: 300%;
  top: 0;
  left: 0;
  position: absolute;
  animation: bubbles 5s linear infinite both;
}
.theme-btn.style-2, .tour-area .location-area.style-1 .portfolio-filter li.style-2,
.wp-block-loginout a.style-2,
input.theme-btn.style-2 {
  background-color: #ffffff;
  color: #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 2px, #041126 3px, #041126 4px, transparent 4px), radial-gradient(circle at 75% 44%, transparent 0, transparent 2px, #041126 3px, #041126 4px, transparent 4px), radial-gradient(circle at 31% 22%, transparent 0, transparent 2px, #041126 3px, #041126 4px, transparent 4px), radial-gradient(circle at 46% 52%, transparent 0, transparent 4px, #041126 5px, #041126 6px, transparent 6px);
  width: 100%;
  height: 300%;
  top: 0;
  left: 0;
  position: absolute;
  animation: bubbles 5s linear infinite both;
}
.theme-btn:hover, .tour-area .location-area.style-1 .portfolio-filter li:hover,
.wp-block-loginout a:hover,
input.theme-btn:hover {
  color: #ffffff;
}
.theme-btn:hover:after, .tour-area .location-area.style-1 .portfolio-filter li:hover:after,
.wp-block-loginout a:hover:after,
input.theme-btn:hover:after {
  height: 100%;
  transition: all 0.5s ease-out;
}
.theme-btn:hover.style-2:before, .tour-area .location-area.style-1 .portfolio-filter li:hover.style-2:before,
.wp-block-loginout a:hover.style-2:before,
input.theme-btn:hover.style-2:before {
  background: radial-gradient(circle at 20% 35%, transparent 0, transparent 2px, #ffffff 3px, #ffffff 4px, transparent 4px), radial-gradient(circle at 75% 44%, transparent 0, transparent 2px, #ffffff 3px, #ffffff 4px, transparent 4px), radial-gradient(circle at 31% 22%, transparent 0, transparent 2px, #ffffff 3px, #ffffff 4px, transparent 4px), radial-gradient(circle at 46% 52%, transparent 0, transparent 4px, #ffffff 5px, #ffffff 6px, transparent 6px);
}

.wp-block-loginout a {
  position: relative;
}
.wp-block-loginout a:after {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background-color: #025081;
  color: #fff;
  font-size: 16px;
}

.contact-form-btn {
  justify-content: center;
  width: 100%;
  display: block;
  line-height: 42px;
}
.contact-form-btn .icon {
  float: right;
}

input.theme-btn {
  display: inline-block !important;
  width: inherit !important;
  border: 0 !important;
}

.select2-container--open {
  background-color: #ffffff;
  z-index: 99;
  padding: 20px 0;
  border-radius: 8px;
  box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
}
.select2-container--open .select2-search {
  margin: 10px 20px;
}
.select2-container--open .select2-search input {
  width: 130px;
  border: 1px solid #E7E7E7;
  border-radius: 8px;
  position: relative;
  cursor: default;
  padding: 0 10px;
  background-color: #FAFAFA;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  margin: 0px;
  cursor: default;
}
.select2-container--open .select2-search input:after {
  position: absolute;
  content: "-";
  color: #585866;
}
.select2-container--open ul {
  padding: 0;
  margin: 0 20px;
}
.select2-container--open ul li {
  list-style: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  margin: 0px;
  cursor: default;
}
.select2-container--open .select2-results {
  padding-bottom: 20px;
}

.ui-datepicker {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
}
.ui-datepicker .ui-datepicker-header, .ui-datepicker .ui-datepicker-calendar {
  padding: 0 20px;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: start;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  content: "";
  content: "\f060";
  font-family: "Font Awesome 6 Pro";
  color: #025081;
}
.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: #025081;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}
.ui-datepicker th {
  border-color: #ffffff;
  background-color: #025081;
}
.ui-datepicker th span {
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
}
.ui-datepicker .ui-datepicker-calendar td {
  line-height: 20px;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
  background-color: #025081;
  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: 14px;
  font-weight: 500;
  color: #041126;
}

/* Deafult Margin & Padding */
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-245 {
  margin-bottom: 245px;
}

.mb-250 {
  margin-bottom: 250px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-21 {
  padding-top: 21px;
}

.pt-22 {
  padding-top: 22px;
}

.pt-23 {
  padding-top: 23px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

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

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

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

.pt-85 {
  padding-top: 85px;
}

.pt-86 {
  padding-top: 85px;
}

.pt-87 {
  padding-top: 85px;
}

.pt-88 {
  padding-top: 85px;
}

.pt-89 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-250 {
  padding-top: 250px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-21 {
  padding-bottom: 21px;
}

.pb-22 {
  padding-bottom: 22px;
}

.pb-23 {
  padding-bottom: 23px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

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

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

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

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-0 {
  padding-left: 0px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 35px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-0 {
  padding-right: 0px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 35px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/** padding top & bottom **/
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.py-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-105 {
  padding-top: 105px;
  padding-bottom: 105px;
}

.py-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.py-115 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.py-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

.py-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.py-135 {
  padding-top: 135px;
  padding-bottom: 135px;
}

.py-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.py-145 {
  padding-top: 145px;
  padding-bottom: 145px;
}

.py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.py-155 {
  padding-top: 155px;
  padding-bottom: 155px;
}

.py-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.py-165 {
  padding-top: 165px;
  padding-bottom: 165px;
}

.py-170 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.py-175 {
  padding-top: 175px;
  padding-bottom: 175px;
}

.py-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.py-185 {
  padding-top: 185px;
  padding-bottom: 185px;
}

.py-190 {
  padding-top: 190px;
  padding-bottom: 190px;
}

.py-195 {
  padding-top: 195px;
  padding-bottom: 195px;
}

.py-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.py-205 {
  padding-top: 205px;
  padding-bottom: 205px;
}

.py-210 {
  padding-top: 210px;
  padding-bottom: 210px;
}

.py-215 {
  padding-top: 215px;
  padding-bottom: 215px;
}

.py-220 {
  padding-top: 220px;
  padding-bottom: 220px;
}

.py-225 {
  padding-top: 225px;
  padding-bottom: 225px;
}

.py-230 {
  padding-top: 230px;
  padding-bottom: 230px;
}

.py-235 {
  padding-top: 235px;
  padding-bottom: 235px;
}

.py-240 {
  padding-top: 240px;
  padding-bottom: 240px;
}

.py-250 {
  padding-top: 250px;
  padding-bottom: 250px;
}

.py-260 {
  padding-top: 260px;
  padding-bottom: 260px;
}

.py-270 {
  padding-top: 270px;
  padding-bottom: 270px;
}

.py-280 {
  padding-top: 280px;
  padding-bottom: 280px;
}

.py-290 {
  padding-top: 290px;
  padding-bottom: 290px;
}

.py-300 {
  padding-top: 300px;
  padding-bottom: 300px;
}

.py-310 {
  padding-top: 310px;
  padding-bottom: 310px;
}

.py-320 {
  padding-top: 320px;
  padding-bottom: 320px;
}

.py-330 {
  padding-top: 330px;
  padding-bottom: 330px;
}

.py-340 {
  padding-top: 340px;
  padding-bottom: 340px;
}

.py-350 {
  padding-top: 350px;
  padding-bottom: 350px;
}

/** padding left & right **/
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.px-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.px-65 {
  padding-left: 65px;
  padding-right: 65px;
}

.px-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.px-75 {
  padding-left: 75px;
  padding-right: 75px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.px-85 {
  padding-left: 85px;
  padding-right: 85px;
}

.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.px-95 {
  padding-left: 95px;
  padding-right: 95px;
}

.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.px-105 {
  padding-left: 105px;
  padding-right: 105px;
}

.px-110 {
  padding-left: 110px;
  padding-right: 110px;
}

.px-115 {
  padding-left: 115px;
  padding-right: 115px;
}

.px-120 {
  padding-left: 120px;
  padding-right: 120px;
}

.px-125 {
  padding-left: 125px;
  padding-right: 125px;
}

.px-130 {
  padding-left: 130px;
  padding-right: 130px;
}

.px-135 {
  padding-left: 135px;
  padding-right: 135px;
}

.px-140 {
  padding-left: 140px;
  padding-right: 140px;
}

.px-145 {
  padding-left: 145px;
  padding-right: 145px;
}

.px-150 {
  padding-left: 150px;
  padding-right: 150px;
}

.px-155 {
  padding-left: 155px;
  padding-right: 155px;
}

.px-160 {
  padding-left: 160px;
  padding-right: 160px;
}

.px-165 {
  padding-left: 165px;
  padding-right: 165px;
}

.px-170 {
  padding-left: 170px;
  padding-right: 170px;
}

.px-175 {
  padding-left: 175px;
  padding-right: 175px;
}

.px-180 {
  padding-left: 180px;
  padding-right: 180px;
}

.px-185 {
  padding-left: 185px;
  padding-right: 185px;
}

.px-190 {
  padding-left: 190px;
  padding-right: 190px;
}

.px-195 {
  padding-left: 195px;
  padding-right: 195px;
}

.px-200 {
  padding-left: 200px;
  padding-right: 200px;
}

.px-205 {
  padding-left: 205px;
  padding-right: 205px;
}

.px-210 {
  padding-left: 210px;
  padding-right: 210px;
}

.px-215 {
  padding-left: 215px;
  padding-right: 215px;
}

.px-220 {
  padding-left: 220px;
  padding-right: 220px;
}

.px-225 {
  padding-left: 225px;
  padding-right: 225px;
}

.px-230 {
  padding-left: 230px;
  padding-right: 230px;
}

.px-235 {
  padding-left: 235px;
  padding-right: 235px;
}

.px-240 {
  padding-left: 240px;
  padding-right: 240px;
}

.px-250 {
  padding-left: 250px;
  padding-right: 250px;
}

.px-260 {
  padding-left: 260px;
  padding-right: 260px;
}

.px-270 {
  padding-left: 270px;
  padding-right: 270px;
}

.px-280 {
  padding-left: 280px;
  padding-right: 280px;
}

.px-290 {
  padding-left: 290px;
  padding-right: 290px;
}

.px-300 {
  padding-left: 300px;
  padding-right: 300px;
}

.px-310 {
  padding-left: 310px;
  padding-right: 310px;
}

.px-320 {
  padding-left: 320px;
  padding-right: 320px;
}

.px-330 {
  padding-left: 330px;
  padding-right: 330px;
}

.px-340 {
  padding-left: 340px;
  padding-right: 340px;
}

.px-350 {
  padding-left: 350px;
  padding-right: 350px;
}

/* WordPress Core
===================*/
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 25px;
}

ol {
  padding-left: 20px;
}

ul {
  list-style: disc;
  padding-left: 20px;
}

/* Protected Post Type */
.post-password-form label {
  width: 100%;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
.post-password-form input[type=password] {
  font-size: 1.2rem;
  line-height: 20px;
  padding: 12px 20px;
  border: 1px solid #E4E4F2;
  width: 100%;
}
.post-password-form input[type=submit] {
  background-color: #025081;
  border: none;
  padding: 10px 40px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.5s ease-out;
}
.post-password-form input[type=submit]:hover {
  background-color: #FE712A;
}

/* Table */
table {
  margin-bottom: 20px;
  width: 100%;
}
table caption {
  border: 1px solid #dfe2e9;
  padding: 6px 10px;
  border-top: 0;
}
table th,
table td {
  background-color: transparent;
  border: 1px solid #dfe2e9;
  text-align: center;
  padding: 8px;
  transition: 0.3s;
}
table th#today,
table td#today {
  background: #025081;
  color: #ffffff;
}
table th#today a,
table td#today a {
  color: #ffffff;
}

.page-content .size-full.alignright {
  margin-bottom: 15px;
  margin-top: 20px;
}
.page-content figure.wp-caption.aligncenter {
  margin-top: 40px;
}
.page-content dl, .page-content ol, .page-content ul {
  margin-bottom: 11px;
}
.page-content .comment-respond {
  margin-top: 78px;
  margin-bottom: 20px;
}
.page-content .latest-comments .comment-respond {
  margin-bottom: 40px;
}
.page-content .post-comments {
  margin-top: 80px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/*
 Caption
============================*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 14px;
  font-style: italic;
}

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

/*
 Galleries
============================*/
.gallery {
  margin-bottom: 10px;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-right: 5px !important;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.size-thumbnail {
  margin-bottom: 20px;
}

img.emoji {
  width: 15px;
  height: 15px;
}

/*
 Alignments
============================*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em !important;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em !important;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

/*
 Block Unit Test Widget
============================*/
.wp-block-search__input {
  border: 1px solid #dfe2e9 !important;
}

.wp-block-search__button {
  margin-left: 0 !important;
}

.wp-block-social-links {
  padding-left: 0 !important;
}
.wp-block-social-links li {
  padding-top: 0 !important;
}

.single-post-item.format-quote blockquote {
  padding: 45px;
}
@media (max-width: 767px) {
  .single-post-item.format-quote blockquote {
    padding: 35px;
  }
}

blockquote {
  overflow: hidden;
  margin: 40px 0;
  background-color: #E6EFFF;
  position: relative;
  z-index: 1;
  padding: 40px;
  border-radius: 12px;
  color: #161616;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  blockquote {
    padding-left: 30px;
  }
}
blockquote p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  color: #041126;
  font-weight: 400;
  line-height: 180%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  blockquote p {
    font-size: 18px;
    line-height: 28px;
  }
}
blockquote p a {
  color: #025081;
  text-decoration: underline;
}
blockquote span, blockquote .name {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  cursor: default;
}
blockquote span:before, blockquote .name:before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #000;
}
blockquote footer {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.wp-block-pullquote {
  border-top: 5px solid #025081 !important;
  border-bottom: 5px solid #025081 !important;
  background-color: #eef5f8;
}

.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
  margin-top: 10px;
  display: block;
}

.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
  margin-left: 10px;
}

.wp-block-column:not(:last-child) {
  margin-right: 10px;
}

.wp-block-column:nth-child(2n+1) {
  margin-right: 10px;
}

.post-content > .alignwide {
  margin-left: 0;
  margin-right: 0;
  width: calc(100% + 20px);
  max-width: calc(100% + 20px);
}

.post-content p.has-large-font-size {
  font-size: 36px;
  line-height: 1.2;
}
.post-content .wp-block-search {
  margin-bottom: 15px;
}
.post-content .wp-block-file {
  margin-top: 20px;
}
.post-content .wp-block-group__inner-container p {
  margin-top: 0 !important;
}

.has-very-light-gray-color.has-very-light-gray-color {
  color: #fff;
  background: #025081 !important;
}

.wp-block-button {
  margin-bottom: 10px;
}

.wp-block-archives select,
.wp-block-categories select {
  height: 50px;
  width: 200px;
  border: 1px solid #ddd;
  padding: 0 10px;
  margin-bottom: 10px;
}

.wp-block-latest-comments {
  padding-left: 0 !important;
}

.wp-block-cover p.wp-block-cover-text,
.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #fff !important;
}

.wp-block-cover-text a {
  color: #fff;
}

.wp-block-rss {
  padding-left: 0 !important;
}

.widget .wp-block-archives-dropdown,
.widget .wp-block-categories-dropdown,
.widget .wp-block-loginout,
.widget .wp-block-social-links,
.widget.widget_archive select,
.widget.widget_categories select,
.widget.widget_text select,
.widget.widget_search .search-form,
.widget.widget_tag_cloud .tagcloud,
.widget .wp-block-tag-cloud {
  margin-bottom: 6px;
}

.wp-block-latest-posts .wp-block-latest-posts__post-title {
  display: inline-block;
  width: 100%;
}

nav.wp-calendar-nav {
  justify-content: space-between;
  display: flex;
}
nav.wp-calendar-nav a {
  color: #5e6f92;
}
nav.wp-calendar-nav a:hover {
  color: #025081;
}

/*
 Media
============================*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.comment-respond.style-two .wpcf7-form .wpcf7-not-valid-tip {
  color: #d9c0b8 !important;
}
.comment-respond .wpcf7-form .wpcf7-not-valid {
  border-color: #dc3232 !important;
}
.comment-respond .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 16px;
  margin-top: 5px;
}
.comment-respond .wpcf7-form.sent .wpcf7-response-output {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.01em;
  color: #72DC60;
  padding: 15px 20px;
  text-align: center;
  position: relative;
  background: #F4FFF5;
  border: 1px solid #CDF5C8 !important;
  border-radius: 10px;
}
.comment-respond .wpcf7-form.invalid .wpcf7-response-output {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.01em;
  color: #dc3232;
  padding: 15px 20px;
  text-align: center;
  position: relative;
  background: #FFF7F7;
  border: 1px solid #FED8D8 !important;
  border-radius: 10px;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  width: 22px !important;
  height: 22px !important;
  border-color: rgb(223, 226, 233);
  border-radius: 3px !important;
  background-color: transparent !important;
  transform: scale(1);
  transition: 0.3s;
  position: relative !important;
  padding: 0 !important;
  cursor: pointer;
  margin-top: 0 !important;
  display: flex;
  align-self: center;
  flex-shrink: 0;
  box-shadow: none !important;
}

input[type=radio]::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  transition: 0.3s;
  transform: scale(0);
  background-color: #025081;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

input[type=checkbox]::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.44899 7.76355C3.36328 7.84971 3.24641 7.89784 3.12495 7.89784C3.00349 7.89784 2.88662 7.84971 2.80091 7.76355L0.213156 5.17534C-0.0554271 4.90676 -0.0554271 4.47134 0.213156 4.20321L0.537198 3.87917C0.805781 3.61059 1.24074 3.61059 1.50932 3.87917L3.12495 5.4948L7.49057 1.12917C7.75916 0.860589 8.19457 0.860589 8.4627 1.12917L8.78674 1.45321C9.05532 1.7218 9.05532 2.15721 8.78674 2.42534L3.44899 7.76355Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
  height: 100%;
  width: 100%;
  transition: 0.3s;
  transform: scale(0);
  background-color: #025081;
  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: #025081 !important;
}

.wpcf7-form-control {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form-control .wpcf7-list-item label {
  display: flex;
  align-content: center;
  margin: 0;
  gap: 10px;
}
.wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 400;
}

.logged-in .comment-respond textarea {
  margin-bottom: 12px;
}

.zoom-instagram-widget p {
  color: #ffffff;
}
.zoom-instagram-widget p a {
  color: rgb(255, 103, 49);
}
.zoom-instagram-widget ul {
  list-style: none;
}
.zoom-instagram-widget ul li {
  color: #ffffff;
}

body.admin-bar .header-menu-area.sticky_menu {
  top: 30px;
}
@media (max-width: 600px) {
  body.admin-bar .header-menu-area.sticky_menu {
    top: 0;
  }
}

.page-template-default.page-id-146 .page-content p:last-child {
  margin-bottom: 10px;
}
.page-template-default.page-id-1133 .page-content .comment-respond {
  margin-top: 78px;
  display: inline-block;
  width: 100%;
}
.page-template-default.page-id-3 .page-area {
  padding-top: 128px;
}

.post-template-default.postid-163 .blog-details-wrapper .single-post-item .post-content {
  margin-bottom: 34px;
}
.post-template-default.postid-150 .blog-details-wrapper .single-post-item .post-content {
  margin-bottom: 34px;
}
.post-template-default.postid-150 .blog-details-wrapper .single-post-item .post-content .wp-block-group.is-layout-constrained:last-child {
  border: 1px solid #000;
}
.post-template-default.postid-51 .blog-details-wrapper .single-post-item .post-content {
  margin-bottom: 25px;
}
.post-template-default.postid-51 .blog-details-wrapper .single-post-item .post-content p:last-child {
  margin-bottom: 0;
}
.post-template-default.postid-1163 .blog-details-wrapper .single-post-item .post-content .wp-caption, .post-template-default.postid-568 .blog-details-wrapper .single-post-item .post-content .wp-caption {
  margin-top: 20px;
}
.post-template-default.postid-1785 .blog-details-wrapper .single-post-item .post-content .wp-block-button__link {
  color: #ffffff !important;
}
.post-template-default.postid-1149 .blog-details-wrapper .latest-comments li .comments-box .comments-text p {
  margin-bottom: 0;
}
.post-template-default.postid-555 .blog-details-wrapper .single-post-item .post-content .gallery {
  margin-top: 20px;
}

.error-404.not-found {
  margin-top: -20px;
  margin-bottom: 40px;
}
.error-404.not-found .error-content .error-btn-bh {
  margin-top: 20px;
}

@keyframes MovefadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.MovefadeUp {
  -webkit-animation-name: MovefadeUp;
  animation-name: MovefadeUp;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes rotating {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes animatelinebar {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
}
@keyframes animatelinebar {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
}
@-webkit-keyframes slideUpIn {
  0% {
    -webkit-transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(40px);
  }
}
@keyframes slideUpIn {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(40px);
  }
}
@-webkit-keyframes MoveLeftRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10px);
  }
}
@keyframes MoveLeftRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10px);
  }
}
@-webkit-keyframes MoveUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes MoveUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
@-webkit-keyframes Animated3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes Animated3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@-webkit-keyframes Animated4 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10px);
  }
}
@keyframes Animated4 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10px);
  }
}
@keyframes UpToDown {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes Scroll {
  0% {
    transform: translateX(-50vw);
    transform: translateX(-50vw);
  }
  100% {
    transform: translateX(50vw);
    transform: translateX(50vw);
  }
}
@keyframes fadeEffect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bubbles {
  from {
    transform: translate();
  }
  to {
    transform: translate(0, -66.666%);
  }
}
.animated-text, .location-card .content-wrapper .content-inner .content-title {
  text-decoration: none;
  background: linear-gradient(to right, #FFFFFF 50%, #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;
  background: linear-gradient(to right, #041126 50%, #041126 50%, #025081);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.5s ease-out;
  color: #041126;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes beat {
  to {
    transform: scale(1);
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon070b.eot?qyouca");
  src: url("../fonts/icomoon070b.eot?qyouca#iefix") format("embedded-opentype"), url("../fonts/icomoon070b.ttf?qyouca") format("truetype"), url("../fonts/icomoon070b.woff?qyouca") format("woff"), url("../fonts/icomoon070b.svg?qyouca#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-address:before {
  content: "\e900";
}

.icon-both-arrow:before {
  content: "\e901";
}

.icon-date:before {
  content: "\e902";
}

.icon-heart:before {
  content: "\e903";
}

.icon-heart-2:before {
  content: "\e904";
}

.icon-location:before {
  content: "\e905";
}

.icon-mail:before {
  content: "\e906";
}

.icon-phone:before {
  content: "\e907";
}

.icon-phone-2:before {
  content: "\e908";
}

.icon-phone-3:before {
  content: "\e909";
}

.icon-play-button:before {
  content: "\e90a";
}

.icon-search:before {
  content: "\e90b";
}

.icon-setting:before {
  content: "\e90c";
}

.icon-up-arrow:before {
  content: "\e90d";
}

.icon-user:before {
  content: "\e90e";
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 9999999;
  right: 0;
  bottom: 0;
}

#preloader-status {
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loading-container div {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  float: left;
  margin: 0 3px;
  background-color: #025081;
  transform: scale(0);
}

.loading-container .ball1 {
  z-index: 1;
  -moz-animation: grow 4.4s infinite ease-in-out;
  -webkit-animation: grow 4.4s infinite ease-in-out;
}

.loading-container .ball2 {
  -moz-animation: grow 4.4s infinite ease-in-out;
  -webkit-animation: grow 4.4s infinite ease-in-out;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loading-container .ball3 {
  -moz-animation: grow 4.4s infinite ease-in-out;
  -webkit-animation: grow 4.4s infinite ease-in-out;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.loading-container .ball4 {
  -moz-animation: grow 4.4s infinite ease-in-out;
  -webkit-animation: grow 4.4s infinite ease-in-out;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-moz-keyframes grow {
  0% {
    -moz-transform: scale(0);
  }
  25% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(0);
  }
  75% {
    -moz-transform: scale(1);
    background: #ffffff;
  }
  100% {
    -moz-transform: scale(0);
    background: #ffffff;
  }
}
@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(0);
  }
  25% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
  }
  75% {
    -webkit-transform: scale(1);
    background: #ffffff;
  }
  100% {
    -webkit-transform: scale(0);
    background: #ffffff;
  }
}
.scrollup-wrapper {
  position: fixed;
  right: 40px;
  bottom: 20px;
  z-index: 9999;
}

.scrollup-btn {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 26px;
  color: #ffffff;
  text-decoration: none;
  width: 54px;
  height: 54px;
  background-color: #025081;
  border-radius: 100%;
  overflow: hidden;
  align-items: center;
  cursor: pointer;
}
.scrollup-btn i {
  color: #ffffff;
  margin-top: -3px;
  display: block;
}

.header-area.style-1 .header-menu-area {
  position: fixed;
}

.header-top {
  background-color: #025081;
  position: relative;
  height: 56px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header-top {
    display: none;
  }
}
.header-top .bg-shape {
  position: absolute;
}
.header-top .header-top-info {
  display: flex;
  gap: 0 24px;
}
@media (max-width: 1199px) {
  .header-top .header-top-info {
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .header-top .header-top-info {
    padding-bottom: 10px;
  }
}
.header-top .header-contact-info {
  display: flex;
  align-items: center;
  gap: 0 24px;
  padding: 6px 0;
  flex-wrap: wrap;
}
.header-top .header-contact-info span {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: "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: 1px;
  display: inline-flex;
  height: 12px;
  content: "";
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-top .header-contact-info span:before {
    display: none;
  }
}
.header-top .header-contact-info span.contact-info-item {
  gap: 0 10px !important;
}
.header-top .header-contact-info span a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: "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: 12px 46px;
  font-size: 18px;
  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 10px 10px;
  background-color: rgb(255, 103, 49);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s ease-out;
}
.header-top .social-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
}
.header-top .social-profile a {
  font-size: 16px;
  color: #025081;
  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: #fff;
}
.header-menu-area.sticky-header {
  width: 100%;
  z-index: 999;
  transition: all 0.4s ease 0s;
}
.header-menu-area.sticky_menu {
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 9999;
  box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
}
.header-menu-area.sticky_menu .logo {
  height: 90px;
}
.header-menu-area.sticky_menu .logo:before {
  display: none;
}
.header-menu-area.sticky_menu .logo .standard-logo {
  display: none;
}
.header-menu-area.sticky_menu .logo .sticky-logo {
  display: block;
}
.header-menu-area.sticky_menu .logo .sticky-logo img {
  width: 100%;
  transition: all 0.5s ease-out;
}
.header-menu-area.sticky_menu .main-menu ul li.dropdown > a {
  padding-right: 42px;
  transition: all 0.5s ease-out;
}
.header-menu-area.sticky_menu .main-menu ul li a {
  padding: 30px 10px;
  transition: all 0.5s ease-out;
}
.header-menu-area.sticky_menu .main-menu ul li ul li a {
  padding: 10px 20px;
}
.header-menu-area .logo {
  position: relative;
  z-index: 999;
  height: 94px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu-area .logo {
    height: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-menu-area .logo {
    height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-menu-area .logo .standard-logo {
    display: none;
  }
}
.header-menu-area .logo .standard-logo img {
  transition: all 0.5s ease-out;
  max-width: 160px;
}
.header-menu-area .logo .sticky-logo {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header-menu-area .logo .sticky-logo {
    width: 170px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-menu-area .logo .sticky-logo {
    display: block;
  }
}
.header-menu-area .logo .sticky-logo img {
  transition: all 0.5s ease-out;
}
.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: #025081;
}
.main-menu ul li.active > a:before {
  border-color: #025081;
}
.main-menu ul li.active > a:after {
  color: #025081 !important;
}
.main-menu ul li.dropdown > a {
  padding-right: 42px;
}
.main-menu ul li.dropdown > a:after {
  position: absolute;
  content: "\f107";
  display: inline-block;
  padding: 1px 3px;
  right: 18px;
  z-index: 10;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  color: #041126;
}
.main-menu ul li.dropdown .dropdown > a:after {
  position: absolute;
  content: "\f0da";
  display: inline-block;
  right: 16px;
  z-index: 10;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  color: #041126;
  transition: all 0.5s ease-out;
}
.main-menu ul li.dropdown .dropdown > a:hover:after {
  right: -20px;
  transition: all 0.5s ease-out;
}
.main-menu ul li ul.submenu li.active > a {
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.main-menu ul li ul.submenu li.active > a:after {
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  z-index: -1;
}
.main-menu ul li a {
  display: block;
  padding: 25px 8px;
  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: 15px;
  font-weight: 500;
}
.main-menu ul li a:hover {
  color: #025081;
}
.main-menu ul li a:hover:after {
  color: #025081;
}
.main-menu ul li:hover > ul {
  visibility: visible;
  transition: all 300ms ease;
  opacity: 1;
  transform: scaleY(1);
}
.main-menu ul li ul li:hover ul {
  visibility: visible;
  top: -2px;
}
.main-menu ul ul {
  background-color: #ffffff;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  visibility: hidden;
  z-index: 99999;
  transition: all 300ms ease;
  border-top: 2px solid #025081;
  box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
  transform-origin: top;
  transform: scaleY(0);
}
.main-menu ul ul li {
  float: none;
  width: 210px;
}
.main-menu ul ul li ul {
  visibility: hidden;
}
.main-menu ul ul li i {
  float: right;
}
.main-menu ul ul li a {
  line-height: 120%;
  padding: 10px 20px;
  color: #041126;
  border-bottom: 1px solid #f5f5f5;
  margin-left: 0;
  font-size: 16px;
  position: relative;
}
.main-menu ul ul li a:before {
  position: absolute;
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
  left: 0px;
  visibility: hidden;
  font-size: 18px;
}
.main-menu ul ul li a:hover {
  background-color: #025081;
  color: #ffffff;
}
.main-menu ul ul li a:hover:before {
  visibility: visible;
  left: 182px;
  transition: all 0.5s ease-out;
}
.main-menu ul ul li:last-child a {
  border-bottom: 0px;
}
.main-menu ul ul ul {
  left: 100%;
  transition: all 0.3s ease 0s;
  opacity: 0;
  border-top: 0px;
  border-top: 2px solid #025081;
}

.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: 1px solid #E7E7E7;
  margin-left: 24px;
  padding-left: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 1399px) {
  .header-btn {
    display: none;
  }
}
.header-btn .search-btn-wrapper a i {
  font-size: 24px;
  color: #041126;
}
.header-btn .user-login-btn {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FE712A;
}
.header-btn .user-login-btn i {
  color: #ffffff;
  font-size: 24px;
}

.search-form-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 999;
  visibility: hidden;
  transition: all 0.5s ease-out;
}
.search-form-wrapper.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-out;
}
.search-form-wrapper .search-form-inner {
  width: 768px;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.search-form-wrapper .search-form-inner .search-content-filed {
  display: flex;
  align-items: center;
  gap: 30px;
}
.search-form-wrapper .search-form-inner .search-content-filed .search-close {
  cursor: pointer;
  font-size: 30px;
  color: #ffffff;
}
.search-form-wrapper .search-form-inner .search-form {
  background: #FFFFFF;
  box-shadow: 0px 30px 70px rgba(208, 225, 242, 0.3);
  border-radius: 16px;
  padding: 15px 30px;
  flex: 1;
}
.search-form-wrapper .search-form-inner .search-form .search-form-input {
  display: flex;
  align-items: center;
}
.search-form-wrapper .search-form-inner .search-form .search-form-input .search-icon {
  display: flex;
}
.search-form-wrapper .search-form-inner .search-form .search-form-input .search-icon i {
  font-size: 24px;
  font-weight: 700;
  color: #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: 16px;
}
.search-form-wrapper .search-form-inner .search-form .search-form-input button.submit-search-btn {
  padding: 15px 24px !important;
}
.search-form-wrapper .search-form-inner .search-form input[type=search] {
  margin-top: 0 !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 12px !important;
  flex-grow: 1;
}

.header-area.style-two.has-header-top .header-menu-area.sticky_menu .logo {
  height: 84px;
  margin-top: inherit;
}
.header-area.style-two.has-header-top .header-menu-area .logo {
  height: 162px;
  margin-top: -42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area.style-two.has-header-top .header-menu-area .logo {
    height: 120px;
    margin-top: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.style-two.has-header-top .header-menu-area .logo {
    height: 100px;
    margin-top: inherit;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-area.style-two.has-header-top .header-menu-area .logo {
    height: 80px;
    margin-top: inherit;
  }
}
.header-area.style-two .header-top .header-top-btn a {
  margin-bottom: inherit;
  padding: 6px 46px;
}
.header-area.style-two .header-top .header-top-btn a:hover:before {
  transition: all 0.5s ease-out;
  background-color: #1eae98;
}
.header-area.style-two .header-top .header-top-btn a:before {
  border-radius: 0;
  transform: skewX(-20deg);
  transition: all 0.5s ease-out;
}
.header-area.style-two .header-menu-area .logo:before {
  border-radius: 0;
  transform: skewX(-20deg);
  bottom: 0;
  height: 190px;
}

.header-area.style-three .header-top .header-top-btn a {
  margin-bottom: inherit;
  padding: 6px 30px;
}
.header-area.style-three .header-top .header-top-btn a:before {
  border-radius: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area.style-three .header-top .header-top-btn {
    display: none;
  }
}
.header-area.style-three .header-menu-area .logo:before {
  display: none;
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  border-top: 1px solid #dfe2e9;
  padding-top: 20px;
  margin-top: 40px;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #5e6f92;
  border: none !important;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1.5;
  font-weight: 700;
}
.mean-container .mean-nav ul li a i {
  font-size: 14px;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #FE712A;
  line-height: 30px;
  top: 0;
  font-weight: 400;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  color: #5e6f92;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li.dropdown-opened a.mean-expand.mean-clicked i:hover {
  background-color: transparent !important;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover {
  background-color: transparent !important;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(90deg);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked i:hover {
  background-color: transparent !important;
}

.mobile-menu-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu-bar a i {
  color: #025081;
  font-size: 22px;
}

.menu-sidebar-area {
  position: fixed;
  right: -485px;
  top: 0;
  width: 465px;
  height: 100%;
  background-color: #ffffff;
  overflow-y: scroll;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 9999;
}
@media (max-width: 560px) {
  .menu-sidebar-area {
    width: 100%;
    right: -600px;
  }
}
.menu-sidebar-area .menu-sidebar-logo {
  display: inline-block;
  width: 180px;
}
.menu-sidebar-area .menu-sidebar-wrapper {
  position: relative;
  padding: 40px;
}
.menu-sidebar-area.active {
  right: 0;
}
.menu-sidebar-area .menu-sidebar-close {
  position: absolute;
  right: 34px;
}
.menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 45px;
  width: 45px;
  background-color: #ffffff;
  color: #5e6f92;
  border-radius: 50%;
}
.menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn i {
  font-size: 24px;
}
.menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn:hover {
  background-color: #041126;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget {
  display: inline-block;
  margin-top: 20px;
  border-top: 1px solid #dfe2e9;
  padding-top: 20px;
  width: 100%;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .menu-sidebar-title {
  margin-bottom: 5px;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info {
  display: flex;
  align-items: center;
  gap: 0 24px;
  padding: 6px 0;
  flex-wrap: wrap;
  flex-direction: column;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info span {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #5e6f92;
  font-size: 16px;
  font-weight: 400;
  font-family: "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 10px !important;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info span a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #5e6f92;
  font-size: 16px;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info span a:hover {
  color: #025081;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .social-profile {
  margin-top: 20px;
  border-top: 1px solid #dfe2e9;
  width: 100%;
  padding-top: 20px;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .social-profile a {
  color: #5e6f92;
  font-size: 22px;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .social-profile a:hover {
  color: #025081;
}

.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: 120px 0;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-us-area {
    padding: 80px 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: 26px;
}
@media (max-width: 1200px) {
  .about-us-content-wrapper-1 {
    margin-top: 0px;
  }
}
.about-us-content-wrapper-1 .section-title {
  margin-bottom: 22px !important;
}
.about-us-content-wrapper-1 .section-title .bottom-shape {
  margin-top: -35px;
  width: 441px;
}
@media (max-width: 992px) {
  .about-us-content-wrapper-1 .section-title .bottom-shape {
    width: 600px;
    margin-top: -22px;
  }
}
@media (max-width: 992px) {
  .about-us-content-wrapper-1 .section-title .bottom-shape {
    width: 328px;
  }
}
.about-us-content-wrapper-1 .info-card:nth-child(1n) {
  margin-bottom: 13px;
}

.about-us-image-wrapper-1 {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  margin-top: -33px;
}
@media (max-width: 1400px) {
  .about-us-image-wrapper-1 {
    height: 650px;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .about-us-image-wrapper-1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .about-us-image-wrapper-1 {
    height: 450px;
    margin: 0;
  }
}
.about-us-image-wrapper-1 .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 110px;
  margin-left: 85px;
}
@media (max-width: 1400px) {
  .about-us-image-wrapper-1 .bg-shape {
    display: none;
  }
}
.about-us-image-wrapper-1 .image-wrapper {
  position: absolute;
  border-radius: 100%;
  border: 3px solid #ffffff;
  overflow: hidden;
}
.about-us-image-wrapper-1 .image-wrapper:before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 20;
}
.about-us-image-wrapper-1 .image-wrapper.style-1 {
  width: 284px;
  bottom: 0;
  margin-left: 66px;
  margin-bottom: 5px;
}
@media (max-width: 1400px) {
  .about-us-image-wrapper-1 .image-wrapper.style-1 {
    width: 200px;
    bottom: inherit;
    top: 50%;
  }
}
@media (max-width: 1200px) {
  .about-us-image-wrapper-1 .image-wrapper.style-1 {
    width: 200px;
    bottom: inherit;
    top: 50%;
  }
}
@media (max-width: 992px) {
  .about-us-image-wrapper-1 .image-wrapper.style-1 {
    margin: 0;
    top: 38%;
    left: 10%;
  }
}
@media (max-width: 767px) {
  .about-us-image-wrapper-1 .image-wrapper.style-1 {
    width: 180px;
    left: 0;
  }
}
.about-us-image-wrapper-1 .image-wrapper.style-1:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.about-us-image-wrapper-1 .image-wrapper.style-2 {
  width: 180px;
  bottom: 0;
  right: 0;
  margin-bottom: -33px;
  margin-right: 148px;
  animation: flipInX 2s linear infinite alternate;
}
@media (max-width: 1400px) {
  .about-us-image-wrapper-1 .image-wrapper.style-2 {
    margin-right: 0px;
  }
}
@media (max-width: 1200px) {
  .about-us-image-wrapper-1 .image-wrapper.style-2 {
    bottom: 20%;
    right: 20%;
  }
}
@media (max-width: 767px) {
  .about-us-image-wrapper-1 .image-wrapper.style-2 {
    right: 10%;
    width: 120px;
  }
}
.about-us-image-wrapper-1 .image-wrapper.style-2:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.about-us-image-wrapper-1 .image-wrapper.style-3 {
  width: 360px;
  top: 0;
  right: 0;
  margin-top: 33px;
  margin-left: 85px;
}
@media (max-width: 1400px) {
  .about-us-image-wrapper-1 .image-wrapper.style-3 {
    width: 280px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .about-us-image-wrapper-1 .image-wrapper.style-3 {
    right: 34%;
  }
}
@media (max-width: 992px) {
  .about-us-image-wrapper-1 .image-wrapper.style-3 {
    right: 10%;
  }
}
@media (max-width: 767px) {
  .about-us-image-wrapper-1 .image-wrapper.style-3 {
    right: 0;
    width: 180px;
  }
}
.about-us-image-wrapper-1 .image-wrapper.style-3:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.meta-wrapper {
  margin-top: 35px;
  padding-top: 40px;
  border-top: 1px solid #E7E7E7;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .meta-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
  }
}
.meta-wrapper .meta-user {
  margin-left: 53px;
  display: inline-flex;
}
.meta-wrapper .meta-user .image-inner {
  border-radius: 100%;
  border: 3px solid #ffffff;
  width: 56px;
  height: 56px;
  overflow: hidden;
  margin-left: -23px;
  background-color: #041126;
  display: flex;
  justify-content: center;
  align-items: center;
}
.meta-wrapper .meta-user .image-inner i {
  color: #ffffff;
}

.counter-wrapper {
  display: flex;
  margin-left: 16px;
}
.counter-wrapper .counter-inner {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  cursor: default;
}
.counter-wrapper .customers {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 16px;
  font-weight: 400;
  cursor: default;
}

.about-us-area.style-2 {
  background-color: #ffffff;
}

.about-us-info-card-wrapper {
  display: flex;
  gap: 70px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-us-info-card-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}

.about-us-content-wrapper-2 .section-title {
  margin-bottom: 42px;
  width: 550px;
}
.about-us-content-wrapper-2 .section-title .bottom-shape {
  margin-top: -28px;
  width: 404px;
}
@media (max-width: 992px) {
  .about-us-content-wrapper-2 .section-title {
    width: 360px;
  }
  .about-us-content-wrapper-2 .section-title .bottom-shape {
    margin-top: -25px;
    width: 300px;
  }
}
@media (max-width: 767px) {
  .about-us-content-wrapper-2 .section-title {
    width: auto;
  }
}
.about-us-content-wrapper-2 .counter-area.style-2 {
  gap: 95px !important;
}

.about-us-image-wrapper-2 {
  position: relative;
}
.about-us-image-wrapper-2 .image-inner {
  position: relative;
}
.about-us-image-wrapper-2 .image-inner .main-img {
  position: absolute;
  border-radius: 16px;
  overflow: hidden;
  margin-top: -36px;
  left: 14.6%;
}
@media (max-width: 1200px) {
  .about-us-image-wrapper-2 .image-inner .main-img {
    position: unset;
    left: 0;
    margin-top: 0px;
  }
}
.about-us-image-wrapper-2 .image-inner .main-img img {
  border-radius: 16px;
}
.about-us-image-wrapper-2 .image-inner .sub-img {
  position: absolute;
  top: 221px;
  left: 54.4%;
  background-color: #ffffff;
  padding: 14px;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .about-us-image-wrapper-2 .image-inner .sub-img {
    top: 270px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-us-image-wrapper-2 .image-inner .sub-img {
    display: none;
  }
}
.about-us-image-wrapper-2 .image-inner .sub-img img {
  border-radius: 16px;
}

.link-card {
  display: flex;
  border-radius: 10px;
  background-color: #ffffff;
  position: absolute;
  justify-content: center;
  align-items: center;
  gap: 16px;
  box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
}
.link-card.style-1 {
  top: 40px;
  right: 0;
  padding: 23px 49px 22px 23px;
  animation: MoveUpDown 3s linear infinite alternate;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .link-card.style-1 {
    padding: 20px;
    top: 10px;
    right: 10px;
  }
}
.link-card.style-2 {
  top: 376px;
  right: 247px;
  padding: 22px 80px 22px 27px;
  animation: MoveUpDown 2s linear infinite alternate;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .link-card.style-2 {
    top: inherit;
    right: inherit;
    bottom: 10px;
    left: 10px;
    padding: 20px;
  }
}
.link-card .video-btn a {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background-color: #025081;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
}
.link-card .video-btn a i {
  color: #ffffff;
  font-size: 18px;
}
.link-card .icon-wrapper {
  border-radius: 100%;
  background-color: #025081;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.link-card .icon-wrapper i {
  color: #ffffff;
}
.link-card .content-wrapper .title {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 0px;
  cursor: default;
}
.link-card .content-wrapper .title a:hover {
  background-position: -100%;
}
.link-card .content-wrapper .location-inner {
  display: flex;
  gap: 8px;
  align-items: center;
}
.link-card .content-wrapper .location-inner .icon {
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.link-card .content-wrapper .location-inner .address {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin: 0px !important;
  cursor: default;
}
.link-card .content-wrapper .link-up {
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #025081;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.about-us-area.style-3 {
  padding: 0px;
  position: relative;
}
@media (max-width: 767px) {
  .about-us-area.style-3 {
    background-color: #FAFAFA;
  }
}
.about-us-area.style-3 .shape {
  position: absolute;
  z-index: 10;
  bottom: 112px;
  left: 36.5%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-us-area.style-3 .shape {
    display: none;
  }
}
@media (max-width: 767px) {
  .about-us-area.style-3 .banner-shape {
    display: none;
  }
}
.about-us-area.style-3 .banner-shape .bg-shape {
  position: absolute;
  height: 734px;
}
@media (max-width: 992px) {
  .about-us-area.style-3 .banner-shape .bg-shape {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .about-us-area.style-3 .banner-shape .bg-shape {
    width: 75%;
  }
}
.about-us-area.style-3 .banner-shape .bg-img {
  position: absolute;
  z-index: -2;
  height: 734px;
}
.about-us-area.style-3 .about-us-wrapper {
  display: flex;
  gap: 110px;
  justify-content: center;
  align-items: center;
  padding: 120px 0;
  position: relative;
}
@media (max-width: 1400px) {
  .about-us-area.style-3 .about-us-wrapper {
    gap: 0;
    justify-content: space-between;
  }
}
@media (max-width: 992px) {
  .about-us-area.style-3 .about-us-wrapper {
    justify-content: start;
    padding: 100px 0;
  }
}
@media (max-width: 992px) {
  .about-us-area.style-3 .about-us-wrapper {
    justify-content: start;
    padding: 80px 0;
  }
}
.about-us-area.style-3 .counter-area.style-2 {
  gap: 40px !important;
}
@media (max-width: 992px) {
  .about-us-area.style-3 .counter-area.style-2 {
    gap: 20px !important;
  }
}
@media (max-width: 767px) {
  .about-us-area.style-3 .counter-area.style-2 {
    gap: 10px !important;
  }
}
.about-us-area.style-3 .about-us-content-wrapper-2 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.about-us-area.style-3 .section-title {
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: 550px;
}
@media (max-width: 1400px) {
  .about-us-area.style-3 .section-title {
    width: auto;
  }
}
@media (max-width: 992px) {
  .about-us-area.style-3 .video-modal-card {
    display: none;
  }
}
.about-us-area.style-3 .video-modal-card .image-wrapper {
  border-radius: 16px;
  padding: 10px;
}
.about-us-area.style-3 .video-modal-card .image-wrapper img {
  border-radius: 16px;
}

.location-card {
  position: relative;
  margin-right: 9px;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .location-card {
    margin-right: 0;
  }
}
.location-card .image-wrapper {
  position: relative;
}
.location-card .image-wrapper .image-inner {
  z-index: 2;
  overflow: hidden;
  transition: 1s;
}
.location-card .image-wrapper .image-inner:before {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  background-color: rgba(254, 113, 42, 0.6);
  content: "";
  transition: all 0.5s ease-out;
}
.location-card .image-wrapper .image-inner img {
  width: 100%;
  border-radius: 10px;
  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: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.08));
}
.location-card .image-wrapper .favourite-icon.active i {
  color: #025081;
}
.location-card .image-wrapper .favourite-icon i {
  color: #FE712A;
  font-size: 20px;
}
.location-card .content-wrapper {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  margin-bottom: -100px;
  /* left: 0; */
  right: 0;
  margin-left: 17px;
  margin-right: 17px;
  border-radius: 16px;
  background-color: #ffffff;
  z-index: 2;
  transition: all 0.5s ease-out;
}
.location-card .content-wrapper .content-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 20px;
  opacity: 0;
  transition: all 0.5s ease-out;
}
@media (max-width: 1400px) {
  .location-card .content-wrapper .content-inner {
    gap: 0;
    justify-content: space-between;
  }
}
.location-card .content-wrapper .content-inner .content-title {
  line-height: 0px;
  width: 162px;
}
@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: ui-serif;
  color: #041126;
  font-size: 20px;
  font-weight: 500;
  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: #025081;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.5s ease-out;
  flex-shrink: 0;
}
.location-card .content-wrapper .content-inner .icon:before {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #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: 28px;
  transform: translate(-28px, 14px);
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 10;
}
.location-card:hover .image-inner:before {
  height: 100%;
  transition: all 0.5s ease-out;
}
.location-card:hover .favourite-icon i {
  transform: rotateY(360deg);
  transition: all 0.5s ease-out;
}
.location-card:hover .content-wrapper {
  visibility: visible;
  margin-bottom: 17px;
  transition: all 0.5s ease-out;
}
.location-card:hover .content-wrapper .content-inner {
  opacity: 1;
  transition: all 0.5s ease-out;
}
.location-card:hover .content-wrapper .content-inner .icon i {
  transform: none;
  transition: all 0.5s ease-out;
}
.location-card:hover .content-wrapper .content-inner .content-title {
  background-position: -100%;
}

.rating {
  position: absolute;
  top: 0;
  z-index: 2;
  right: 0;
}
.rating .ratting-inner {
  align-items: end;
  margin-top: 14px;
  margin-right: 16px;
  border-radius: 50px;
  background-color: #ffffff;
  padding: 2px 12px;
}
.rating .ratting-inner span {
  cursor: default;
  margin-right: 4px;
}
.rating .ratting-inner span i {
  font-size: 20px;
  color: #FE712A;
}
.rating .ratting-inner .counter {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

.card-location {
  position: absolute;
  top: 0;
  z-index: 2;
  right: 0;
}
.card-location .location-inner {
  align-items: end;
  margin-top: 14px;
  margin-right: 28px;
  border-radius: 50px;
  background-color: #ffffff;
  padding: 6px 16px;
}
.card-location .location-inner span i {
  font-size: 14px;
  color: #041126;
}
.card-location .location-inner .address {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
}

.location-card.style-2 {
  border: 1px solid #E7E7E7;
  overflow: hidden;
  box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
  transition: all 0.5s ease-out;
}
.location-card.style-2 .image-wrapper .image-inner {
  border-radius: 16px;
}
.location-card.style-2 .image-wrapper .image-inner:before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 20;
}
.location-card.style-2 .image-wrapper .rating {
  left: 0 !important;
  right: inherit;
  margin-left: 18px;
}
.location-card.style-2 .content-wrapper {
  visibility: visible;
  margin-bottom: 0px;
  position: relative;
  margin-top: 34px;
  margin: 16px 20px;
}
.location-card.style-2 .content-wrapper .content-inner {
  opacity: 1;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 0px;
  gap: 3px;
}
.location-card.style-2 .content-wrapper .content-inner .price {
  color: #025081;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  cursor: default;
}
.location-card.style-2 .content-wrapper .content-inner .content-title {
  width: auto;
  background-position: -100%;
}
.location-card.style-2 .content-wrapper .content-inner .content-title a {
  font-size: 28px;
  line-height: 130%;
  letter-spacing: -0.56px;
}
@media (max-width: 1400px) {
  .location-card.style-2 .content-wrapper .content-inner .content-title a {
    font-size: 24px;
  }
}
.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 {
  /* padding-top: 24px; */
  /* margin-top: 12px; */
  width: 100%;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  row-gap: 4px;
  column-gap: 11px;
}
.location-card.style-2 .content-wrapper .content-inner .time-zone .time-zone-inner {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.location-card.style-2 .content-wrapper .content-inner .time-zone .time-zone-inner i {
  color: #025081;
  font-size: 18px;
}
.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: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin: 0px;
  cursor: default;
}
.location-card.style-2:hover {
  margin-top: -10px;
  transition: all 0.5s ease-out;
}
.location-card.style-2:hover .image-wrapper .image-inner:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.location-card.style-3 {
  overflow: hidden;
}
.location-card.style-3 .image-wrapper .image-inner {
  border-radius: 16px;
}
.location-card.style-3 .image-wrapper .image-inner:before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 20;
}
.location-card.style-3 .image-wrapper .image-inner img {
  border-radius: 16px;
}
.location-card.style-3 .content-wrapper {
  visibility: visible;
  margin-bottom: 0px;
  position: relative;
  margin: 0;
  margin-top: 32px;
}
.location-card.style-3 .content-wrapper .content-inner {
  opacity: 1;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 0px;
  gap: 3px;
}
.location-card.style-3 .content-wrapper .content-inner .price {
  color: #025081;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}
.location-card.style-3 .content-wrapper .content-inner .title {
  width: auto;
  font-size: 24px;
}
.location-card.style-3 .content-wrapper .content-inner .title a {
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.56px;
}
.location-card.style-3 .content-wrapper .content-inner .title a:hover {
  background-position: -100%;
}
.location-card.style-3 .content-wrapper .content-inner .time-zone {
  border-top: 1px solid #E7E7E7;
  padding-top: 24px;
  margin-top: 12px;
  width: 100%;
  display: flex;
  gap: 24px;
}
.location-card.style-3 .content-wrapper .content-inner .time-zone .time-zone-inner {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.location-card.style-3 .content-wrapper .content-inner .time-zone .time-zone-inner i {
  color: #8F90A6;
  font-size: 18px;
}
.location-card.style-3 .content-wrapper .content-inner .time-zone .time-zone-inner .desc {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin: 0px;
}
.location-card.style-3:hover .image-wrapper .image-inner:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.location-image-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  padding: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 8px;
  align-items: center;
  text-align: center;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .location-image-card {
    padding: 30px;
  }
}
@media (max-width: 1400px) {
  .location-image-card {
    padding: 40px;
  }
}
.location-image-card .img-wrapper {
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease-out;
}
.location-image-card .img-wrapper:before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 20;
}
.location-image-card .content-inner .city {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-top: 26px;
  margin-bottom: 0px !important;
  cursor: default;
}
.location-image-card .content-inner .city:hover {
  background-position: -100%;
}
.location-image-card .content-inner .duration {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  cursor: default;
}
.location-image-card:hover {
  margin-top: -20px;
  transition: all 0.5s ease-out;
  box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
}
.location-image-card:hover .img-wrapper {
  transform: rotateY(15deg);
  transition: all 0.5s ease-out;
}
.location-image-card:hover .img-wrapper:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.location-image-card.style-2 {
  border: 1px solid #E7E7E7;
}

.location-slider-area.style-1 {
  padding: 70px 0;
  background: aliceblue;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .location-slider-area.style-1 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .location-slider-area.style-1 {
    padding: 80px 0;
  }
}
.location-slider-area.style-1 .slick-track .slick-slide {
  margin-top: 0;
}
.location-slider-area.style-1 .slick-track .slick-active {
  margin-top: 0px;
  transition: all 0.5s ease-out;
}
.location-slider-area.style-1 .slick-track .slick-active:nth-child(4n+2), .location-slider-area.style-1 .slick-track .slick-active:nth-child(4n+4) {
  margin-top: 40px;
  transition: all 0.5s ease-out;
}
@media (max-width: 1200px) {
  .location-slider-area.style-1 .slick-track .slick-active:nth-child(4n+2), .location-slider-area.style-1 .slick-track .slick-active:nth-child(4n+4) {
    margin-top: 0px;
  }
}
.location-slider-area.style-1 .section-title {
  margin-top: 10px;
  margin-bottom: 48px;
}
@media (max-width: 1400px) {
  .location-slider-area.style-1 .section-title {
    margin-top: 0px;
  }
}
@media (max-width: 992px) {
  .location-slider-area.style-1 .section-title .bottom-shape {
    width: 345px;
  }
}
.location-slider-area.style-1 .location-card .image-wrapper {
  height: 370px;
}
.location-slider-area .slick-list {
  margin: 0 -12px;
}
.location-slider-area .slick-list .slick-slide {
  margin: 0 12px;
}
.location-slider-area .slick-dots {
  display: none !important;
}
.location-slider-area .slick-arrow {
  display: none !important;
}
.location-slider-area .location-slider-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.location-slider-area .location-slider-arrow .location-arrow-btn {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.location-slider-area .location-slider-arrow .location-arrow-btn.prev-btn, .location-slider-area .location-slider-arrow .location-arrow-btn.next-btn {
  overflow: hidden;
  transition: all 0.5s ease-out;
  position: relative;
}
.location-slider-area .location-slider-arrow .location-arrow-btn.prev-btn:before, .location-slider-area .location-slider-arrow .location-arrow-btn.next-btn:before {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #025081;
  content: "";
  transition: all 0.5s ease-out;
  color: #ffffff;
}
.location-slider-area .location-slider-arrow .location-arrow-btn.prev-btn:hover:before, .location-slider-area .location-slider-arrow .location-arrow-btn.next-btn:hover:before {
  width: 100%;
  transition: all 0.5s ease-out;
}
.location-slider-area .location-slider-arrow .location-arrow-btn.prev-btn:hover i, .location-slider-area .location-slider-arrow .location-arrow-btn.next-btn:hover i {
  color: #ffffff;
  transition: all 0.5s ease-out;
}
.location-slider-area .location-slider-arrow .location-arrow-btn.prev-btn {
  background-color: #ffffff;
  border: 1px solid #E7E7E7;
}
.location-slider-area .location-slider-arrow .location-arrow-btn.prev-btn i {
  color: #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: #025081;
  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: 120px 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .location-area {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .location-area {
    padding: 80px 0;
  }
}
.location-area .section-title {
  margin-bottom: 47px;
}

.location-area.style-2 {
  padding: 120px 0;
  position: relative;
  background-color: #F9F8F7;
}
.location-area.style-2 .bg-bottom-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .location-area.style-2 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .location-area.style-2 {
    padding: 80px 0;
  }
}
.location-area.style-2 .sec-btn {
  margin-top: 56px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .location-area.style-2 .sec-btn {
    margin-top: 23px;
  }
}

.location-area.style-3 {
  padding: 0;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .location-area.style-3 {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .location-area.style-3 {
    padding-bottom: 80px;
  }
}

.location-area.style-4 .location-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.location-area.style-4 .location-card.style-1 {
  transition: all 0.5s ease-out;
}
.location-area.style-4 .location-card.style-1 .image-inner:before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 20;
}
.location-area.style-4 .location-card.style-1:hover {
  margin-top: -10px;
  transition: all 0.5s ease-out;
}
.location-area.style-4 .location-card.style-1:hover .image-wrapper .image-inner:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.location-area.style-5 .location-card {
  border: none !important;
  box-shadow: none;
}
.location-area.style-5 .location-card .content-wrapper {
  /* margin: 0px; */
  margin-top: 5px;
  text-align: center;
}
.location-area.style-5 .location-card .content-wrapper .title a {
  font-size: 24px;
}
.location-area.style-5 .location-card .content-wrapper .time-zone {
  gap: 20px;
}

.why-choose-us-area {
  padding: 120px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-us-area {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .why-choose-us-area {
    padding: 80px 0;
  }
}
.why-choose-us-area.style-1 {
  background: #F9F8F7;
}
.why-choose-us-area .section-title {
  margin-top: 16px;
  flex-direction: column;
  align-items: start;
  margin-bottom: 0px;
}
.why-choose-us-area .section-title .title {
  padding-right: 20px;
}
.why-choose-us-area .section-title .bottom-shape {
  width: 272px;
}
.why-choose-us-area .image-wrapper {
  border-radius: 16px;
  overflow: hidden;
  animation: MoveLeftRight 2s linear infinite alternate;
}
.why-choose-us-area .image-wrapper img {
  width: 100%;
}
.why-choose-us-area .info-wrapper {
  margin-left: 10px;
}
@media (max-width: 1400px) {
  .why-choose-us-area .info-wrapper {
    margin: 0;
  }
}
.why-choose-us-area .info-wrapper .info-card {
  border-top: 1px solid #E7E7E7;
  padding-top: 30px;
  margin-top: 29px;
}
.why-choose-us-area .info-wrapper .info-card:first-child {
  border: none;
  padding: 0;
  margin-top: 0;
}
.why-choose-us-area .info-wrapper .info-card .content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}
.why-choose-us-area .info-wrapper .info-card .content .title {
  margin: 0;
}
.why-choose-us-area .info-wrapper .info-card .content .desc {
  margin: 0;
}

.why-choose-us-area.style-2 {
  background-color: #F9F8F7;
}
.why-choose-us-area.style-2 .sec-btn {
  margin: 0 !important;
}

.why-choose-us-area.style-3 {
  background-color: #FAFAFA;
  position: relative;
}
.why-choose-us-area.style-3 .shape {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 992px) {
  .why-choose-us-area.style-3 .shape {
    height: 80px;
  }
}
.why-choose-us-area.style-3 .section-title {
  margin-top: 0px;
}
.why-choose-us-area.style-3 .info-card {
  width: auto;
}
.why-choose-us-area.style-3 .info-card .icon-wrapper {
  background: transparent;
  width: 60px;
  height: 60px;
  box-shadow: none;
}
.why-choose-us-area.style-3 .info-card .icon-wrapper img {
  width: 60px;
  height: 60px;
}

.process-step-area {
  position: relative;
  padding: 120px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-step-area {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .process-step-area {
    padding: 80px 0;
  }
}
.process-step-area .bg-shape {
  position: absolute;
  top: 47.5%;
  left: 24.5%;
}
@media (max-width: 1400px) {
  .process-step-area .bg-shape {
    display: none;
  }
}
.process-step-area .section-title {
  margin-bottom: 49px;
}
.process-step-area .section-title .title {
  width: 550px;
}
@media (max-width: 767px) {
  .process-step-area .section-title .title {
    width: auto;
  }
}
.process-step-area .section-title .bottom-shape {
  margin-left: 50px;
}
@media (max-width: 767px) {
  .process-step-area .section-title .bottom-shape {
    width: 275px;
    margin-left: 30px;
  }
}

.process-card {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.process-card .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.process-card .content-wrapper .title {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.56px;
  margin-top: 40px;
  margin-bottom: 0;
  cursor: default;
}
.process-card .content-wrapper .desc {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  text-align: center;
  width: 324px;
  margin: 0;
  margin-top: 12px;
  cursor: default;
}
.process-card:hover .img-wrapper {
  -webkit-animation: flipInX 2s linear alternate;
  animation: flipInX 2s linear alternate;
}

.cta-area.style-1 {
  background-repeat: no-repeat;
  overflow: hidden;
}
.cta-area .section-title {
  flex-direction: column;
  align-items: start;
  margin-bottom: 0px;
  padding: 120px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .section-title {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cta-area .section-title {
    padding: 80px 0;
  }
}
.cta-area .section-title .title {
  padding-right: 20px;
}
.cta-area .section-title .bottom-shape {
  width: 294px;
}
.cta-area .section-title .sec-btn {
  display: flex;
  gap: 16px;
}
@media (max-width: 992px) {
  .cta-area .section-title .sec-btn {
    margin-top: 0px;
  }
}
.cta-area .image-wrapper {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cta-area .image-wrapper {
    display: none;
  }
}
.cta-area .image-wrapper .wave-shape {
  position: absolute;
  top: 28.6%;
  left: 9.7%;
}
.cta-area .image-wrapper .top-circle {
  position: absolute;
  top: 24.8%;
  right: -5.5%;
  animation: MoveUpDown 3s linear infinite alternate;
}
.cta-area .image-wrapper .bottom-circle {
  position: absolute;
  bottom: 9.6%;
  left: 20.4%;
  animation: MoveUpDown 2s linear infinite alternate;
}
@media (max-width: 1400px) {
  .cta-area .image-wrapper .bottom-circle {
    left: 7%;
  }
}
@media (max-width: 1200px) {
  .cta-area .image-wrapper .bottom-circle {
    left: -7%;
  }
}
.cta-area .image-wrapper .side-img {
  position: relative;
  margin-top: 50px;
  margin-right: 116px;
}

.latest-posts-area {
  padding: 120px 0;
  background-color: #FAFAFA;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latest-posts-area {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-posts-area {
    padding: 80px 0;
  }
}

.latest-post-card {
  display: flex;
  flex-direction: column;
}
.latest-post-card .img-wrapper {
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
  height: 371px;
  position: relative;
}
.latest-post-card .img-wrapper img {
  position: 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: 18px;
  font-weight: 400;
  line-height: 180%;
  margin: 0px;
  margin-top: 30px;
  cursor: default;
}
.latest-post-card .content-wrapper .post-title {
  margin: 0px;
  line-height: 0;
  margin-top: 16px;
}
.latest-post-card .content-wrapper .post-title a {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.56px;
  margin: 0px;
}
@media (max-width: 1400px) {
  .latest-post-card .content-wrapper .post-title a {
    font-size: 22px;
  }
}
.latest-post-card .content-wrapper .post-title a:hover {
  background-position: -100%;
}
.latest-post-card:hover .img-wrapper:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.latest-post-card.style-2 {
  flex-direction: row;
  gap: 24px;
}
@media (max-width: 992px) {
  .latest-post-card.style-2 {
    flex-direction: column;
    gap: 0px;
  }
}
.latest-post-card.style-2 .img-wrapper {
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
  width: 256px;
  height: 253px;
}
@media (max-width: 1400px) {
  .latest-post-card.style-2 .img-wrapper {
    width: 230px;
    height: 230px;
  }
}
@media (max-width: 992px) {
  .latest-post-card.style-2 .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .latest-post-card.style-2 .content-wrapper .short-title {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .latest-post-card.style-2 .content-wrapper .short-title {
    margin-top: 30px;
  }
}
@media (max-width: 1400px) {
  .latest-post-card.style-2 .content-wrapper .post-meta {
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
}

.video-modal-area {
  background-color: #FAFAFA;
  padding: 120px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-modal-area {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-modal-area {
    padding: 80px 0;
  }
}
.video-modal-area .section-title {
  gap: 202px;
  margin-bottom: 34px;
}
@media (max-width: 992px) {
  .video-modal-area .section-title {
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .video-modal-area .section-title {
    gap: 30px;
    flex-direction: column;
  }
}
.video-modal-area .section-title .btn-sec-inner {
  margin-top: -12px;
}

.video-modal-card {
  position: relative;
  overflow: hidden;
}
.video-modal-card .image-wrapper {
  border-radius: 24px;
  padding: 12px;
  background-color: #ffffff;
  overflow: hidden;
}
.video-modal-card .image-wrapper img {
  border-radius: 24px;
  flex-shrink: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-modal-card .image-wrapper {
    padding: 0px;
    border-radius: 12px;
  }
  .video-modal-card .image-wrapper img {
    border-radius: 12px;
  }
}

.popup-video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-btn a {
  width: 88px;
  height: 88px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  background-color: #ffffff;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-btn a {
    width: 70px;
    height: 70px;
  }
}
.video-btn a i {
  color: #025081;
  font-size: 30px;
}
.video-btn a:hover {
  animation: none;
}

.brand-slider-area {
  padding: 120px 0px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-slider-area {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .brand-slider-area {
    padding: 80px 0;
  }
}

.brand-slider-wrapper {
  display: flex;
  justify-content: space-between;
}

.counter-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .counter-area {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}
.counter-area .single-counter {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
@media (max-width: 992px) {
  .counter-area .single-counter {
    width: 44%;
    justify-content: start;
    align-items: start;
  }
}
.counter-area .single-counter .counter-inner {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.96px;
  margin: 0px;
  cursor: default;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-area .single-counter .counter-inner {
    font-size: 32px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-area .single-counter .counter-inner {
    font-size: 28px;
  }
}
.counter-area .single-counter .title {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  margin: 0px;
  cursor: default;
}

.counter-area.style-2 {
  justify-content: start;
  gap: 95px;
  margin-top: 0px;
}

.post-meta {
  margin-top: 22px;
  display: flex;
  gap: 15px;
}
.post-meta .user-info {
  display: flex;
  gap: 11px;
}
.post-meta .user-info .image-wrapper {
  border-radius: 100%;
  overflow: hidden;
  width: 30px;
  height: 30px;
}
.post-meta .user-info .name {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  margin: 0px;
}
.post-meta .date-info .date, .post-meta .date-info .time, .post-meta .time-info .date, .post-meta .time-info .time {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  position: relative;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  cursor: default;
}
.post-meta .date-info .date:before, .post-meta .date-info .time:before, .post-meta .time-info .date:before, .post-meta .time-info .time:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #585866;
  border-radius: 100%;
}

.post-meta.style-2 {
  justify-content: space-between;
}
.post-meta.style-2 .post-meta-inner {
  display: flex;
  gap: 12px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-meta.style-2 .post-meta-inner {
    flex-direction: column;
    gap: 6px;
    justify-content: start;
    align-items: start;
  }
}
.post-meta.style-2 .badge {
  display: flex;
  padding: 4px 12px;
  align-items: flex-start;
  gap: 10px;
  background-color: #E6EFFF;
  border-radius: 50px;
}
.post-meta.style-2 .badge .badge-btn {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #025081;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
}

.destination-details .single-post-item {
  padding: 0px;
}
.destination-details .single-post-item .post-title {
  margin-bottom: 24px;
}
.destination-details .single-post-item .post-thumbnail {
  margin: 40px 0;
}
.destination-details .single-post-item ul {
  padding: 0px;
  margin-bottom: 50px;
}
.destination-details .single-post-item ul li {
  padding: 24px 0;
  list-style: none;
  border-bottom: 1px solid #E7E7E7;
}
.destination-details .single-post-item ul li:first-child {
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}
.destination-details .single-post-item ul li:last-child {
  border-top: none !important;
  border-bottom: 1px solid #E7E7E7;
}
.destination-details .single-post-item ul li p {
  margin: 0px !important;
}
.destination-details .single-post-item ul li .list-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 16px;
  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: 16px;
  font-weight: 400;
  line-height: 180%;
}
.destination-details .single-post-item h6 {
  margin-top: 60px;
  margin-bottom: 24px !important;
}
.destination-details .sidebar .widget_latest_post li .price {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #025081;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}
.destination-details .sidebar .widget_latest_post li .latest-post-meta:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
}

.location-filter-wrapper {
  box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
  padding: 34px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 20;
  left: 25%;
  margin: 0px auto;
  /* width: 50%; */
  border-radius: 16px;
  top: 50.6%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .location-filter-wrapper {
    position: unset;
    background-color: unset;
    margin-top: 50px;
  }
}

.location-filter-card form {
  position: relative;
  display: inline-flex;
  /* gap: 104px; */
  border: 1px solid #025081;
}
@media (max-width: 1200px) {
  .location-filter-card form {
    flex-wrap: wrap;
    justify-content: space-between;
    /* align-items: center; */
    /* gap: 30px; */
  }
}
.location-filter-card form input {
  width: 100%;
}
.location-filter-card form input, .location-filter-card form span {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #000!important;
  padding-left: 20px;
  font-size: 16px;
  background: transparent;
  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;
  background: #fff;
  align-items: start;
  width: 520px;
  gap: 8px;
}
@media (max-width: 1200px) {
  .location-filter-card form .single-item {
    width: auto;
  }
}
.location-filter-card form .single-item.price-range-inner {
  position: relative;
}
.location-filter-card form .single-item.price-range-inner .priceSlider {
  visibility: hidden;
  position: absolute;
  top: 0;
  padding: 20px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
}
.location-filter-card form .single-item.price-range-inner.active .priceSlider {
  visibility: visible;
  margin-top: 62px;
}
.location-filter-card form .single-item.price-range-inner.active .priceSlider label {
  font-size: 16px;
  font-family: "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: 20px;
  font-weight: 700;
  line-height: 140%;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.location-filter-card form .single-item label:after, .location-filter-card form .single-item .priceLabel:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  color: #025081;
  font-size: 14px;
}
.location-filter-card form .single-item .select-location {
  position: relative;
}
.location-filter-card form .single-item .select-location-inner {
  display: none;
}
.location-filter-card form .single-item .select2.select2-container {
  padding: 0 !important;
  margin-top: 0 !important;
  visibility: visible !important;
}
.location-filter-card form .single-item .select2.select2-container span {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  margin: 0px;
  cursor: default;
}
.location-filter-card form .single-item .datepicker {
  position: relative;
}
.location-filter-card form .single-item .datepicker input {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  margin: 0px;
  cursor: default;
}
.location-filter-card form button {
  /* border-radius: 12px; */
  background-color: #025081;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
}
.location-filter-card form button i {
  color: #ffffff;
  font-size: 24px;
}
.location-filter-card form button.style-1 {
  width: 64px;
  height: 64px;
}
.location-filter-card form button:hover i {
  transition: all 0.5s ease-out;
  transform: rotateY(360deg);
}

.location-filter-wrapper.style-2 {
  position: absolute;
  top: 0;
  transform: translate(0%, -50%);
  padding: 40px;
}
@media (max-width: 1200px) {
  .location-filter-wrapper.style-2 {
    position: unset;
  }
}
@media (max-width: 767px) {
  .location-filter-wrapper.style-2 {
    transform: translate(0%, -12%);
  }
}
.location-filter-wrapper.style-2 form {
  gap: 118px;
}
@media (max-width: 1400px) {
  .location-filter-wrapper.style-2 form {
    gap: 40px;
  }
}
.location-filter-wrapper.style-2 form button {
  height: auto;
  width: auto;
  padding: 16px 38px;
}
.location-filter-wrapper.style-2 form button i {
  margin-right: 12px;
}
.location-filter-card.style-2 {
  position: absolute;
  top: 0;
  transform: translate(0%, -50%);
  padding: 40px;
  gap: 153px;
}
@media (max-width: 992px) {
  .location-filter-card.style-2 {
    flex-wrap: wrap;
    position: unset;
    transform: unset;
    top: unset;
    gap: 40px;
  }
}
.location-filter-card.style-2 button {
  height: auto;
  width: auto;
  padding: 16px 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.slider-area {
  position: relative;
}
.slider-area.style-1 {
  position: relative;
  top: 0;
  left: 0px;
  width: 100%;
  background-repeat: no-repeat;
}
.slider-area.style-1 .banner-shape-1 {
  position: absolute;
  top: 23.4%;
  left: 5%;
  -webkit-animation: fadeInLeft 1s alternate infinite;
  animation: fadeInLeft 1s alternate infinite;
}
@media (max-width: 1400px) {
  .slider-area.style-1 .banner-shape-1 {
    top: 14%;
    left: 1%;
  }
}
.slider-area.style-1 .banner-shape-2 {
  position: absolute;
  bottom: 0;
  left: 5.3%;
  -webkit-animation: fadeInUp 1s alternate infinite;
  animation: fadeInUp 1s alternate infinite;
}
@media (max-width: 1200px) {
  .slider-area.style-1 .banner-shape-2 {
    height: 60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-1 .banner-shape-2 {
    display: none;
  }
}
.slider-area.style-1 .banner-shape-3 {
  position: absolute;
  top: 25%;
  right: 0;
  -webkit-animation: fadeInLeft 5s alternate infinite;
  animation: fadeInLeft 5s alternate infinite;
}
.slider-area.style-1 .banner-shape-4 {
  position: absolute;
  bottom: 8%;
  right: 4.8%;
  -webkit-animation: fadeInDown 1s alternate infinite;
  animation: fadeInDown 1s alternate infinite;
}
@media (max-width: 992px) {
  .slider-area.style-1 .banner-shape-4 {
    display: none;
  }
}
.slider-area .slider-wrapper .slick-active .slider-short-title,
.slider-area .slider-wrapper .slick-active .slider-title,
.slider-area .slider-wrapper .slick-active .slider-short-desc,
.slider-area .slider-wrapper .slick-active .slider-btn-wrapper {
  -webkit-animation-name: MovefadeUp;
  animation-name: MovefadeUp;
  -webkit-animation-fill-mode: both;
}
.slider-area .slider-wrapper .slick-active .slider-short-title {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.slider-area .slider-wrapper .slick-active .slider-title {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.slider-area .slider-wrapper .slick-active .slider-short-desc {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.slider-area .slider-wrapper .slick-active .slider-btn-wrapper {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.slider-area .slider-wrapper .slick-dots {
  display: none;
  gap: 20px;
  flex-direction: column;
  position: absolute;
  top: 50%;
  right: 46px;
  transform: translateY(-50%);
  z-index: 2;
  flex-direction: column;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .slider-wrapper .slick-dots {
    display: none !important;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-right: 30px;
    bottom: 70px;
    top: unset;
    left: unset;
    right: unset;
    transform: none;
  }
}
.slider-area .slider-wrapper .slick-dots li {
  display: inline-block;
  line-height: 0;
  outline: 1px solid transparent;
  border: 4px solid transparent;
  border-radius: 50px;
  transition: all 0.5s ease-out;
}
.slider-area .slider-wrapper .slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 11px;
  height: 11px;
  background-color: #c3e4de;
  border-radius: 50px;
  position: relative;
  transition: all 0.5s ease-out;
}
.slider-area .slider-wrapper .slick-dots li button:hover {
  background-color: rgb(255, 103, 49);
  transition: all 0.5s ease-out;
}
.slider-area .slider-wrapper .slick-dots li.slick-active {
  transition: all 0.5s ease-out;
  outline: 1px solid rgb(255, 103, 49);
}
.slider-area .slider-wrapper .slick-dots li.slick-active button {
  transition: all 0.5s ease-out;
}
.slider-area .single-slider {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
  height: 650px;
}
@media (max-width: 1200px) {
  .slider-area .single-slider {
    height: 700px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider {
    height: auto;
  }
}
.slider-area .single-slider .slider-content-wrapper {
  position: relative;
  z-index: 99;
  padding-top: 48px;
}
@media (max-width: 992px) {
  .slider-area .single-slider .slider-content-wrapper {
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  .slider-area .single-slider .slider-content-wrapper {
    padding-top: 80px;
  }
}
.slider-area .single-slider .slider-content-wrapper .slider-content {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content {
    text-align: center;
  }
}
.slider-area .single-slider .slider-content-wrapper .slider-content .topbar-shape {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -47px;
  margin-top: -25px;
  -webkit-animation: tada 5s alternate infinite;
  animation: tada 5s alternate infinite;
}
@media (max-width: 1400px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .topbar-shape {
    height: 50px;
    margin: 0;
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 1200px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .topbar-shape {
    height: 50px;
    margin: 0;
    top: -8px;
    right: 0;
  }
}
.slider-area .single-slider .slider-content-wrapper .slider-content .bottom-shape {
  margin-top: -40px;
}
.slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-title {
  font-family: "Fasthand", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
  color: #025081;
  display: inline-block;
  width: 100%;
  cursor: default;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-title {
    font-size: 16px;
  }
}
.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: 78px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1.56px;
  cursor: default;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: 50px;
    line-height: 64px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: 42px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}
.slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-desc {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  cursor: default;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-desc {
    font-size: 18px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-desc {
    font-size: 18px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-desc {
    font-size: 18px;
    line-height: 32px;
  }
}
.slider-area .single-slider .slider-content-wrapper .slider-content .slider-btn-wrapper {
  margin-top: 41px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-btn-wrapper {
    margin-top: 30px;
  }
}
.slider-area .single-slider .slider-image {
  margin-left: 130px;
  position: relative;
  z-index: 2;
  width: 860px;
  animation: MoveUpDown 2s linear infinite alternate;
  right: 35px;
  top: 111px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-image.moblile-slider-img {
    left: -30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-image {
    margin-left: 40px;
    animation: none;
    top: 70px;
    right: unset;
    text-align: center;
  }
}
@media (max-width: 1799px) {
  .slider-area .single-slider .slider-image {
    width: auto;
    margin-top: inherit;
  }
}

.slider-feature-area {
  position: absolute;
  display: flex;
  z-index: 10;
  bottom: 0;
  margin-bottom: 60px;
  gap: 56px;
}
@media (max-width: 1200px) {
  .slider-feature-area {
    margin: 0;
    left: unset;
    bottom: 14%;
  }
}
@media (max-width: 992px) {
  .slider-feature-area {
    margin: 0;
    left: unset;
    bottom: 10%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-feature-area {
    display: none;
  }
}
.slider-feature-area .single-feature-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.slider-feature-area .single-feature-item .icon {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
}
.slider-feature-area .single-feature-item .icon i {
  color: #ffffff;
}
.slider-feature-area .single-feature-item .desc {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #ffffff;
  width: 245px;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  margin: 0px;
  cursor: default;
}

.slider-area.style-2 {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 103px;
  border-radius: 32px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .slider-area.style-2 {
    margin: 0px;
    border-radius: 0px;
  }
}
.slider-area.style-2 .slick-slide {
  border: none !important;
}
.slider-area.style-2 .slider-arrow-btn {
  display: none !important;
}
.slider-area.style-2 .slider-arrow-btn-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 200px;
  margin-bottom: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  z-index: 20;
}
@media (max-width: 1200px) {
  .slider-area.style-2 .slider-arrow-btn-wrapper {
    right: unset;
    left: 10%;
    margin: 0;
    bottom: 2%;
  }
}
@media (max-width: 992px) {
  .slider-area.style-2 .slider-arrow-btn-wrapper {
    display: none;
  }
}
.slider-area.style-2 .slider-arrow-btn-wrapper .header-slider-arrow-btn {
  border-radius: 100%;
  width: 56px;
  height: 56px;
  overflow: hidden;
}
.slider-area.style-2 .slider-arrow-btn-wrapper .header-slider-arrow-btn i {
  position: relative;
  z-index: 10;
}
.slider-area.style-2 .slider-arrow-btn-wrapper .header-slider-arrow-btn.prev-btn:before, .slider-area.style-2 .slider-arrow-btn-wrapper .header-slider-arrow-btn.next-btn:before {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #025081;
  border-color: transparent !important;
  content: "";
  transition: all 0.5s ease-out;
  color: #ffffff;
}
.slider-area.style-2 .slider-arrow-btn-wrapper .header-slider-arrow-btn.prev-btn {
  background-color: transparent;
  color: #ffffff;
  position: relative;
  border: 1px solid #E7E7E7;
}
.slider-area.style-2 .slider-arrow-btn-wrapper .header-slider-arrow-btn.prev-btn:hover {
  border-color: transparent;
}
.slider-area.style-2 .slider-arrow-btn-wrapper .header-slider-arrow-btn.prev-btn:hover:before {
  width: 100%;
  transition: all 0.5s ease-out;
}
.slider-area.style-2 .slider-arrow-btn-wrapper .header-slider-arrow-btn.prev-btn:hover i {
  color: #ffffff;
  transition: all 0.5s ease-out;
}
.slider-area.style-2 .slider-arrow-btn-wrapper .header-slider-arrow-btn.next-btn {
  background-color: #E7E7E7;
  color: #041126;
  position: relative;
  border: 1px solid transparent;
}
.slider-area.style-2 .slider-arrow-btn-wrapper .header-slider-arrow-btn.next-btn:hover {
  background-color: transparent;
  border-color: transparent !important;
}
.slider-area.style-2 .slider-arrow-btn-wrapper .header-slider-arrow-btn.next-btn:hover:before {
  width: 100%;
  transition: all 0.5s ease-out;
}
.slider-area.style-2 .slider-arrow-btn-wrapper .header-slider-arrow-btn.next-btn:hover i {
  color: #ffffff;
  transition: all 0.5s ease-out;
}
.slider-area.style-2 .slider-content-wrapper {
  margin-top: 0px;
  padding-top: 161px;
  padding-bottom: 267px;
}
@media (max-width: 992px) {
  .slider-area.style-2 .slider-content-wrapper {
    padding: 0px;
  }
}
.slider-area.style-2 .slider-content-wrapper .slider-short-desc {
  margin-top: 24px !important;
  padding-right: 60px;
}
@media (max-width: 1400px) {
  .slider-area.style-2 .slider-content-wrapper .slider-short-desc {
    padding-right: 0px;
  }
}
.slider-area.style-2 .slider-content-wrapper .slider-btn-wrapper {
  margin-top: 49px !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: 720px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-2 .single-slider {
    height: 700px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-2 .single-slider {
    height: 600px;
  }
}
.slider-area.style-2 .single-slider .slider-short-title, .slider-area.style-2 .single-slider .slider-title, .slider-area.style-2 .single-slider .slider-short-desc {
  color: #ffffff !important;
  margin: 0px;
}
.slider-area.style-2 .slider-wrapper .container {
  position: relative;
}
.slider-area.style-2 .slider-wrapper .slider-image {
  position: relative;
  z-index: 2;
  float: right;
  margin-top: inherit;
  animation: MoveLeftRight 2s linear infinite alternate;
  right: -50px;
}
.slider-area.style-2 .slider-wrapper .slider-image img {
  float: right;
}

.slider-area.style-3 {
  position: relative;
}
@media (max-width: 767px) {
  .slider-area.style-3 {
    background-color: #FAFAFA;
  }
}
.slider-area.style-3 .shape-1 {
  position: absolute;
  z-index: 2;
  top: 86px;
  left: 95px;
}
@media (max-width: 1650px) {
  .slider-area.style-3 .shape-1 {
    top: 10px;
    left: 10px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .slider-area.style-3 .shape-1 {
    display: none;
  }
}
.slider-area.style-3 .shape-2 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .slider-area.style-3 .shape-2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .slider-area.style-3 .banner-shape {
    display: none;
  }
}
.slider-area.style-3 .banner-shape .shape {
  height: 848px;
  position: absolute;
}
@media (max-width: 992px) {
  .slider-area.style-3 .banner-shape .shape {
    width: 76%;
  }
}
.slider-area.style-3 .banner-shape .bg-img {
  height: 848px;
  position: absolute;
  z-index: -2;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-3 .banner-shape .bg-img {
    height: 550px;
  }
}
.slider-area.style-3 .single-slider {
  height: 848px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-3 .single-slider {
    height: 700px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-3 .single-slider {
    height: 550px;
  }
  .slider-area.style-3 .single-slider:before {
    visibility: visible;
  }
}
.slider-area.style-3 .single-slider .slider-overlay {
  background: linear-gradient(135deg, rgb(30, 174, 152) 0%, rgb(0, 91, 172) 100%);
  opacity: 0.659;
}
.slider-area.style-3 .single-slider .slider-content-wrapper {
  gap: 100px;
  margin-top: -60px;
}
@media (max-width: 992px) {
  .slider-area.style-3 .single-slider .slider-content-wrapper {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.slider-area.style-3 .single-slider .slider-content-wrapper .slider-content {
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-3 .single-slider .slider-content-wrapper .slider-content {
    text-align: start !important;
  }
}
.slider-area.style-3 .single-slider .slider-content-wrapper .slider-content .slider-short-title {
  font-size: 32px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-3 .single-slider .slider-content-wrapper .slider-content .slider-short-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.slider-area.style-3 .single-slider .slider-content-wrapper .slider-content .slider-title {
  font-size: 78px;
}
@media only screen and (min-width: 1199px) and (max-width: 1399px) {
  .slider-area.style-3 .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: 78px;
    line-height: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area.style-3 .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: 78px;
    line-height: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-3 .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: 60px;
    line-height: 72px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-3 .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: 42px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 350px) {
  .slider-area.style-3 .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: 38px;
    line-height: 50px;
  }
}
.slider-area.style-3 .single-slider .slider-btn-wrapper {
  display: flex;
  gap: 24px;
}
.slider-area.style-3 .single-slider .popup-video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  position: unset;
  transform: none;
}
.slider-area.style-3 .single-slider .popup-video-wrapper .video-btn a {
  width: 63px;
  height: 63px;
}
.slider-area.style-3 .single-slider .popup-video-wrapper .video-btn a i {
  font-size: 24px;
}
.slider-area.style-3 .single-slider .popup-video-wrapper span, .slider-area.style-3 .single-slider .popup-video-wrapper .btn-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
}
.slider-area.style-3 button.slider-arrow-btn {
  display: block !important;
}
.slider-area.style-3 .slider-wrapper .slick-dots {
  display: none !important;
}

.info-card {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-shrink: 0;
}
.info-card .icon-wrapper {
  background-color: #ffffff;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
}
.info-card .icon-wrapper img {
  width: 34px;
  height: 34px;
}
.info-card .content {
  margin-top: 24px;
}
.info-card .content .title {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  cursor: default;
}
.info-card .content .desc {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 16px;
  font-weight: 400;
  margin-top: 2px;
  margin-bottom: 0px;
  line-height: 170%;
  cursor: default;
}
.info-card:hover .icon-wrapper {
  -webkit-animation: bounce 1s alternate;
  animation: bounce 1s alternate;
}
.info-card:hover .icon-wrapper img {
  transform: rotateY(360deg);
  transition: all 0.5s ease-out;
}

.info-card.style-2 {
  flex-direction: column;
  align-items: start;
  width: 228px;
  gap: 25px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .info-card.style-2 {
    flex-direction: row;
    width: auto;
  }
}
.info-card.style-2 .content {
  margin-top: 0px;
}

.icon-card {
  display: flex;
  background: #ffffff;
  flex-direction: row;
  gap: 40px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.icon-card:hover .icon img {
  transform: rotateY(360deg);
  transition: all 0.5s ease-out;
}
.icon-card .icon {
  width: 78px;
  height: 78px;
  display: flex;
  flex-shrink: 0;
}
.icon-card .icon img {
  width: 100%;
  transition: all 0.5s ease-out;
}
.icon-card .content {
  display: flex;
  gap: 30px;
  flex-direction: column;
  margin-top: 32px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card .content {
    gap: 15px;
  }
}
.icon-card .content .title {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  margin-bottom: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  cursor: default;
}
.icon-card .content .desc {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #5e6f92;
  margin-bottom: 0;
}
.icon-card .content .desc a {
  color: #5e6f92;
}

.icon-card.style-2 {
  padding: 0;
  flex-direction: column;
  gap: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  border-radius: 16px;
  overflow: hidden;
  background-color: #ffffff;
  padding: 40px;
  box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
}
.icon-card.style-2 .icon {
  width: 92px;
  height: 92px;
  background: #E6EFFF;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
}
.icon-card.style-2 .icon i {
  font-size: 32px;
  color: #025081;
}
.icon-card.style-2 .content {
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
}
.icon-card.style-2 .content .info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.icon-card.style-2 .content .info a, .icon-card.style-2 .content .info span, .icon-card.style-2 .content .info .desc {
  color: #585866;
}
.icon-card.style-2 .content .info a:hover {
  background-position: -100%;
}
.icon-card.style-2 .content .info span, .icon-card.style-2 .content .info .address-desc {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  text-align: center;
}
@media (max-width: 1400px) {
  .icon-card.style-2 .content .info span br, .icon-card.style-2 .content .info .address-desc br {
    display: none;
  }
}
.icon-card.style-2:hover .icon {
  -webkit-animation: bounce 1s alternate;
  animation: bounce 1s alternate;
}
.icon-card.style-2:hover .icon i {
  transition: all 0.5s ease-out;
  transform: rotateY(360deg);
}

.testimonial-slider-area.style-2 .testimonial-marquee-wrapper .brand-marquee-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}
.testimonial-slider-area.style-2 .testimonial-marquee-wrapper .first-marquee-wrapper {
  animation: Scroll 32s linear infinite;
}
.testimonial-slider-area.style-2 .testimonial-marquee-wrapper .second-marquee-wrapper {
  margin-top: 40px;
  animation: Scroll 32s linear infinite;
  animation-direction: reverse;
}
.testimonial-slider-area.style-2 .testimonial-marquee-wrapper.style-2 .testimonial-card-two {
  background-color: #ffffff;
}

.testimonial-slider-area.style-3 {
  background-repeat: no-repeat;
  background-color: #FAFAFA;
  position: relative;
  padding: 0;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider-area.style-3 {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-3 {
    padding-bottom: 80px;
  }
}
.testimonial-slider-area.style-3 .process-step-slider-wrapper .process-step-slider .slick-list.draggable {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-3 .process-step-slider-wrapper .process-step-slider .slick-list.draggable {
    border-radius: 0px;
    box-shadow: none;
  }
}
.testimonial-slider-area.style-3 .process-step-slider-wrapper .process-step-slider .process-step .banner-shape {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-3 .process-step-slider-wrapper .process-step-slider .process-step .banner-shape {
    display: none;
  }
}
.testimonial-slider-area.style-3 .process-step-slider-wrapper .process-step-slider .process-step .banner-shape .shape {
  position: absolute;
  height: 500px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider-area.style-3 .process-step-slider-wrapper .process-step-slider .process-step .banner-shape .shape {
    width: 75%;
  }
}
.testimonial-slider-area.style-3 .process-step-slider-wrapper .process-step-slider .process-step .banner-shape .bg-img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 500px;
}
.testimonial-slider-area.style-3 .process-slider-tab {
  margin-top: 60px;
}
.testimonial-slider-area.style-3 .process-slider-tab .slick-list.draggable {
  padding: 0px !important;
}
.testimonial-slider-area.style-3 .process-slider-tab .slick-track {
  margin: 0px !important;
  transform: none !important;
}
.testimonial-slider-area.style-3 .process-slider-tab .slick-track .slick-slide {
  padding-bottom: 24px;
  margin-right: 50px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-3 .process-slider-tab .slick-track .slick-slide {
    margin-right: 12px;
    width: 68px !important;
  }
}
.testimonial-slider-area.style-3 .process-slider-tab .slick-track .slick-slide:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  bottom: 0;
  transition: all 0.5s ease-out;
  animation: fadeEffect 1s ease-in-out;
}
.testimonial-slider-area.style-3 .process-slider-tab .slick-track .slick-slide.slick-current.slick-center {
  position: relative;
}
.testimonial-slider-area.style-3 .process-slider-tab .slick-track .slick-slide.slick-current.slick-center:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #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: 20px;
}
.testimonial-slider-area.style-3 .user-meta-info .content p, .testimonial-slider-area.style-3 .user-meta-info .content .title {
  font-size: 16px;
}
.testimonial-slider-area.style-3 .content-wrapper {
  position: relative;
  padding: 74px 0px 102px 60px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-3 .content-wrapper {
    padding: 0;
  }
}
.testimonial-slider-area.style-3 .content-wrapper .section-title {
  margin-bottom: 30px;
}
.testimonial-slider-area.style-3 .content-wrapper .user-commentment {
  width: 549px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-3 .content-wrapper .user-commentment {
    width: auto;
  }
}
.testimonial-slider-area.style-3 .content-wrapper .user-commentment p {
  margin: 0;
}
.testimonial-slider-area.style-3 .content-wrapper .user-commentment .comment {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}
.testimonial-slider-area.style-3 .content-wrapper .user-ratting {
  margin-top: 36px;
  display: flex;
  gap: 6px;
}
.testimonial-slider-area.style-3 .content-wrapper .user-ratting i {
  color: #FE712A;
}

.testimonial-slider-area {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area {
    padding: 80px 0;
  }
}
.testimonial-slider-area.style-1 .testimonial-content-wrapper {
  margin-left: 88px;
}
@media (max-width: 992px) {
  .testimonial-slider-area.style-1 .testimonial-content-wrapper {
    margin-left: 0px;
  }
}
.testimonial-slider-area.style-1 .testimonial-content-wrapper .section-title {
  margin-bottom: 42px;
}

.testimonial-slider-image-wrapper {
  position: relative;
}
@media (max-width: 1200px) {
  .testimonial-slider-image-wrapper {
    display: none;
  }
}
.testimonial-slider-image-wrapper .single-img-wrapper {
  position: absolute;
}
.testimonial-slider-image-wrapper .single-img-wrapper .img-inner {
  position: relative;
}
.testimonial-slider-image-wrapper .single-img-wrapper .img-inner .content {
  position: absolute;
  position: absolute;
  top: 50%;
  left: -16%;
  border-radius: 50px;
  padding: 8px 16px;
  background: white;
  box-shadow: 0px 8px 23px 0px rgba(0, 0, 0, 0.1);
  animation: MoveLeftRight 2s linear infinite alternate;
}
.testimonial-slider-image-wrapper .single-img-wrapper .img-inner .content.style-2 {
  left: inherit;
  right: -16%;
  animation: MoveLeftRight 4s linear infinite alternate;
}
.testimonial-slider-image-wrapper .single-img-wrapper .img-inner .content span, .testimonial-slider-image-wrapper .single-img-wrapper .img-inner .content .desc {
  color: #041126;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-slider-image-wrapper .single-img-wrapper .img-inner .content span i, .testimonial-slider-image-wrapper .single-img-wrapper .img-inner .content .desc i {
  color: #025081;
  margin-right: 6px;
}
.testimonial-slider-image-wrapper .single-img-wrapper .image {
  height: auto;
  border-radius: 100%;
  overflow: hidden;
}
.testimonial-slider-image-wrapper .single-img-wrapper.style-1 {
  top: 0;
  transform: translate(0%, -10%);
}
.testimonial-slider-image-wrapper .single-img-wrapper.style-1 .image {
  width: 354px;
}
@media (max-width: 1400px) {
  .testimonial-slider-image-wrapper .single-img-wrapper.style-1 .image {
    width: 280px;
  }
}
.testimonial-slider-image-wrapper .single-img-wrapper.style-2 {
  width: 139px;
  height: auto;
  top: 0;
  left: 0;
  transform: translate(178%, 244%);
}
.testimonial-slider-image-wrapper .single-img-wrapper.style-2 .image {
  width: 139px;
}
.testimonial-slider-image-wrapper .single-img-wrapper.style-3 {
  top: 0;
  right: 0;
  transform: translate(2%, 91%);
}
@media (max-width: 1400px) {
  .testimonial-slider-image-wrapper .single-img-wrapper.style-3 {
    transform: translate(2%, 44%);
  }
}
.testimonial-slider-image-wrapper .single-img-wrapper.style-3 .image {
  width: 218px;
}

.testimonial-slider-wrapper button {
  display: none !important;
}
.testimonial-slider-wrapper .testimonial-card .content-wrapper .content .text {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  margin: 0px !important;
}
.testimonial-slider-wrapper .testimonial-card .user-rating {
  margin-top: 33px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.testimonial-slider-wrapper .testimonial-card .user-rating i {
  color: #FE712A;
}
@media (max-width: 1200px) {
  .testimonial-slider-wrapper .testimonial-card .user-rating {
    margin-top: 22px;
  }
}

.testimonial-user-slider {
  margin-top: 52px;
  display: flex;
  align-items: center;
}
.testimonial-user-slider .arrow-btn {
  width: 64px !important;
  height: 64px !important;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-color: #E7E7E7;
  position: relative;
  cursor: pointer;
}
.testimonial-user-slider .arrow-btn:before {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #025081;
  content: "";
  transition: all 0.5s ease-out;
  color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-user-slider .arrow-btn {
    width: 52px !important;
    height: 52px !important;
    background-color: #ffffff;
  }
  .testimonial-user-slider .arrow-btn i {
    color: #025081 !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: #025081;
}
.testimonial-user-wrapper .slick-current.single-user img {
  transition: all 0.5s ease-out;
  transform: rotateY(360deg);
}
.testimonial-user-wrapper .single-user {
  height: 72px !important;
  width: 72px !important;
  padding: 3px;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  margin-right: 12px;
  border: 1px solid transparent;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-user-wrapper .single-user {
    width: 52px !important;
    height: 52px !important;
    margin-right: 6px;
  }
}
.testimonial-user-wrapper .single-user img {
  border-radius: 100%;
}

.testimonial-card-two {
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #E7E7E7;
}
.testimonial-card-two .desc-inner {
  border-top: 1px solid #E7E7E7;
  margin-top: 16px;
  padding-top: 18px;
}
.testimonial-card-two .desc-inner .desc {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  cursor: default;
}

.user-meta-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 405px;
  cursor: pointer;
}
.user-meta-info .user-info-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.user-meta-info .user-info-inner .img-wrapper {
  border-radius: 100%;
  overflow: hidden;
  width: 60px;
  height: 60px;
}
.user-meta-info .user-info-inner .content .user-name {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 24px;
  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: 18px;
  font-weight: 500;
  line-height: 180%;
  margin: 0px;
}
.user-meta-info .rating {
  position: relative;
}
.user-meta-info .rating .ratting-inner {
  align-items: center;
  margin-top: 0px;
  margin-right: 0px;
  border-radius: 0px;
  background-color: transparent;
  padding: 0px;
}

.accordion-wrapper .accordion-box-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: start;
  align-items: start;
}
.accordion-wrapper .accordion-list-item {
  border-radius: 12px;
  width: 746px;
  background-color: #ffffff;
  box-shadow: 0px 20px 40px 0px rgba(199, 206, 218, 0.2);
}
@media (max-width: 1080px) {
  .accordion-wrapper .accordion-list-item {
    width: 100%;
    border-radius: 10px;
  }
}
.accordion-wrapper .accordion-list-item .divider {
  margin: 16px 0px;
  padding: 0px 16px;
}
.accordion-wrapper .accordion-list-item .divider .outline {
  width: 100%;
  height: 1px;
  background-color: #C5C7CC;
}
.accordion-wrapper .accordion-list-item .accordion-head {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  padding: 28px;
  position: relative;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .accordion-wrapper .accordion-list-item .accordion-head {
    padding: 14px !important;
  }
}
@media (max-width: 1080px) {
  .accordion-wrapper .accordion-list-item .accordion-head {
    gap: 0px;
  }
}
.accordion-wrapper .accordion-list-item .accordion-head:after {
  content: "\f077";
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
  font-weight: 700;
}
.accordion-wrapper .accordion-list-item .accordion-head.collapsed:after {
  position: relative;
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
  font-weight: 500;
}
.accordion-wrapper .accordion-list-item .accordion-head .accordion-title {
  font-size: 21px;
  line-height: 32px;
  color: #041126;
  font-weight: 500;
  margin-bottom: 0;
}
.accordion-wrapper .accordion-list-item .accordion-item-body {
  padding: 0px 28px;
  padding-bottom: 28px;
  margin-top: -16px;
  transition: all 0.5s ease-out;
}
.accordion-wrapper .accordion-list-item .accordion-item-body p {
  border-top: 1px solid #C5C7CC;
  padding-top: 16px;
  cursor: default;
  font-size: 16px;
  color: #585866;
}
@media (max-width: 1080px) {
  .accordion-wrapper .accordion-list-item .accordion-item-body {
    padding: 20px !important;
  }
}

.accordion-wrapper.style-two .accordion-list-item .accordion-head .accordion-title {
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #585866;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion-wrapper.style-two .accordion-list-item .accordion-head .accordion-title {
    font-size: 16px;
  }
}
.accordion-wrapper.style-two .accordion-list-item .accordion-head:after {
  color: #041126;
  font-size: 12px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.accordion-wrapper.style-two .accordion-list-item .accordion-head.collapsed:after {
  border-radius: 50px;
  color: #041126;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.accordion-wrapper.style-two .accordion-list-item .show.accordion-item-body {
  padding-bottom: 20px;
  transition: all 0.5s ease-out;
}

.blog-post {
  padding-right: 30px;
}
@media (max-width: 992px) {
  .blog-post {
    padding: 0;
  }
}

.page-header {
  border-left: 4px solid #dfe2e9;
  padding-left: 45px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .page-header {
    padding-left: 30px;
  }
}
.page-header .page-title {
  font-size: 48px;
  line-height: 60px;
}
@media (max-width: 991px) {
  .page-header .page-title {
    font-size: 38px;
    line-height: 48px;
  }
}

.post-card-divider {
  width: 100%;
  height: 1px;
  background-color: #E7E7E7;
  margin: 24px 0px;
}

.blog-area ol,
.blog-area ul {
  padding-left: 20px;
}
.blog-area ol li,
.blog-area ul li {
  padding-top: 7px;
}

.single-post-item {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 48px;
  border: 1px solid #dfe2e9;
  padding: 32px;
  /* Quote Format Post */
  /* Sticky Post */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-item {
    padding: 20px;
  }
}
.single-post-item:hover .post-thumbnail img,
.single-post-item:hover .post-video img {
  transform: scale(1.06);
  transition: all 0.5s ease-out;
}
.single-post-item .post-gallery .slick-slide {
  border-radius: 16px;
  overflow: hidden;
}
.single-post-item iframe {
  width: 100%;
  height: 522px;
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-item iframe {
    height: 350px;
  }
}
.single-post-item .post-gallery-columns-2 {
  display: flex;
  gap: 35px;
}
@media (max-width: 992px) {
  .single-post-item .post-gallery-columns-2 {
    gap: 20px;
  }
}
.single-post-item .post-gallery-columns-2 .post-gallery-item {
  border-radius: 16px;
  overflow: hidden;
  max-width: 50%;
  position: relative;
}
.single-post-item .post-gallery-columns-2 .post-gallery-item:before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 20;
}
.single-post-item .post-gallery-columns-2 .post-gallery-item:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.single-post-item .list-item-wrapper {
  margin-top: 30px;
}
.single-post-item .list-item-wrapper ul {
  padding: 0px;
}
.single-post-item .list-item-wrapper li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0 8px;
  padding-top: 8px;
  color: #041126;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  cursor: default;
}
.single-post-item .list-item-wrapper li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border-radius: 50px;
  background: #025081;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}
.single-post-item .post-content-wrapper {
  margin-top: 32px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-item .post-content-wrapper {
    margin-top: 0px;
  }
}
.single-post-item .post-content-wrapper .read-more {
  margin-top: 30px;
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.single-post-item.format-quote .post-content {
  margin: 0;
}
.single-post-item.format-quote blockquote {
  margin: 0;
}
.single-post-item.format-quote blockquote p {
  margin-top: 0;
}
.single-post-item.format-quote blockquote cite a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #5e6f92;
  margin-top: 20px;
  font-style: normal;
  transition: all 0.5s ease-out;
}
.single-post-item.format-quote blockquote cite a:hover {
  transition: all 0.5s ease-out;
  color: #025081;
}
.single-post-item.sticky {
  border: 2px solid #025081;
}
.single-post-item.sticky .post-content {
  margin-bottom: 0;
}
.single-post-item.sticky .post-content p {
  margin-bottom: 0;
}
.single-post-item .post-title {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 0;
}
.single-post-item .post-title:hover {
  background-position: -100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-item .post-title {
    font-size: 28px;
    line-height: 42px;
    margin-top: 5px;
  }
}
.single-post-item .post-title:hover a {
  color: #025081;
  transition: all 0.5s ease-out;
}
.single-post-item .post-content p {
  margin-top: 17px;
  cursor: default;
}
.single-post-item .post-content h2,
.single-post-item .post-content h3,
.single-post-item .post-content h4,
.single-post-item .post-content h5,
.single-post-item .post-content h6 {
  margin-bottom: 10px;
  cursor: default;
}
.single-post-item .post-content p {
  margin-bottom: unset;
}
.single-post-item .single-post-meta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-item .single-post-meta {
    flex-direction: column;
  }
}
.single-post-item .social-share {
  display: flex;
  gap: 17px;
  align-items: center;
  justify-content: center;
}
.single-post-item .social-share a {
  background-color: #025081;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.single-post-item .social-share a:after {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  background-color: #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: 16px;
  color: #ffffff;
}
.single-post-item .social-share .social-share-title {
  font-size: 16px;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  margin-right: 5px;
  text-transform: uppercase;
  cursor: default;
}
.single-post-item .blog-post-tag {
  display: inline-block;
}
.single-post-item .blog-post-tag span {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  font-family: "Fasthand", sans-serif;
  color: #FE712A;
  margin-bottom: 0;
  margin-right: 30px;
  text-transform: uppercase;
  margin-top: 8px;
  float: left;
}
.single-post-item .blog-post-tag .post-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.single-post-item .blog-post-tag .post-tag-list a {
  color: #5e6f92;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  padding: 4px 12px;
  border-radius: 50px;
  transition: all 0.5s ease-out;
  background-color: #E6EFFF;
}
.single-post-item .blog-post-tag .post-tag-list a:hover {
  color: #ffffff;
  background: #025081;
  border-color: #025081;
  transition: all 0.5s ease-out;
}
.single-post-item .post-thumbnail,
.single-post-item .post-video {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.single-post-item .post-thumbnail img,
.single-post-item .post-video img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.single-post-item .post-thumbnail .popup-video-wrapper,
.single-post-item .post-video .popup-video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-post-item .post-thumbnail .video-btn a,
.single-post-item .post-video .video-btn a {
  width: 70px;
  height: 70px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  background-color: #ffffff;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-post-item .post-thumbnail .video-btn a i,
.single-post-item .post-video .video-btn a i {
  color: #025081;
  font-size: 18px;
}
.single-post-item .post-thumbnail .video-btn a:hover,
.single-post-item .post-video .video-btn a:hover {
  animation: none;
}
.single-post-item button.post-gallery-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 99;
  background-color: #ffffff;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
.single-post-item button.post-gallery-btn.prev-btn {
  left: 30px;
}
.single-post-item button.post-gallery-btn.next-btn {
  right: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-item button.post-gallery-btn.prev-btn {
    left: 10px;
  }
  .single-post-item button.post-gallery-btn.next-btn {
    right: 10px;
  }
}
.single-post-item button.post-gallery-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #025081;
  font-size: 17px;
  transition: all 0.5s ease-out;
}
.single-post-item button.post-gallery-btn:hover {
  transition: all 0.5s ease-out;
  background-color: #025081;
}
.single-post-item button.post-gallery-btn:hover i {
  color: #ffffff;
  transition: all 0.5s ease-out;
}
.single-post-item .post-audio iframe {
  width: 100%;
}
.single-post-item .post-meta {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 2px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-item .post-meta {
    gap: 10px;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
}
.single-post-item .post-meta span {
  font-size: 18px;
  font-weight: 400;
  color: #5e6f92;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-post-item .post-meta span i {
  color: #1eae98;
  font-size: 18px;
}
.single-post-item .post-meta span a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #5e6f92;
  transition: all 0.5s ease-out;
}
.single-post-item .post-meta span a:hover {
  color: #025081;
  transition: all 0.5s ease-out;
}
.single-post-item .post-meta span a:hover i {
  color: #025081;
  transition: all 0.5s ease-out;
}

.blog-post-nav {
  margin: 40px 0;
  background: #fff;
  padding: 23px 30px;
  padding-bottom: 22px;
  border-radius: 8px;
  border: 1px solid rgb(223, 226, 233);
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .blog-post-nav {
    flex-direction: column;
    padding: 30px;
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .blog-post-nav {
    flex-direction: column;
    padding: 30px;
    margin: 30px 0;
  }
}
.blog-post-nav .divider {
  background-color: rgb(223, 226, 233);
  width: 1px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .blog-post-nav .divider {
    width: 100%;
    height: 1px;
  }
}
@media (max-width: 767px) {
  .blog-post-nav .divider {
    width: 100%;
    height: 1px;
  }
}
.blog-post-nav .post-navigation {
  display: flex;
  gap: 20px;
  flex-basis: 0;
  flex-grow: 1;
  width: 50%;
}
@media (max-width: 374px) {
  .blog-post-nav .post-navigation {
    flex-direction: column !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .blog-post-nav .post-navigation {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-post-nav .post-navigation {
    width: 100%;
  }
}
.blog-post-nav .post-navigation:last-child {
  flex-direction: row-reverse;
}
.blog-post-nav .post-navigation:last-child .text {
  text-align: right;
}
@media (max-width: 374px) {
  .blog-post-nav .post-navigation:last-child .text {
    text-align: left;
  }
}
.blog-post-nav .post-navigation .post-img {
  width: 96px;
  height: 96px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 374px) {
  .blog-post-nav .post-navigation .post-img {
    width: 100% !important;
    height: 150px !important;
  }
}
.blog-post-nav .post-navigation .post-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.blog-post-nav .post-navigation .text {
  width: 100%;
}
.blog-post-nav .post-navigation .text span {
  font-size: 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  color: #025081;
  cursor: pointer;
}
.blog-post-nav .post-navigation .text h4 {
  font-size: 21px;
  margin: 0;
  line-height: 30px;
}
.blog-post-nav .post-navigation .text h4:hover {
  background-position: -100%;
}

.blog-details-wrapper .post-comments {
  margin-top: 70px;
}
.blog-details-wrapper .wp-block-group.has-background .wp-block-button .wp-block-button__link {
  color: #ffffff !important;
}
.blog-details-wrapper .single-post-item {
  border: 0;
  overflow: visible;
  margin-right: 32px;
  padding: 0px;
}
@media (max-width: 992px) {
  .blog-details-wrapper .single-post-item {
    margin-right: 0px;
  }
}
.blog-details-wrapper .single-post-item iframe {
  width: 100%;
  height: 350px;
}
.blog-details-wrapper .single-post-item .post-meta {
  margin-bottom: 20px;
}
.blog-details-wrapper .single-post-item .post-gallery:hover img {
  transform: scale(1) !important;
}
.blog-details-wrapper .single-post-item .post-thumbnail,
.blog-details-wrapper .single-post-item .post-video,
.blog-details-wrapper .single-post-item .post-gallery,
.blog-details-wrapper .single-post-item .postbox-audio,
.blog-details-wrapper .single-post-item .wp-block-post-featured-image {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 45px;
  position: relative;
}
@media (max-width: 767px) {
  .blog-details-wrapper .single-post-item .post-thumbnail,
  .blog-details-wrapper .single-post-item .post-video,
  .blog-details-wrapper .single-post-item .post-gallery,
  .blog-details-wrapper .single-post-item .postbox-audio,
  .blog-details-wrapper .single-post-item .wp-block-post-featured-image {
    margin-bottom: 30px;
  }
}
.blog-details-wrapper .single-post-item .post-thumbnail:hover img,
.blog-details-wrapper .single-post-item .post-video:hover img,
.blog-details-wrapper .single-post-item .post-gallery:hover img,
.blog-details-wrapper .single-post-item .postbox-audio:hover img,
.blog-details-wrapper .single-post-item .wp-block-post-featured-image:hover img {
  transform: scale(1.06);
  transition: all 0.5s ease-out;
}
.blog-details-wrapper .single-post-item .post-thumbnail img,
.blog-details-wrapper .single-post-item .post-video img,
.blog-details-wrapper .single-post-item .post-gallery img,
.blog-details-wrapper .single-post-item .postbox-audio img,
.blog-details-wrapper .single-post-item .wp-block-post-featured-image img {
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.blog-details-wrapper .single-post-item .post-content {
  /* Unit Test Data Compatibility Start */
  /* Unit Test Data Compatibility End */
}
.blog-details-wrapper .single-post-item .post-content .wp-block-query .wp-block-post-template {
  padding-left: 0;
}
.blog-details-wrapper .single-post-item .post-content .wp-block-query .wp-block-post-template .wp-block-post {
  margin-bottom: 30px;
}
.blog-details-wrapper .single-post-item .post-content .wp-block-navigation__responsive-container-content .wp-block-page-list {
  padding-left: 0;
}
.blog-details-wrapper .single-post-item .post-content .wp-block-group {
  margin: 15px 0;
}
.blog-details-wrapper .single-post-item .post-content .wp-block-group p {
  margin-bottom: 0;
}
.blog-details-wrapper .single-post-item .post-content p {
  margin-bottom: 20px;
}
.blog-details-wrapper .single-post-item .post-content p img {
  margin: 20px 0;
  border-radius: 8px;
}
.blog-details-wrapper .single-post-item .blog-post-tag .social-share {
  padding-bottom: 20px;
}
.blog-details-wrapper .wp-block-calendar {
  margin-bottom: 30px;
}

.author-info {
  background-color: #F6F9FF;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  border-radius: 14px;
  position: relative;
  margin-top: 60px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .author-info {
    text-align: center;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
  }
}
.author-info .author-thumb {
  flex-shrink: 0;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  background-color: #025081;
  display: flex;
  align-items: center;
  justify-content: center;
}
.author-info .author-thumb img {
  border-radius: 50%;
}
.author-info .author-text .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .author-info .author-text .title-wrapper {
    flex-direction: column;
    gap: 16px;
  }
}
.author-info .author-text h3, .author-info .author-text a {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin: 0;
}
.author-info .author-text h3:hover, .author-info .author-text a:hover {
  background-position: -100%;
}
.author-info .author-text .designation {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  cursor: default;
}
.author-info .author-text p {
  margin-top: 8px;
  margin-bottom: 0;
  cursor: default;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .author-info .author-text p {
    margin-top: 16px;
  }
}
.author-info .author-social-profiles {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.author-info .author-social-profiles a {
  font-size: 18px;
  color: #041126;
  transition: all 0.5s ease-out;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid #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: 16px;
  font-weight: 700;
  font-family: "Fasthand", sans-serif;
  color: #FE712A;
  border-bottom: 2px solid rgb(255, 103, 49);
  margin-top: 30px;
  display: inline-block;
}
.author-info .author-post a:hover {
  color: rgb(255, 103, 49);
}

.section-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 74px;
  gap: 20px;
}
@media (max-width: 550px) {
  .section-title {
    flex-direction: column;
    margin-bottom: 60px;
    align-items: flex-start;
    gap: 40px;
  }
}
.section-title .sec-content {
  display: flex;
  gap: 0px;
  flex-direction: column;
  z-index: 2;
  position: relative;
  margin-bottom: -16px;
  margin-top: -8px;
}
@media (max-width: 550px) {
  .section-title .sec-content {
    width: 100%;
  }
}
.section-title .short-title {
  font-family: "Fasthand", sans-serif;
  color: #025081;
  font-size: 24px;
  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: 20px;
  }
}
.section-title .title {
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.96px;
  cursor: default;
}
.section-title .title:after {
  position: absolute;
  content: "";
  background-image: url("../images/shape/bottom-bar.png");
  height: auto;
  z-index: 10;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .title {
    font-size: 48px;
    line-height: 62px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .section-title .title {
    font-size: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .title {
    font-size: 38px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title .title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 439px) {
  .section-title .title br {
    display: none;
  }
}
.section-title .title span {
  color: #025081;
}
.section-title .topbar-shape {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(85%, 33%);
}
.section-title .topbar-shape-2 {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(87%, 34%);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title .topbar-shape-2 {
    transform: translate(-30%, 18%);
  }
}
.section-title .bottom-shape {
  margin-top: -21px;
  width: 430px;
}
.section-title .desc {
  font-size: 16px;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #5e6f92;
  margin-bottom: 0;
  line-height: 170%;
  cursor: default;
}
.section-title .sec-btn {
  margin-top: 27px;
}

@keyframes rotate {
  0% {
    color: #ffffff;
    transform: rotateY(0);
  }
  100% {
    color: #025081;
    transform: rotateY(360deg);
  }
}
@keyframes beat {
  to {
    transform: scale(1.5);
  }
}
@keyframes color {
  0% {
    color: #ffffff;
  }
  100% {
    color: #025081;
  }
}
@keyframes color-two {
  0% {
    color: #041126;
  }
  100% {
    color: #025081;
  }
}
@keyframes move {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-70px, 70px);
  }
}
@keyframes move2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50px, 0px);
  }
}
@keyframes move3 {
  0% {
    transform: translate(200px, -200px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes stretch {
  0% {
    transform: scale(1.1);
    border-radius: 100%;
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
/*

 @include md{
        padding: 100px 0;
      }
      @include sm {
        padding: 60px 0px;
      }

*/
.page-breadcrumb-area {
  padding: 200px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #025081;
}
@media (max-width: 991px) {
  .page-breadcrumb-area {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .page-breadcrumb-area {
    padding: 80px 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;
}

.page-heading h3,
.page-heading .page-title {
  text-align: center;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.96px;
  margin-bottom: 15px;
  cursor: default;
}
@media (max-width: 992px) {
  .page-heading h3,
  .page-heading .page-title {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 375px) {
  .page-heading h3,
  .page-heading .page-title {
    font-size: 32px;
    line-height: 42px;
  }
}

.breadcrumb-wrapper {
  padding: 0 100px;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper {
    padding: 0;
  }
}

.breadcrumb-list {
  text-align: center;
}
.breadcrumb-list ul {
  margin-bottom: 0;
  padding-left: 0;
  display: inline-flex;
  gap: 0 25px;
}
@media (max-width: 375px) {
  .breadcrumb-list ul {
    flex-direction: column;
  }
}
.breadcrumb-list ul li {
  list-style: none;
  display: inline-flex;
  gap: 0 25px;
  align-items: center;
  color: #ffffff;
}
.breadcrumb-list ul li a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.breadcrumb-list ul li a:after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 0;
  background-color: #ffffff;
  height: 1px;
  transition: all 0.5s ease-out;
}
.breadcrumb-list ul li a:hover:after {
  width: 100%;
  transition: all 0.5s ease-out;
}
.breadcrumb-list ul li:before {
  content: "\f054";
  font-size: 12px;
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  display: inline-flex;
}
.breadcrumb-list ul li:first-child:before {
  display: none;
}
@media (max-width: 375px) {
  .breadcrumb-list ul li:first-child:before {
    display: block !important;
  }
}

.wp-block-query-pagination,
.navigation.posts-navigation,
.comment-navigation {
  display: flex;
  align-items: center;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers,
.navigation.posts-navigation .wp-block-query-pagination-numbers,
.comment-navigation .wp-block-query-pagination-numbers {
  width: inherit;
}
.wp-block-query-pagination .nav-links,
.navigation.posts-navigation .nav-links,
.comment-navigation .nav-links {
  display: flex;
  gap: 20px;
}
.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .nav-next a,
.wp-block-query-pagination .nav-previous a,
.navigation.posts-navigation .wp-block-query-pagination-previous,
.navigation.posts-navigation .wp-block-query-pagination-next,
.navigation.posts-navigation .nav-next a,
.navigation.posts-navigation .nav-previous a,
.comment-navigation .wp-block-query-pagination-previous,
.comment-navigation .wp-block-query-pagination-next,
.comment-navigation .nav-next a,
.comment-navigation .nav-previous a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5e6f92;
  background-color: #ffffff;
  border-radius: 6px;
  height: 53px;
  padding: 0 20px;
  transition: all 0.5s ease-out;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #dfe2e9;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .wp-block-query-pagination .wp-block-query-pagination-previous,
  .wp-block-query-pagination .wp-block-query-pagination-next,
  .wp-block-query-pagination .nav-next a,
  .wp-block-query-pagination .nav-previous a,
  .navigation.posts-navigation .wp-block-query-pagination-previous,
  .navigation.posts-navigation .wp-block-query-pagination-next,
  .navigation.posts-navigation .nav-next a,
  .navigation.posts-navigation .nav-previous a,
  .comment-navigation .wp-block-query-pagination-previous,
  .comment-navigation .wp-block-query-pagination-next,
  .comment-navigation .nav-next a,
  .comment-navigation .nav-previous a {
    height: 40px;
  }
}
.wp-block-query-pagination .wp-block-query-pagination-previous:hover,
.wp-block-query-pagination .wp-block-query-pagination-next:hover,
.wp-block-query-pagination .nav-next a:hover,
.wp-block-query-pagination .nav-previous a:hover,
.navigation.posts-navigation .wp-block-query-pagination-previous:hover,
.navigation.posts-navigation .wp-block-query-pagination-next:hover,
.navigation.posts-navigation .nav-next a:hover,
.navigation.posts-navigation .nav-previous a:hover,
.comment-navigation .wp-block-query-pagination-previous:hover,
.comment-navigation .wp-block-query-pagination-next:hover,
.comment-navigation .nav-next a:hover,
.comment-navigation .nav-previous a:hover {
  background: rgb(255, 103, 49) !important;
  color: #ffffff;
  border-color: rgb(255, 103, 49);
  transition: all 0.5s ease-out;
}

.basic-pagination,
.page-links,
.wp-block-query-pagination-numbers {
  display: inline-flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.basic-pagination ul,
.page-links ul,
.wp-block-query-pagination-numbers ul {
  display: inline-flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  justify-content: center;
  align-items: center;
}
.basic-pagination ul li,
.page-links ul li,
.wp-block-query-pagination-numbers ul li {
  padding-top: 0;
}
.basic-pagination ul .prev,
.basic-pagination ul .next,
.page-links ul .prev,
.page-links ul .next,
.wp-block-query-pagination-numbers ul .prev,
.wp-block-query-pagination-numbers ul .next {
  background-color: #025081;
}
.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: 6px;
  height: 53px;
  width: 53px;
  transition: all 0.5s ease-out;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .basic-pagination .page-numbers,
  .basic-pagination .post-page-numbers,
  .page-links .page-numbers,
  .page-links .post-page-numbers,
  .wp-block-query-pagination-numbers .page-numbers,
  .wp-block-query-pagination-numbers .post-page-numbers {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.basic-pagination .page-numbers:hover,
.basic-pagination .post-page-numbers:hover,
.page-links .page-numbers:hover,
.page-links .post-page-numbers:hover,
.wp-block-query-pagination-numbers .page-numbers:hover,
.wp-block-query-pagination-numbers .post-page-numbers:hover {
  background: #025081 !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: #025081 !important;
  color: #ffffff;
  transition: all 0.5s ease-out;
}

@media (max-width: 991px) {
  .sidebar {
    padding-left: 0;
    padding-top: 40px;
  }
}

.page-sidebar {
  margin-bottom: 50px;
}

/* Widget */
.widget {
  background-color: #FAFAFA;
  padding: 32px;
  border-radius: 16px;
  margin-bottom: 48px;
  /* Widget Title */
  /* Social Widget Block */
  /* Recent Comment List Block Widget & Latest Post Widget Block */
  /* Social Widget */
  /* Select Option  */
  /* Login Widget */
  /* Search Widget */
  /* Tagcloud Widget */
  /* Default Widget */
}
.widget:last-child {
  margin-bottom: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .widget {
    padding: 30px;
  }
}
.widget ol,
.widget ul {
  margin-bottom: 0;
}
.widget .wp-block-heading,
.widget .widget-title,
.widget .wp-block-search__label {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: #041126;
  font-family: "Plus Jakarta Sans", sans-serif;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.76px;
  cursor: default;
}
.widget .wp-block-social-links .wp-social-link {
  padding: 0;
  margin: 0;
  line-height: 0;
}
.widget .wp-block-social-links .wp-social-link a {
  width: 44px;
  height: 44px;
  padding: 0;
  display: flex;
  justify-content: center;
}
.widget .has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.widget .has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  font-weight: 500;
}
.widget .has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author,
.widget .has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link,
.widget .has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author,
.widget .has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link {
  font-weight: 500;
}
.widget .wp-block-latest-comments li.wp-block-latest-comments__comment,
.widget .wp-block-latest-posts li.wp-block-latest-comments__comment {
  margin-bottom: 0;
}
.widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta,
.widget .wp-block-latest-comments li .wp-block-latest-posts__post-title,
.widget .wp-block-latest-posts li .wp-block-latest-comments__comment-meta,
.widget .wp-block-latest-posts li .wp-block-latest-posts__post-title {
  line-height: 28px;
  font-weight: 400;
}
.widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date,
.widget .wp-block-latest-comments li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date,
.widget .wp-block-latest-posts li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date,
.widget .wp-block-latest-posts li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date {
  font-size: 14px !important;
  margin-bottom: 10px;
  position: relative;
}
.widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date:before,
.widget .wp-block-latest-comments li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date:before,
.widget .wp-block-latest-posts li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date:before,
.widget .wp-block-latest-posts li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date:before {
  content: "\f274";
  font-family: "Font Awesome 6 Pro";
  padding-right: 8px;
}
.widget .wp-block-latest-comments li a,
.widget .wp-block-latest-posts li a {
  color: #5e6f92;
}
.widget .wp-block-latest-comments li a.wp-block-latest-comments__comment-author, .widget .wp-block-latest-comments li a.wp-block-latest-comments__comment-link,
.widget .wp-block-latest-posts li a.wp-block-latest-comments__comment-author,
.widget .wp-block-latest-posts li a.wp-block-latest-comments__comment-link {
  display: inline !important;
  text-transform: capitalize;
  line-height: 28px;
  font-weight: 400;
}
.widget .wp-block-latest-comments li a:hover,
.widget .wp-block-latest-posts li a:hover {
  color: #025081;
}
.widget .wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p,
.widget .wp-block-latest-posts li .wp-block-latest-comments__comment-excerpt p {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.widget .social-profile {
  justify-content: flex-start;
}
.widget .social-profile a {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  color: #025081;
  transition: all 0.5s ease-out;
  border-radius: 50px;
  flex-shrink: 0;
  flex-wrap: wrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .widget .social-profile a {
    width: 40px;
    height: 40px;
  }
}
.widget .social-profile a:hover {
  color: #ffffff;
  transition: all 0.5s ease-out;
  background-color: #025081;
}
.widget select {
  max-width: 100%;
  height: 50px;
  width: 100%;
  border: 1px solid transparent;
  padding: 0 10px;
  border-radius: 5px;
  color: #5e6f92;
  margin-bottom: 0;
}
.widget .has-login-form .login-username label,
.widget .has-login-form .login-password label {
  margin-bottom: 10px;
}
.widget .has-login-form .login-username input,
.widget .has-login-form .login-password input {
  max-width: 100%;
  height: 50px;
  width: 100%;
  border: 1px solid #31373f;
  padding: 0 10px;
  border-radius: 5px;
  color: #5e6f92;
}
.widget .has-login-form .login-remember label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.widget .has-login-form .login-submit {
  margin-bottom: 0;
}
.widget .has-login-form .login-submit input.button-primary {
  display: inline-flex;
  background: #025081;
  color: #fff;
  padding: 12px 32px;
  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: 16px;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
}
.widget.widget_search {
  display: flex;
  gap: 12px;
}
.widget.widget_search button {
  width: 62px;
  height: 62px;
  color: #ffffff;
  position: relative;
  right: 0;
  background-color: #041126;
  top: 0;
  border-radius: 12px;
  line-height: 0;
  border: 0;
  margin-left: 0 !important;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .widget.widget_search button {
    width: 50px;
    height: 50px;
  }
}
.widget.widget_search button:hover {
  background-color: #025081;
  transition: all 0.5s ease-out;
}
.widget.widget_search button:hover i {
  transform: rotateY(360deg);
  transition: all 0.5s ease-out;
}
.widget .search-form {
  display: flex !important;
  margin: 0px !important;
}
.widget .search-form button {
  width: 62px;
  flex-shrink: 0;
}
.widget .wp-block-search__no-button.wp-block-search input {
  border-radius: 10px;
}
.widget .wp-block-search {
  margin-bottom: -2px;
}
.widget .wp-block-search,
.widget .search-form {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.widget .wp-block-search .wp-block-search__inside-wrapper,
.widget .search-form .wp-block-search__inside-wrapper {
  display: flex;
  padding: 0 !important;
}
.widget .wp-block-search label,
.widget .search-form label {
  font-size: 24px;
  display: block;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #FE712A;
  font-family: "Fasthand", sans-serif;
}
.widget .wp-block-search input,
.widget .search-form input {
  background-color: #ffffff;
  padding: 15px 24px;
  height: 62px;
  width: 100%;
  color: #5e6f92;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  border-radius: 12px;
  border: 1px solid #E7E7E7;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .widget .wp-block-search input,
  .widget .search-form input {
    height: 50px;
  }
}
.widget .tagcloud,
.widget .wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.widget .tagcloud a,
.widget .wp-block-tag-cloud a {
  color: #041126;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 4px 12px;
  border-radius: 50px;
  background-color: #ffffff;
  transition: all 0.5s ease-out;
  border: 1px solid #ffffff;
  line-height: 170%;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.widget .tagcloud a:hover,
.widget .wp-block-tag-cloud a:hover {
  color: #ffffff;
  background: #025081;
  border-color: #025081;
  transition: all 0.5s ease-out;
}
.widget ul,
.widget ol {
  margin-bottom: 0;
  padding-left: 0;
  /* Tag Cloud Widget */
}
.widget ul li,
.widget ol li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #dfe2e9;
  /* Recent Comment Widget */
}
.widget ul li:first-child,
.widget ol li:first-child {
  padding-top: 0;
}
.widget ul li:last-child,
.widget ol li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.widget ul li.recentcomments .comment-author-link a:before,
.widget ol li.recentcomments .comment-author-link a:before {
  display: block;
}
.widget ul li.recentcomments a,
.widget ol li.recentcomments a {
  padding-left: 0;
  display: inline;
}
.widget ul li.recentcomments a:before,
.widget ol li.recentcomments a:before {
  display: none;
}
.widget ul li a,
.widget ol li a {
  color: #5e6f92;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  font-size: 18px;
  transition: all 0.5s ease-out;
  /* RSS Widget */
}
.widget ul li a:hover,
.widget ol li a:hover {
  color: #025081;
  transition: all 0.5s ease-out;
}
.widget ul li a.rsswidget,
.widget ol li a.rsswidget {
  padding-left: 0;
  font-weight: 500;
  display: block;
}
.widget ul li a.rsswidget:before,
.widget ol li a.rsswidget:before {
  display: none;
}
.widget ul li ul,
.widget ol li ul {
  padding-left: 25px;
  padding-top: 10px;
}
.widget ul.wp-tag-cloud li,
.widget ol.wp-tag-cloud li {
  display: inline-block;
  padding: 0;
  border: 0;
}
.widget ul.wp-tag-cloud li a:before,
.widget ol.wp-tag-cloud li a:before {
  display: none;
}
.widget.widget_categories ul li, .widget.widget_archive ul li {
  text-align: right;
  display: inline-block;
  width: 100%;
  color: #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: #025081;
}
.widget.widget_categories ul li:hover a, .widget.widget_archive ul li:hover a {
  color: #025081;
}

/* About Info Widget*/
.widget-about-info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.widget-about-info .about-desc {
  text-align: left;
}
.widget-about-info .about-desc .about-title {
  font-size: 20px;
}
.widget-about-info .about-image {
  width: 140px;
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.widget-about-info .social-profile {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 30px;
  border-top: 1px solid #dfe2e9;
  width: 100%;
  margin-top: 10px;
}
.widget-about-info .social-profile a {
  transition: all 0.5s ease-out;
  width: 44px;
  height: 44px;
  background-color: #E7E7E7;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FE712A;
  transition: all 0.5s ease-out;
}
.widget-about-info .social-profile a:hover {
  color: #ffffff;
  transition: all 0.5s ease-out;
  background-color: #025081;
}

/* Latest Post Widget*/
.has-dates.has-author.wp-block-latest-posts .wp-block-latest-posts__post-title {
  display: inline-block;
  width: 100%;
  font-weight: 500;
}

.widget_rss .wp-block-heading:before,
.widget_rss .widget-title:before {
  display: none;
}
.widget_rss .rss-widget-icon {
  margin-right: 6px;
}
.widget_rss ul li a.rsswidget {
  color: #FE712A;
}
.widget_rss ul li a.rsswidget:hover {
  color: #025081;
}

.wp-block-latest-posts .wp-block-rss__item-title,
.wp-block-rss .wp-block-rss__item-title,
.widget_rss .wp-block-rss__item-title {
  display: inline-block;
  width: 100%;
  font-weight: 500;
}
.wp-block-latest-posts .wp-block-latest-posts__post-author,
.wp-block-latest-posts .wp-block-rss__item-publish-date,
.wp-block-rss .wp-block-latest-posts__post-author,
.wp-block-rss .wp-block-rss__item-publish-date,
.widget_rss .wp-block-latest-posts__post-author,
.widget_rss .wp-block-rss__item-publish-date {
  margin-right: 10px;
}
.wp-block-latest-posts .wp-block-latest-posts__post-author,
.wp-block-latest-posts .wp-block-latest-posts__post-date,
.wp-block-latest-posts .wp-block-rss__item-publish-date,
.wp-block-latest-posts .wp-block-rss__item-author,
.wp-block-latest-posts .rss-date,
.wp-block-rss .wp-block-latest-posts__post-author,
.wp-block-rss .wp-block-latest-posts__post-date,
.wp-block-rss .wp-block-rss__item-publish-date,
.wp-block-rss .wp-block-rss__item-author,
.wp-block-rss .rss-date,
.widget_rss .wp-block-latest-posts__post-author,
.widget_rss .wp-block-latest-posts__post-date,
.widget_rss .wp-block-rss__item-publish-date,
.widget_rss .wp-block-rss__item-author,
.widget_rss .rss-date {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
}
.wp-block-latest-posts .wp-block-latest-posts__post-date:before,
.wp-block-latest-posts .wp-block-rss__item-publish-date:before,
.wp-block-latest-posts .rss-date:before,
.wp-block-rss .wp-block-latest-posts__post-date:before,
.wp-block-rss .wp-block-rss__item-publish-date:before,
.wp-block-rss .rss-date:before,
.widget_rss .wp-block-latest-posts__post-date:before,
.widget_rss .wp-block-rss__item-publish-date:before,
.widget_rss .rss-date:before {
  content: "\f274";
  font-family: "Font Awesome 6 Pro";
  padding-right: 8px;
}
.wp-block-latest-posts .wp-block-latest-posts__post-author:before,
.wp-block-latest-posts .wp-block-rss__item-author:before,
.wp-block-rss .wp-block-latest-posts__post-author:before,
.wp-block-rss .wp-block-rss__item-author:before,
.widget_rss .wp-block-latest-posts__post-author:before,
.widget_rss .wp-block-rss__item-author:before {
  content: "\f007";
  font-family: "Font Awesome 6 Pro";
  padding-right: 8px;
}
.wp-block-latest-posts .wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts .wp-block-rss__item-excerpt,
.wp-block-latest-posts .rssSummary,
.wp-block-rss .wp-block-latest-posts__post-excerpt,
.wp-block-rss .wp-block-rss__item-excerpt,
.wp-block-rss .rssSummary,
.widget_rss .wp-block-latest-posts__post-excerpt,
.widget_rss .wp-block-rss__item-excerpt,
.widget_rss .rssSummary {
  margin-top: 10px;
  margin-bottom: 0;
}

.widget_latest_post ul li {
  display: flex;
  gap: 20px;
  border: 0;
  align-items: center;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #E7E7E7;
  padding-top: 0;
}
.widget_latest_post ul li:hover .latest-post-thumb img {
  transform: scale(1.2);
  transition: all 0.5s ease-out;
}
.widget_latest_post ul li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.widget_latest_post ul li a {
  padding-left: 0;
}
.widget_latest_post ul li a:before {
  display: none;
}
.widget_latest_post ul li .latest-post-thumb {
  flex-shrink: 0;
  overflow: hidden;
  width: 102px;
  height: 102px;
  border-radius: 12px;
}
.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: 8px;
  font-size: 18px;
  line-height: 24px;
  color: #FE712A;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.widget_latest_post ul li .latest-post-desc .latest-post-title a {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  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: 16px;
  display: flex;
  align-items: center;
  font-weight: 400;
  gap: 8px;
  color: #5e6f92;
  line-height: 140%;
  cursor: default;
}

.widget-instagram-feed {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}
@media (max-width: 767px) {
  .widget-instagram-feed {
    grid-template-columns: repeat(3, 1fr);
  }
}
.widget-instagram-feed .single-instagram-feed {
  border-radius: 5px;
  width: 100%;
  height: 102px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .widget-instagram-feed .single-instagram-feed {
    height: 64px;
  }
}
.widget-instagram-feed .single-instagram-feed:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease-out;
}
.widget-instagram-feed .single-instagram-feed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1);
  transition: all 0.5s ease-out;
}

.widget_promotion {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background-color: #041126;
}
.widget_promotion .wp-block-heading {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 10px;
}
.widget_promotion .secondary-btn {
  display: inline-block;
  background: rgb(255, 103, 49);
  color: #FE712A;
  padding: 12px 104px;
  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: 16px;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
}
.widget_promotion .secondary-btn i {
  color: #fff;
  font-size: 16px;
}
.widget_promotion .secondary-btn:hover {
  transition: all 0.5s ease-out;
  background-color: #ffffff;
  border-color: #ffffff;
}
.widget_promotion p {
  color: rgba(255, 255, 255, 0.53);
  margin-bottom: 32px;
}

.single-post-item .single-post-meta {
  gap: 32px;
}

.blog-coment-title h2,
.blog-coment-title .wp-block-comments-title,
.wp-block-comments h2,
.wp-block-comments .wp-block-comments-title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
  cursor: default;
}

/* Block Comment Start */
.wp-block-comments .wp-block-comment-template {
  padding-left: 0;
}
.wp-block-comments .wp-block-comment-template .wp-block-comment-reply-link {
  margin-top: 15px;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns {
  padding: 50px;
  border: 1px solid #dfe2e9;
  border-radius: 8px;
  margin-bottom: 24px;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-column:first-child {
  flex-basis: 80px !important;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-avatar {
  width: 100px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-avatar img {
  width: 100%;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-author-name a {
  font-size: 21px;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: "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: #025081;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-date a,
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-edit-link a {
  color: #9ba8c3;
  font-size: 16px;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-reply-link a {
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #FE712A;
  border: 1px solid rgb(255, 103, 49);
  padding: 4px 26px;
  display: inline-block;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-reply-link a:hover {
  background-color: rgb(255, 103, 49);
  color: #ffffff;
  transition: all 0.5s ease-out;
}

/* Block Comment End */
.latest-comments .comment-respond {
  margin-top: 80px;
}
.latest-comments li .children .comments-box {
  margin-left: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-comments li .children .comments-box {
    margin-left: 0;
  }
}
.latest-comments li .children .children .comments-box {
  margin-left: 100px;
  border-top: 1px solid #D2D2D2;
}
.latest-comments li .comments-box {
  padding: 50px;
  border: 1px solid #dfe2e9;
  border-radius: 8px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .latest-comments li .comments-box {
    padding: 30px;
  }
}
.latest-comments li .comments-box .comments-avatar {
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-comments li .comments-box .comments-avatar {
    float: inherit;
    margin-bottom: 20px;
  }
}
.latest-comments li .comments-box .comments-avatar img {
  margin-right: 30px;
  width: 100px;
  border-radius: 50px;
}
.latest-comments li .comments-box .comments-text {
  overflow: hidden;
}
.latest-comments li .comments-box .comments-text p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #5e6f92;
  cursor: default;
}
.latest-comments li .comments-box .comments-text .avatar-name {
  margin-bottom: 10px;
  position: relative;
}
.latest-comments li .comments-box .comments-text .avatar-name h5 {
  font-size: 21px;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: "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: 16px;
  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: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #025081;
  border: 1px solid #025081;
  padding: 4px 26px;
  gap: 8px;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-comments li .comments-box .comments-text .comment-reply-link {
    position: unset;
    margin-top: 10px;
  }
}
.latest-comments li .comments-box .comments-text .comment-reply-link:hover {
  background-color: #025081;
  color: #ffffff;
  transition: all 0.5s ease-out;
}

.post-comments .latest-comments > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.comments-text > ul, .comments-text > ol {
  margin-bottom: 20px;
}

ul.children {
  list-style: none;
}

.post-comments-form {
  margin-top: 60px;
}
/*Comment Input Filed*/
.post-comments-title .sub-title {
  font-size: 18px;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: rgb(255, 103, 49);
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.post-comments-title h3, .post-comments-title .title {
  color: #041126;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 47px;
  display: flex;
  justify-content: space-between;
  cursor: default;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-comments-title h3, .post-comments-title .title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.post-comments-title h3 small, .post-comments-title .title small {
  font-size: 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #025081;
}

.comment-respond {
  background-color: #ffffff;
  padding: 50px;
  border-radius: 18px;
  position: relative;
  box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
  margin-top: 25px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .comment-respond {
    padding: 30px;
  }
}
.comment-respond p {
  margin: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .comment-respond .contacts-email {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .comment-respond .contacts-email {
    margin-left: 0;
  }
}
.comment-respond label {
  margin-bottom: 4px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #161616;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  cursor: default;
}
.comment-respond .checkbox-field-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  padding: 15px 0;
}
.comment-respond .checkbox-field-wrapper p {
  margin: 0;
}
.comment-respond .checkbox-field-wrapper .single-checkbox-field {
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 400;
  font-family: "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: 57px;
  width: 100%;
  opacity: 1;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 400;
  padding: 15px 24px;
  color: #041126;
  border: 1px solid #E7E7E7 !important;
  border-radius: 8px;
  font-size: 16px;
  line-height: 170%;
  background-color: #FAFAFA;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .comment-respond input,
  .comment-respond select {
    height: 50px;
  }
}
.comment-respond *::-webkit-input-placeholder {
  color: #A3A3A3;
}
.comment-respond *:-moz-placeholder {
  color: #A3A3A3;
  opacity: 1;
}
.comment-respond *::-moz-placeholder {
  color: #A3A3A3;
  opacity: 1;
}
.comment-respond *:-ms-input-placeholder {
  color: #A3A3A3;
}
.comment-respond *::-ms-input-placeholder {
  color: #A3A3A3;
}
.comment-respond *::placeholder {
  color: #A3A3A3;
}
.comment-respond textarea {
  resize: vertical;
  width: 100%;
  height: 144px;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  margin-bottom: 12px;
  padding: 15px 24px;
  color: #041126;
  border: 1px solid #E7E7E7 !important;
  border-radius: 8px;
  font-size: 16px;
  line-height: 170%;
  background-color: #FAFAFA;
}
.comment-respond input:focus,
.comment-respond textarea:focus,
.comment-respond .form-select:focus {
  outline: none !important;
  box-shadow: none;
  border-color: #025081 !important;
  transition: all 0.4s ease 0s;
}

.comment-respond.style-two {
  margin: 0;
  background-color: transparent;
  padding: 82px 88px 82px 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-respond.style-two {
    padding: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .comment-respond.style-two {
    padding: 30px;
  }
}
.comment-respond.style-two .post-comments-title h2 {
  color: #ffffff;
}
.comment-respond.style-two label {
  color: #c7cdda;
}
.comment-respond.style-two .nice-select:after {
  border-color: transparent transparent #c7cdda transparent;
}
.comment-respond.style-two input[type=radio]::before,
.comment-respond.style-two input[type=checkbox]::before {
  background-color: transparent;
}
.comment-respond.style-two .single-input-field p {
  margin-bottom: 0;
}
.comment-respond.style-two .single-input-field input,
.comment-respond.style-two .single-input-field select,
.comment-respond.style-two .single-input-field textarea {
  background-color: transparent;
  color: #c7cdda;
  border-color: #739bbf !important;
  box-shadow: none;
}
.comment-respond.style-two .single-input-field .nice-select {
  color: #c7cdda;
  border-color: #739bbf !important;
}
.comment-respond.style-two .single-input-field input:focus,
.comment-respond.style-two .single-input-field textarea:focus,
.comment-respond.style-two .single-input-field .form-select:focus,
.comment-respond.style-two .single-input-field .nice-select:focus {
  border-color: #1eae98 !important;
}
.comment-respond.style-two .single-input-field *::-webkit-input-placeholder {
  color: #c7cdda;
}
.comment-respond.style-two .single-input-field *:-moz-placeholder {
  color: #c7cdda;
  opacity: 1;
}
.comment-respond.style-two .single-input-field *::-moz-placeholder {
  color: #c7cdda;
  opacity: 1;
}
.comment-respond.style-two .single-input-field *:-ms-input-placeholder {
  color: #c7cdda;
}
.comment-respond.style-two .single-input-field *::-ms-input-placeholder {
  color: #c7cdda;
}
.comment-respond.style-two .single-input-field *::placeholder {
  color: #c7cdda;
}
.comment-respond.style-two .checkbox-field-wrapper .single-checkbox-field .form-check-input,
.comment-respond.style-two .checkbox-field-wrapper .wpcf7-list-item .form-check-input {
  background-color: transparent;
  border-color: #739bbf !important;
}
.comment-respond.style-two .checkbox-field-wrapper .single-checkbox-field input[type=checkbox],
.comment-respond.style-two .checkbox-field-wrapper .single-checkbox-field input[type=radio],
.comment-respond.style-two .checkbox-field-wrapper .wpcf7-list-item input[type=checkbox],
.comment-respond.style-two .checkbox-field-wrapper .wpcf7-list-item input[type=radio] {
  border-color: #739bbf !important;
}
.comment-respond.style-two .checkbox-field-wrapper .single-checkbox-field input[type=checkbox]:checked,
.comment-respond.style-two .checkbox-field-wrapper .single-checkbox-field input[type=radio]:checked,
.comment-respond.style-two .checkbox-field-wrapper .wpcf7-list-item input[type=checkbox]:checked,
.comment-respond.style-two .checkbox-field-wrapper .wpcf7-list-item input[type=radio]:checked {
  border-color: #1eae98 !important;
}
.comment-respond.style-three {
  margin: 0;
}
.comment-respond.style-three input,
.comment-respond.style-three select,
.comment-respond.style-three textarea {
  border: 1px solid rgb(223, 226, 233) !important;
  box-shadow: none;
}
.comment-respond.style-three input:focus,
.comment-respond.style-three textarea:focus,
.comment-respond.style-three .form-select:focus,
.comment-respond.style-three .nice-select:focus {
  border-color: #025081 !important;
}

.about-us-area.style-1 {
  position: relative;
  border-color: #E7E7E7;
}
.about-us-area.style-1 .shape-1 {
  position: absolute;
  top: 71px;
  left: 76px;
  animation: MoveUpDown 2s linear infinite alternate;
}
@media (max-width: 1400px) {
  .about-us-area.style-1 .shape-1 {
    top: 20px;
    left: 20px;
  }
}
@media (max-width: 992px) {
  .about-us-area.style-1 .shape-1 {
    display: none;
  }
}

.why-choose-us-area.style-1 {
  position: relative;
}
.why-choose-us-area.style-1 .shape-1 {
  position: absolute;
  top: 0;
  left: 76px;
  animation: MoveLeftRight 2s linear infinite alternate;
}
@media (max-width: 1400px) {
  .why-choose-us-area.style-1 .shape-1 {
    left: 20px;
  }
}
.why-choose-us-area.style-1 .shape-2 {
  position: absolute;
  bottom: 106px;
  right: 82px;
  animation: MoveUpDown 2s linear infinite alternate;
}
@media (max-width: 1650px) {
  .why-choose-us-area.style-1 .shape-2 {
    right: 40px;
    bottom: 40px;
  }
}
@media (max-width: 992px) {
  .why-choose-us-area.style-1 .shape-2 {
    display: none;
  }
}

.location-slider-area.style-2 {
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .location-slider-area.style-2 {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .location-slider-area.style-2 {
    padding-bottom: 80px;
  }
}
.location-slider-area.style-3 {
  padding: 120px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .location-slider-area.style-3 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .location-slider-area.style-3 {
    padding: 80px 0;
  }
}

.tour-area .location-area.style-1 .portfolio-filter {
  margin-top: 17px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .tour-area .location-area.style-1 .portfolio-filter {
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .tour-area .location-area.style-1 .portfolio-filter {
    gap: 6px;
  }
}
.tour-area .location-area.style-1 .portfolio-filter li {
  cursor: pointer;
}
.tour-area .location-area.style-1 .portfolio-filter li.active {
  background-color: #025081 !important;
}
.tour-area .location-area.style-1 .portfolio-filter li:hover:after {
  height: 0 !important;
}
.tour-area .location-area.style-1 .basic-pagination {
  margin-top: 64px;
  margin-bottom: 0px;
}

.tour-details .single-post-item {
  padding: 0px !important;
  margin-bottom: 0;
}
.tour-details .single-post-item .post-card-divider {
  margin: 40px 0;
}
.tour-details .single-post-item .post-title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .tour-details .single-post-item .post-title-wrapper {
    flex-direction: column-reverse;
  }
}
.tour-details .single-post-item .post-title-wrapper .rating {
  position: relative;
}
.tour-details .single-post-item .post-title-wrapper .rating .ratting-inner {
  right: 0;
  margin: 0;
  margin-top: 14px;
  padding: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .tour-details .single-post-item .post-title-wrapper .rating .ratting-inner {
    padding: 0px;
    margin: 0px;
  }
}
.tour-details .single-post-item .post-meta .post-meta-inner {
  gap: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .tour-details .single-post-item .post-meta .post-meta-inner {
    flex-direction: row;
  }
}
.tour-details .single-post-item .post-meta .date-info, .tour-details .single-post-item .post-meta .time-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.tour-details .single-post-item .post-meta .date-info i, .tour-details .single-post-item .post-meta .time-info i {
  color: #025081;
}
.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: #025081;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.56px;
}
.tour-details .single-post-item .post-gallery-columns-2 {
  margin-top: 32px;
  gap: 40px;
  flex-wrap: wrap;
  align-items: center;
}
.tour-details .single-post-item .post-gallery-columns-2 .post-gallery-item {
  max-width: 50%;
}
@media (max-width: 992px) {
  .tour-details .single-post-item .post-gallery-columns-2 {
    gap: 20px;
  }
  .tour-details .single-post-item .post-gallery-columns-2 .post-gallery-item {
    max-width: 47%;
  }
}
.tour-details .single-post-item .list-item-wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .tour-details .single-post-item .list-item-wrapper {
    flex-direction: column;
  }
}
.tour-details .single-post-item .list-item-wrapper .single-item-list ul li {
  font-size: 16px;
  color: #585866;
}
.tour-details .single-post-item .post-card-faq {
  margin-top: 30px;
}
.tour-details .single-post-item .map-wedget {
  margin-top: 22px;
  height: 390px;
}
.tour-details .sidebar .widget_booking_form {
  background-color: #ffffff;
  box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
}
.tour-details .sidebar .widget_booking_form h3, .tour-details .sidebar .widget_booking_form .title {
  font-size: 30px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.tour-details .sidebar .widget_booking_form .comment-form {
  margin-top: 22px;
}
.tour-details .sidebar .widget_booking_form .input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tour-details .sidebar .widget_booking_form .input-wrapper label {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #041126;
  font-size: 16px;
  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: 16px;
  font-weight: 400;
  line-height: 170%;
  padding: 15px 24px;
  border-radius: 8px;
  border: 1px solid #E7E7E7;
  background-color: #FAFAFA;
}
.tour-details .sidebar .widget_booking_form button {
  margin-top: 8px;
  display: block;
  width: 100%;
}

.destination-page .location-card.style-1:hover {
  margin-top: 0 !important;
}

.contact-info-area {
  padding: 120px;
}
@media (max-width: 991px) {
  .contact-info-area {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .contact-info-area {
    padding: 80px 0;
  }
}

.contact-title {
  text-align: center;
}
.contact-title h2 {
  font-size: 48px;
  color: #FE712A;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-title h2 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-title h2 {
    font-size: 38px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-title h2 {
    font-size: 32px;
    line-height: 30px;
  }
}

.contact-form-area {
  padding: 120px 0;
  background-color: #FAFAFA;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-area {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-form-area {
    padding: 80px 0;
  }
}
.contact-form-area .comment-respond {
  margin-top: 0px;
  margin-left: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .contact-form-area .comment-respond {
    margin-left: 0px;
  }
}
.contact-form-area .video-modal-card {
  height: 100%;
}
.contact-form-area .video-modal-card .image-wrapper {
  padding: 0px !important;
  width: 100%;
  border-radius: 16px;
  height: 100%;
}
.contact-form-area .video-modal-card .image-wrapper img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.blog-grid-area {
  padding-top: 140px;
  padding-bottom: 144px;
}
@media (max-width: 991px) {
  .blog-grid-area {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .blog-grid-area {
    padding: 70px 0;
  }
}

.blog-load-btn {
  padding: 20px 35px;
  background: rgb(255, 103, 49);
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .blog-load-btn {
    margin-top: 0;
  }
}
.blog-load-btn:hover {
  background-color: #1eae98;
  color: #ffffff;
}

.footer {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .footer .mt-50.mb-50 {
    margin: 0;
  }
}
.footer .footer-sec {
  padding-top: 80px;
}
.footer .footer-sec .divider {
  width: 100%;
  height: 1px;
  margin: 60px 0;
  background-color: rgb(39, 52, 71);
}
@media (max-width: 992px) {
  .footer .footer-sec .divider {
    margin: 0px;
    margin-bottom: 50px;
  }
}
.footer .footer-bg {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.footer-widget-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 21px;
  line-height: 26px;
  color: #ffffff;
  position: relative;
  margin-bottom: 24px;
  font-weight: 700;
  cursor: default;
}

@media (max-width: 991px) {
  .footer-widget {
    margin-bottom: 50px;
  }
}
.footer-widget ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-widget ul li {
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.footer-widget.widget_boomdevs-latest-posts-footer {
  margin-top: -5px;
}
@media (max-width: 767px) {
  .footer-widget.zoom-instagram-widget {
    margin-bottom: 0;
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  .footer-widget.widget_boomdevs_contact_info_widget {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .footer-widget .widget-instagram-feed {
    width: 170px;
  }
}
.footer-widget .footer-widget-info {
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .footer-widget .footer-widget-info {
    padding-right: 0;
  }
}
.footer-widget .footer-widget-info p {
  color: #c7cdda;
  margin-bottom: 30px;
}
.footer-widget .footer-widget-info .footer-logo {
  margin-bottom: 30px;
  display: inline-block;
}
.footer-widget .footer-widget-info .info-form-and-social-icon {
  display: flex;
  align-items: center;
  gap: 50px;
}
.footer-widget .footer-widget-info .info-form-and-social-icon .subscribe-form-widget {
  border-radius: 6px;
}
.footer-widget .footer-widget-info .info-form-and-social-icon .subscribe-form-widget .single-field input {
  height: 60px;
}
.footer-widget .footer-widget-info .info-form-and-social-icon .social-profile {
  margin-top: 0;
}
.footer-widget .footer-widget-info .social-profile {
  gap: 20px;
  margin-top: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-widget .footer-widget-info .info-form-and-social-icon {
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
}
.footer-widget.widget_nav_menu ul {
  padding-left: 0;
  margin-bottom: 0;
}
.footer-widget.widget_nav_menu li {
  position: relative;
  display: inline-block;
  width: 100%;
}
.footer-widget.widget_nav_menu li:last-child {
  padding-top: 0;
  padding-bottom: 0;
}
.footer-widget.widget_nav_menu li a {
  color: #c7cdda;
  text-transform: capitalize;
  font-size: 16px;
  transition: all 0.5s ease-out;
  position: relative;
}
.footer-widget.widget_nav_menu li a:hover {
  transition: all 0.5s ease-out;
  color: #025081;
}
.footer-widget .footer-widget-contact p {
  color: #c7cdda;
  cursor: default;
  font-size: 16px;
}
.footer-widget .footer-widget-contact .footer-contact ul {
  list-style: none;
}
.footer-widget .footer-widget-contact .footer-contact ul li {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  line-height: 24px;
  gap: 20px;
}
.footer-widget .footer-widget-contact .footer-contact ul li:first-child {
  align-items: flex-start;
}
.footer-widget .footer-widget-contact .footer-contact ul li:first-child .contact-icon {
  margin-top: 5px;
}
.footer-widget .footer-widget-contact .footer-contact ul li:last-child {
  margin-bottom: 0;
}
.footer-widget .footer-widget-contact .footer-contact ul li .contact-icon {
  color: #ffffff;
  border-radius: 50px;
  float: left;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.footer-widget .footer-widget-contact .footer-contact ul li .contact-text {
  color: #c7cdda;
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
}
.footer-widget .footer-widget-contact .footer-contact ul li .contact-text a:hover span {
  color: #025081;
  transition: all 0.5s ease-out;
}
.footer-widget .footer-widget-contact .footer-contact ul li .contact-text span,
.footer-widget .footer-widget-contact .footer-contact ul li .contact-text p,
.footer-widget .footer-widget-contact .footer-contact ul li .contact-text a {
  color: #c7cdda;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  transition: all 0.5s ease-out;
}
.footer-widget .widget_latest_post ul li .latest-post-thumb {
  width: 60px;
  height: 60px;
}
.footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-title {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 700;
}
.footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-title a {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  position: relative;
  text-transform: capitalize;
  font-weight: 700;
  transition: all 0.5s ease-out;
}
.footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-title a:hover {
  color: #025081;
  transition: all 0.5s ease-out;
}
.footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-meta {
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 400;
  gap: 8px;
  color: #c7cdda;
}

.footer-contact {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-contact .desc {
  width: 358px;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  margin: 0px;
}
.footer-contact .contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #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: 16px;
  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: 75px;
  /* padding-left: 53px; */
}
@media (max-width: 1200px) {
  .footer-widget-menu-wrapper {
    gap: 60px;
  }
}
@media (max-width: 1200px) {
  .footer-widget-menu-wrapper {
    padding-left: 0px;
  }
}

.footer-bottom-menu ul {
  list-style: none;
  display: flex;
  gap: 0 30px;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer-bottom-menu ul {
    justify-content: flex-start;
  }
}
.footer-bottom-menu ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: 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: #025081;
}

.footer-bottom-area .footer-bottom-wrapper {
  margin-top: 64px;
  border-top: 1px solid rgb(39, 52, 71);
  padding: 24px 0;
}
@media (max-width: 991px) {
  .footer-bottom-area .footer-bottom-wrapper {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .footer-bottom-area .copyright-text {
    margin-bottom: 20px;
  }
}
.footer-bottom-area .copyright-text p {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  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: 16px;
  font-weight: 400;
  line-height: 170%;
}
.footer-bottom-area .copyright-text p a:hover {
  color: #025081;
}
.footer-bottom-area .credit-text p {
  color: #c7cdda;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.footer-bottom-area .credit-text a {
  color: #025081;
}

.subscribe-form-area {
  position: relative;
  z-index: 99;
  margin-bottom: -136px;
}

.subscribe-area {
  background-color: rgb(255, 103, 49);
  border-radius: 18px;
  padding: 64px 90px 64px 70px;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-area {
    padding: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .subscribe-area {
    padding: 40px;
  }
}
.subscribe-area .triangle-shape {
  width: 280px;
  height: 280px;
  background-color: #025081;
  border-radius: 28px;
  position: absolute;
  right: -32px;
  bottom: -80px;
  transform: rotate(39deg);
  z-index: -1;
}
.subscribe-area .shape-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.subscribe-area .shape-bg img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.subscribe-area .content-wrapper {
  display: flex;
  flex-direction: column;
}
.subscribe-area .content-wrapper .short-title {
  font-size: 21px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}
.subscribe-area .content-wrapper .subscribe-title {
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 60px;
}
@media (max-width: 375px) {
  .subscribe-area .content-wrapper .subscribe-title {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-area .content-wrapper .subscribe-title {
    font-size: 40px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .subscribe-area .content-wrapper .subscribe-title {
    font-size: 36px;
    line-height: 42px;
  }
}
.subscribe-area .content-wrapper .text {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 12px;
}
.subscribe-area .subscribe-inner-area {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .subscribe-area .subscribe-inner-area {
    flex-direction: column;
  }
}
.subscribe-area .subscribe-inner-area .subscribe-form-wrapper {
  margin-top: -12px;
}
.subscribe-area .subscribe-inner-area .content-wrapper,
.subscribe-area .subscribe-inner-area .subscribe-form-wrapper {
  width: 50%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .subscribe-area .subscribe-inner-area .content-wrapper,
  .subscribe-area .subscribe-inner-area .subscribe-form-wrapper {
    width: 100%;
  }
}

.subscribe-form-widget {
  position: relative;
}
.subscribe-form-widget .mc4wp-form-fields {
  display: flex;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
.subscribe-form-widget .single-field {
  flex-grow: 1;
}
.subscribe-form-widget .single-field input {
  color: #778196;
  height: 72px;
  padding: 0 30px;
  font-size: 18px;
  border-radius: 50px;
  width: 100%;
}
.subscribe-form-widget .single-field *::-webkit-input-placeholder {
  color: #778196;
}
.subscribe-form-widget .single-field *:-moz-placeholder {
  color: #778196;
  opacity: 1;
}
.subscribe-form-widget .single-field *::-moz-placeholder {
  color: #778196;
  opacity: 1;
}
.subscribe-form-widget .single-field *:-ms-input-placeholder {
  color: #778196;
}
.subscribe-form-widget .single-field *::-ms-input-placeholder {
  color: #778196;
}
.subscribe-form-widget .single-field *::placeholder {
  color: #778196;
}
.subscribe-form-widget .submit-btn {
  background-color: #ffffff;
  color: rgb(255, 103, 49);
  background: -webkit-linear-gradient(#e30008, #faae00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
  padding: 0 35px;
  display: flex;
  align-items: center;
  gap: 9px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}
.subscribe-form-widget .mc4wp-response {
  position: relative;
  top: 15px;
}
.subscribe-form-widget .mc4wp-response .mc4wp-alert.mc4wp-error p, .subscribe-form-widget .mc4wp-response .mc4wp-alert.mc4wp-success p, .subscribe-form-widget .mc4wp-response .mc4wp-alert.mc4wp-notice p {
  color: #fff;
  position: relative;
}

.social-profile {
  display: flex;
  align-items: center;
  gap: 20px;
}
.social-profile a {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-out;
}
.social-profile a i {
  font-size: 16px;
}
.social-profile a:hover {
  background-color: #025081;
  transition: all 0.5s ease-out;
}

.map-wodget iframe {
  width: 100%;
  height: 320px;
  border-radius: 12px;
}

.footer.style-two .footer-sec {
  padding-top: 225px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer.style-two .footer-sec {
    padding-top: 180px;
  }
}
.footer.style-two .subscribe-form-wrapper p {
  color: #c7cdda;
  margin-bottom: 30px;
}
.footer.style-two .subscribe-form-wrapper .subscribe-form-widget {
  border-radius: 6px;
}
.footer.style-two .subscribe-form-wrapper .subscribe-form-widget .single-field input {
  height: 60px;
}

.footer-triangle-image-wrapper {
  position: absolute;
  width: 730px;
  top: 0;
  height: 100%;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 781px) and (max-width: 991px) {
  .footer-triangle-image-wrapper {
    width: 120%;
  }
}
@media (max-width: 780px) {
  .footer-triangle-image-wrapper {
    width: 100%;
  }
}

.footer-triangle-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 65% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 65% 100%, 0 100%);
}
@media only screen and (min-width: 781px) and (max-width: 991px) {
  .footer-triangle-image {
    -webkit-clip-path: polygon(0 0, 100% 0, 57% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 57% 100%, 0 100%);
  }
}
@media (max-width: 780px) {
  .footer-triangle-image {
    clip-path: none;
  }
}
.footer-triangle-image:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #025081;
  opacity: 0.9;
  z-index: 1;
}
.footer-triangle-image img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
}

.footer.style-three .footer-sec {
  padding-top: 130px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer.style-three .footer-sec {
    padding-top: 70px;
  }
}
.footer.style-three .footer-sec .footer-widget.widget_nav_menu ul {
  columns: 2;
  column-gap: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .footer.style-three .footer-sec .footer-widget .footer-widget-info {
    padding-right: 305px !important;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1399px) {
  .footer.style-three .footer-sec .footer-widget .footer-widget-info {
    padding-right: 500px !important;
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=style.css.map */