.new_header_hldr {
  background: #000000 !important;
  color: #fff;
  position: relative;
  z-index: 999;
}
.new_header_hldr .header {
  margin: 0px;
}
.new_header_hldr .header_left .logo_container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.new_header_hldr .header_left .logo_container a {
  color: #fff;
}
.new_header_hldr .header_left .logo_container .camp_logo {
  margin: 0px;
  padding: 0px;
  font-size: 2.3rem;
  line-height: 95%;
  display: inline-block;
  margin-top: -10px;
  margin-right: 10px;
  color: #fff;
}
.new_header_hldr .header_left .logo_container .camp_logo .by {
  display: inline-block;
  font-style: italic;
}
.new_header_hldr .header_left .logo_container img.camp_main_logo {
  max-width: 120px;
  margin: 0px !important;
}
.new_header_hldr .header_right {
  margin: 25px 25px 0px 0px;
}
.new_header_hldr .header_right .currency_changer_hldr a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #fff;
}
.new_header_hldr .dialog-inner:nth-child(3) ul.currency_hldr li.currency a {
  color: rgba(0, 0, 0, 0.87);
}

.ui .prompt {
  background: #fff;
  border: 1px solid #d6d5d5;
  border-radius: 5px;
  display: block;
  height: 40px;
  margin-bottom: 7px;
  padding: 0 15px;
  box-sizing: border-box;
  width: 100%;
}

.header_right {
  /*margin-top: 0px;*/
}

.traveller_login .currency_changer_hldr a {
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.traveller_login .login-name a.user_name, .traveller_login .login-name p {
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.no_bt_margin {
  margin-bottom: 0px !important;
}

.no_horiz_margin {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

ul.browser-default li {
  list-style: initial;
}

.padding_10 {
  padding: 10px;
}

.no_horizontal_padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.row .col.no_left_pad, .no_left_pad {
  padding-left: 0px;
}

.bold500 {
  font-weight: 500 !important;
}

.btn_cstm {
  margin: 0 auto;
  display: block;
  max-width: 300px;
  background: #89B403;
}

.btn_blue {
  background: #0293e0;
}

.btn_full {
  width: 100%;
  max-width: 100%;
}

/*Changing the underline color on focus */
input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #8AB800;
  -webkit-box-shadow: 0 1px 0 0 #8AB800;
  box-shadow: 0 1px 0 0 #8AB800;
}

input:not([type]):focus:not([readonly]) + label, input[type=text]:not(.browser-default):focus:not([readonly]) + label, input[type=password]:not(.browser-default):focus:not([readonly]) + label, input[type=email]:not(.browser-default):focus:not([readonly]) + label, input[type=url]:not(.browser-default):focus:not([readonly]) + label, input[type=time]:not(.browser-default):focus:not([readonly]) + label, input[type=date]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label, input[type=tel]:not(.browser-default):focus:not([readonly]) + label, input[type=number]:not(.browser-default):focus:not([readonly]) + label, input[type=search]:not(.browser-default):focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #8AB800;
}

.input-field .prefix.active {
  color: #8AB800;
}

.btn-cstm {
  margin: 0 auto;
  display: block;
  max-width: 300px;
}

.btn.blue-home:hover, .btn.btn-large.blue-home:hover, .btn.btn-small.blue-home:hover, .btn.btn.blue-home:focus, .btn.btn-large.blue-home:focus, .btn.btn-small.blue-home:focus, .btn.btn.blue-home:active, .btn.btn-large.blue-home:active, .btn.btn-small:active {
  background-color: #3ca2d9;
}

.btn.green-home:hover, .btn.btn-large.green-home:hover, .btn.btn-small.green-home:hover, .btn.btn.green-home:focus, .btn.btn-large.green-home:focus, .btn.btn-small.green-home:focus, .btn.btn.green-home:active, .btn.btn-large.green-home:active, .btn.btn-small.green-home:active {
  background-color: #9ccd03;
}
.btn.btn-file {
  background-color: rgba(50, 50, 50, 0.06);
  color: rgba(0, 0, 0, 0.87);
}
.btn.btn-file:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.blue-home {
  background: #2588bd;
}

.green-home {
  background: #89B403;
}

/* Checkbox filled in color */
[type=checkbox].filled-in.checkbox_blue:checked + span:not(.lever):after {
  border: 2px solid #2588bd;
  background-color: #2588bd;
}

/* Clicking the label does not activate the input without this */
input[type=text] + label {
  pointer-events: none;
}
input[type=text] + label * {
  pointer-events: all;
}

.tkt_sub_details .row:hover {
  background: rgba(238, 238, 238, 0.8);
  transition: all 0.5s ease;
}

.bg_black {
  background-color: #000000 !important;
}

.fg_white {
  color: #ffffff !important;
}
.fg_white h5, .fg_white p {
  color: #ffffff !important;
}

.pad_t50 {
  padding-top: 50px !important;
}

.pad_t30 {
  padding-top: 30px !important;
}

.pad_b30 {
  padding-bottom: 30px !important;
}

.pad_b20 {
  padding-bottom: 20px !important;
}

.big_head {
  font-size: 2.2rem !important;
  line-height: 3rem;
}

.capitalize {
  text-transform: capitalize;
}

.hide_overflow {
  overflow: hidden !important;
}

.valign_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scale_in {
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 600px) {
  .valign_wrapper {
    flex-direction: column;
  }
}
/* Side bar sign up checkbox fix */
input[type=checkbox].checkbox11 {
  position: relative;
  opacity: 1;
  pointer-events: all;
}

[type=checkbox].reset-checkbox,
[type=checkbox].reset-checkbox:checked,
[type=checkbox].reset-checkbox:not(checked) {
  opacity: 1;
  position: relative;
}

[type=checkbox].reset-checkbox + span::before,
[type=checkbox].reset-checkbox + span::after,
[type=checkbox].reset-checkbox:checked + span::before,
[type=checkbox].reset-checkbox:checked + span::after {
  display: none;
}

[type=checkbox].reset-checkbox + span:not(.lever) {
  padding-left: 10px;
}

.switch label input[type=checkbox]:checked + .lever {
  background-color: rgba(2, 147, 224, 0.7);
}

.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #fff;
}

.tkt_sub_details p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.bg_campus {
  background: #550802 !important;
}

@media screen and (max-width: 768px) {
  .new_header_hldr .header_left {
    width: 100%;
  }
  .new_header_hldr .header_right {
    margin-bottom: 15px !important;
  }
}
html {
  height: 100%;
}

section.main_page div {
  bordder: 0.5px solid red;
}
section.main_page section.hero_part {
  color: #fff;
}
section.main_page section.hero_part .valign_wrapper {
  justify-content: space-between;
  align-content: stretch;
}
section.main_page section.hero_part .intro_head {
  display: block;
  width: auto;
  margin: 0 auto;
  padding: 0px 20px 20px 20px;
}
section.main_page section.hero_part .intro_head h3 {
  font-size: 3.5rem;
}
section.main_page section.hero_part .search_hldr {
  transition: opacity 0.5s ease-in-out;
}
section.main_page section.hero_part .search_hldr .search_switcher span {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
}
section.main_page section.hero_part .search_hldr .ui.icon.input input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.87);
}
section.main_page section.hero_part .search_hldr .ui.icon.input > i.icon {
  cursor: pointer;
  position: absolute;
  line-height: 2.5rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  top: 0;
  right: 0;
  margin: 0;
  height: 100%;
  width: 2.67142857em;
  opacity: 0.5;
  border-radius: 0 0.28571429rem 0.28571429rem 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
section.main_page section.hero_part .search_hldr .keyword_search {
  display: none;
}
section.main_page section.hero_part .gallery_hldr {
  position: relative;
  height: 100%;
  max-width: 700px;
  margin: 50px auto;
}
section.main_page section.hero_part .gallery_hldr * {
  outline: none;
}
section.main_page section.hero_part .gallery_hldr .feat_gallery {
  box-shadow: 0 20px 50px -25px black;
}
section.main_page section.hero_part .gallery_hldr .feat_gallery-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
section.main_page section.hero_part .gallery_hldr .item {
  height: 100%;
  position: relative;
  z-index: 1;
}
section.main_page section.hero_part .gallery_hldr .item img {
  width: 100%;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  /*transform: scale(1.2); */
  /*Only when the gallery is active */
}
section.main_page section.hero_part .gallery_hldr .item video {
  /*width: 100%;
  /* height: 100%; */
  /* -o-object-fit: cover;
   object-fit: cover;
   -o-object-position: left;
   object-position: left;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 4;
}
section.main_page section.hero_part .gallery_hldr .item.slick-active img {
  transform: scale(1);
}
section.main_page section.body_part .box-placeholder {
  display: inline-block;
  background-color: #fff;
  margin: 30px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  max-width: 300px;
  vertical-align: top;
  width: 100%;
}
section.main_page section.body_part .box-placeholder hr {
  margin: 0;
  border-color: #f3f3f3;
}
section.main_page section.body_part .box-placeholder {
  font-size: 0;
  line-height: 0;
}
section.main_page section.body_part .box-placeholder .text {
  display: inline-block;
  background-color: #444;
  height: 12px;
  border-radius: 100px;
  margin: 5px 0;
  min-width: 100px;
  opacity: 0.1;
  animation: fading 1.5s infinite;
}
section.main_page section.body_part .box-placeholder .text:first-child {
  margin-top: 0;
}
section.main_page section.body_part .box-placeholder .text:last-child {
  margin-bottom: 0;
}
section.main_page section.body_part .box-placeholder .text.link {
  background-color: var(--blue);
  opacity: 0.4;
}
section.main_page section.body_part .box-placeholder .text.line {
  width: 100%;
}
section.main_page section.body_part .box-placeholder .text.category {
  width: 100px;
  margin-bottom: 10px;
}
section.main_page section.body_part .box-placeholder h4.text {
  height: 20px;
  margin: 3px 0;
  opacity: 0.2;
}
section.main_page section.body_part .box-placeholder .excerpt {
  padding: 10px;
}
section.main_page section.body_part .box-placeholder .image {
  background-color: #f9f9f9;
  height: 222px;
}
section.main_page section.body_part .box-placeholder.no_style {
  box-shadow: none;
  margin: auto;
}
section.main_page section.body_part .box-placeholder.no_style .text {
  height: 30px;
}
@keyframes fading {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.1;
  }
}
section.main_page section.body_part .swipe-tabs .tabbed_item {
  margin: 2px;
  display: inline-block;
}
section.main_page section.body_part .swipe-tabs .tabbed_item:hover {
  background: rgba(0, 0, 0, 0.1);
}
section.main_page section.body_part .swipe-tabs-container .swipe-tab-content {
  display: none;
}
section.main_page section.body_part .swipe-tabs-container .swipe-tab-content:first-child {
  dispdlay: block;
}
section.main_page section.body_part .slick_nav.fixed_nav {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 12px 30px 20px 30px;
  padding: 12px 50px 20px 50px;
  border: none;
  margin-bottom: 30px;
  animation: smoothScroll 1s forwards;
}
section.main_page section.body_part .slick_nav.fixed_nav .slick-next {
  rigdht: 0px;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
section.main_page section.body_part .slick_nav .tabbed_item {
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 500rem;
  border: 1px solid #4a4a4a;
  padding: 0.5rem 1rem;
  margin-right: 0.1rem;
  white-space: nowrap;
  cursor: pointer;
  height: auto;
}
section.main_page section.body_part .slick_nav .tabbed_item.active-tab {
  border-color: rgba(2, 147, 224, 0.9);
  background-color: rgba(2, 147, 224, 0.9);
  color: #fff;
}
section.main_page section.body_part .slick_nav .tabbed_item.hover {
  color: rgba(2, 147, 224, 0.9);
  border-color: rgba(2, 147, 224, 0.9);
  background-color: rgba(2, 147, 224, 0.9);
}
section.main_page section.body_part .slick_nav .slick-next, section.main_page section.body_part .slick_nav .slick-prev {
  width: 43px;
  height: 48px;
}
section.main_page section.body_part .slick_nav .slick-prev {
  left: -48px;
}
section.main_page section.body_part .slick_nav .slick-next {
  right: -48px;
}
section.main_page section.body_part .slick_nav .slick-next:before, section.main_page section.body_part .slick_nav .slick-prev:before {
  color: #000;
  font-size: 26px !important;
  border-radius: 50%;
  height: 26px !important;
  line-height: 26px !important;
  padding: 6px !important;
  margin-top: -10px !important;
  font-weight: bolder;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
section.main_page section.body_part .exp_item .card-image .image_it_gal {
  min-height: 222px;
}
section.main_page section.body_part .exp_item .card-image img {
  height: auto;
  max-height: 242px;
}
section.main_page section.body_part .exp_item .online_exp--day {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.5rem;
  color: #2588bd;
}
section.main_page section.body_part .exp_item .online_exp--month {
  font-size: 0.95rem;
}
section.main_page section.body_part .exp_item .online_exp--ongoing {
  font-size: 0.8rem;
}
section.main_page section.body_part .exp_item .item_head {
  font-size: 17px;
  color: #2e323b;
  line-height: 1.2em;
  margin: 3px 0px;
  overflow: hidden;
  margin-bottom: 12px;
  text-transform: capitalize;
  height: 2.6em;
  position: relative;
}
section.main_page section.body_part .exp_item .item_head:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%);
}
section.main_page section.body_part .exp_item .item_head a {
  color: inherit;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
}
section.main_page section.body_part .exp_item .abs_hldr {
  position: absolute;
  top: 7px;
  left: 0px;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  padding: 2px 7px 4px 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
section.main_page section.body_part .exp_item .abs_hldr p.from_cty {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #fff;
}
section.main_page section.body_part .exp_item .online_exp {
  z-index: 1;
  position: relative;
}
section.main_page section.body_part .exp_item .online_ring {
  padding: 3px 2px;
}
section.main_page section.body_part .exp_item .the_dot {
  width: 16px;
  height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  background: rgba(30, 144, 255, 0.6);
  background-color: #62bd19;
  border-radius: 50%;
  animation: shadow-pulse 1s ease-out infinite;
}
section.main_page section.body_part .exp_item .image_hldr {
  position: relative;
  z-index: 1;
  height: 222px;
}
section.main_page section.body_part .exp_item .image_hldr * {
  outline: none;
}
section.main_page section.body_part .exp_item .image_hldr .image_item_gallery {
  /*box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 1);*/
}
section.main_page section.body_part .exp_item .image_hldr .image_item_gallery-track {
  /*transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);*/
}
section.main_page section.body_part .exp_item .image_hldr .image_item {
  height: 100%;
  position: relative;
  z-index: 1;
}
section.main_page section.body_part .exp_item .image_hldr .image_item img {
  widdth: 100%;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transdform: scale(1.2);
}
section.main_page section.body_part .exp_item .image_hldr .image_item video {
  width: 100%;
  /* height: 100%; */
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}
section.main_page section.body_part .exp_item .image_hldr .image_item.slick-active img {
  transform: scale(1);
}
section.main_page section.body_part .exp_item .online_exp--genre p {
  display: inline-block;
  line-height: 1;
  vertical-align: baseline;
  margin: 0 0.14285714em;
  background-color: #e8e8e8;
  background-image: none;
  padding: 0.5833em 0.833em;
  color: rgba(0, 0, 0, 0.6);
  text-transform: none;
  font-weight: 700;
  border: 0 solid transparent;
  border-radius: 0.28571429rem;
  -webkit-transition: background 0.1s ease;
  transition: background 0.1s ease;
  margin-left: 1em;
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 0 0.28571429rem 0.28571429rem 0;
  -webkit-transition: none;
  transition: none;
}
section.main_page section.body_part .exp_item .online_exp--genre p::before {
  position: absolute;
  -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
  transform: translateY(-50%) translateX(50%) rotate(-45deg);
  top: 50%;
  right: 100%;
  content: "";
  background-color: inherit;
  background-image: none;
  width: 1.56em;
  height: 1.56em;
  -webkit-transition: none;
  transition: none;
}
section.main_page section.body_part .exp_item .online_exp--genre p::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -0.25em;
  margin-top: -0.25em;
  background-color: #fff !important;
  width: 0.5em;
  height: 0.5em;
  -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
  border-radius: 500rem;
}
section.main_page section.body_part .exp_item .online_exp--genre p:hover {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  background-image: none;
  color: rgba(0, 0, 0, 0.8);
}
section.main_page section.body_part .exp_item .online_exp--genre p:hover::before {
  color: rgba(0, 0, 0, 0.8);
}
section.main_page section.body_part .exp_item .online_exp--genre p:hover::after {
  border-left-color: crimson;
}
section.main_page section.body_part .exp_item .rating_wrapper {
  margin-top: 10px;
  height: 28px;
}
section.main_page section.body_part .exp_item .rating_wrapper p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
}
section.main_page section.body_part .exp_item .rating_wrapper .ratings_quant_hldr {
  padding-left: 10px;
}
section.main_page section.body_part .card .card-content {
  padding: 0px 10px;
}
section.main_page section.body_part .card .card-action {
  padding: 10px;
}
section.main_page section.body_part .card .card-action span.c_label {
  font-size: 0.9rem;
}
section.main_page .width_extender {
  position: relative !important;
  width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  left: 50% !important;
  right: 50% !important;
}
section.main_page .width_controller {
  width: 100% !important;
  margin: 0 auto !important;
  max-width: 1180px !important;
}
section.main_page .float_fixer {
  display: inline-block;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 30px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0293e0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* Online experience */
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(98, 189, 25, 0.9);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(98, 189, 25, 0.1);
  }
}
@media (min-width: 800px) and (max-width: 1099px) {
  .row.sub_row {
    width: 70%;
  }
  .row.sub_row .exp_item {
    width: 50%;
  }
}
@media (min-width: 601px) and (max-width: 799px) {
  .row.sub_row {
    width: 100%;
  }
  .row.sub_row .exp_item {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  section.main_page section.hero_part .intro_head h3 {
    font-size: 2.92rem;
  }
  section.main_page section.body_part .exp_item .item_head {
    min-height: auto;
    max-height: auto;
    height: auto;
  }
  section.main_page section.body_part .exp_item .item_head:after {
    display: none;
  }
}
@media screen and (max-width: 1399px) {
  section.main_page .inner-mid-container {
    width: auto;
    max-width: 1360px;
    padding: 0px 15px;
  }
}
@media screen and (min-width: 1400px) {
  section.main_page .inner-mid-container {
    width: auto;
    max-width: 1360px;
  }
}
@media screen and (min-width: 1500px) {
  section.main_page section.body_part .slick_nav.fixed_nav {
    top: 0;
    width: 100%;
    max-width: 1500px;
    left: 50%;
    margin-left: -750px;
  }
  section.main_page section.body_part .slick_nav.fixed_nav .slick-next {
    rigdht: 0px;
  }
}

/*# sourceMappingURL=exp_list_new.css.map */
