:root {
  --yellow: #f39800;
  --white: #fff;
  --red: #ff4a52;
  --black: #000;
}
.home .breadcrumb {
  display: none;
}
.header_style_wrapper #logo_right_button {
  display: none !important;
}
#page_caption .page_title_wrapper {
  padding-bottom: 40px;
}
.breadcrumb {
  color: #f2f2f2;
  font-size: 15px;
  width: 100%;
  position: absolute;
  bottom: 10px;
  z-index: 10;
}
.breadcrumb .inner {
  max-width: 1245px;
  margin: 0 auto;
}
.home #sec-contact .inner {
  display: flex;
  justify-content: center;
}
.home .flex-direction-nav {
  margin-top: -45px;
}
.tour_excerpt {
  font-weight: normal !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}
#footer .sidebar_widget {
  display: flex;
}
#footer .widget_text .textwidget ul li {
  padding-left: 25px !important;
  position: relative;
}
#footer .widget_text ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
#footer #menu-footer-menu .sub-menu {
  display: none;
  list-style: none;
  background: transparent;
  position: absolute;
  width: 240px;
  height: 0;
  z-index: -1;
  margin: 0;
  margin-left: -20px;
  margin-top: -5px;
  border: 0;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  opacity: 0;
  overflow: hidden;
  -ms-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
}
#footer #menu-footer-menu li:hover .sub-menu {
  z-index: 9;
  opacity: 1;
  height: auto;
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  overflow: visible;
}
#sec05-title h2 {
  line-height: 70px;
  max-width: 800px;
  margin: 0 auto 100px auto;
}
#page_caption {
  position: relative;
  background-image: url(../images/page-title.jpg);
}
#page_caption h1,
#page_caption .post_info_date a {
  color: #fff !important;
}
#page_caption .post_info_comment {
  display: none;
}
.home #sec05-title,
.booking-steps {
  background-image: url(../images/location-bg.webp);
  background-color: transparent !important;
}
.list-steps {
  position: relative;
}
.list-steps::before {
  top: 50%;
  left: 50%;
  width: 5px;
  content: "";
  height: 85%;
  position: absolute;
  background-color: #f5f5f5;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.list-steps .item {
  position: relative;
  display: flex;
  margin: 0 auto;
  gap: 150px;
  margin-bottom: 50px;
}
.list-steps .item .icon {
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url(../images/mask-shape.webp);
  mask-image: url(../images/mask-shape.webp);
  width: 50%;
}
.list-steps .item .icon img {
  max-width: 100%;
}
.list-steps .item .desc {
  max-width: 50%;
  width: 50%;
  text-align: left;
}
.list-steps .item .desc h3 {
  position: relative;
}
.list-steps .item .desc h3::before {
  top: -3px;
  left: -92px;
  width: 35px;
  content: "";
  height: 35px;
  border-radius: 100%;
  position: absolute;
  background-color: #ff4a52;
  border: 2px solid #ff4a52;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.list-steps .item:nth-child(2) {
  flex-direction: row-reverse;
  align-items: center;
}
.list-steps .item:nth-child(2) .desc {
  text-align: right;
}
.list-steps .item:nth-child(2) h3::before {
  right: -92px;
  left: unset;
}
.slider-testimonials .item .desc {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.slider-testimonials .item img {
  border-radius: 5px;
}
.slider-testimonials .item h3 {
  font-size: 20px;
  line-height: 25px;
  padding: 0;
}
.slider-testimonials .item h3 a {
  color: #000;
}
.slider-testimonials .item h3 a:hover {
  color: #ff4a52;
}
.slider-testimonials .item .desc {
  padding: 15px;
  text-align: center;
}
.slider-testimonials .item .desc p {
  padding: 5px 0 !important;
}
.flex-direction-nav a:before {
  font-size: 25px;
  display: flex;
  justify-content: center;
}
.flex-direction-nav a {
  border-radius: 50%;
}
.page-template-template-testimonials #sec-01 .e-con-inner {
  padding: 0;
  margin: 0 !important;
}
.page-template-template-testimonials .tetimonial-item .post_wrapper {
  padding-bottom: 0;
}
.page-template-template-testimonials #sec-02 {
  padding: 30px 0;
  color: #ff4a52;
  border: 1px solid #ff4a52;
  margin-bottom: 50px;
  border-radius: 20px;
}
.tetimonial-item .post_content_wrapper {
  display: flex;
}
.tetimonial-item .post_img {
  width: 40%;
  margin-bottom: 0;
}
.tetimonial-item .post_img img {
  border-radius: 5px;
}
.tetimonial-item .post_header_wrapper {
  width: 60%;
}
.elementor-counter-number {
  color: #ff4a52;
}
.page-template-templates .destinations {
  display: block;
  clear: both;
}
.page-template-templates .destinations .sec-title {
  padding: 20px 0;
}
.page-template-templates .destinations .list-item {
  display: flex;
  column-count: 4;
  column-gap: 30px;
}
.page-template-templates .destinations .list-item a {
  display: block;
  position: relative;
}
.destination-item {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  position: relative;
}
.destination-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(60%, transparent),
    color-stop(66%, rgba(0, 0, 0, 0.1)),
    color-stop(93%, rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.49))
  );
  background-image: -webkit-linear-gradient(
    transparent 0%,
    transparent 60%,
    rgba(0, 0, 0, 0.1) 66%,
    rgba(0, 0, 0, 0.5) 93%,
    rgba(0, 0, 0, 0.49) 100%
  );
  background-image: linear-gradient(
    transparent 0%,
    transparent 60%,
    rgba(0, 0, 0, 0.1) 66%,
    rgba(0, 0, 0, 0.5) 93%,
    rgba(0, 0, 0, 0.49) 100%
  );
  border-radius: 5px;
}
.destination-item a img {
  display: block;
  border-radius: 5px;
}
.destination-item a span {
  position: absolute;
  bottom: 0;
  z-index: 10;
  left: 0;
  padding: 0 15px;
  font-size: 24px;
  color: #fff;
}
.destination-item:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
}
.single-destination #reviews {
  padding-top: 50px;
  clear: both;
}
.single-destination .anchor ul {
  padding-right: 170px;
  list-style: none;
  display: flex;
  column-gap: 20px;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--red);
}
.single-destination .anchor ul a {
  color: #000;
}
.single-destination .anchor ul .active a,
.single-destination .anchor ul a:hover {
  color: #ff4a52;
}
#page_content_wrapper ul{margin-left: 0!important;}
.single-destination .page_content .icons {
  padding: 30px;
  background: #fffafa;
  border-radius: 20px;
  border: 1px solid #be6464;
  box-shadow: 0 5px 15px #be6464;
    margin-bottom: 30px;
}
.single-destination .page_content .icons ul {
  list-style: none;
  display: flex;
  column-gap: 30px;
  text-align: center;
  text-transform: uppercase;
}
.single-destination .page_content .icons ul li {
  width: 25%;
}
.single-destination .page_content .icons h3 {
  font-size: 20px;
  color: #514940;
  margin-top: 20px;
}
.single-destination .page_content .icons .icon {
  width: 54px;
  height: 44px;
  margin: 0 auto;
  background-image: url(../images/icon-country.svg);
  background-size: 216px 44px;
  background-repeat: no-repeat;
}
.single-destination .page_content .icons .capital-icon {
  background-position: 0 0;
}
.single-destination .page_content .icons .currency-icon {
  background-position: -54px 0;
}
.single-destination .page_content .icons .time-icon {
  background-position: -108px 0;
}
.single-destination .page_content .icons .language-icon {
  background-position: -162px 0;
}
.anchor {
  position: relative;
}
.anchor .tour-plan {
  top: -2px;
  right: 0;
}
a.tour-plan {
  position: absolute;
  background: var(--red);
  padding: 5px 10px;
  color: var(--white);
  text-transform: uppercase;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.single-destination .anchor {
  padding-bottom: 30px;
}
a.tour-plan:hover {
  background: var(--yellow);
}
.single-destination .tour_single_related {
  padding-top: 30px;
}
.single-destination .sec-title {
  padding-bottom: 10px;
}
.single-destination .sec-title h3 {
  font-size: 28px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 0;
}
#portfolio_filter_wrapper .pagination,
#portfolio_filter_wrapper .pagination_detail {
  float: unset;
}
.paginations {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-destination #reviews .slides {
  margin-left: -20px !important;
}
i {
  font-family: "FontAwesome";
  font-style: normal;
}
#contact-plan {
  border: 1px solid var(--red);
  border-radius: 10px;
  padding: 20px 200px;
  position: relative;
  text-align: center;
}
#contact-plan img {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  left: 20px;
}
#contact-plan .tour-plan {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -20px;
  padding-right: 20px;
}
#contact-plan p {
  padding-bottom: 0 !important;
  font-size: 18px;
}
#contact-plan .tour-plan i {
  position: relative;
  right: -10px;
}
#contact-plan h2 {
  font-size: 40px;
  line-height: 30px;
}
.other-destinations {
  padding-top: 50px;
}
.other-destinations .list {
  column-count: 3;
  column-gap: 30px;
}
.grid-box {
  position: relative;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.grid-box:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
}
.other-destinations .item a {
  display: block;
  position: relative;
  z-index: 2;
}
.other-destinations .item h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
  display: block;
  z-index: 2;
  font-weight: 600;
  font-size: 24px;
  color: var(--white);
  width: calc(100% - 30px);
}
.grid-box h3::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(60%, transparent),
    color-stop(66%, rgba(0, 0, 0, 0.1)),
    color-stop(93%, rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.49))
  );
  background-image: -webkit-linear-gradient(
    transparent 0%,
    transparent 60%,
    rgba(0, 0, 0, 0.1) 66%,
    rgba(0, 0, 0, 0.5) 93%,
    rgba(0, 0, 0, 0.49) 100%
  );
  background-image: linear-gradient(
    transparent 0%,
    transparent 60%,
    rgba(0, 0, 0, 0.1) 66%,
    rgba(0, 0, 0, 0.5) 93%,
    rgba(0, 0, 0, 0.49) 100%
  );
  border-radius: 5px;
  z-index: 3;
}
.other-destinations .item img {
  border-radius: 5px;
  display: block;
}
#footer:not(.footer-content) a:hover,
#footer:not(.footer-content) a:active {
  color: var(--red) !important;
}
#footer .widget_text svg {
  max-width: 300px;
}
#footer i.fa-location-pin::before {
  content: "\f276";
}
#about-sec-02 {
  padding: 50px 0 !important;
}
#about-sec-03-left,
#about-sec-03-right {
  padding: 50px 0 !important;
}
#about-sec-03-left h2,
#about-sec-03-right h2 {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}
#about-sec-03-right iframe {
  margin-top: 50px;
}
.wpcf7-form.sent .wpcf7-response-output {
  display: block;
}
.single-tour .intinery .sec-title {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #0000004f;
  margin-bottom: 30px;
  text-align: left;
  max-width: 100%;
}
.intinery .sec-title .collapse {
  position: absolute;
  right: 0;
  top: 25px;
  font-size: 20px;
}
.intinery .sec-title .collapse[data="expand"] i::before {
  content: "\f107";
}
.intinery .item-intinery.hide .title i::before {
  content: "\f107";
}
.intinery .item-intinery {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #5149401f;
}
.intinery .meta ul {
  list-style: none;
  padding: 0;
}
.intinery .meta {
  display: flex;
  column-gap: 50px;
  padding-top: 20px;
}
.intinery .meta ul {
  display: flex;
  column-gap: 15px;
  margin-left: 0 !important;
}
.intinery .meta ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.intinery .meta .breakfast span {
  display: flex;
  border: 1px solid #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.intinery .meta .icon {
  font-size: 30px;
}
.intinery .item-intinery h3 {
  position: relative;
  font-size: 21px;
}
.intinery .item-intinery h3 {
  cursor: pointer;
  color: #ff4a52;
}
.intinery .item-intinery:last-child {
  border-bottom: none;
}
.intinery .item-intinery h3 i {
  position: absolute;
  cursor: pointer;
  font-size: 25px;
  right: 0;
  top: 0;
}
.container {
  max-width: 1250px;
  margin: 0 auto;
}
.single-tour .client-feedback {
  padding: 50px 0;
  clear: both;
}
.single-tour .sec-title {
  padding-bottom: 30px;
  font-size: 40px;
  text-align: center;
}
.single-tour .booking-steps .sec-title {
  padding: 50px 0;
  max-width: 800px;
  margin: 0 auto;
}
.single-tour .tour_related .sub_title {
  font-size: 40px;
}
#intinery-summary {
  padding-bottom: 50px;
}
.single-tour #intinery-summary .row.header {
  font-weight: 900;
  color: #ffffff;
  background: #ea6153 !important;
}
.single-tour #intinery-summary .row {
  display: table-row;
  background: #ffffff;
}
.single-tour #intinery-summary .row:nth-of-type(odd) {
  background: #f6f6f6;
}
.single-tour #intinery-summary .cell {
  padding: 6px 12px;
  display: table-cell;
  min-width: 80px;
}
.mobile_menu_content .tour-plan a {
  background: #ff4a52 !important;
  padding: 5px 10px;
  color: var(--white) !important;
  text-transform: uppercase;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.mobile_menu_content .tour-plan a:hover {
  background: var(--yellow) !important;
}
.mobile_menu_content .sidebar .widget {
  padding: 0 !important;
  border: none !important;
}
#footer .widget_text .textwidget .social_wrapper li {
  padding-left: 0 !important;
}
#footer .widget_text .textwidget .social_wrapper li.facebook a:first-child {
  display: none;
}
#footer .widget_text .textwidget .social_wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .widget_text .textwidget .social_wrapper a i {
  position: unset;
}
.social_wrapper,
.social_wrapper.shortcode {
  text-align: left !important;
}
.social_wrapper.shortcode ul li.instagram a {
  background: #e91e63 !important;
}
#about-sec-03-right iframe {
  max-width: 100%;
}
.single-tour .single_tour_header_content .button {
  top: -50px;
}
.single-tour .single_tour_header_content #single_tour_gallery_open {
  left: -10px;
}
.single_tour_departure_content img {
  width: 100%;
}
#footer .sidebar_widget > li:nth-child(2) .textwidget ul > li {
  padding-left: 0 !important;
}
#about-sec-02 .page_content_wrapper > .inner {
  margin-top: 70px;
}
#about-sec-02 .page_content_wrapper h2.ppb_title {
  margin-bottom: 24px;
}
#about-sec-02 .page_content_wrapper .page_tagline {
  margin-bottom: 40px;
}
.contact-us-page .grouped-half-bg {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.contact-us-page #wrapper .ppb_wrapper > div:nth-child(2) .inner > div {
  width: 100% !important;
}
.contact-us-page #wrapper .ppb_wrapper > div:nth-child(3) .inner > div {
  margin: 0 !important;
}
/*Top bar*/
#custom-topbar {
  background: #000;
  height: 34px;
}
#custom-topbar .custom-topbar-inner {
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  padding: 8px;
}
.header_style_wrapper .top_bar.scroll_up.hasbg,
.header_style_wrapper .top_bar.hasbg {
  padding-top: 34px;
}
#about-sec-02 .ppb_header_content {
  max-width: 80%;
  margin: 0 auto;
}
