@charset "UTF-8";
@font-face {
  font-family: light_font;
  src: url("../fonts/fran_light.ttf");
}

@font-face {
  font-family: reg_font;
  src: url("../fonts/fran_reg.ttf");
}

@font-face {
  font-family: med_font;
  src: url("../fonts/fran_med.ttf");
}

@font-face {
  font-family: semi_font;
  src: url("../fonts/fran_semi.ttf");
}

@font-face {
  font-family: bold_font;
  src: url("../fonts/fran_bold.ttf");
}

@font-face {
  font-family: header_reg;
  src: url("../fonts/corm_reg.ttf");
}

@font-face {
  font-family: header_italic;
  src: url("../fonts/corm_italic.ttf");
}

@font-face {
  font-family: header_bold;
  src: url("../fonts/corm_semi.ttf");
}

/*GLobal Colors*/
/*GLobal Variables*/
/*GLobal Variables*/
/*Functions and Mixin*/
/* Mixin and Function End*/
body {
  /*Common Body Styles Start*/
  font-family: reg_font;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.1em;
  /*Common Elements Style*/
  /*Common Body Responsive Styles Start*/
}

body p,
body .content_ul li {
  color: #000;
  padding: 0;
  margin: 0;
  padding-top: 15px;
  line-height: 1.8em;
}

body p.primary,
body .content_ul li.primary {
  color: #ffb919;
}

body p.accent,
body .content_ul li.accent {
  color: #000;
}

body p.secondary,
body .content_ul li.secondary {
  color: #2d2a6a;
}

body p.white,
body .content_ul li.white {
  color: #fff;
}

body p.align_justify,
body .content_ul li.align_justify {
  text-align: justify;
}

body p.align_left,
body .content_ul li.align_left {
  text-align: left;
}

body p.align_right,
body .content_ul li.align_right {
  text-align: right;
}

body p.reg,
body .content_ul li.reg {
  font-family: reg_font;
}

body p.semi,
body .content_ul li.semi {
  font-family: semi_font;
}

body p.bold,
body .content_ul li.bold {
  font-family: bold_font;
}

body p.light,
body .content_ul li.light {
  font-family: light_font;
}

body p.med,
body .content_ul li.med {
  font-family: med_font;
}

body p.capital,
body .content_ul li.capital {
  text-transform: uppercase;
}

body p.header_reg,
body .content_ul li.header_reg {
  font-family: header_reg;
}

body p.header_italic,
body .content_ul li.header_italic {
  font-family: header_italic;
}

body p.header_bold,
body .content_ul li.header_bold {
  font-family: header_bold;
}

body .content_ul ul,
body .content_ul ol {
  padding-top: 15px;
}

body .content_ul li {
  padding-top: 0;
}

body .common_header {
  padding: 0;
  margin: 0;
  padding-top: 15px;
  font-family: med_font;
  color: #000;
  line-height: 1.2em;
}

body .common_header.primary {
  color: #ffb919;
}

body .common_header.accent {
  color: #000;
}

body .common_header.secondary {
  color: #2d2a6a;
}

body .common_header.white {
  color: #fff;
}

body .common_header.reg {
  font-family: reg_font;
}

body .common_header.semi {
  font-family: semi_font;
}

body .common_header.bold {
  font-family: bold_font;
}

body .common_header.light {
  font-family: light_font;
}

body .common_header.med {
  font-family: med_font;
}

body .common_header.capital {
  text-transform: uppercase;
}

body .common_header.header_reg {
  font-family: header_reg;
}

body .common_header.header_italic {
  font-family: header_italic;
}

body .common_header.header_bold {
  font-family: header_bold;
}

body .common_header span {
  font-family: bold_font;
  color: #ffb919;
}

body .common_header span.primary {
  color: #ffb919;
}

body .common_header span.accent {
  color: #000;
}

body .common_header span.secondary {
  color: #2d2a6a;
}

body .common_header span.white {
  color: #fff;
}

body .common_header span.reg {
  font-family: reg_font;
}

body .common_header span.semi {
  font-family: semi_font;
}

body .common_header span.bold {
  font-family: bold_font;
}

body .common_header span.light {
  font-family: light_font;
}

body .common_header span.med {
  font-family: med_font;
}

body .common_header span.capital {
  text-transform: uppercase;
}

body .common_header span.header_reg {
  font-family: header_reg;
}

body .common_header span.header_italic {
  font-family: header_italic;
}

body .common_header span.header_bold {
  font-family: header_bold;
}

body .common_anchor {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  padding: 12px;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-family: reg_font;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffb919;
  padding-left: 4%;
  padding-right: 40px;
  padding-left: 40px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

body .common_anchor:hover {
  text-decoration: none;
  color: #fff;
  background-color: #2d2a6a;
}

body .common_anchor.secondary {
  background-color: #2d2a6a;
  color: #fff;
}

body .common_anchor.secondary:hover {
  background-color: #ffb919;
  color: #fff;
}

body .common_anchor.border_anchor {
  background-color: transparent;
  border: 2px solid #ffb919;
  color: #ffb919;
}

body .common_anchor.border_anchor:hover {
  background-color: #ffb919;
  color: #fff;
}

body .common_anchor.border_anchor.blue {
  border-color: #2d2a6a;
  color: #2d2a6a;
}

body .common_anchor.border_anchor.blue:hover {
  background-color: #2d2a6a;
  color: #fff;
}

body .common_anchor.border_anchor.white {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}

body .common_anchor.border_anchor.white:hover {
  border-color: #ffb919;
  color: #ffb919;
}

body .gridContainer {
  margin: auto;
  clear: none;
  float: none;
  margin-left: auto;
}

body .table_wrap {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

body .cell_wrap {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

body .btn-group {
  display: inline-block;
  margin-top: 15px;
}

body .btn-group button {
  padding: 12px;
  font-family: reg_font;
  background-color: #fff !important;
  background: none;
  border-color: #ccc;
  border-radius: 8px;
}

body .btn-group a:hover {
  background: none;
  background-color: #ffb919 !important;
  color: #000;
}

body .form_field {
  margin-top: 15px;
  padding: 15px;
  border-radius: 8px;
  border: 2px solid #ccc;
  width: 100%;
}

body .nav.nav-tabs {
  margin-top: 15px !important;
}

body .nav.nav-tabs li a {
  color: #000;
}

body .nav.nav-tabs li.active a {
  background-color: #ffb919;
}

body input[type=text] {
  background-color: #fff;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-webkit-keyframes rotation_minus {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}

@keyframes rotation_minus {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}

@media only screen and (min-width: 1600px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 13px;
  }
  body p.small_size {
    font-size: 13px;
  }
  body .common_header {
    font-size: 45px;
  }
  body .common_header.large {
    font-size: 70px;
  }
  body .common_header.small {
    font-size: 25px;
  }
  body .gridContainer {
    width: 95.5%;
    min-width: 1250px;
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
}

@media only screen and (max-width: 1599px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 12px;
  }
  body .common_header {
    font-size: 30px;
  }
  body .common_header.large {
    font-size: 50px;
  }
  body .common_header.small {
    font-size: 20px;
  }
  body .gridContainer {
    width: 85.5%;
    min-width: 1250px;
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
  body p.small_size {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1100px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 12px;
  }
  body .common_header {
    font-size: 30px;
  }
  body .common_header.large {
    font-size: 60px;
  }
  body .gridContainer {
    width: 95.675%;
    padding-left: 1.1625%;
    padding-right: 1.1625%;
    min-width: auto !important;
  }
  body p.small_size {
    font-size: 12px;
  }
  body .common_header.small {
    font-size: 20px;
  }
}

@media only screen and (max-width: 786px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 12px;
  }
  body .common_header {
    font-size: 30px;
  }
  body .common_header.large {
    font-size: 60px;
  }
  body .gridContainer {
    width: 95.675%;
    padding-left: 1.1625%;
    padding-right: 1.1625%;
    min-width: auto !important;
  }
  body p.small_size {
    font-size: 12px;
  }
  body .common_header.small {
    font-size: 20px;
  }
}

@media only screen and (max-width: 480px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 11px;
  }
  body .nav.nav-tabs li {
    float: none;
    display: inline-block;
  }
  body .nav.nav-tabs {
    white-space: nowrap;
    overflow-x: scroll;
  }
  body .common_header {
    font-size: 22px;
  }
  body .common_header.large {
    font-size: 35px;
  }
  body .gridContainer {
    width: 95.45%;
    padding-left: 2.275%;
    padding-right: 2.275%;
  }
  body a.common_anchor {
    font-size: 11px;
  }
  body p.small_size {
    font-size: 11px;
  }
  body .common_header.small {
    font-size: 18px;
  }
}

body .gridContainer.small_test_wrap {
  max-width: 900px;
  min-width: auto;
  width: auto;
  background-color: #fff;
  padding: 30px !important;
  border-radius: 8px;
  margin-top: 15px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.full_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.half_wrap {
  width: 50%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

img,
video,
iframe {
  max-width: 100%;
}

.gardient {
  background: #C7883D;
  background: -webkit-gradient(linear, right top, left top, from(#c7883d), color-stop(48%, #eec789), to(#e3ad56));
  background: linear-gradient(270deg, #c7883d 0%, #eec789 48%, #e3ad56 100%);
}

.gradient_text {
  color: #C7893E;
  background-image: linear-gradient(45deg, #C7893E, #EDC78A 50%, #E3AD56 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.capital_letter_spacing {
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.opacity_text {
  opacity: 0.5;
}

.margin_top {
  margin-top: 15px;
}

.margin_top_more {
  margin-top: 7vh;
}

.padding_top {
  padding: 15px;
}

.padding_top_more {
  padding: 7vh;
}

/*Home starts*/
.slider_home_wrap {
  overflow: hidden;
}

.slider_home_wrap .image_wrap {
  height: 100vh;
}

.slider_home_wrap .image_wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider_home_wrap .shad_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}

.slider_home_wrap .title_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 2;
  top: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home_icon_wrap {
  text-align: center;
  overflow: hidden;
  padding-top: 7vh;
  padding-bottom: 7vh;
  background: url("../images/blue_pattern_common.jpg") center no-repeat;
  background-size: cover;
}

.home_icon_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 7vh;
}

.home_icon_wrap ul li {
  width: 25%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 0%;
  padding: 20px;
}

.home_icon_wrap ul li:nth-child(4n+0) {
  margin-right: 0;
}

.home_icon_wrap .review {
  margin-top: 7vh;
}

.home_icon_wrap .common_anchor {
  margin-top: 7vh;
}

.home_tour_list_wrap {
  padding-top: 7vh;
  padding-bottom: 7vh;
  background: url("../images/home_world_map.png") 0 80% repeat-x;
  background-size: 50% auto;
}

.home_tour_list_wrap .data_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 30%;
}

.home_tour_list_wrap .list_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 70%;
  padding-left: 30px;
}

.home_tour_list_wrap .list_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.home_tour_list_wrap .list_wrap ul li {
  width: 33.33333%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 0%;
  cursor: pointer;
  padding: 20px;
}

.home_tour_list_wrap .list_wrap ul li:nth-child(3n+0) {
  margin-right: 0;
}

.home_tour_list_wrap .list_wrap ul li .common_header {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home_tour_list_wrap .list_wrap ul li .text_wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 15px;
}

.home_tour_list_wrap .list_wrap ul li .text_wrap .common_anchor {
  width: auto;
  padding: 8px 10px;
  text-transform: initial;
  font-size: 10px;
}

.home_tour_list_wrap .list_wrap ul li:hover .common_header {
  color: #ffb919;
}

.review_wrap_home {
  padding-top: 7vh;
  padding-bottom: 7vh;
  background: url("../images/white_pattern_common.jpg") center no-repeat;
  background-size: cover;
}

.review_wrap_home .compas_wrap {
  position: absolute;
  bottom: -100px;
  left: -50px;
  width: 300px;
  -webkit-animation: rotation 20s linear infinite;
          animation: rotation 20s linear infinite;
}

.review_wrap_home .compas_wrap img {
  width: 100%;
}

.review_wrap_home .data_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: center;
  padding-left: 80px;
}

.review_wrap_home .image_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
}

.review_wrap_home .image_wrap img {
  width: 100%;
}

.review_wrap_home .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home_grid_wrap {
  padding-top: 7vh;
  padding-bottom: 7vh;
  background: url("../images/element_logo.png") center center no-repeat;
  text-align: center;
}

.home_grid_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  height: 100vh;
}

.home_grid_wrap ul li {
  width: 22.75%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
  margin-top: 15px;
  text-align: center;
  position: absolute;
  left: 20px;
  top: 5%;
  z-index: 2;
  height: 40%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home_grid_wrap ul li:nth-child(4n+0) {
  margin-right: 0;
}

.home_grid_wrap ul li img {
  width: 100%;
}

.home_grid_wrap ul li .title_wrap {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0;
  padding: 10px;
}

.home_grid_wrap ul li:hover {
  z-index: 5 !important;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.home_grid_wrap ul li .image_wrap {
  height: 100%;
}

.home_grid_wrap ul li .image_wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.home_grid_wrap ul li:nth-child(2) {
  left: 20%;
  top: 8%;
}

.home_grid_wrap ul li:nth-child(3) {
  left: 38%;
  top: 2%;
}

.home_grid_wrap ul li:nth-child(4) {
  top: 10%;
  left: 55%;
}

.home_grid_wrap ul li:nth-child(5) {
  left: 72%;
  top: 2%;
}

.home_grid_wrap ul li:nth-child(6) {
  left: 65%;
  top: 49%;
  z-index: 1;
}

.home_grid_wrap ul li:nth-child(7) {
  left: 15%;
  top: 47%;
  z-index: 1;
}

.home_grid_wrap ul li:nth-child(8) {
  left: 38%;
  top: 45%;
  z-index: 1;
}

.home_grid_wrap .common_anchor {
  margin-top: 7vh;
  float: none;
}

.founder_home_wrap {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background: url("../images/bottomfounderimage.jpg") fixed center center no-repeat;
  -webkit-background-size: cover;
  text-align: center;
}

.left_right_parent {
  padding-top: 7vh;
  padding-bottom: 7vh;
}

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

.left_right_parent .inner_data_wrap {
  margin-top: 7vh;
}

.left_right_parent .inner_data_wrap .image_wrap img {
  width: 100%;
}

.left_right_parent .inner_data_wrap .data_wrap {
  padding: 30px;
}

.left_right_parent .inner_data_wrap .data_wrap .common_header {
  padding: 0;
}

.left_right_parent .inner_data_wrap .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.left_right_parent .inner_data_wrap.right .image_wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.left_right_parent .inner_data_wrap.right .data_wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 20px 0;
  z-index: 1000;
}

.header_wrap .nav_wrap {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.header_wrap .nav_wrap p {
  color: #fff;
  text-transform: uppercase;
}

.header_wrap .nav_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 0;
  margin: 0;
}

.header_wrap .nav_wrap ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.header_wrap .nav_wrap ul li p {
  padding: 0;
}

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

.header_wrap .logo_p_wrap img {
  width: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header_wrap .search_wrap {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.header_wrap .search_wrap img {
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header_wrap .search_wrap .form_field {
  background: #444c52;
  border: 0;
  margin: 0;
  padding-left: 50px;
  color: #fff;
  border-radius: 30px;
}

.header_wrap .search_wrap .form_field::-webkit-input-placeholder {
  color: #fff;
}

.header_wrap .search_wrap .form_field:-ms-input-placeholder {
  color: #fff;
}

.header_wrap .search_wrap .form_field::-ms-input-placeholder {
  color: #fff;
}

.header_wrap .search_wrap .form_field::placeholder {
  color: #fff;
}

.scrolled .header_wrap {
  background-color: #292766;
}

.mobile_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 350px;
  max-width: 100%;
  height: 100vh;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow: auto;
  bottom: 0;
  z-index: 9999;
  background: #fff;
  border-right: 1px solid #2d2a6a;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile_menu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mobile_menu .inner_wrap {
  padding-top: 50px;
}

.mobile_menu .close_icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 40px;
  padding: 5px;
}

.mobile_menu p {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  padding: 0;
  text-align: left;
  color: #2d2a6a;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile_menu .logo_a {
  display: inline-block;
  padding: 0px 20px;
  width: 120px;
  margin-bottom: 15px;
  display: none;
}

.mobile_menu .social_wrap {
  padding: 10px 20px;
  display: none !important;
}

.mobile_menu .social_wrap .social_a {
  width: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.mobile_menu .social_wrap p {
  margin-bottom: 10px;
  opacity: 0.5;
}

.mobile_menu .info_wrap {
  padding: 20px 20px;
  display: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.mobile_menu .info_wrap .p {
  margin-bottom: 10px;
  opacity: 0.5;
}

.mobile_menu ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.mobile_menu ul li {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.mobile_menu ul li a {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  padding: 10px 20px;
}

.mobile_menu ul li:hover a p {
  color: #ffb919;
}

.faq_section {
  background: #eaeaea;
  padding: 7vh 0;
}

.faq_section .gridContainer {
  max-width: 1250px;
}

.faq_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.faq_title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #a3a3b3 !important;
  margin: 0;
}

.faqlr_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.faq_list_wrap {
  width: calc(100% - 150px);
}

.faq_item {
  border-bottom: 2px solid #bdbdbd;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.faq_question {
  font-size: 18px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-family: inherit;
}

.faq_arrow {
  width: 15px;
  margin-left: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faq_arrow img {
  float: left;
}

.faq_arrow.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq_answer {
  display: none;
  color: #666;
}

.faq_item.active .faq_answer {
  display: block;
}

.faq_item.active .faq_arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faqs_wrap {
  overflow: hidden;
}

.faqs_inner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.faqs_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: linear-gradient(135deg, #FFC83D 0%, #FFB919 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 60px;
  width: 100%;
}

.faqs_content {
  width: 100%;
}

.faqs_main_title {
  margin-bottom: 15px !important;
}

.faq_item_pdp {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faq_question_pdp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #2d2a6a;
  font-family: reg_font;
  font-size: 16px;
  line-height: 1.4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faq_question_pdp:hover {
  color: #fff;
}

.faq_number {
  margin-right: 10px;
  font-family: semi_font;
  min-width: 25px;
}

.faq_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.faq_icon {
  font-size: 24px;
  font-weight: bold;
  margin-left: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 24px;
  text-align: center;
}

.faq_item_pdp.active .faq_icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.faq_answer_pdp {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faq_answer_pdp p {
  margin: 0;
  padding: 15px 0 0 35px;
  color: #000;
  opacity: 0.85;
  line-height: 1.7;
  font-size: 14px;
}

.faq_item_pdp.active .faq_answer_pdp {
  max-height: 500px;
}

.faqs_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: url("../images/faq.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.faqs_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.footer_wrap {
  background: #2c2863;
  color: #fff;
  padding: 60px 0 40px 0;
  font-family: inherit;
}

.footer_wrap .common_header {
  font-size: 18px !important;
}

.footer_wrap .gridContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer_col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 22%;
          flex: 1 1 22%;
  min-width: 220px;
  padding-right: 30px;
  margin-bottom: 30px;
}

.logo_col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 28%;
          flex: 1 1 28%;
  min-width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.footer_logo {
  width: 120px;
  margin-bottom: 18px;
}

.footer_tagline {
  color: #ffc83d;
  font-size: 16px;
  margin-top: 8px;
  line-height: 1.4;
}

.footer_heading {
  color: #ffc83d;
  margin-bottom: 18px;
  letter-spacing: 1px;
}

.footer_col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}

.footer_col ul li {
  color: #fff;
  margin-bottom: 10px;
}

.footer_col ul li p {
  color: #fff;
  padding-top: 0;
}

.footer_col ul li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.footer_col ul li a:hover {
  color: #ffb919;
}

.footer_socials {
  margin-top: 12px;
}

.footer_socials a {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  width: 25px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.footer_socials a:hover {
  color: #ffc83d;
}

.videos_tale_wrap {
  overflow: hidden;
  padding-top: 7vh;
  padding-bottom: 7vh;
  background: #f8f9fa;
}

.videos_tale_wrap .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.videos_tale_wrap .swiper {
  margin-top: 15px;
  overflow: visible;
}

.videos_tale_wrap .swiper-slide {
  height: auto;
}

.videos_tale_wrap .video_card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  cursor: pointer;
}

.videos_tale_wrap .video_card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 4px 15px 40px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 15px 40px 1px rgba(0, 0, 0, 0.2);
}

.videos_tale_wrap .video_card:hover .video_thumbnail img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.videos_tale_wrap .video_card:hover .play_icon {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  background: rgba(255, 185, 25, 0.95);
}

.videos_tale_wrap .video_thumbnail {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}

.videos_tale_wrap .video_thumbnail img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.videos_tale_wrap .video_card:hover .video_thumbnail:before {
  background: rgba(0, 0, 0, 0.3);
}

.videos_tale_wrap .play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border: 5px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  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;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.videos_tale_wrap .play_icon:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff;
  margin-left: 4px;
}

.videos_tale_wrap .video_info {
  padding: 25px;
  background: white;
}

.videos_tale_wrap .video_info h4 {
  color: #2d2a6a;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.videos_tale_wrap .video_info p {
  color: #000;
  margin: 0;
  line-height: 1.6;
  font-size: 14px;
  opacity: 0.8;
}

.videos_tale_wrap .swiper-button-next,
.videos_tale_wrap .swiper-button-prev {
  color: #ffb919;
  background: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.videos_tale_wrap .swiper-button-next:after,
.videos_tale_wrap .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
}

.videos_tale_wrap .swiper-button-next:hover,
.videos_tale_wrap .swiper-button-prev:hover {
  background: #ffb919;
  color: white;
}

.videos_tale_wrap .swiper-pagination-bullet {
  background: #2d2a6a;
  opacity: 0.3;
  width: 12px;
  height: 12px;
}

.videos_tale_wrap .swiper-pagination-bullet-active {
  background: #ffb919;
  opacity: 1;
}

/*PDP starts*/
.slider_home_wrap.pdp {
  height: 80vh;
}

.slider_home_wrap.pdp .image_wrap {
  height: 100%;
}

.slider_home_wrap.pdp ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}

.slider_home_wrap.pdp ul li {
  width: 14.16667%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
  background-color: #ffb919;
  border-radius: 8px;
}

.slider_home_wrap.pdp ul li:nth-child(6n+0) {
  margin-right: 0;
}

.slider_home_wrap.pdp ul li p {
  padding: 0;
  padding: 15px;
  text-transform: uppercase;
  font-family: med_font !important;
}

.slider_home_wrap.pdp .common_header {
  padding-top: 10vh;
}

.slider_home_wrap.pdp .common_header.large {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0%, transparent), to(#fff));
  background-image: linear-gradient(180deg, #fff 0%, transparent 0%, #fff 100%);
  font-size: 9vw;
}

.pdp_overview_wrap {
  padding-top: 7vh;
  padding-bottom: 7vh;
}

.pdp_overview_wrap .image_wrap {
  text-align: center;
  padding: 30px;
}

.pdp_overview_wrap .image_wrap img {
  width: 80%;
}

.pdp_overview_wrap .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.itinerary_wrap {
  min-height: 100vh;
  background-image: url("../images/blue_pattern_common.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  margin-top: 7vh;
}

.itinerary_wrap .itinerary_inner {
  min-height: 100vh;
}

.itinerary_wrap .itinerary_parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 100vh;
  gap: 40px;
}

.itinerary_wrap .itinerary_image_wrap {
  width: 50%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  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;
  padding: 60px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.itinerary_wrap .itinerary_image_wrap .image_container {
  position: relative;
  width: 100%;
  height: 70vh;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.itinerary_wrap .itinerary_image_wrap .image_container .itinerary_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}

.itinerary_wrap .itinerary_image_wrap .image_container .itinerary_img.active {
  opacity: 1;
  z-index: 2;
}

.itinerary_wrap .itinerary_content_wrap {
  width: 50%;
  padding: 80px 40px 80px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.itinerary_wrap .itinerary_content_wrap .itinerary_header {
  margin-bottom: 60px;
}

.itinerary_wrap .itinerary_content_wrap .itinerary_header h2 {
  color: #2d2a6a;
  font-size: 48px;
  line-height: 1.3;
}

.itinerary_wrap .itinerary_content_wrap .itinerary_day {
  margin-bottom: 80px;
  padding: 0;
  background: transparent;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.itinerary_wrap .itinerary_content_wrap .itinerary_day:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.itinerary_wrap .itinerary_content_wrap .itinerary_day:last-child {
  margin-bottom: 100px;
}

.itinerary_wrap .itinerary_content_wrap .itinerary_day .day_number {
  margin-bottom: 15px;
}

.itinerary_wrap .itinerary_content_wrap .itinerary_day .day_number h3 {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: reg_font !important;
}

.itinerary_wrap .itinerary_content_wrap .itinerary_day .day_title {
  margin-bottom: 20px;
}

.itinerary_wrap .itinerary_content_wrap .itinerary_day .day_title h4 {
  color: #ffb919;
  font-size: 28px;
  line-height: 1.4;
}

.itinerary_wrap .itinerary_content_wrap .itinerary_day .day_description p {
  color: #000;
  line-height: 1.8;
  margin: 0;
  color: white;
  font-family: light_font;
}

.title_break_wrap {
  margin-top: 7vh;
  margin-bottom: 7vh;
}

.experience_wrap {
  padding-top: 7vh;
  padding-bottom: 7vh;
  background: url("../images/experience_1.jpg") center no-repeat;
  background-size: cover;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.experience_wrap .data_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: center;
  padding: 40px;
  text-align: left;
}

.experience_wrap .data_wrap img {
  max-width: 120px;
  margin-bottom: 20vh;
}

.reviews_section {
  padding-top: 7vh;
  padding-bottom: 7vh;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.reviews_section .reviews_header {
  text-align: center;
  margin-bottom: 80px;
}

.reviews_section .reviews_header .reviews_logo {
  max-width: 80px;
  margin-bottom: 30px;
  opacity: 0.9;
}

.reviews_section .reviews_header h2 {
  color: #2d2a6a;
  margin-bottom: 20px;
  line-height: 1.3;
}

.reviews_section .reviews_header .subtitle {
  color: #000;
  font-size: 18px;
  opacity: 0.8;
  max-width: 600px;
  margin: 0 auto;
}

.reviews_section .reviews_slider_wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  padding-bottom: 90px;
}

.reviews_section .reviews_slider_wrap:before, .reviews_section .reviews_slider_wrap:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}

.reviews_section .reviews_slider_wrap:before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#f8f9fa), to(transparent));
  background: linear-gradient(to right, #f8f9fa, transparent);
}

.reviews_section .reviews_slider_wrap:after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#f8f9fa), to(transparent));
  background: linear-gradient(to left, #f8f9fa, transparent);
}

.reviews_section .reviews_track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-animation: scroll-reviews 40s linear infinite;
          animation: scroll-reviews 40s linear infinite;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.reviews_section .reviews_track:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.reviews_section .review_card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 450px;
          flex: 0 0 450px;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.reviews_section .review_card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 4px 15px 40px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 15px 40px 1px rgba(0, 0, 0, 0.2);
}

.reviews_section .review_card .review_media {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.reviews_section .review_card .review_media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.reviews_section .review_card .review_media .play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 2;
}

.reviews_section .review_card .review_media .play_button:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.reviews_section .review_card .review_media .play_button svg {
  -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.reviews_section .review_card .review_media:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.reviews_section .review_card .review_content {
  padding: 30px;
}

.reviews_section .review_card .review_content .rating {
  margin-bottom: 15px;
}

.reviews_section .review_card .review_content .rating .star {
  color: #ffb919;
  font-size: 20px;
  margin-right: 3px;
}

.reviews_section .review_card .review_content h4 {
  color: #2d2a6a;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.reviews_section .review_card .review_content p {
  color: #000;
  line-height: 1.7;
  margin: 0;
}

@-webkit-keyframes scroll-reviews {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-480px * 6));
            transform: translateX(calc(-480px * 6));
  }
}

@keyframes scroll-reviews {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-480px * 6));
            transform: translateX(calc(-480px * 6));
  }
}

.booking_forms_section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f0f4f8 0%, #d9e2ec 100%);
  position: relative;
}

.booking_forms_section .booking_form_card {
  max-width: 900px;
  margin: 0 auto;
  background: white;
  border-radius: 20px;
  padding: 60px;
  float: none;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  display: none;
}

.booking_forms_section .booking_form_card.active {
  display: block;
  -webkit-animation: fadeInUp 0.5s ease forwards;
          animation: fadeInUp 0.5s ease forwards;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.booking_forms_section .booking_form_card .form_icon {
  text-align: center;
  margin-bottom: 30px;
}

.booking_forms_section .booking_form_card .form_icon img {
  max-width: 80px;
  opacity: 0.9;
}

.booking_forms_section .booking_form_card .form_title {
  color: #2d2a6a;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.3;
}

.booking_forms_section .booking_form_card .form_description {
  color: #000;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 40px;
  opacity: 0.85;
}

.booking_forms_section .booking_form_card .form_description.small_text {
  font-size: 14px;
  margin-bottom: 30px;
}

.booking_forms_section .booking_form_card .section_subheading {
  color: #2d2a6a;
  font-size: 28px;
  text-align: center;
  margin: 40px 0 20px;
  line-height: 1.4;
}

.booking_forms_section .booking_form_card .toggle_form_link {
  display: block;
  text-align: center;
  color: #2d2a6a;
  font-size: 16px;
  text-decoration: underline;
  margin-top: 30px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
}

.booking_forms_section .booking_form_card .toggle_form_link:hover {
  color: #ffb919;
}

.booking_forms_section .group_dates_form .departure_dates_list {
  margin-bottom: 20px;
}

.booking_forms_section .group_dates_form .date_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px;
  background: linear-gradient(135deg, #faf9f7 0%, #f5f3f0 100%);
  border-radius: 12px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.booking_forms_section .group_dates_form .date_option:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.booking_forms_section .group_dates_form .date_option .date_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.booking_forms_section .group_dates_form .date_option .date_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.booking_forms_section .group_dates_form .date_option .date_block .date_label {
  font-size: 11px;
  color: #000;
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.booking_forms_section .group_dates_form .date_option .date_block .date_value {
  font-family: med_font;
  font-size: 22px;
  color: #2d2a6a;
  letter-spacing: 1px;
}

.booking_forms_section .group_dates_form .date_option .date_btn {
  padding: 12px 32px;
  border: none;
  border-radius: 25px;
  font-family: semi_font;
  font-size: 13px;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.booking_forms_section .group_dates_form .date_option .date_btn.inquire_btn {
  background: #ffb919;
  color: white;
}

.booking_forms_section .group_dates_form .date_option .date_btn.inquire_btn:hover {
  background: #e59f00;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.booking_forms_section .group_dates_form .date_option .date_btn.sold_out_btn {
  background: #f0f0f0;
  color: #999;
  cursor: not-allowed;
}

.booking_forms_section .custom_date_form .custom_booking_form {
  margin-top: 40px;
}

.booking_forms_section .custom_date_form .form_section {
  margin-bottom: 40px;
}

.booking_forms_section .custom_date_form .form_section .section_title {
  font-family: semi_font;
  font-size: 18px;
  color: #2d2a6a;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e9ecef;
}

.booking_forms_section .custom_date_form .traveller_counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.booking_forms_section .custom_date_form .counter_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px;
  background: #fafbfc;
  border-radius: 8px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.booking_forms_section .custom_date_form .counter_item:hover {
  background: #f5f7f9;
}

.booking_forms_section .custom_date_form .counter_item .counter_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.booking_forms_section .custom_date_form .counter_item .counter_label .label_main {
  font-family: med_font;
  font-size: 14px;
  color: #2d2a6a;
  margin-bottom: 3px;
}

.booking_forms_section .custom_date_form .counter_item .counter_label .label_sub {
  font-size: 12px;
  color: #000;
  opacity: 0.6;
}

.booking_forms_section .custom_date_form .counter_item .counter_controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.booking_forms_section .custom_date_form .counter_item .counter_controls .counter_btn {
  width: 32px;
  height: 32px;
  border: 2px solid #ffb919;
  background: white;
  border-radius: 50%;
  color: #ffb919;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
}

.booking_forms_section .custom_date_form .counter_item .counter_controls .counter_btn:hover {
  background: #ffb919;
  color: white;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.booking_forms_section .custom_date_form .counter_item .counter_controls .counter_btn:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.booking_forms_section .custom_date_form .counter_item .counter_controls .counter_value {
  width: 40px;
  text-align: center;
  font-family: semi_font;
  font-size: 16px;
  border: none;
  background: transparent;
  color: #2d2a6a;
}

.booking_forms_section .custom_date_form .date_inputs,
.booking_forms_section .custom_date_form .contact_inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.booking_forms_section .custom_date_form .input_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.booking_forms_section .custom_date_form .input_group.half {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: calc(50% - 10px);
}

.booking_forms_section .custom_date_form .input_group label {
  font-family: med_font;
  font-size: 12px;
  color: #000;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.booking_forms_section .custom_date_form .input_group .form_input {
  padding: 15px 18px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 15px;
  color: #2d2a6a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: reg_font;
}

.booking_forms_section .custom_date_form .input_group .form_input:focus {
  outline: none;
  border-color: #ffb919;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 185, 25, 0.1);
          box-shadow: 0 0 0 3px rgba(255, 185, 25, 0.1);
}

.booking_forms_section .custom_date_form .input_group .form_input::-webkit-input-placeholder {
  color: #9ca3af;
  opacity: 0.8;
}

.booking_forms_section .custom_date_form .input_group .form_input:-ms-input-placeholder {
  color: #9ca3af;
  opacity: 0.8;
}

.booking_forms_section .custom_date_form .input_group .form_input::-ms-input-placeholder {
  color: #9ca3af;
  opacity: 0.8;
}

.booking_forms_section .custom_date_form .input_group .form_input::placeholder {
  color: #9ca3af;
  opacity: 0.8;
}

.booking_forms_section .custom_date_form .submit_btn {
  width: 100%;
  padding: 18px;
  background: #ffb919;
  color: white;
  border: none;
  border-radius: 30px;
  font-family: semi_font;
  font-size: 16px;
  letter-spacing: 1.5px;
  cursor: pointer;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.booking_forms_section .custom_date_form .submit_btn:hover {
  background: #e59f00;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 20px rgba(255, 185, 25, 0.3);
          box-shadow: 0 8px 20px rgba(255, 185, 25, 0.3);
}

.booking_forms_section .custom_date_form .submit_btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.booking_forms_section .custom_date_form .privacy_text {
  text-align: center;
  font-size: 11px;
  color: #000;
  opacity: 0.6;
  margin-top: 15px;
  line-height: 1.6;
}

.scrolled .header_wrap .logo_p_wrap img {
  width: 60px;
}

.mfp-bg {
  background: #000;
  opacity: 0.95;
}

.mfp-video {
  background: #000;
  max-width: 90%;
  max-height: 90vh;
}

.mfp-iframe-scaler {
  padding-top: 0;
  overflow: visible;
}

.mfp-iframe-scaler iframe,
.mfp-iframe-scaler video {
  background: #000;
}

.mfp-close {
  color: #fff;
  font-size: 42px;
  opacity: 0.8;
}

.mfp-close:hover {
  opacity: 1;
}

.green_tabs {
  border: 0;
  margin-bottom: 15px;
}

.green_tabs li a {
  padding: 0;
  border: 0 !important;
}

.green_tabs li + li {
  margin-left: 20px;
}

.green_tabs li.active a {
  background: transparent !important;
  border: 0;
}

.green_tabs .common_header {
  padding: 0 !important;
  color: #b2b2b2;
}

.green_tabs li.active .common_header {
  color: #0f8a0c !important;
  border-bottom: 2px solid #0f8a0c;
}

.tour_incls_wrap {
  margin-bottom: 7vh;
}

.tour_incls_wrap .inner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #e9e9ef;
  overflow: hidden;
  border-radius: 16px;
}

.tour_incls_wrap .inner_wrap .left_wrap {
  width: 55%;
  padding: 40px;
}

.tour_incls_wrap .inner_wrap .right_wrap {
  width: 45%;
  background: url("../images/exclusion-inclusion.jpg") center no-repeat;
  background-size: cover;
}

/*About Starts*/
.about_top_data_wrap {
  padding-top: 7vh;
  padding-bottom: 15vh;
  background: url("../images/blue_pattern_common.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
}

.about_top_data_wrap p {
  padding-top: 7vh;
  padding-left: 10vw;
  padding-right: 10vw;
}

.slider_home_wrap.about .title_wrap {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 15vh;
}

.slider_home_wrap.about .image_wrap img {
  -o-object-position: bottom center;
     object-position: bottom center;
}

.pdp_overview_wrap.about_oveerview .parent {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.pdp_overview_wrap.about_oveerview .image_wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transform: translateY(-180px);
          transform: translateY(-180px);
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.pdp_overview_wrap.about_oveerview .data_wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  z-index: 20;
}

.numbers_wrap {
  margin-top: 7vh;
}

.numbers_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  padding-top: 7vh;
  padding-bottom: 7vh;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.numbers_wrap ul li {
  width: 25%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 0%;
  text-align: center;
  padding: 10px;
}

.numbers_wrap ul li:nth-child(4n+0) {
  margin-right: 0;
}

.numbers_wrap ul li .common_header.large {
  padding-top: 0;
}

.pdp_overview_wrap.founder .image_wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0;
}

.pdp_overview_wrap.founder .image_wrap img {
  width: 100%;
}

.pdp_overview_wrap.founder .data_wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.pdp_overview_wrap.founder .text_wrap {
  padding-left: 30px;
}

/*Responsive Starts*/
@media only screen and (max-width: 1599px) {
  .about_top_data_wrap img {
    max-width: 55%;
  }
  .pdp_overview_wrap.about_oveerview .image_wrap {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-bottom: 7vh;
  }
}

@media only screen and (max-width: 1100px) {
  .booking_forms_section .booking_form_card {
    width: 100%;
    max-width: 100%;
  }
  .review_wrap_home .compas_wrap {
    width: 250px;
  }
  .home_tour_list_wrap {
    background: none;
  }
  .home_tour_list_wrap .list_wrap ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
  }
  .home_tour_list_wrap .list_wrap ul li img {
    width: 100%;
  }
  .home_grid_wrap .common_anchor {
    margin-top: 0;
  }
  .home_grid_wrap ul {
    height: 80vh;
  }
}

@media only screen and (max-width: 786px) {
  .pdp_overview_wrap.about_oveerview .image_wrap {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .pdp_overview_wrap.about_oveerview .data_wrap {
    background-color: #fff;
    padding-top: 7vh;
  }
  .pdp_overview_wrap.about_oveerview .data_wrap .margin_top_more {
    margin-top: 7vh;
  }
  .numbers_wrap {
    margin-top: 15px;
  }
  .numbers_wrap ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .numbers_wrap ul li {
    width: 50%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 0%;
    margin-top: 15px;
    padding: 30px;
  }
  .numbers_wrap ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .tour_incls_wrap .inner_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tour_incls_wrap .inner_wrap .left_wrap,
  .tour_incls_wrap .inner_wrap .right_wrap {
    width: 100%;
  }
  .tour_incls_wrap .inner_wrap .right_wrap {
    height: 50vh;
  }
  .slider_home_wrap.pdp {
    height: 60vh;
  }
  .slider_home_wrap.pdp .image_wrap {
    height: 100%;
  }
  .slider_home_wrap.pdp ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .slider_home_wrap.pdp ul li {
    width: 48.5%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 3%;
    margin-top: 15px;
  }
  .slider_home_wrap.pdp ul li:nth-child(6) {
    margin-right: 3%;
  }
  .slider_home_wrap.pdp ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .slider_home_wrap.pdp .common_header {
    padding-top: 10vh;
  }
  .slider_home_wrap.pdp .common_header.large {
    font-size: 9vw;
  }
  .pdp_overview_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pdp_overview_wrap .image_wrap {
    width: 100%;
    padding: 0;
    margin-top: 7vh;
  }
  .pdp_overview_wrap .data_wrap {
    width: 100%;
    padding: 0;
    margin-top: 7vh;
  }
  .itinerary_wrap .itinerary_parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .itinerary_wrap .itinerary_image_wrap {
    width: 100%;
    position: relative;
    height: 50vh;
    padding: 40px 20px;
  }
  .itinerary_wrap .itinerary_image_wrap .image_container {
    height: 100%;
  }
  .itinerary_wrap .itinerary_content_wrap {
    width: 100%;
    padding: 40px 20px;
  }
  .itinerary_wrap .itinerary_content_wrap .itinerary_header {
    margin-bottom: 40px;
  }
  .itinerary_wrap .itinerary_content_wrap .itinerary_header h2 {
    font-size: 36px;
  }
  .itinerary_wrap .itinerary_content_wrap .itinerary_day {
    padding: 30px;
    margin-bottom: 50px;
  }
  .itinerary_wrap .itinerary_content_wrap .itinerary_day .day_number h3 {
    font-size: 20px;
  }
  .itinerary_wrap .itinerary_content_wrap .itinerary_day .day_title h4 {
    font-size: 24px;
  }
  .itinerary_wrap .itinerary_content_wrap .itinerary_day .day_description p {
    font-size: 15px;
  }
  .reviews_section {
    padding: 60px 0 50px;
  }
  .reviews_section .reviews_header {
    margin-bottom: 50px;
  }
  .reviews_section .reviews_header .reviews_logo {
    max-width: 60px;
    margin-bottom: 20px;
  }
  .reviews_section .reviews_header h2 {
    font-size: 36px;
  }
  .reviews_section .reviews_header .subtitle {
    font-size: 16px;
    padding: 0 20px;
  }
  .reviews_section .review_card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
            flex: 0 0 380px;
  }
  .reviews_section .review_card .review_media {
    height: 250px;
  }
  .reviews_section .review_card .review_content {
    padding: 25px;
  }
  .reviews_section .review_card .review_content h4 {
    font-size: 18px;
  }
  .reviews_section .review_card .review_content p {
    font-size: 14px;
  }
  .booking_forms_section {
    padding: 70px 0;
  }
  .booking_forms_section .booking_form_card {
    padding: 50px 40px;
    width: 100%;
  }
  .booking_forms_section .booking_form_card .section_subheading {
    font-size: 24px;
  }
  .booking_forms_section .group_dates_form .date_option {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  .booking_forms_section .group_dates_form .date_option .date_info {
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .booking_forms_section .group_dates_form .date_option .date_btn {
    width: 100%;
  }
  .booking_forms_section .custom_date_form .input_group.half {
    min-width: 100%;
  }
  .footer_wrap .gridContainer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_col {
    margin-bottom: 24px;
  }
  .logo_col {
    min-width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }
  .faq_item {
    padding: 20px 10px;
  }
  .faq_list_wrap {
    width: 100%;
  }
  .faq_question {
    font-size: 13px;
  }
  .faqs_inner_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
  }
  .faqs_left {
    width: 100%;
    padding: 50px 30px;
  }
  .faqs_right {
    width: 100%;
    height: 55vh;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .faqs_right img {
    height: 55vh;
  }
  .faqs_main_title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .faq_question_pdp {
    font-size: 14px;
  }
  .faq_answer_pdp p {
    font-size: 13px;
    padding-left: 25px;
  }
  .header_wrap .nav_wrap ul li {
    display: none;
  }
  .header_wrap .nav_wrap ul li:nth-child(1) {
    display: block;
  }
  .videos_tale_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .videos_tale_wrap .title_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 15px;
  }
  .videos_tale_wrap .title_wrap br {
    display: none;
  }
  .videos_tale_wrap .play_icon {
    width: 60px;
    height: 60px;
  }
  .videos_tale_wrap .play_icon:after {
    border-width: 10px 0 10px 16px;
  }
  .videos_tale_wrap .video_info {
    padding: 20px;
  }
  .videos_tale_wrap .video_info h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .videos_tale_wrap .video_info p {
    font-size: 13px;
  }
  .videos_tale_wrap .swiper-button-next,
  .videos_tale_wrap .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .videos_tale_wrap .swiper-button-next:after,
  .videos_tale_wrap .swiper-button-prev:after {
    font-size: 16px;
  }
  .home_icon_wrap ul li {
    width: 50%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 0%;
    padding: 30px;
  }
  .home_icon_wrap ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .home_tour_list_wrap .list_wrap {
    width: 100%;
    padding-left: 0;
    margin-top: 7vh;
  }
  .home_tour_list_wrap .list_wrap ul {
    padding: 0;
    margin: 0;
  }
  .home_tour_list_wrap .data_wrap {
    width: 100%;
  }
  .review_wrap_home .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .review_wrap_home .image_wrap {
    width: 100%;
  }
  .review_wrap_home .data_wrap {
    width: 100%;
    padding: 0;
    margin-top: 7vh;
  }
  .home_grid_wrap .common_anchor {
    margin-top: 7vh;
  }
  .home_grid_wrap ul {
    height: 100vh;
  }
  .home_grid_wrap ul li {
    width: 48.5%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 3%;
    margin-top: 7vh;
  }
  .home_grid_wrap ul li:nth-child(4n+0) {
    margin-right: 3%;
  }
  .home_grid_wrap ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .home_grid_wrap {
    overflow: hidden;
  }
  .home_grid_wrap ul li {
    position: absolute;
    left: -10px;
    top: 5%;
    width: 40%;
    height: 40%;
    height: auto;
  }
  .home_grid_wrap ul li p {
    font-size: 10px;
  }
  .home_grid_wrap ul li:nth-child(2) {
    left: 33%;
    top: 12%;
  }
  .home_grid_wrap ul li:nth-child(3) {
    left: 65%;
    top: 0%;
  }
  .home_grid_wrap ul li:nth-child(4) {
    top: 35%;
    left: 3%;
  }
  .home_grid_wrap ul li:nth-child(5) {
    left: 64%;
    top: 35%;
  }
  .home_grid_wrap ul li:nth-child(6) {
    left: -20px;
    top: 65%;
  }
  .home_grid_wrap ul li:nth-child(7) {
    left: 32%;
    top: 60%;
  }
  .home_grid_wrap ul li:nth-child(8) {
    left: 70%;
    top: 65%;
  }
  .left_right_parent .inner_data_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .left_right_parent .inner_data_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .left_right_parent .inner_data_wrap .image_wrap {
    width: 100%;
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .left_right_parent .inner_data_wrap .data_wrap {
    width: 100%;
    margin-top: 7vh;
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
    padding: 0;
  }
}

@media only screen and (max-width: 480px) {
  .about_top_data_wrap {
    padding-bottom: 7vh;
  }
  .about_top_data_wrap p {
    padding-left: 0;
    padding-right: 0;
  }
  .numbers_wrap ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .numbers_wrap ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 0%;
    padding: 30px;
  }
  .numbers_wrap ul li:nth-child(1n+0) {
    margin-right: 0;
  }
  .team_wrap {
    padding-top: 0;
    margin-top: 0;
  }
  .pdp_overview_wrap.founder .text_wrap {
    padding: 0;
  }
  .pdp_overview_wrap.founder .image_wrap {
    padding: 0;
    margin: 0;
  }
  .tour_incls_wrap .inner_wrap .left_wrap {
    padding: 20px;
  }
  .experience_wrap {
    padding-top: 7vh;
    padding-bottom: 7vh;
    background: url("../images/experience_1.jpg") center center no-repeat;
    background-size: cover;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    padding-top: 7vh;
    padding-bottom: 7vh;
    padding-bottom: 0;
  }
  .experience_wrap .data_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    text-align: left;
    background: rgba(0, 0, 0, 0.5);
    margin-top: 30vh;
  }
  .experience_wrap .data_wrap img {
    max-width: 80px;
    margin-bottom: 0;
  }
  .slider_home_wrap.pdp {
    height: 60vh;
  }
  .slider_home_wrap.pdp .image_wrap {
    height: 100%;
  }
  .slider_home_wrap.pdp ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .slider_home_wrap.pdp ul li {
    width: 48.5%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 3%;
    margin-top: 15px;
  }
  .slider_home_wrap.pdp ul li:nth-child(6) {
    margin-right: 3%;
  }
  .slider_home_wrap.pdp ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .slider_home_wrap.pdp ul li p {
    font-size: 10px;
    padding: 8px;
  }
  .slider_home_wrap.pdp .common_header {
    padding-top: 10vh;
  }
  .slider_home_wrap.pdp .common_header.large {
    font-size: 9vw;
  }
  .pdp_overview_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pdp_overview_wrap .image_wrap {
    width: 100%;
    padding: 0;
    margin-top: 7vh;
  }
  .pdp_overview_wrap .data_wrap {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
  .itinerary_wrap {
    background-attachment: initial;
    background: none;
    background-color: #2d2a6a;
  }
  .itinerary_wrap .itinerary_parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .itinerary_wrap .itinerary_image_wrap {
    width: 100%;
    height: 40vh;
    padding: 0;
    margin-top: 15px;
  }
  .itinerary_wrap .itinerary_image_wrap .image_container {
    height: 100%;
  }
  .itinerary_wrap .itinerary_content_wrap {
    width: 100%;
    padding: 30px 15px;
  }
  .itinerary_wrap .itinerary_content_wrap .itinerary_header {
    margin-bottom: 30px;
  }
  .itinerary_wrap .itinerary_content_wrap .itinerary_header h2 {
    font-size: 28px;
  }
  .itinerary_wrap .itinerary_content_wrap .itinerary_day {
    padding: 0px;
    margin-bottom: 40px;
  }
  .itinerary_wrap .itinerary_content_wrap .itinerary_day .day_number h3 {
    font-size: 18px;
  }
  .itinerary_wrap .itinerary_content_wrap .itinerary_day .day_title h4 {
    font-size: 20px;
  }
  .itinerary_wrap .itinerary_content_wrap .itinerary_day .day_description p {
    font-size: 14px;
    line-height: 1.6;
  }
  .itinerary_wrap .itinerary_content_wrap .itinerary_day:last-child {
    margin-bottom: 60px;
  }
  .reviews_section {
    padding: 50px 0 40px;
  }
  .reviews_section .reviews_header {
    margin-bottom: 40px;
  }
  .reviews_section .reviews_header .reviews_logo {
    max-width: 50px;
    margin-bottom: 15px;
  }
  .reviews_section .reviews_header h2 {
    font-size: 28px;
    padding: 0 15px;
  }
  .reviews_section .reviews_header .subtitle {
    font-size: 14px;
    padding: 0 15px;
  }
  .reviews_section .reviews_slider_wrap:before, .reviews_section .reviews_slider_wrap:after {
    width: 50px;
  }
  .reviews_section .reviews_track {
    gap: 20px;
  }
  .reviews_section .review_card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
  .reviews_section .review_card .review_media {
    height: 200px;
  }
  .reviews_section .review_card .review_media .play_button svg {
    width: 50px;
    height: 50px;
  }
  .reviews_section .review_card .review_content {
    padding: 20px;
  }
  .reviews_section .review_card .review_content .rating .star {
    font-size: 16px;
  }
  .reviews_section .review_card .review_content h4 {
    font-size: 16px;
  }
  .reviews_section .review_card .review_content p {
    font-size: 13px;
    line-height: 1.6;
  }
  .booking_forms_section {
    padding: 50px 0;
  }
  .booking_forms_section .booking_form_card {
    padding: 15px;
    border-radius: 15px;
    width: 100%;
  }
  .booking_forms_section .booking_form_card .form_icon img {
    max-width: 60px;
  }
  .booking_forms_section .booking_form_card .form_description.small_text {
    font-size: 13px;
  }
  .booking_forms_section .booking_form_card .section_subheading {
    font-size: 20px;
    margin: 30px 0 15px;
  }
  .booking_forms_section .booking_form_card .toggle_form_link {
    font-size: 14px;
  }
  .booking_forms_section .group_dates_form .date_option {
    padding: 18px 20px;
  }
  .booking_forms_section .group_dates_form .date_option .date_info {
    gap: 30px;
  }
  .booking_forms_section .group_dates_form .date_option .date_block .date_value {
    font-size: 20px;
  }
  .booking_forms_section .group_dates_form .date_option .date_btn {
    padding: 10px 24px;
    font-size: 12px;
  }
  .booking_forms_section .custom_date_form .counter_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
    padding: 15px;
  }
  .booking_forms_section .custom_date_form .counter_item .counter_controls {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .booking_forms_section .custom_date_form .input_group.half {
    min-width: 100%;
  }
  .booking_forms_section .custom_date_form .form_section .section_title {
    font-size: 16px;
  }
  .booking_forms_section .custom_date_form .submit_btn {
    padding: 16px;
    font-size: 14px;
  }
  .mobile_menu .logo_a {
    display: inline-block;
  }
  .header_wrap .nav_wrap ul li:nth-child(1) img {
    width: 30px;
  }
  .header_wrap {
    padding: 15px 0;
  }
  .header_wrap .logo_p_wrap img {
    width: 70px;
  }
  .header_wrap .search_wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    -webkit-transform: none;
            transform: none;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .header_wrap .search_wrap img {
    left: 25px;
  }
  .mobile_menu .inner_wrap {
    padding-top: 20px;
  }
  .home_icon_wrap ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 0%;
    padding: 20px;
  }
  .home_icon_wrap ul li:nth-child(1n+0) {
    margin-right: 0;
  }
  .founder_home_wrap {
    background-attachment: initial;
  }
  .review_wrap_home .compas_wrap {
    width: 150px;
    top: 30%;
    bottom: auto;
  }
}

.swiper-slide > * {
  width: 100% !important;
}

.theme_nav {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #ffb919;
}

.theme_nav:after, .theme_nav:before {
  color: #fff;
  line-height: 30px;
  font-size: 15px;
}

.theme_nav svg {
  width: 15px;
  height: 15px;
}

.theme_nav svg path {
  color: #fff;
}

/*Responsive Ends*/
.swiprel {
  position: relative !important;
  left: auto !important;
  width: auto !important;
  top: auto !important;
  bottom: auto !important;
}

.fullscreen-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.title_break_wrap .common_header span {
  color: #000 !important;
  font-family: light_font !important;
}

.title_break_wrap .common_header .secondary span {
  color: #ffb919 !important;
}

.theme_dots .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.3;
  width: 12px;
  margin-top: 15px !important;
  height: 12px;
}

.theme_dots .swiper-pagination-bullet-active {
  background: #ffb919;
  opacity: 1;
}

/*========================================
  Contact Page Styles
========================================*/
.slider_home_wrap.contact_banner .title_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.slider_home_wrap.contact_banner .title_wrap .banner_subtitle {
  font-size: 18px;
  margin-top: 15px;
  opacity: 0.95;
}

.contact_info_wrap {
  padding-top: 15vh;
  padding-bottom: 7vh;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.contact_info_wrap .contact_cards_list {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact_info_wrap .contact_cards_list .contact_card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}

.contact_info_wrap .contact_cards_list .contact_card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  border-color: #ffb919;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.contact_info_wrap .contact_cards_list .contact_card .icon_wrap {
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, #ccc 0%, #ccc 100%);
  border-radius: 50%;
  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;
  position: relative;
}

.contact_info_wrap .contact_cards_list .contact_card .icon_wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ffb919 0%, #2d2a6a 100%);
  border-radius: 50%;
  opacity: 0.2;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.contact_info_wrap .contact_cards_list .contact_card .icon_wrap img {
  width: 35px;
  height: 35px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  position: relative;
  z-index: 2;
}

.contact_info_wrap .contact_cards_list .contact_card .icon_wrap::after {
  content: '📞';
  font-size: 30px;
  position: absolute;
  z-index: 1;
}

.contact_info_wrap .contact_cards_list .contact_card:nth-child(2) .icon_wrap::after {
  content: '✉️';
}

.contact_info_wrap .contact_cards_list .contact_card:nth-child(3) .icon_wrap::after {
  content: '📍';
}

.contact_info_wrap .contact_cards_list .contact_card .card_content h4 {
  margin-bottom: 10px;
  padding-top: 0;
}

.contact_info_wrap .contact_cards_list .contact_card .card_content p {
  padding-top: 5px;
  font-size: 14px;
  color: #666;
}

.contact_info_wrap .contact_cards_list .contact_card .card_content p:first-of-type {
  color: #000;
  font-family: reg_font;
  font-size: 16px;
}

.contact_form_section {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background: #fff;
}

.contact_form_section .parent_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact_form_section .form_column {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
}

.contact_form_section .form_column .form_inner {
  background: transparent;
  border-radius: 16px;
  padding: 50px;
}

.contact_form_section .form_column .form_inner .form_header {
  margin-bottom: 40px;
}

.contact_form_section .form_column .form_inner .form_header h2 {
  padding-top: 0;
  margin-bottom: 15px;
}

.contact_form_section .form_column .form_inner .form_header p {
  color: #666;
  padding-top: 10px;
}

.contact_form_section .form_column .form_inner .common_header {
  padding: 0;
}

.contact_form_section .map_column {
  -webkit-box-flex: 0.8;
      -ms-flex: 0.8;
          flex: 0.8;
}

.contact_form_section .map_column .map_inner {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.contact_form_section .map_column .map_image_wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  height: 600px;
}

.contact_form_section .map_column .map_image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact_form_section .map_column .map_image_wrap .map_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(45, 42, 106, 0.95)), color-stop(50%, rgba(45, 42, 106, 0.7)), to(transparent));
  background: linear-gradient(to top, rgba(45, 42, 106, 0.95) 0%, rgba(45, 42, 106, 0.7) 50%, transparent 100%);
  padding: 40px 30px;
}

.contact_form_section .map_column .map_image_wrap .map_overlay .map_info h4 {
  padding-top: 0;
  margin-bottom: 10px;
}

.contact_form_section .map_column .map_image_wrap .map_overlay .map_info p {
  font-size: 14px;
  line-height: 1.6;
  padding-top: 5px;
}

.contact_form .form_row {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 0;
}

.contact_form .form_group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 25px;
}

.contact_form .form_group.half {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact_form .form_group.full {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.contact_form .form_group label {
  display: block;
  margin-bottom: 8px;
  font-family: reg_font;
  color: #2d2a6a;
  font-size: 14px;
}

.contact_form .form_group label .required {
  color: #d32f2f;
  margin-left: 2px;
}

.contact_form .form_group .form_field {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-family: reg_font;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  margin-top: 0;
}

.contact_form .form_group .form_field:focus {
  outline: none;
  border-color: #ffb919;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 185, 25, 0.1);
          box-shadow: 0 0 0 3px rgba(255, 185, 25, 0.1);
}

.contact_form .form_group select.form_field {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
}

.contact_form .form_group .textarea_field {
  resize: vertical;
  min-height: 120px;
  font-family: reg_font;
}

.contact_form .form_group.checkbox_group .checkbox_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  font-family: reg_font;
}

.contact_form .form_group.checkbox_group .checkbox_label input[type="checkbox"] {
  margin-right: 10px;
  margin-top: 3px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contact_form .form_group.checkbox_group .checkbox_label .checkbox_text {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.contact_form button.btn_anchor {
  width: 100%;
  padding: 16px 40px;
  font-size: 16px;
  letter-spacing: 0.1em;
  cursor: pointer;
  border: none;
  margin-top: 10px;
}

.contact_faq_wrap {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.contact_faq_wrap .section_header {
  text-align: center;
  margin-bottom: 50px;
}

.contact_faq_wrap .section_header h2 {
  padding-top: 0;
}

.contact_faq_wrap .faq_list {
  max-width: 900px;
  margin: 0 auto;
}

.contact_faq_wrap .faq_item {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact_faq_wrap .faq_item:hover {
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.contact_faq_wrap .faq_item .faq_question {
  padding: 25px 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact_faq_wrap .faq_item .faq_question:hover {
  background: #f8f9fa;
}

.contact_faq_wrap .faq_item .faq_question h4 {
  padding-top: 0;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: med_font;
}

.contact_faq_wrap .faq_item .faq_question .faq_arrow {
  font-size: 24px;
  color: #ffb919;
  font-weight: bold;
  margin-left: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact_faq_wrap .faq_item .faq_question .faq_arrow.rotate {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.contact_faq_wrap .faq_item .faq_answer {
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact_faq_wrap .faq_item .faq_answer p {
  padding: 0 0 25px 0;
  color: #666;
  line-height: 1.7;
}

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

@media only screen and (max-width: 1100px) {
  .contact_info_wrap .contact_cards_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .contact_form_section .parent_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .contact_form_section .form_column,
  .contact_form_section .map_column {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .contact_form_section .map_column .map_inner {
    position: relative;
    top: 0;
  }
  .contact_form_section .map_column .map_image_wrap {
    height: 400px;
  }
  .contact_form_section .form_column .form_inner {
    padding: 40px 30px;
  }
  .contact_form .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

@media only screen and (max-width: 786px) {
  .slider_home_wrap.contact_banner .title_wrap .banner_subtitle {
    font-size: 16px;
  }
  .contact_info_wrap {
    padding-top: 7vh;
  }
  .contact_info_wrap .contact_cards_list .contact_card {
    padding: 30px 20px;
  }
  .contact_info_wrap .contact_cards_list .contact_card .icon_wrap {
    width: 60px;
    height: 60px;
  }
  .contact_info_wrap .contact_cards_list .contact_card .icon_wrap img {
    width: 30px;
    height: 30px;
  }
  .contact_form_section {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .contact_form_section .form_column .form_inner {
    padding: 30px 25px;
  }
  .contact_faq_wrap {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .contact_faq_wrap .faq_item .faq_question {
    padding: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .slider_home_wrap.contact_banner .title_wrap {
    padding: 0 20px;
  }
  .slider_home_wrap.contact_banner .title_wrap .banner_subtitle {
    font-size: 14px;
  }
  .contact_info_wrap .contact_cards_list .contact_card {
    padding: 25px 20px;
    border-radius: 8px;
  }
  .contact_form_section .form_column .form_inner {
    padding: 25px 20px;
    border-radius: 8px;
  }
  .contact_form_section .map_column .map_image_wrap {
    height: 300px;
    border-radius: 8px;
  }
  .contact_form_section .map_column .map_image_wrap .map_overlay {
    padding: 25px 20px;
  }
  .contact_form .form_group label {
    font-size: 13px;
  }
  .contact_form .form_group .form_field {
    padding: 12px 15px;
    font-size: 13px;
  }
  .contact_form button.btn_anchor {
    padding: 14px 30px;
    font-size: 14px;
  }
  .contact_faq_wrap .faq_item {
    border-radius: 8px;
  }
  .contact_faq_wrap .faq_item .faq_question {
    padding: 18px;
  }
  .contact_faq_wrap .faq_item .faq_question h4 {
    font-size: 15px;
  }
  .contact_faq_wrap .faq_item .faq_question .faq_arrow {
    font-size: 20px;
  }
  .contact_faq_wrap .faq_item .faq_answer p {
    font-size: 13px;
  }
}

/*========================================
  End Contact Page Styles
========================================*/
/*========================================
  Blog Page Styles
========================================*/
.blogs_listing_wrap {
  padding-top: 15vh;
  padding-bottom: 7vh;
  background: url("../images/white_pattern_common.jpg") fixed center no-repeat;
  background-size: cover;
}

.blogs_listing_wrap .blogs_parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.blogs_grid {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

.blog_card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog_card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.blog_card:hover .blog_image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog_card .blog_card_link {
  text-decoration: none;
  display: block;
}

.blog_card .blog_card_link:hover {
  text-decoration: none;
}

.blog_card .blog_image {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.blog_card .blog_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog_card .blog_image .blog_category {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #ffb919;
  color: #2d2a6a;
  padding: 8px 18px;
  border-radius: 25px;
  font-family: semi_font;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 2;
}

.blog_card .blog_content {
  padding: 30px 25px;
}

.blog_card .blog_content .blog_title {
  font-family: reg_font;
  font-size: 20px;
  line-height: 1.4;
  color: #2d2a6a;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog_card .blog_content .blog_excerpt {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.blog_card .blog_content .blog_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
  border-top: 1px solid #e0e0e0;
}

.blog_card .blog_content .blog_meta span {
  font-size: 13px;
  color: #999;
  font-family: reg_font;
}

.blog_card:hover .blog_content .blog_title {
  color: #ffb919;
}

.blogs_sidebar {
  width: 350px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.blogs_sidebar .sidebar_sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.blogs_sidebar .filter_section {
  background: linear-gradient(135deg, #2d2a6a 0%, #1a1852 100%);
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.blogs_sidebar .filter_section .filter_title {
  font-family: reg_font;
  font-size: 22px;
  color: #fff;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}

.blogs_sidebar .filter_section .logo_icon {
  text-align: center;
  margin-bottom: 30px;
}

.blogs_sidebar .filter_section .logo_icon img {
  width: 80px;
  opacity: 0.9;
}

.blogs_sidebar .filter_section .filter_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blogs_sidebar .filter_section .filter_list .filter_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  margin-bottom: 8px;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.05);
}

.blogs_sidebar .filter_section .filter_list .filter_item:hover {
  background: rgba(255, 255, 255, 0.1);
}

.blogs_sidebar .filter_section .filter_list .filter_item.active {
  background: #ffb919;
}

.blogs_sidebar .filter_section .filter_list .filter_item.active .filter_name {
  color: #2d2a6a;
  font-family: semi_font;
}

.blogs_sidebar .filter_section .filter_list .filter_item.active .filter_count {
  color: #2d2a6a;
  font-family: bold_font;
}

.blogs_sidebar .filter_section .filter_list .filter_item .filter_name {
  font-size: 15px;
  color: #fff;
  font-family: reg_font;
}

.blogs_sidebar .filter_section .filter_list .filter_item .filter_count {
  font-size: 14px;
  color: #ffb919;
  font-family: semi_font;
}

.load_more_wrap {
  padding-bottom: 15vh;
  background: #fff;
}

.load_more_wrap .btn_anchor {
  display: inline-block;
  min-width: 250px;
}

.blogs_listing_wrap.plp_listing .blogs_grid {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.blogs_listing_wrap.plp_listing .blogs_sidebar .filter_section {
  background: #e9e9ef;
}

.blogs_listing_wrap.plp_listing .blogs_sidebar .filter_section .filter_title,
.blogs_listing_wrap.plp_listing .blogs_sidebar .filter_section .filter_name {
  color: #000;
}

@media only screen and (max-width: 1100px) {
  .blogs_listing_wrap .blogs_parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
  .blogs_grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .blogs_sidebar {
    width: 100%;
  }
  .blogs_sidebar .sidebar_sticky {
    position: relative;
    top: 0;
  }
  .blogs_sidebar .filter_section {
    padding: 30px 25px;
  }
}

@media only screen and (max-width: 786px) {
  .blogs_listing_wrap {
    padding-top: 7vh;
    background: #eae9ef;
    background-image: none;
  }
  .blogs_grid {
    gap: 20px;
  }
  .blog_card .blog_image {
    height: 220px;
  }
  .blog_card .blog_content {
    padding: 25px 20px;
  }
  .blog_card .blog_content .blog_title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .blog_card .blog_content .blog_excerpt {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .blogs_sidebar .filter_section .filter_list .filter_item {
    padding: 12px 15px;
  }
  .blogs_sidebar .filter_section .filter_list .filter_item .filter_name {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .blogs_grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
  }
  .blog_card .blog_image {
    height: 200px;
  }
  .blog_card .blog_image .blog_category {
    top: 15px;
    left: 15px;
    padding: 6px 14px;
    font-size: 11px;
  }
  .blog_card .blog_content {
    padding: 20px 18px;
  }
  .blog_card .blog_content .blog_title {
    font-size: 17px;
  }
  .blog_card .blog_content .blog_excerpt {
    font-size: 13px;
    line-height: 1.6;
  }
  .blog_card .blog_content .blog_meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
  }
  .blog_card .blog_content .blog_meta span {
    font-size: 12px;
  }
  .blogs_sidebar {
    position: relative;
    top: 0;
  }
  .blogs_sidebar .filter_section {
    padding: 25px 20px;
    border-radius: 8px;
  }
  .blogs_sidebar .filter_section .filter_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .blogs_sidebar .filter_section .logo_icon {
    margin-bottom: 25px;
  }
  .blogs_sidebar .filter_section .logo_icon img {
    width: 60px;
  }
  .blogs_sidebar .filter_section .filter_list .filter_item {
    padding: 10px 12px;
    margin-bottom: 6px;
  }
  .blogs_sidebar .filter_section .filter_list .filter_item .filter_name {
    font-size: 13px;
  }
  .blogs_sidebar .filter_section .filter_list .filter_item .filter_count {
    font-size: 13px;
  }
  .load_more_wrap {
    padding-bottom: 7vh;
  }
  .load_more_wrap .btn_anchor {
    min-width: 200px;
    padding: 12px 30px;
    font-size: 14px;
  }
}

/*========================================
  End Blog Page Styles
========================================*/
/*========================================
  PLP (Tour Listing) Page Styles
========================================*/
.plp_listing .blogs_sidebar .filter_section {
  background: #f5f5f5;
}

.plp_listing .blogs_sidebar .filter_section .filter_title {
  color: #2d2a6a;
  border-bottom: 2px solid #ffb919;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.tour_filter_accordion .filter_group {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  border: 1px solid #e5e5e5;
}

.tour_filter_accordion .filter_group .filter_group_header {
  padding: 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
}

.tour_filter_accordion .filter_group .filter_group_header:hover {
  background: #f9f9f9;
}

.tour_filter_accordion .filter_group .filter_group_header .group_title {
  font-family: reg_font;
  font-size: 16px;
  color: #2d2a6a;
  text-transform: capitalize;
}

.tour_filter_accordion .filter_group .filter_group_header .group_toggle {
  font-size: 22px;
  color: #ffb919;
  font-weight: bold;
  line-height: 1;
  min-width: 20px;
  text-align: center;
}

.tour_filter_accordion .filter_group.active .filter_group_header {
  background: #f9f9f9;
  border-bottom: 1px solid #e5e5e5;
}

.tour_filter_accordion .filter_group .filter_group_content {
  display: none;
  padding: 10px 0;
}

.tour_filter_accordion .filter_group .filter_group_content .filter_options {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tour_filter_accordion .filter_group .filter_group_content .filter_options .filter_option {
  padding: 0;
  margin: 0;
}

.tour_filter_accordion .filter_group .filter_group_content .filter_options .filter_option .filter_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tour_filter_accordion .filter_group .filter_group_content .filter_options .filter_option .filter_checkbox:hover {
  background: #f5f5f5;
}

.tour_filter_accordion .filter_group .filter_group_content .filter_options .filter_option .filter_checkbox input[type="checkbox"] {
  margin: 0;
  margin-right: 12px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  accent-color: #ffb919;
}

.tour_filter_accordion .filter_group .filter_group_content .filter_options .filter_option .filter_checkbox .checkbox_text {
  font-family: reg_font;
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}

.tour_filter_accordion .filter_group.active .filter_group_content {
  display: block;
}

@media only screen and (max-width: 1100px) {
  .plp_listing .blogs_sidebar .filter_section {
    padding: 25px 20px;
  }
  .tour_filter_accordion .filter_group .filter_group_header {
    padding: 14px 18px;
  }
  .tour_filter_accordion .filter_group .filter_group_header .group_title {
    font-size: 15px;
  }
}

@media only screen and (max-width: 786px) {
  .tour_filter_accordion .filter_group {
    margin-bottom: 10px;
  }
  .tour_filter_accordion .filter_group .filter_group_header {
    padding: 12px 16px;
  }
  .tour_filter_accordion .filter_group .filter_group_header .group_title {
    font-size: 14px;
  }
  .tour_filter_accordion .filter_group .filter_group_header .group_toggle {
    font-size: 20px;
  }
  .tour_filter_accordion .filter_group .filter_group_content .filter_options .filter_option .filter_checkbox {
    padding: 9px 16px;
  }
  .tour_filter_accordion .filter_group .filter_group_content .filter_options .filter_option .filter_checkbox .checkbox_text {
    font-size: 13px;
  }
}

@media only screen and (max-width: 480px) {
  .plp_listing .blogs_sidebar .filter_section {
    padding: 20px 18px;
    border-radius: 8px;
  }
  .plp_listing .blogs_sidebar .filter_section .filter_title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .tour_filter_accordion .filter_group {
    margin-bottom: 8px;
    border-radius: 8px;
  }
  .tour_filter_accordion .filter_group .filter_group_header {
    padding: 12px 15px;
  }
  .tour_filter_accordion .filter_group .filter_group_header .group_title {
    font-size: 13px;
  }
  .tour_filter_accordion .filter_group .filter_group_header .group_toggle {
    font-size: 18px;
  }
  .tour_filter_accordion .filter_group .filter_group_content {
    padding: 5px 0;
  }
  .tour_filter_accordion .filter_group .filter_group_content .filter_options .filter_option .filter_checkbox {
    padding: 8px 15px;
  }
  .tour_filter_accordion .filter_group .filter_group_content .filter_options .filter_option .filter_checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  .tour_filter_accordion .filter_group .filter_group_content .filter_options .filter_option .filter_checkbox .checkbox_text {
    font-size: 12px;
  }
}

/*========================================
  End PLP Page Styles
========================================*/
/*========================================
  Career Page Styles
========================================*/
.slider_home_wrap.career_banner .title_wrap h1 {
  margin-bottom: 20px;
}

.slider_home_wrap.career_banner .title_wrap .banner_subtitle {
  font-size: 20px;
  padding-top: 15px;
  opacity: 0.95;
}

.career_intro_section {
  padding-top: 7vh;
  padding-bottom: 7vh;
  background: #fff;
}

.career_intro_section .career_intro_content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.career_intro_section .career_intro_content h2 {
  margin-bottom: 30px;
}

.career_intro_section .career_intro_content h2 span {
  color: #ffb919;
}

.career_intro_section .career_intro_content p {
  font-size: 16px;
  line-height: 1.9;
  opacity: 0.9;
}

.career_culture_section {
  padding-top: 7vh;
  padding-bottom: 7vh;
  background: url("../images/blue_pattern_common.jpg") center no-repeat;
  background-size: cover;
}

.career_culture_section .culture_header {
  text-align: center;
  margin-bottom: 60px;
}

.career_culture_section .culture_header h2 {
  color: #fff;
}

.career_culture_section .culture_header h2 span {
  color: #ffb919;
}

.career_culture_section .culture_grid {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.career_culture_section .culture_grid .culture_card {
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 8px;
  padding: 40px 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.career_culture_section .culture_grid .culture_card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.12);
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.career_culture_section .culture_grid .culture_card .culture_icon {
  margin-bottom: 25px;
}

.career_culture_section .culture_grid .culture_card .culture_icon img {
  max-width: 70px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 0.9;
}

.career_culture_section .culture_grid .culture_card h3 {
  margin-bottom: 15px;
  padding-top: 0;
}

.career_culture_section .culture_grid .culture_card p {
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.9;
  padding-top: 10px;
}

.career_benefits_section {
  padding-top: 7vh;
  padding-bottom: 7vh;
  background: #f8f9fa;
}

.career_benefits_section .benefits_header {
  text-align: center;
  margin-bottom: 60px;
}

.career_benefits_section .benefits_header h2 span {
  color: #ffb919;
}

.career_benefits_section .benefits_grid {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.career_benefits_section .benefits_grid .benefit_item {
  background: #fff;
  border-radius: 8px;
  padding: 35px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.career_benefits_section .benefits_grid .benefit_item:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.career_benefits_section .benefits_grid .benefit_item:hover .benefit_number {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #ffb919;
}

.career_benefits_section .benefits_grid .benefit_item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb919), to(#2d2a6a));
  background: linear-gradient(180deg, #ffb919, #2d2a6a);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.career_benefits_section .benefits_grid .benefit_item:hover:before {
  opacity: 1;
}

.career_benefits_section .benefits_grid .benefit_item .benefit_number {
  font-size: 48px;
  font-family: bold_font;
  color: #2d2a6a;
  opacity: 0.15;
  line-height: 1;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.career_benefits_section .benefits_grid .benefit_item h3 {
  margin-bottom: 15px;
  padding-top: 0;
}

.career_benefits_section .benefits_grid .benefit_item p {
  font-size: 14px;
  line-height: 1.8;
  opacity: 0.85;
}

.career_positions_section {
  padding-top: 7vh;
  padding-bottom: 7vh;
  background: #fff;
}

.career_positions_section .positions_header {
  text-align: center;
  margin-bottom: 60px;
}

.career_positions_section .positions_header h2 {
  margin-bottom: 15px;
}

.career_positions_section .positions_header h2 span {
  color: #ffb919;
}

.career_positions_section .positions_header p {
  font-size: 16px;
  opacity: 0.85;
}

.career_positions_section .positions_list {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.career_positions_section .positions_list .position_card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.career_positions_section .positions_list .position_card:hover {
  border-color: #ffb919;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.career_positions_section .positions_list .position_card .position_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
}

.career_positions_section .positions_list .position_card .position_header h3 {
  margin-bottom: 0;
  padding-top: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.career_positions_section .positions_list .position_card .position_header .position_type {
  background: #ffb919;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-family: semi_font;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 15px;
}

.career_positions_section .positions_list .position_card .position_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.career_positions_section .positions_list .position_card .position_meta span {
  font-size: 13px;
  color: #2d2a6a;
  font-family: med_font;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.career_positions_section .positions_list .position_card .position_meta span:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #ffb919;
  border-radius: 50%;
  margin-right: 8px;
}

.career_positions_section .positions_list .position_card p {
  font-size: 14px;
  line-height: 1.8;
  opacity: 0.85;
  margin-bottom: 25px;
}

.career_positions_section .positions_list .position_card .common_anchor {
  margin-top: 0;
  font-size: 12px;
  padding: 10px 25px;
}

.career_process_section {
  padding-top: 7vh;
  padding-bottom: 7vh;
  background: url("../images/blue_pattern_common.jpg") center no-repeat;
  background-size: cover;
}

.career_process_section .process_header {
  text-align: center;
  margin-bottom: 70px;
}

.career_process_section .process_header h2 {
  color: #fff;
}

.career_process_section .process_header h2 span {
  color: #ffb919;
}

.career_process_section .process_timeline {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  position: relative;
}

.career_process_section .process_timeline:before {
  content: '';
  position: absolute;
  top: 40px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 185, 25, 0.3)), color-stop(rgba(255, 185, 25, 0.8)), to(rgba(255, 185, 25, 0.3)));
  background: linear-gradient(to right, rgba(255, 185, 25, 0.3), rgba(255, 185, 25, 0.8), rgba(255, 185, 25, 0.3));
  z-index: 0;
}

.career_process_section .process_timeline .process_step {
  text-align: center;
  position: relative;
  z-index: 1;
}

.career_process_section .process_timeline .process_step .step_number {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: #ffb919;
  border-radius: 50%;
  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;
  font-size: 32px;
  font-family: bold_font;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(255, 185, 25, 0.4);
          box-shadow: 0 5px 20px rgba(255, 185, 25, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 4px solid rgba(255, 255, 255, 0.2);
}

.career_process_section .process_timeline .process_step h3 {
  margin-bottom: 15px;
  padding-top: 0;
}

.career_process_section .process_timeline .process_step p {
  font-size: 14px;
  line-height: 1.8;
  opacity: 0.9;
}

.career_process_section .process_timeline .process_step:hover .step_number {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 8px 30px rgba(255, 185, 25, 0.6);
          box-shadow: 0 8px 30px rgba(255, 185, 25, 0.6);
}

.career_cta_section {
  padding-top: 7vh;
  padding-bottom: 7vh;
  background: linear-gradient(135deg, #f0f4f8 0%, #d9e2ec 100%);
}

.career_cta_section .cta_content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding: 60px;
  border-radius: 8px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.career_cta_section .cta_content h2 {
  margin-bottom: 20px;
}

.career_cta_section .cta_content p {
  font-size: 16px;
  line-height: 1.9;
  opacity: 0.9;
  margin-bottom: 30px;
}

.career_cta_section .cta_content .common_anchor {
  margin-top: 10px;
}

@media only screen and (max-width: 1100px) {
  .career_culture_section .culture_grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .career_benefits_section .benefits_grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .career_positions_section .positions_list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .career_process_section .process_timeline {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
  }
  .career_process_section .process_timeline:before {
    display: none;
  }
}

@media only screen and (max-width: 481px) {
  .career_culture_section .culture_grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
  }
  .career_culture_section .culture_grid .culture_card {
    padding: 30px 25px;
  }
  .career_benefits_section .benefits_grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 25px;
  }
  .career_process_section .process_timeline {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 40px;
  }
  .career_cta_section .cta_content {
    padding: 40px 30px;
  }
  .career_intro_section .career_intro_content {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 480px) {
  .slider_home_wrap.career_banner .title_wrap .banner_subtitle {
    font-size: 16px;
  }
  .career_positions_section .positions_list .position_card {
    padding: 25px;
  }
  .career_positions_section .positions_list .position_card .position_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .career_positions_section .positions_list .position_card .position_header .position_type {
    margin-left: 0;
    margin-top: 10px;
  }
}

/*========================================
  End Career Page Styles
========================================*/
/*# sourceMappingURL=style.css.map */