/*Font Includes*/
@font-face {
  font-family: light_font;
  src: url("../fonts/poppins_light.ttf");
}

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

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

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

@font-face {
  font-family: bold_font;
  src: url("../fonts/poppins_bold.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: #000;
  overflow-x: hidden;
  /*Common Elements Style*/
  /*Common Body Responsive Styles Start*/
}

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

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

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

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

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 .content_ul ul,
body .content_ul ol {
  padding-top: 30px;
}

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

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

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

body .common_header.accent {
  color: #5b29da;
}

body .common_header.secondary {
  color: #c72b83;
}

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 span {
  font-family: bold_font;
  color: #faaf46;
}

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

body .common_header span.accent {
  color: #5b29da;
}

body .common_header span.secondary {
  color: #c72b83;
}

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_anchor {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  padding: 12px;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #faaf46;
  text-transform: uppercase;
  padding-left: 60px;
  padding-right: 60px;
  font-family: semi_font;
  letter-spacing: 0.1em;
}

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

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

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

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: 30px;
}

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: #faaf46 !important;
  color: #5b29da;
}

body .form_field {
  margin-top: 30px;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  width: 100%;
  background-color: #000 !important;
  color: #fff;
}

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

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

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

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: 16px;
  }
  body .common_header {
    font-size: 40px;
  }
  body .common_header.large {
    font-size: 70px;
  }
  body .gridContainer {
    width: 95.5%;
    min-width: 1250px;
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
}

@media only screen and (max-width: 1500px) {
  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: 15px;
  }
  body .common_header {
    font-size: 35px;
  }
  body .common_header.large {
    font-size: 60px;
  }
  body .gridContainer {
    width: 85.5%;
    min-width: 1250px;
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
}

@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: 15px;
  }
  body .common_header {
    font-size: 35px;
  }
  body .common_header.large {
    font-size: 60px;
  }
  body .gridContainer {
    width: 95.675%;
    padding-left: 1.1625%;
    padding-right: 1.1625%;
    min-width: auto !important;
  }
}

@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: 15px;
  }
  body .common_header {
    font-size: 35px;
  }
  body .common_header.large {
    font-size: 60px;
  }
  body .gridContainer {
    width: 95.675%;
    padding-left: 1.1625%;
    padding-right: 1.1625%;
    min-width: auto !important;
  }
}

@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: 14px;
  }
  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: 20px;
  }
  body .common_header.large {
    font-size: 40px;
  }
  body .gridContainer {
    width: 95.45%;
    padding-left: 2.275%;
    padding-right: 2.275%;
  }
  body a.common_anchor {
    font-size: 14px;
  }
}

body .gridContainer.small_test_wrap {
  max-width: 900px;
  min-width: auto;
  width: auto;
  background-color: #fff;
  padding: 30px !important;
  border-radius: 8px;
  margin-top: 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);
}

.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%;
}

.demo_bunny {
  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;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.demo_bunny img {
  max-height: 80vh;
}

.bg_full_wrap {
  height: 100vh;
}

.bg_full_wrap .video_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  height: 100vh;
  background: url("../images/black_bunny_top.jpg") center no-repeat;
  background-size: cover;
}

.gradient_text {
  background: #FAAF46;
  background: -webkit-gradient(linear, left top, right top, from(#FAAF46), to(#C72B83));
  background: linear-gradient(to right, #FAAF46 0%, #C72B83 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.overview_home_wrap {
  padding-top: 90px;
}

.overview_home_wrap .title_wrap {
  overflow: hidden;
}

.overview_home_wrap .title_wrap .common_header {
  text-transform: uppercase;
  text-wrap: nowrap;
}

.overview_home_wrap .overview_image_wrap {
  padding-top: 30vh;
}

.overview_home_wrap .overview_image_wrap .bg_wrap {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.overview_home_wrap .overview_image_wrap img {
  width: 100%;
  max-width: none;
}

.overview_home_wrap .overview_image_wrap .content_wrap {
  background-color: #3344a6;
  text-align: center;
}

.overview_home_wrap .overview_image_wrap .content_wrap .data_wrap {
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}

.overview_home_wrap .overview_image_wrap .content_wrap .data_wrap img {
  max-width: 100% !important;
  width: auto;
}

.gallery_slide_wrap {
  background-color: #233289;
}

.gallery_slide_wrap .parent {
  -webkit-transform: scale(1.2) rotate(5deg) translateY(-100px);
          transform: scale(1.2) rotate(5deg) translateY(-100px);
  background-color: #233289;
}

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

.gallery_slide_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%;
  float: none;
  padding: 20px;
  padding-right: 0;
}

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

.gallery_slide_wrap .title_wrap .common_header {
  text-wrap: nowrap;
  padding-top: 0;
  padding-bottom: 30px;
  opacity: 0.3;
}

.bottom_content_wrap {
  padding-top: 10vh;
  padding-bottom: 30vh;
  z-index: 20;
}

.bottom_content_wrap .half_wrap {
  float: right;
}

.bottom_bunny_wrap {
  padding-left: 80px;
  margin-top: -1150px;
}

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

.bottom_bunny_wrap .bunny_wrap .body {
  width: auto;
  height: 1850px;
}

.bottom_bunny_wrap .bunny_wrap .hand {
  position: absolute;
  right: 0;
  top: 700px;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.left_fix {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.right_fix {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.header_wrap {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header_wrap .gridContainer {
  max-width: 900px;
  min-width: 900px;
}

.header_wrap .mob_cta_wrap {
  display: none;
}

.header_wrap .mob_cta_wrap a {
  width: 40px;
  display: inline-block;
}

.header_wrap .mob_cta_wrap a + a {
  margin-left: 10px;
}

.header_wrap .logo_wrap {
  width: 150px;
}

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

.header_wrap .menu_ul_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;
  width: auto;
}

.header_wrap .menu_ul_wrap ul li + li {
  margin-left: 15px;
}

.header_wrap .menu_ul_wrap ul li a {
  color: #fff;
}

.header_wrap .menu_ul_wrap ul li a p {
  padding: 0;
  color: #fff;
  font-family: bold_font;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header_wrap .menu_ul_wrap ul li a:hover {
  text-decoration: none;
}

.header_wrap .menu_ul_wrap ul li a:hover p {
  background: #FAAF46;
  background: -webkit-gradient(linear, left top, right top, from(#FAAF46), to(#C72B83));
  background: linear-gradient(to right, #FAAF46 0%, #C72B83 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header_wrap .menu_ul_wrap ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: auto;
  width: auto;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  margin-top: 40px;
  /* Blurs the content behind */
  background-color: rgba(0, 0, 0, 0.8);
  /* Semi-transparent black */
}

.header_wrap .menu_ul_wrap ul li .sub-menu li {
  width: 100%;
  margin: 0 !important;
}

.header_wrap .menu_ul_wrap ul li .sub-menu li a p {
  padding-right: 30px;
}

.header_wrap .menu_ul_wrap ul li .sub-menu:after {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  content: '';
}

.header_wrap .menu_ul_wrap ul li .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 20px;
}

.header_wrap .menu_ul_wrap ul li .sub-menu .sub-menu:after {
  width: 20px;
  height: 100%;
  left: -20px;
}

.header_wrap .menu_ul_wrap ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header_wrap .inner_wrap {
  padding: 10px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  /* Blurs the content behind */
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black */
  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;
}

.header_wrap.short_menu .logo_wrap {
  display: none;
}

.header_wrap.short_menu .menu_ul_wrap ul li p {
  font-size: 13px;
}

.header_wrap.short_menu .gridContainer {
  width: auto;
  min-width: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  float: right;
}

.header_wrap.short_menu .gridContainer .inner_wrap {
  gap: 20px;
}

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

.mobile_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow: auto;
  bottom: 0;
  z-index: 9999;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  width: 400px;
  /* Blurs the content behind */
  background-color: rgba(0, 0, 0, 0.5);
  -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 .close_icon {
  cursor: pointer;
  z-index: 10;
  width: 32px;
  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;
  font-size: 13px;
  padding: 0;
  text-align: left;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile_menu .mlogo_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;
}

.mobile_menu .logo_a {
  display: inline-block;
  padding: 10px 20px;
  width: 180px;
  margin-bottom: 15px;
}

.mobile_menu .social_wrap {
  padding: 20px 20px;
}

.mobile_menu .social_wrap p {
  margin-bottom: 5px;
}

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

.mobile_menu .info_wrap {
  padding: 20px 20px;
  border-bottom: 1px solid rgba(224, 224, 224, 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(224, 224, 224, 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(224, 224, 224, 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.has_sub_menu a p {
  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;
}

.mobile_menu ul li.has_sub_menu a p img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 13px;
}

.mobile_menu ul li.has_sub_menu a.active p img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

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

.mobile_menu ul li .sub-menu {
  width: 90%;
  padding: 20px;
  margin-left: 5%;
  margin-bottom: 20px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: none;
  /* width: 400px; */
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  overflow: hidden;
}

.mobile_menu ul li .sub-menu li a {
  padding-left: 0px;
}

/*Location starts*/
.top_section_location .top_bunny {
  height: 100vh;
  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;
  text-align: right;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 20;
}

.top_section_location .top_bunny .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%;
  float: right;
  text-align: center;
}

.location_parent_wrap {
  height: 100vh;
  padding-left: 80px;
  padding-right: 80px;
}

.location_parent_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;
  height: 100vh;
}

.location_parent_wrap .text_wrap {
  padding: 60px;
}

.location_parent_wrap .data_wrap {
  width: 60%;
}

.location_parent_wrap .data_wrap.has_image {
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
}

.location_parent_wrap .image_wrap {
  width: 40%;
}

.location_parent_wrap .image_wrap img {
  max-width: 90%;
}

.location_parent_wrap .location_image_wrap {
  position: absolute;
  width: 50%;
  left: 0;
  bottom: 0;
  mix-blend-mode: exclusion;
}

.location_parent_wrap .location_image_wrap img {
  max-width: none;
  width: 100%;
}

.location_parent_wrap.location_1 {
  margin-top: -100vh;
}

.location_parent_wrap .elememt_top_right {
  position: absolute;
  top: -90px;
  right: -90px;
  width: 250px;
}

.location_parent_wrap .element_bottom_left {
  position: absolute;
  bottom: -150px;
  left: -90px;
  width: 250px;
}

.location_parent_wrap .element_bottom_left_more {
  position: absolute;
  bottom: -150px;
  left: 50%;
  width: 150px;
}

.top_section_location.bottom .parent .data_wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.top_section_location.bottom .parent .image_wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.top_section_location.bottom .location_image_wrap {
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 0;
  left: auto;
  mix-blend-mode: exclusion;
}

.top_section_location.bottom .location_image_wrap img {
  max-width: none;
  width: 100%;
}

.top_section_location .bottom_bunny {
  height: 100vh;
  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;
  text-align: left;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 20;
}

.top_section_location .bottom_bunny .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%;
  float: left;
  text-align: center;
}

/*Activity Starts*/
.feature_wrap {
  background: url("../images/party_bg.jpg") center no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

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

.feature_wrap .list_ul li {
  width: 32%;
  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: 2%;
  margin-top: 30px;
}

.feature_wrap .list_ul li:nth-child(3n+0) {
  margin-right: 0;
}

.top_acitvity_wrap {
  height: 100vh;
  text-align: center;
}

.top_acitvity_wrap .inner_wrapp {
  z-index: 5;
}

.top_acitvity_wrap .data_wrap {
  height: 100vh;
  z-index: 5;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../images/activity_trampolin.jpg") center no-repeat;
  background-size: cover;
}

.top_acitvity_wrap .data_wrap .common_header {
  font-size: 90px;
}

.acitivity_tagline_wrap {
  background: #239FD2;
  background: -webkit-gradient(linear, left top, right top, from(#239fd2), to(#acd051));
  background: linear-gradient(90deg, #239fd2 0%, #acd051 100%);
  overflow: hidden;
  z-index: 40;
  -webkit-transform: rotate(-2deg) scale(1.2) translateY(-30px);
          transform: rotate(-2deg) scale(1.2) translateY(-30px);
}

.acitivity_tagline_wrap .gradient_border_wrap {
  height: 4px;
  background: #239FD2;
  background: -webkit-gradient(linear, right top, left top, from(#239fd2), to(#acd051));
  background: linear-gradient(270deg, #239fd2 0%, #acd051 100%);
}

.acitivity_tagline_wrap .common_header {
  text-wrap: nowrap;
  padding-top: 30px;
  padding-bottom: 30px;
}

.common_activity_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;
}

.common_activity_wrap .image_wrap {
  height: 100vh;
  background: url("../images/trampoline_1.jpg") center no-repeat;
  background-size: cover;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.common_activity_wrap .image_wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  content: '';
  height: 100%;
  background: #000000;
  background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
}

.common_activity_wrap .data_wrap {
  padding: 80px;
}

.common_activity_wrap .data_wrap p {
  font-size: 20px;
}

.common_activity_wrap .data_wrap p span.bold {
  font-family: bold_font;
}

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

.common_activity_wrap.right .image_wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.common_activity_wrap.right .image_wrap:after {
  left: auto;
  right: 0;
  background: #000000;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 100%);
}

.common_activity_wrap.first {
  margin-top: -50px;
}

.has_arrow_img {
  width: 40px;
}

.has_arrow_img:after {
  display: none;
}

.has_arrow_img.swiper-button-next {
  right: 20px;
}

.has_arrow_img.swiper-button-prev {
  left: 20px;
}

/*Party Starts*/
.form_wrap .common_anchor {
  width: 100%;
  text-align: center;
}

/*Party Ends*/
/*Home page testimonial*/
.testimonial_wrap {
  margin-top: -250px;
}

.testimonial_wrap .common_header {
  padding-left: 250px;
}

.testimonial_wrap .parent_rotate_wrap {
  -webkit-transform: scale(1.2) rotate(-5deg) translateY(-100px);
          transform: scale(1.2) rotate(-5deg) translateY(-100px);
}

.testimonial_wrap .bg_color {
  background-color: #233289;
}

.testimonial_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: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  white-space: nowrap;
}

.testimonial_wrap ul li {
  background-color: #1f2022;
  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%;
  float: none;
  white-space: normal;
}

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

.testimonial_wrap ul li .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;
}

.testimonial_wrap ul li .parent .image_wrap {
  width: 65%;
}

.testimonial_wrap ul li .parent .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: 35%;
  padding: 30px;
}

.testimonial_wrap ul li .parent .data_wrap p {
  font-size: 20px;
}

.home_bunny_wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  z-index: 20;
  overflow: hidden;
}

.home_bunny_wrap img {
  height: 100vh;
}

/*Home page Tesimonial*/
.footer_wrap {
  padding: 90px 0;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  /* Blurs the content behind */
  background-color: rgba(0, 0, 0, 0.5);
}

.footer_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: start;
      -ms-flex-align: start;
          align-items: start;
}

.footer_wrap .inner_wrap .col {
  width: 25%;
  padding-right: 30px;
}

.footer_wrap .inner_wrap .logo_wrap img {
  width: 180px;
}

.footer_wrap .inner_wrap .cta_wrap {
  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: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  color: #fff;
}

.footer_wrap .inner_wrap .cta_wrap img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  margin-right: 10px;
}

.footer_wrap .inner_wrap .title_wrap p {
  text-transform: uppercase;
  font-family: bold_font;
}

.footer_wrap .inner_wrap .p {
  padding-top: 5px;
}

.footer_wrap .inner_wrap p {
  padding: 0;
  color: #fff;
  font-size: 13px;
}

.for_mobile {
  display: none;
}

.map_half_wrap iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

.locform_wrap {
  padding-bottom: 90px;
  padding-top: 30px;
}

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

.locform_wrap .gridContainer {
  max-width: 1200px;
}

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

.locform_wrap .form_wrap .form_parent {
  width: 50%;
  padding: 10px;
}

.locform_wrap .form_wrap .form_parent .form_field {
  margin-top: 0;
}

.has_p_icons p {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.has_p_icons p img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  margin-top: 2px;
  margin-right: 10px;
}

.has_p_icons p + p {
  padding-top: 0;
  margin-top: 10px !important;
}

.common_activity_wrap .image_wrap.map_half_wrap {
  height: 75vh;
}

.top_acitvity_wrap .lazy_video_parent:after {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.3);
}

.quick_cta_wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  width: 50px;
}

.quick_cta_wrap .cta_wrap {
  height: 50px;
  width: 100%;
  float: left;
  cursor: pointer;
  display: inline-block;
  background: #FAAF46;
  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;
  border-radius: 50px;
  padding: 8px;
}

.quick_cta_wrap .cta_wrap img {
  float: left;
}

.quick_cta_wrap .cta_wrap .inactive {
  display: none;
}

.quick_cta_wrap .cta_wrap.active .active {
  display: none;
}

.quick_cta_wrap .cta_wrap.active .inactive {
  display: inline-block;
}

.quick_cta_wrap .ctas_wrap {
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  display: none;
}

.quick_cta_wrap .ctas_wrap a {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 50px;
  background: #c72b83;
  height: 50px;
  margin-bottom: 10px;
  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: 8px;
  border-radius: 50px;
}

/*Responsive Starts*/
@media only screen and (max-width: 1500px) {
  /*Home page testimonial*/
  .testimonial_wrap {
    margin-top: -50px;
  }
  .testimonial_wrap .common_header {
    padding-left: 200px;
  }
  .testimonial_wrap .bg_color {
    background-color: #233289;
  }
  .testimonial_wrap ul li .parent .data_wrap p {
    font-size: 16px;
  }
  /*Home page Tesimonial*/
  .top_section_location .top_bunny .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%;
    float: right;
    text-align: center;
  }
  .top_section_location .top_bunny .image_wrap img {
    max-width: 55%;
  }
  .bottom_bunny_wrap {
    padding-left: 80px;
    margin-top: -950px;
  }
  .bottom_bunny_wrap .bunny_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .bottom_bunny_wrap .bunny_wrap .body {
    width: auto;
    height: 1250px;
  }
  .bottom_bunny_wrap .bunny_wrap .hand {
    position: absolute;
    right: 0;
    top: 463px;
    width: 132px;
  }
}

@media only screen and (max-width: 1100px) {
  .footer_wrap .inner_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_wrap .inner_wrap .col {
    width: 33.33%;
    padding-bottom: 30px;
  }
  .footer_wrap .inner_wrap .col:first-child {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  .footer_wrap .inner_wrap .cta_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /*Home page testimonial*/
  .testimonial_wrap {
    margin-top: -50px;
  }
  .testimonial_wrap .common_header {
    padding-left: 200px;
  }
  .testimonial_wrap .bg_color {
    background-color: #233289;
  }
  .testimonial_wrap ul li {
    margin-right: 3% !important;
  }
  .testimonial_wrap ul li .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .testimonial_wrap ul li .parent .image_wrap {
    width: 100%;
  }
  .testimonial_wrap ul li .parent .data_wrap {
    width: 100%;
  }
  .testimonial_wrap ul li .parent .data_wrap p {
    font-size: 16px;
  }
  /*Home page Tesimonial*/
  .common_activity_wrap .half_wrap {
    width: 100%;
  }
  .common_activity_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .common_activity_wrap .parent .image_wrap {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    position: relative;
    height: 70vh;
  }
  .common_activity_wrap .parent .image_wrap:after {
    top: 0;
    left: 0;
    width: 100%;
    bottom: auto;
    height: 100%;
    background: #000000;
    background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    background: #000000;
    background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(50%, rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 50%, black 100%);
  }
  .common_activity_wrap .parent .data_wrap {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
}

@media only screen and (max-width: 786px) {
  /*Home page testimonial*/
  .testimonial_wrap {
    margin-top: -250px;
  }
  .testimonial_wrap .common_header {
    padding-left: 100px;
  }
  .testimonial_wrap .bg_color {
    background-color: #233289;
  }
  .testimonial_wrap ul li {
    margin-right: 3% !important;
  }
  .testimonial_wrap ul li .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .testimonial_wrap ul li .parent .image_wrap {
    width: 100%;
  }
  .testimonial_wrap ul li .parent .data_wrap {
    width: 100%;
  }
  .testimonial_wrap ul li .parent .data_wrap p {
    font-size: 16px;
  }
  /*Home page Tesimonial*/
  .overview_home_wrap .overview_image_wrap .content_wrap .data_wrap {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px);
  }
  .overview_home_wrap .bunny_face_wrap img {
    width: 200%;
    margin-left: -50%;
  }
  .bottom_content_wrap {
    padding-top: 0vh;
    padding-bottom: 50vh;
  }
  .bottom_content_wrap .half_wrap {
    width: 100%;
  }
  .bottom_bunny_wrap {
    padding-left: 80px;
    margin-top: -550px;
  }
  .bottom_bunny_wrap .bunny_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .bottom_bunny_wrap .bunny_wrap .body {
    width: auto;
    height: 1250px;
  }
  .bottom_bunny_wrap .bunny_wrap .hand {
    position: absolute;
    right: 0;
    top: 463px;
    width: 132px;
  }
  .header_wrap .menu_ul_wrap {
    display: none;
  }
  .header_wrap .mob_cta_wrap {
    display: inline-block;
  }
}

@media only screen and (max-width: 480px) {
  .locform_wrap .form_wrap .form_parent {
    width: 100%;
    padding: 0px;
    margin-top: 15px;
  }
  .top_acitvity_wrap.mobile_img_banner .data_wrap {
    background: #000 !important;
  }
  .for_mobile {
    display: inline-block;
  }
  .footer_wrap .inner_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_wrap .inner_wrap .col {
    width: 100%;
    padding-bottom: 30px;
  }
  .footer_wrap .inner_wrap .col:first-child {
    text-align: left;
    padding-right: 0;
  }
  .footer_wrap .inner_wrap .cta_wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .top_section_location .top_bunny {
    height: 100vh;
    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;
    text-align: right;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 20;
    overflow: hidden;
  }
  .top_section_location .top_bunny .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: 100%;
    float: right;
    text-align: center;
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
  }
  .location_parent_wrap {
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }
  .location_parent_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;
    height: 100vh;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .location_parent_wrap .text_wrap {
    padding: 20px;
  }
  .location_parent_wrap .data_wrap {
    width: 100% !important;
  }
  .location_parent_wrap .data_wrap.has_image {
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
  }
  .location_parent_wrap .image_wrap {
    width: 100%;
  }
  .location_parent_wrap .image_wrap img {
    max-width: 100%;
  }
  .location_parent_wrap .location_image_wrap {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    mix-blend-mode: exclusion;
  }
  .location_parent_wrap .location_image_wrap img {
    max-width: none;
    width: 100%;
  }
  .location_parent_wrap.location_1 {
    margin-top: -100vh;
  }
  .location_parent_wrap .elememt_top_right {
    position: absolute;
    top: -90px;
    right: -90px;
    width: 150px;
  }
  .location_parent_wrap .element_bottom_left {
    position: absolute;
    bottom: -150px;
    left: -90px;
    width: 150px;
  }
  .location_parent_wrap .element_bottom_left_more {
    position: absolute;
    bottom: -350px;
    left: 50%;
    width: 80px;
  }
  .top_section_location.bottom .parent .data_wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top_section_location.bottom .parent .image_wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .top_section_location.bottom .location_image_wrap {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    left: auto;
    mix-blend-mode: exclusion;
  }
  .top_section_location.bottom .location_image_wrap img {
    max-width: none;
    width: 100%;
  }
  .top_section_location .bottom_bunny {
    height: 100vh;
    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;
    text-align: left;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 20;
  }
  .top_section_location .bottom_bunny .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%;
    float: left;
    text-align: center;
  }
  /*Home page testimonial*/
  .testimonial_wrap {
    margin-top: -30px;
  }
  .testimonial_wrap .common_header {
    padding-left: 70px;
    font-size: 30px !important;
  }
  .testimonial_wrap .bg_color {
    background-color: #233289;
  }
  .testimonial_wrap ul li {
    margin-right: 3% !important;
    width: 80%;
  }
  .testimonial_wrap ul li .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .testimonial_wrap ul li .parent .image_wrap {
    width: 100%;
  }
  .testimonial_wrap ul li .parent .data_wrap {
    width: 100%;
  }
  .testimonial_wrap ul li .parent .data_wrap p {
    font-size: 16px;
  }
  /*Home page Tesimonial*/
  .has_arrow_img {
    width: 30px;
  }
  .feature_wrap {
    background-size: auto 200%;
  }
  .feature_wrap .list_ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 30px;
  }
  .common_activity_wrap .parent .data_wrap {
    padding: 30px;
  }
  .common_activity_wrap .parent .data_wrap p {
    font-size: 16px;
  }
  .common_activity_wrap .parent .data_wrap .common_header {
    padding-top: 0;
  }
  .top_acitvity_wrap {
    height: 80vh;
  }
  .top_acitvity_wrap .data_wrap {
    height: 80vh;
  }
  .top_acitvity_wrap .data_wrap .common_header {
    font-size: 40px;
  }
  .header_wrap {
    top: 15px;
  }
  .header_wrap .menu_ul_wrap {
    display: none;
  }
  .header_wrap .logo_wrap {
    width: 120px;
  }
  .header_wrap .mob_cta_wrap {
    display: inline-block;
  }
  .header_wrap.short_menu .gridContainer {
    width: 95.45%;
    min-width: 95.45%;
    max-width: none;
    float: none;
  }
  .header_wrap.short_menu .gridContainer .inner_wrap {
    gap: 20px;
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: right;
  }
  .overview_home_wrap {
    padding-top: 30px;
  }
  .overview_home_wrap .overview_image_wrap .content_wrap .data_wrap {
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
    padding-bottom: 90px;
  }
  .overview_home_wrap .overview_image_wrap .content_wrap .data_wrap .common_header.large {
    font-size: 30px;
  }
  .overview_home_wrap .overview_image_wrap .content_wrap .data_wrap img {
    max-width: 150px !important;
  }
  .overview_home_wrap .bunny_face_wrap img {
    width: 200%;
    margin-left: -50%;
  }
  .gallery_slide_wrap ul li {
    width: 80%;
  }
  .bottom_bunny_wrap {
    padding-left: 80px;
    margin-top: -450px;
  }
  .bottom_bunny_wrap .bunny_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .bottom_bunny_wrap .bunny_wrap .body {
    width: auto;
    height: 750px;
  }
  .bottom_bunny_wrap .bunny_wrap .hand {
    position: absolute;
    right: 0;
    top: 288px;
    width: 74px;
  }
}

.feature_wrap .list_ul .swiper-slide li,
.testimonial_wrap .swiper-slide li {
  width: 100%;
}

.swiper-continous-play > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.header_wrap .menu_ul_wrap ul li a {
  display: inline-block;
}

.error_full_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  margin-top: 5px;
}

.fsocial_wrap {
  margin-top: 10px;
}

.fsocial_wrap a {
  float: left;
  display: inline-block;
  width: 30px;
  margin-right: 10px;
}

/*Responsive Ends*/
/*# sourceMappingURL=style.css.map */