@media (max-width: 1170px) {
  .ova-pl-10 {
    padding-left: 10px; }

  .ova-pr-10 {
    padding-right: 10px; } }
.elementor-widget-ova_logo .elementor-widget-container {
  display: flex; }

.logo-fixed {
  display: none; }

.active_fixed .mobile-logo,
.active_fixed .desk-logo {
  display: none !important; }
.active_fixed .logo-fixed {
  display: block; }

/* DeskTop *********************************************************************/
/* Fix when menu is full width */
.align_right > .elementor-container {
  float: right;
  width: 100%; }

/* Button Open Canvas */
.ova_openNav {
  display: none; }

.ova_nav {
  width: 100%;
  /* Sub Menu */
  /* Parent Menu */ }
  .ova_nav .ova_closeNav {
    display: none; }
  .ova_nav .dropdown-menu {
    padding: 0px;
    margin: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); }
    .ova_nav .dropdown-menu > li {
      width: 100%;
      position: relative; }
      .ova_nav .dropdown-menu > li > a {
        color: #444444;
        display: block;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px; }
  .ova_nav ul.menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    /* Dropdown arrow */ }
    .ova_nav ul.menu > li {
      padding: 0px 11px; }
      .ova_nav ul.menu > li > a {
        color: #444444;
        font-weight: 400;
        font-size: 17px;
        display: inline-block;
        display: flex;
        align-items: center; }
    .ova_nav ul.menu button.dropdown-toggle {
      display: none; }
      .ova_nav ul.menu button.dropdown-toggle:after {
        display: none; }

/* Fix Sub Menu Direction */
.sub_menu_dir_left .dropdown-menu li {
  text-align: right;
  position: relative;
  /* Menu level 3 */ }
  .sub_menu_dir_left .dropdown-menu li.dropdown a i {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -10px; }
    .sub_menu_dir_left .dropdown-menu li.dropdown a i:before {
      content: "\34";
      font-family: "eleganticons"; }
  .sub_menu_dir_left .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: auto;
    right: 100%;
    top: 0; }

.sub_menu_dir_right .dropdown-menu {
  left: -45%; }
  .sub_menu_dir_right .dropdown-menu li {
    text-align: left;
    /* Menu level 3 */ }
    .sub_menu_dir_right .dropdown-menu li.dropdown a i {
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -10px; }
      .sub_menu_dir_right .dropdown-menu li.dropdown a i:before {
        content: "\35";
        font-family: "eleganticons"; }
    .sub_menu_dir_right .dropdown-menu li .dropdown-menu {
      position: absolute;
      right: auto;
      left: 100%;
      top: 0; }

/* Cover page when open canvas */
.ova_closeCanvas {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  transition: opacity 1s; }

@media (min-width: 1025px) {
  /* Vertical Menu Desktop */
  .ova_wrap_nav.column ul.menu.sub_menu_dir_right > li.dropdown > a i:before {
    content: "\35";
    font-family: "eleganticons"; }
  .ova_wrap_nav.column ul.menu > li {
    width: 100%; }
    .ova_wrap_nav.column ul.menu > li > .dropdown-menu {
      left: 100%;
      top: 0 !important; }

  .ova_nav ul.menu {
    /* Sub Menu */ }
    .ova_nav ul.menu .dropdown-menu {
      visibility: hidden;
      display: block;
      top: 110%;
      z-index: -1; }
    .ova_nav ul.menu > li:hover > .dropdown-menu {
      display: block;
      z-index: 9999;
      -webkit-transition: all .3s ease-in;
      -moz-transition: all .3s ease-in;
      -ms-transition: all .3s ease-in;
      -o-transition: all .3s ease-in;
      transition: all .3s ease-in;
      visibility: visible;
      top: 100%; }
      .ova_nav ul.menu > li:hover > .dropdown-menu > li:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        z-index: 9999;
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        -ms-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in;
        visibility: visible;
        top: 0; } }
/* Mobile *********************************************************************/
@media (max-width: 1024px) {
  /*transition when display nav*/
  .ova-wrapp {
    transition: margin-left .5s; }

  .ova_openNav {
    display: block;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: transparent; }
    .ova_openNav:focus {
      outline: none; }

  /* Align Menu Button */
  .NavBtn_right {
    float: right;
    margin: 0;
    padding: 0; }

  .NavBtn_left {
    float: left; }

  .NavBtn_center {
    justify-content: center; }

  /* Close Button in menu */
  .ova_nav.canvas_left .ova_closeNav {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    color: #fff;
    text-align: right; }
  .ova_nav.canvas_right .ova_closeNav {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    color: #fff;
    text-align: left; }

  /* Hide Menu */
  .logged-in .ova_nav {
    padding-top: 60px; }

  .ova_nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    overflow-x: hidden;
    padding-top: 30px;
    transition: 0.5s;
    /* Canvas direction */
    /* Background Canvas */
    /* Show/hide Canvas */
    /* Always display column in mobile */ }
    .ova_nav ul.menu li {
      width: 100%;
      display: block;
      align-items: center;
      /* Dropdown arrow */ }
      .ova_nav ul.menu li a {
        width: 100%; }
        .ova_nav ul.menu li a i {
          display: none; }
      .ova_nav ul.menu li button.dropdown-toggle {
        display: block;
        position: absolute;
        top: 3px;
        right: 10px;
        background: transparent;
        border: none;
        outline: none; }
      .ova_nav ul.menu li.active_sub > .dropdown-menu {
        display: block; }
      .ova_nav ul.menu li.active_sub > button.dropdown-toggle > i:before {
        content: "\32";
        font-family: "eleganticons"; }
    .ova_nav ul.menu .dropdown-menu {
      position: relative !important;
      transform: none !important;
      left: 0;
      top: 0;
      right: auto;
      border: none !important;
      background: transparent !important;
      display: none;
      opacity: 1;
      visibility: visible;
      width: 100%; }
    .ova_nav.canvas_left {
      left: 0; }
      .ova_nav.canvas_left ul.menu {
        align-items: flex-start;
        text-align: left;
        /* Dropdown arrow */
        /* level 2 */ }
        .ova_nav.canvas_left ul.menu button.dropdown-toggle {
          right: 10px; }
        .ova_nav.canvas_left ul.menu .dropdown-menu {
          /* level 3 */ }
          .ova_nav.canvas_left ul.menu .dropdown-menu li {
            text-align: left;
            border: none !important;
            background: transparent !important;
            clear: both; }
          .ova_nav.canvas_left ul.menu .dropdown-menu .dropdown-menu {
            padding-left: 15px; }
    .ova_nav.canvas_right {
      right: 0; }
      .ova_nav.canvas_right ul.menu {
        align-items: flex-end;
        text-align: right;
        /* Dropdown arrow */
        /* level 2 */ }
        .ova_nav.canvas_right ul.menu button.dropdown-toggle {
          left: 10px; }
        .ova_nav.canvas_right ul.menu .dropdown-menu {
          /* level 3 */ }
          .ova_nav.canvas_right ul.menu .dropdown-menu li {
            text-align: right;
            border: none !important;
            background: transparent !important; }
          .ova_nav.canvas_right ul.menu .dropdown-menu .dropdown-menu {
            padding-right: 15px; }
    .ova_nav.canvas_bg_gray {
      background-color: #343434; }
      .ova_nav.canvas_bg_gray ul.menu li a,
      .ova_nav.canvas_bg_gray ul.menu li .dropdown-toggle {
        color: #fff !important; }
    .ova_nav.canvas_bg_white {
      background-color: #fff; }
      .ova_nav.canvas_bg_white ul.menu li a,
      .ova_nav.canvas_bg_white ul.menu li .dropdown-toggle {
        color: #444444 !important; }
    .ova_nav.show {
      width: 250px; }
    .ova_nav.hide {
      width: 0; }
    .ova_nav ul.menu {
      flex-direction: column !important; } }
@media (max-width: 767px) {
  /* Align Menu Button */
  .NavBtn_right, .NavBtn_left {
    float: none;
    margin: 0;
    padding: 0; }

  .NavBtn_right_m {
    float: right;
    margin: 0;
    padding: 0; }

  .NavBtn_left_m {
    float: left; }

  .NavBtn_center_m {
    justify-content: center; }

  .mobi_no_shrink {
    position: relative !important; } }
/********** Fix Group **********/
.header_group .elementor-widget-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .header_group .elementor-widget-wrap .elementor-element {
    margin: 0px; }
    .header_group .elementor-widget-wrap .elementor-element .elementor-text-editor p {
      margin-bottom: 0; }
.header_group.center .elementor-widget-wrap {
  justify-content: center; }
.header_group.dir_left .elementor-widget-wrap {
  justify-content: flex-start; }
.header_group.dir_center .elementor-widget-wrap {
  justify-content: center; }

.button_gr .elementor-widget-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  @media (max-width: 767px) {
    .button_gr .elementor-widget-wrap {
      justify-content: center;
      align-items: baseline; } }
  .button_gr .elementor-widget-wrap .elementor-element {
    margin: 0px; }
.button_gr.center .elementor-widget-wrap {
  justify-content: center; }

.collection_icon .elementor-button-wrapper {
  background: url(../img/arrow-collection.png) no-repeat;
  background-position: 150px center; }

.ova_button .elementor-button-link {
  background: url(../img/arrow-collection.png) no-repeat;
  background-position: right; }

/**** Fix Icon Map ***/
.elementor .elementor-button-wrapper .elementor-button-icon .fa.fa-map-signs:before {
  content: "\f041" !important; }

/**** Footer ***/
.quick_link.type1 ul {
  padding: 0;
  list-style: none; }
  .quick_link.type1 ul li {
    padding-bottom: 11px; }
    .quick_link.type1 ul li:first-child {
      padding-top: 2px; }
    .quick_link.type1 ul li a {
      color: #888888;
      font-size: 16px;
      -webkit-transition: all .3s;
      transition: all .3s; }
.quick_link.type2 ul {
  padding: 0;
  list-style: none; }
  .quick_link.type2 ul li {
    padding-bottom: 11px; }
    .quick_link.type2 ul li:first-child {
      padding-top: 2px; }
    .quick_link.type2 ul li a {
      color: #777777;
      font-size: 16px;
      -webkit-transition: all .3s;
      transition: all .3s; }

.newsletter {
  padding-top: 5px; }
  .newsletter.type1 .ova-form-mail-chimp .name, .newsletter.type1 .ova-form-mail-chimp .email, .newsletter.type1 .ova-form-mail-chimp .submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 15px;
    height: 50px;
    line-height: 50px; }
  .newsletter.type1 .ova-form-mail-chimp .name {
    display: none; }
  .newsletter.type1 .ova-form-mail-chimp .email input[type=email] {
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    color: #999999; }
  .newsletter.type1 .ova-form-mail-chimp .submit input[type=submit] {
    background: #e4002b;
    border: 0;
    color: #fff;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .newsletter.type1 .ova-form-mail-chimp .submit input[type=submit]:hover {
      background: #ff1493; }
  .newsletter.type2 .ova-form-mail-chimp .name, .newsletter.type2 .ova-form-mail-chimp .email, .newsletter.type2 .ova-form-mail-chimp .submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 15px;
    height: 50px;
    line-height: 50px; }
  .newsletter.type2 .ova-form-mail-chimp .name {
    display: none; }
  .newsletter.type2 .ova-form-mail-chimp .email input[type=email] {
    border: 1px solid #e5e5e5;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    color: #999999; }
  .newsletter.type2 .ova-form-mail-chimp .submit input[type=submit] {
    background: #25282e;
    border: 0;
    color: #fff;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .newsletter.type2 .ova-form-mail-chimp .submit input[type=submit]:hover {
      background: #ff1493; }

/* Home History */
.contact_header_home_history .elementor-widget-container .elementor-text-editor p {
  line-height: 22px; }

/* Home Mordem */
.collections_sticky .elementor-column-wrap .elementor-widget-wrap {
  position: -webkit-sticky;
  position: sticky;
  height: 500px;
  top: 256px; }

/*--- Footer ---*/
.md_footer .elementor-widget-container .elementor-text-editor p {
  line-height: 26px;
  margin-bottom: 15px; }

/**** Home Minimal (Home-8) ****/
.minimal_footer_add .elementor-widget-container .elementor-text-editor p {
  line-height: 24px;
  margin-bottom: 18px; }

.minimal_footer_bottom .elementor-widget-container .elementor-text-editor p {
  line-height: 30px; }

.lifevent-tab-contact.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
  display: none; }
.lifevent-tab-contact.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
  display: none; }
@media (min-width: 768px) {
  .lifevent-tab-contact.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-content-wrapper {
    border: none !important; }
    .lifevent-tab-contact.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-content-wrapper .elementor-tab-content {
      border: none !important; } }
.lifevent-tab-contact.elementor-widget-tabs .elementor-tabs-wrapper {
  padding-bottom: 8px; }
  .lifevent-tab-contact.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title {
    font-size: 16px;
    color: #555555;
    font-weight: 700;
    border: none;
    border-bottom: 2px solid #e5e5e5;
    position: relative; }
    .lifevent-tab-contact.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
      border-bottom: 2px solid #ff007a;
      transition: 0.4s; }
      .lifevent-tab-contact.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active a {
        position: relative; }
        .lifevent-tab-contact.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active a:before {
          position: absolute;
          content: "";
          width: 12px;
          height: 12px;
          left: 50%;
          bottom: -26px;
          background: #ffffff;
          transform: translateX(-50%);
          border: 2px solid #ff007a;
          transform: translateX(-50%) rotate(45deg);
          z-index: 2;
          border-top: 2px solid transparent;
          border-left: 2px solid transparent;
          overflow: hidden; }

.heading-page {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; }
  .heading-page:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }
  .heading-page .cta-content {
    position: relative;
    z-index: 2; }
    .heading-page .cta-content h2 {
      font-size: 60px;
      color: #fff;
      padding: 114px 0px 127px 0;
      margin-top: 0;
      margin-bottom: 0;
      line-height: 60px; }

.ova_heading h1.heading_title {
  font-size: 50px;
  color: #25282e;
  margin-bottom: 24px;
  margin-top: 0;
  font-weight: normal;
  line-height: 1.2em; }
.ova_heading h2.sub_title {
  font-size: 22px;
  color: #888;
  line-height: 32px;
  margin: 0; }

.ova-blog {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px; }
  .ova-blog .blog-content:not(:last-child) {
    margin-bottom: 40px; }
  .ova-blog .blog-content .post-media {
    margin-bottom: 0px;
    min-height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .ova-blog .blog-content .post-media + .post-content {
      margin-right: 50px;
      padding-right: 0px;
      margin-top: -80px;
      position: relative; }
  .ova-blog .blog-content .post-content {
    background-color: #fff; }
    .ova-blog .blog-content .post-content .post-meta-content {
      display: inline-block;
      margin: 0;
      padding-top: 33px;
      padding-bottom: 12px; }
      .ova-blog .blog-content .post-content .post-meta-content .post-date {
        font-size: 17px;
        line-height: 22px;
        color: #777777;
        text-transform: capitalize; }
    .ova-blog .blog-content .post-content h2.title {
      margin-top: 0px;
      margin-bottom: 28px;
      line-height: unset; }
      .ova-blog .blog-content .post-content h2.title a {
        font-size: 28px;
        line-height: 35px;
        color: #25282e;
        text-transform: unset;
        font-weight: normal; }
        .ova-blog .blog-content .post-content h2.title a:hover {
          color: #515358; }
    .ova-blog .blog-content .post-content .post-body {
      margin-bottom: 28px;
      margin-top: -6px; }
      .ova-blog .blog-content .post-content .post-body .post-excerpt p {
        font-size: 17px;
        line-height: 26px;
        color: #777777; }
    .ova-blog .blog-content .post-content .post-readmore a {
      font-size: 16px;
      line-height: 22px;
      color: #25282e;
      border-bottom: 2px solid #25282e;
      position: relative; }
      .ova-blog .blog-content .post-content .post-readmore a:after {
        position: absolute;
        left: 0;
        bottom: -3px;
        content: "";
        width: 0px;
        height: 2px;
        background-color: #25282e; }
      .ova-blog .blog-content .post-content .post-readmore a:hover {
        border-bottom: none; }
        .ova-blog .blog-content .post-content .post-readmore a:hover:after {
          width: 100%;
          transition: 0.4s; }

@media (max-width: 991px) {
  .ova-blog {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 40px; } }
@media (max-width: 767px) {
  .ova-blog {
    grid-template-columns: 1fr;
    grid-column-gap: 0px; }
    .ova-blog .blog-content .post-media + .post-content {
      margin-right: 0px;
      padding-right: 0px;
      margin-top: 0px; } }
.line-height-35 p, .line-height-35 span, .line-height-35 a {
  line-height: 35px; }

.line-height-32 p, .line-height-32 span, .line-height-32 a {
  line-height: 32px; }

.line-height-30 p, .line-height-30 span, .line-height-30 a {
  line-height: 30px; }

.line-height-26 p, .line-height-26 span, .line-height-26 a {
  line-height: 26px; }

.line-height-24 p, .line-height-24 span, .line-height-24 a {
  line-height: 24px; }

.schedule-1 {
  padding-top: 100px;
  margin-top: -35px; }

.schedule-2 {
  padding-top: 40px;
  margin-top: -30px; }

.lifevent-couter-number {
  margin-top: -3px; }
  .lifevent-couter-number .elementor-counter-number-wrapper {
    margin-bottom: 24px; }
    .lifevent-couter-number .elementor-counter-number-wrapper .elementor-counter-number {
      font-size: 45px;
      font-weight: 400; }
  .lifevent-couter-number .elementor-counter-title {
    color: #777777;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px; }

.ova-ctf7-contact-us-page {
  display: flex;
  flex-wrap: wrap; }
  .ova-ctf7-contact-us-page span.wpcf7-form-control-wrap {
    width: 100%; }
    .ova-ctf7-contact-us-page span.wpcf7-form-control-wrap input, .ova-ctf7-contact-us-page span.wpcf7-form-control-wrap textarea {
      height: unset;
      width: 100%;
      border: 1px solid #e8e8e8;
      outline: none;
      padding: 11px 20px 15px 19px;
      -moz-padding: 11px 20px 15px 19px;
      -webkit-padding: 10px 20px 16px 19px;
      color: #999999; }
      .ova-ctf7-contact-us-page span.wpcf7-form-control-wrap input::placeholder, .ova-ctf7-contact-us-page span.wpcf7-form-control-wrap textarea::placeholder {
        font-size: 17px;
        line-height: 28px;
        color: #999999;
        font-family: archivo; }
    .ova-ctf7-contact-us-page span.wpcf7-form-control-wrap textarea {
      padding-top: 10px; }
  .ova-ctf7-contact-us-page .name, .ova-ctf7-contact-us-page .email {
    flex: 0 0 50%;
    margin-bottom: 20px; }
  .ova-ctf7-contact-us-page .name {
    padding-right: 10px; }
  .ova-ctf7-contact-us-page .email {
    padding-left: 10px; }
  .ova-ctf7-contact-us-page .title {
    flex: 0 0 100%;
    margin-bottom: 20px; }
  .ova-ctf7-contact-us-page .content {
    flex: 0 0 100%;
    margin-bottom: 21px; }
  .ova-ctf7-contact-us-page .submit .wpcf7-form-control.wpcf7-submit {
    padding-left: 30px;
    padding-right: 30px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    cursor: pointer; }
    .ova-ctf7-contact-us-page .submit .wpcf7-form-control.wpcf7-submit:hover {
      transition: 0.5s all;
      background-color: #ff1493;
      border-color: #ff1493; }

.ova-icon-list .elementor-icon-list-items .elementor-icon-list-item:not(:last-child) {
  margin-bottom: 15px; }
.ova-icon-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon i {
  font-size: 8px;
  color: #555555; }
.ova-icon-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
  padding-left: 14px;
  font-size: 17px;
  line-height: 28px;
  color: #555555; }

.ova-member-icon-list .elementor-icon-list-items .elementor-icon-list-item:not(:last-child) {
  margin-bottom: 2px; }
.ova-member-icon-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon i {
  font-size: 8px;
  color: #25282e; }
.ova-member-icon-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
  padding-left: 10px;
  font-size: 17px;
  line-height: 28px;
  color: #555555; }

.ova-icon-list-home-default .elementor-icon-list-items .elementor-icon-list-item:not(:last-child) {
  margin-bottom: 7px; }
.ova-icon-list-home-default .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon i {
  font-size: 8px;
  color: #25282e; }
.ova-icon-list-home-default .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
  padding-left: 10px;
  font-size: 18px;
  line-height: 26px;
  color: #777777; }

.ova-lifevent-carousel .elementor-slick-slider .slick-dots-inside .slick-dots {
  bottom: 15px; }
  .ova-lifevent-carousel .elementor-slick-slider .slick-dots-inside .slick-dots li button:before {
    font-size: 10px;
    color: #fff; }

.ova-lifevent-editor-career-detail .elementor-text-editor p {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 0px; }

.give-form-wrap {
  border: 1px solid #e8e8e8; }
  .give-form-wrap .give-form-title {
    font-family: Lora;
    font-size: 26px;
    line-height: 1.2;
    color: #ffffff;
    background-color: #ff1493;
    padding: 16px 30px 14px 30px;
    margin-bottom: 30px; }
  .give-form-wrap .give-form {
    padding: 0px 30px 45px 30px;
    margin-bottom: 0px; }
    .give-form-wrap .give-form .give-total-wrap .give-donation-amount {
      margin-bottom: 20px; }
      .give-form-wrap .give-form .give-total-wrap .give-donation-amount .give-currency-symbol {
        border: 1px solid #e8e8e8;
        border-right: none;
        background-color: #f7f7f7;
        height: 40px;
        font-size: 20px;
        color: #25282e;
        display: flex;
        justify-content: center;
        align-items: center; }
      .give-form-wrap .give-form .give-total-wrap .give-donation-amount .give-text-input#give-amount {
        border: 1px solid #e8e8e8;
        height: 40px;
        font-size: 20px;
        color: #25282e; }
    .give-form-wrap .give-form .give-donation-levels-wrap {
      padding-bottom: 16px !important; }
      .give-form-wrap .give-form .give-donation-levels-wrap li {
        margin-right: 10px !important; }
        .give-form-wrap .give-form .give-donation-levels-wrap li .give-btn {
          border-color: #e8e8e8;
          background-color: #fff;
          font-size: 16px;
          color: #25282e;
          line-height: 1.2;
          height: 55px;
          outline: none;
          padding-left: 20px;
          padding-right: 20px; }
          .give-form-wrap .give-form .give-donation-levels-wrap li .give-btn.give-default-level {
            padding-left: 25px;
            padding-right: 25px; }
          .give-form-wrap .give-form .give-donation-levels-wrap li .give-btn.give-btn-level-custom {
            display: none; }
          .give-form-wrap .give-form .give-donation-levels-wrap li .give-btn.give-default-level {
            background-color: #eeeeee; }
    .give-form-wrap .give-form #give_purchase_form_wrap #give_checkout_user_info legend {
      font-size: 20px;
      line-height: 24px;
      color: #25282e;
      border-bottom: none;
      margin-bottom: 20px;
      font-weight: 400; }
    .give-form-wrap .give-form #give_purchase_form_wrap #give_checkout_user_info .form-row .give-label {
      font-size: 16px;
      line-height: 24px;
      color: #555555; }
    .give-form-wrap .give-form #give_purchase_form_wrap #give_checkout_user_info .form-row .give-required-indicator {
      color: #ff1493; }
    .give-form-wrap .give-form #give_purchase_form_wrap #give_checkout_user_info .form-row .give-tooltip {
      display: none; }
    .give-form-wrap .give-form #give_purchase_form_wrap #give_checkout_user_info .form-row .give-input {
      height: 45px; }
    .give-form-wrap .give-form #give_purchase_form_wrap .give-donation-submit p.form-wrap {
      margin-top: 5px;
      margin-bottom: 30px; }
      .give-form-wrap .give-form #give_purchase_form_wrap .give-donation-submit p.form-wrap .give-donation-total-label {
        font-size: 18px;
        line-height: 1.2;
        color: #25282e;
        background-color: #f7f7f7;
        border-color: #e8e8e8;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center; }
      .give-form-wrap .give-form #give_purchase_form_wrap .give-donation-submit p.form-wrap .give-final-total-amount {
        font-size: 18px;
        line-height: 1.2;
        color: #25282e;
        border-color: #e8e8e8;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center; }
    .give-form-wrap .give-form #give_purchase_form_wrap .give-donation-submit .give-submit-button-wrap input[type='submit'] {
      width: 100%;
      height: 50px;
      background-color: #25282e;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 22px;
      color: #fff;
      border: none; }
      .give-form-wrap .give-form #give_purchase_form_wrap .give-donation-submit .give-submit-button-wrap input[type='submit']:hover {
        transition: 0.5s all;
        background-color: #ff1493; }

.ova-form-mail-no-border-input .ova-form-mail-chimp input[type=text], .ova-form-mail-no-border-input .ova-form-mail-chimp input[type=email] {
  border: none; }

.ova-form-mail-chimp {
  display: flex;
  flex-wrap: wrap; }
  .ova-form-mail-chimp .name {
    flex: 0 0 40%;
    padding-right: 20px; }
  .ova-form-mail-chimp .email {
    flex: 0 0 40%;
    padding-right: 20px; }
  .ova-form-mail-chimp .submit {
    flex: 0 0 20%; }
    .ova-form-mail-chimp .submit input[type=submit] {
      height: 50px;
      width: 100%;
      color: #fff;
      font-size: 16px;
      line-height: 22px;
      text-transform: uppercase;
      cursor: pointer; }
      .ova-form-mail-chimp .submit input[type=submit]:hover {
        background-color: #25282e;
        transition: 0.5s all;
        color: #fff; }
  .ova-form-mail-chimp .hide {
    display: none; }
  .ova-form-mail-chimp input[type=text], .ova-form-mail-chimp input[type=email] {
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    color: #999999;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px; }
    .ova-form-mail-chimp input[type=text]::placeholder, .ova-form-mail-chimp input[type=email]::placeholder {
      font-size: 16px;
      color: #999999; }

.after-button-icon .elementor-button-link {
  position: relative; }
  .after-button-icon .elementor-button-link:after {
    font-family: ElegantIcons;
    content: "\24";
    color: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid;
    border-radius: 50%;
    padding: 8px 6px 6px 6px;
    font-size: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100%); }

.before-icon-map-button .elementor-button-link {
  position: relative; }
  .before-icon-map-button .elementor-button-link:before {
    font-family: FontAwesome;
    content: "\f041";
    color: #ff1493;
    padding: 6px;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(100%);
    transition: 0.5s; }
  .before-icon-map-button .elementor-button-link:hover:before {
    color: #fff; }

.ova-big-text {
  font-size: 80px !important; }

.ova-over-flow-hidden {
  overflow: hidden; }

.icon-text-contact p:before {
  font-family: 'ElegantIcons';
  content: "\e01b";
  font-size: 20px;
  color: #1b1d1f;
  margin-right: 5px; }

.ova-two-circle .elementor-image {
  position: relative; }
  .ova-two-circle .elementor-image:after {
    position: absolute;
    top: 92px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 334px;
    height: 334px;
    background-color: #25282e;
    opacity: 0.04;
    z-index: -1;
    border-radius: 50%; }
  .ova-two-circle .elementor-image:before {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 426px;
    height: 426px;
    background-color: #25282e;
    opacity: 0.05;
    z-index: -2;
    border-radius: 50%; }

.heading-home-10 .elementor-heading-title {
  position: relative;
  display: inline-block; }
  .heading-home-10 .elementor-heading-title:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 50%;
    width: calc(100% + 90px);
    background-color: #fff04d;
    z-index: -1;
    transform: translate(-50%, 0); }

#upcoming {
  padding-top: 120px; }

.ova-over-half-background-212329-section {
  position: relative; }
  .ova-over-half-background-212329-section:after {
    position: absolute;
    content: "";
    width: 33%;
    height: 100%;
    left: 67%;
    top: 0;
    background-color: #212329;
    z-index: 0; }
    @media (max-width: 767px) {
      .ova-over-half-background-212329-section:after {
        display: none; } }

.home_sticky .elementor-column-wrap .elementor-widget-wrap {
  position: -webkit-sticky;
  position: sticky;
  height: 500px;
  top: 50px; }
  @media (max-width: 1024px) {
    .home_sticky .elementor-column-wrap .elementor-widget-wrap {
      height: auto; } }

.gallery_sticky .elementor-column-wrap .elementor-widget-wrap {
  position: -webkit-sticky;
  position: sticky;
  height: 300px;
  top: 150px; }

.ova-link {
  padding-top: 150px;
  margin-top: -150px; }
  @media (max-width: 767px) {
    .ova-link {
      padding-top: 0px;
      margin-top: 0px; } }

.schedule a.active {
  color: #fff !important; }

.ova-carousel-landing .elementor-image-carousel-caption {
  margin-top: -8px;
  margin-bottom: 38px; }

@media (max-width: 1100px) {
  .after-button-icon .elementor-button-link:after {
    left: calc(100% - 8px); } }
@media (max-width: 1024px) {
  .ova-slideshow-padding-left .elementor-slide-content {
    padding-left: 10px; } }
@media (max-width: 991px) {
  .after-button-icon .elementor-button-link:after {
    display: none; }

  .heading-home-10 .elementor-heading-title:after {
    width: 100%;
    left: 0;
    transform: translate(0, 0); } }
@media (max-width: 767px) {
  .mobible-boder-radius-none .elementor-element-populated {
    border-radius: 0 0 0 0 !important; }

  .lifevent-time-open p a {
    display: block;
    margin-top: 12px; }

  .ova-big-text {
    display: block; }

  .ova-ctf7-contact-us-page .name, .ova-ctf7-contact-us-page .email {
    flex: 0 0 100%;
    padding: 0px; }

  .mobile-border-right-none .elementor-widget-container {
    border-right: none !important; }

  .mobile-border-left-none .elementor-left-container {
    border-right: none !important; }

  .ova-form-mail-chimp .name {
    flex: 0 0 100%;
    padding-right: 0px;
    margin-bottom: 20px; }
  .ova-form-mail-chimp .email {
    flex: 0 0 100%;
    padding-right: 0px;
    margin-bottom: 20px; }
  .ova-form-mail-chimp .submit {
    flex: 0 0 100%; }

  .ova-hide-768 {
    display: none; } }
.ova-zoom-in-image {
  overflow: hidden; }
  .ova-zoom-in-image img {
    transition: 0.5s; }
  .ova-zoom-in-image:hover img {
    transform: scale(1.1); }

@media (max-width: 575px) {
  .ova-two-circle .elementor-image:before {
    top: 30px;
    width: 320px;
    height: 320px; }
  .ova-two-circle .elementor-image:after {
    top: 65px;
    width: 250px;
    height: 250px; } }
.white_color {
  color: #fff; }
  .white_color p {
    color: #fff; }

.ova-icon-lifevent i {
  display: block;
  line-height: 1.2; }
  .ova-icon-lifevent i:before {
    font-size: 55px;
    margin-left: 0px;
    color: #ff1493; }
  .ova-icon-lifevent i.flaticon-ticket:before {
    margin-left: 20px; }

.ova_info h3, .ova_info h4 {
  margin: 0px; }
.ova_info h3.title {
  font-size: 20px;
  line-height: 24px;
  color: #25282e; }
.ova_info h4.sub-title {
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 11px; }
.ova_info .ova_info_staff {
  text-align: center; }
  .ova_info .ova_info_staff h3.title {
    margin-bottom: 3px; }
  .ova_info .ova_info_staff h4.sub-title {
    margin-bottom: 11px;
    color: #555555;
    font-family: archivo;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.2px; }
  .ova_info .ova_info_staff .info-contact a {
    font-size: 17px;
    line-height: 1.2;
    color: #777777; }
  .ova_info .ova_info_staff .info-contact a.email {
    position: relative; }
    .ova_info .ova_info_staff .info-contact a.email:after {
      position: absolute;
      content: "";
      width: 100%;
      height: 1px;
      background-color: #b1b1b1;
      bottom: -2px;
      left: 0px; }
.ova_info .ova_info_contact {
  text-align: left; }
  .ova_info .ova_info_contact h3.title {
    margin-bottom: 12px; }
  .ova_info .ova_info_contact h4.sub-title {
    margin-bottom: 25px;
    color: #777777; }
  .ova_info .ova_info_contact .info-contact a {
    font-size: 17px;
    line-height: 24px;
    color: #777777;
    display: block;
    transition: .3s ease; }
    .ova_info .ova_info_contact .info-contact a:hover {
      color: #ff1493;
      transition: .3s ease; }

.ova_lifevent_according .accor-lifevent-content {
  margin-bottom: 20px; }
  .ova_lifevent_according .accor-lifevent-content.ova-visit {
    margin-bottom: 0px; }
  .ova_lifevent_according .accor-lifevent-content.hide .content {
    display: none; }
  .ova_lifevent_according .accor-lifevent-content.hide.ova-visit:not(:last-child) .wp-title {
    border-bottom: none; }
  .ova_lifevent_according .accor-lifevent-content.show.ova-visit:not(:last-child) .content {
    border-bottom: none; }
  .ova_lifevent_according .accor-lifevent-content.active.hide .content, .ova_lifevent_according .accor-lifevent-content.active.show .content {
    display: block; }
  .ova_lifevent_according .accor-lifevent-content.active.hide.ova-visit .wp-title {
    border: 1px solid #e8e8e8;
    border-bottom: none; }
  .ova_lifevent_according .accor-lifevent-content.ova-faq .wp-title {
    padding: 15px 30px 16px 30px; }
  .ova_lifevent_according .accor-lifevent-content.ova-visit {
    margin-bottom: 0px; }
    .ova_lifevent_according .accor-lifevent-content.ova-visit .content {
      padding-bottom: 42px; }
      .ova_lifevent_according .accor-lifevent-content.ova-visit .content a.button-text {
        display: inline-block;
        background-color: transparent;
        font-size: 17px;
        line-height: 30px;
        color: #25282e;
        padding: 0px;
        padding-top: 27px;
        margin-top: 0px; }
        .ova_lifevent_according .accor-lifevent-content.ova-visit .content a.button-text:after {
          font-family: FontAwesome;
          content: "\f105";
          margin-left: 5px; }
        .ova_lifevent_according .accor-lifevent-content.ova-visit .content a.button-text:hover {
          color: #b9a271;
          background-color: unset; }
          .ova_lifevent_according .accor-lifevent-content.ova-visit .content a.button-text:hover:after {
            color: #b9a271; }
  .ova_lifevent_according .accor-lifevent-content:last-child {
    margin-bottom: 0px !important; }
  .ova_lifevent_according .accor-lifevent-content .wp-title {
    padding: 22px 30px 18px 30px;
    border: 1px solid #e8e8e8;
    position: relative;
    cursor: pointer; }
    .ova_lifevent_according .accor-lifevent-content .wp-title span.title {
      display: block;
      font-size: 20px;
      line-height: 28px;
      color: #25282e;
      margin-bottom: 1px; }
    .ova_lifevent_according .accor-lifevent-content .wp-title span.sub-title {
      font-size: 18px;
      line-height: 28px;
      color: #777777; }
    .ova_lifevent_according .accor-lifevent-content .wp-title span.icon-accor {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 20px;
      font-size: 20px;
      color: #999999; }
      .ova_lifevent_according .accor-lifevent-content .wp-title span.icon-accor:hover {
        color: #b9a271; }
      .ova_lifevent_according .accor-lifevent-content .wp-title span.icon-accor i {
        padding: 10px; }
  .ova_lifevent_according .accor-lifevent-content .content {
    padding: 25px 30px 30px 32px;
    border: 1px solid #e8e8e8;
    border-top: none; }
    .ova_lifevent_according .accor-lifevent-content .content .item-conten {
      font-size: 17px;
      line-height: 28px;
      color: #555555; }
      .ova_lifevent_according .accor-lifevent-content .content .item-conten p {
        font-size: 17px;
        line-height: 28px;
        color: #555555;
        margin-bottom: 27px; }
        .ova_lifevent_according .accor-lifevent-content .content .item-conten p:last-child {
          margin-bottom: 0px; }
    .ova_lifevent_according .accor-lifevent-content .content a.button-text {
      display: inline-block;
      background-color: #25282e;
      font-size: 16px;
      line-height: 26px;
      color: #ffffff;
      padding: 11px 25px 12px 25px;
      margin-top: 26px; }
      .ova_lifevent_according .accor-lifevent-content .content a.button-text:hover {
        transition: 0.5s all;
        background-color: #b9a271; }

.ova_info_position.info_position .content {
  padding-right: 25px; }
  .ova_info_position.info_position .content .title h3 {
    margin-top: 20px;
    margin-bottom: 15px; }
    .ova_info_position.info_position .content .title h3 a {
      font-size: 28px;
      line-height: 32px;
      color: #222428; }
      .ova_info_position.info_position .content .title h3 a:hover {
        color: #515358; }
  .ova_info_position.info_position .content .desc p {
    font-size: 17px;
    line-height: 26px;
    color: #555555;
    margin-bottom: 26px; }
  .ova_info_position.info_position .content .text-button a {
    font-size: 16px;
    line-height: 22px;
    color: #131313;
    padding: 13px 32px 12px 31px;
    border: 2px solid #e5e5e5;
    display: inline-block; }
    .ova_info_position.info_position .content .text-button a:hover {
      transition: 0.5s all;
      color: #ffffff;
      border-color: #25282e;
      background-color: #25282e; }
.ova_info_position.info_plan {
  text-align: center;
  padding-bottom: 40px;
  border: 1px solid #e5e5e5; }
  .ova_info_position.info_plan .content {
    padding-right: 40px;
    padding-left: 40px; }
    .ova_info_position.info_plan .content .title h3 {
      margin-top: 20px;
      margin-bottom: 15px; }
      .ova_info_position.info_plan .content .title h3 a {
        font-size: 24px;
        line-height: 32px;
        color: #222428; }
        .ova_info_position.info_plan .content .title h3 a:hover {
          color: #b9a271; }
    .ova_info_position.info_plan .content .desc {
      font-size: 16px;
      line-height: 26px;
      color: #777777;
      margin-bottom: 26px; }
      .ova_info_position.info_plan .content .desc p {
        font-size: 16px;
        line-height: 26px;
        color: #777777;
        margin-bottom: 26px; }
    .ova_info_position.info_plan .content .text-button a {
      font-size: 16px;
      line-height: 22px;
      color: #131313;
      padding: 8px 23px 6px 22px;
      border: 2px solid #e5e5e5;
      display: inline-block; }
      .ova_info_position.info_plan .content .text-button a:hover {
        transition: 0.5s all;
        color: #fff;
        background-color: #ff1493;
        border-color: #ff1493; }
.ova_info_position.info_location .content {
  padding-right: 0px;
  padding-left: 0px; }
  .ova_info_position.info_location .content .title h3 {
    margin-top: 20px;
    margin-bottom: 2px; }
    .ova_info_position.info_location .content .title h3 a {
      line-height: 35px;
      color: #25282e; }
  .ova_info_position.info_location .content .desc {
    line-height: 22px;
    margin-bottom: 13px; }
    .ova_info_position.info_location .content .desc p {
      line-height: 22px;
      margin-bottom: 0px; }
  .ova_info_position.info_location .content .address {
    margin-bottom: 24px; }
    .ova_info_position.info_location .content .address span {
      line-height: 26px;
      font-size: 16px;
      color: #555555; }
      .ova_info_position.info_location .content .address span:before {
        font-family: FontAwesome;
        content: "\f041";
        margin-right: 5px; }
  .ova_info_position.info_location .content .text-button a:hover {
    transition: 0.5s;
    color: #fff;
    border-color: #e4b33d;
    background-color: #e4b33d; }

@media (max-width: 991px) {
  .ova_info_position.info_plan .content {
    padding-right: 10px;
    padding-left: 10px; }
  .ova_info_position .content {
    padding-right: 0px; } }
@media (max-width: 767px) {
  .ova_info_position {
    margin-bottom: 20px; }
    .ova_info_position.info_plan .post-media {
      padding: 30px 30px 0 30px; }
    .ova_info_position.info_plan.info_location .post-media {
      padding: 0px; }
    .ova_info_position .post-media, .ova_info_position .content {
      text-align: center; } }
@media (max-width: 425px) {
  .ova_info_position .content {
    padding-right: 0px;
    padding-left: 0px; } }
.ova_social h3.title {
  font-size: 20px;
  line-height: 24px;
  color: #25282e;
  margin-top: 0px;
  margin-bottom: 20px; }
.ova_social .content a {
  display: inline-block; }
  .ova_social .content a:not(:last-child) {
    margin-right: 0; }
  .ova_social .content a span {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .ova_social .content a i {
    position: relative;
    display: block;
    font-size: 22px;
    width: 36px;
    height: 36px; }
    .ova_social .content a i:before {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .ova_social .content a:hover {
    transition: 0.5s all;
    background-color: #ff1493 !important; }

.ova_slideshow {
  /* Arrows slide */
  /* End Arrow slide */
  /* Dots slide */ }
  .ova_slideshow .owl-item.active {
    position: relative; }
    .ova_slideshow .owl-item.active .slide-bg {
      min-height: 100%;
      min-width: 100%;
      z-index: -1;
      position: absolute; }
      .ova_slideshow .owl-item.active .slide-bg.elementor-ken-in {
        transform: scale(1.3);
        animation-timing-function: linear;
        animation-name: ken-burns-in;
        transition-duration: 0s; }
@keyframes ken-burns-in {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.3); } }
      .ova_slideshow .owl-item.active .slide-bg.elementor-ken-out {
        transform: scale(1);
        animation-timing-function: linear;
        animation-name: ken-burns-out;
        transition-duration: 0s; }
@keyframes ken-burns-out {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }
    .ova_slideshow .owl-item.active .slide-inner {
      display: flex;
      position: absolute;
      align-items: center;
      text-align: center;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .ova_slideshow .owl-item.active .slide-inner .elementor-background-overlay:after {
        content: '';
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%; }
  .ova_slideshow .elementor-slide-content {
    z-index: 3;
    color: #ffffff;
    position: relative; }
    .ova_slideshow .elementor-slide-content .elementor-slide-subtitle {
      margin: 37px 0 30px 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: antialiased;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      .ova_slideshow .elementor-slide-content .elementor-slide-subtitle i {
        color: #ff1493;
        margin-right: 5px; }
    .ova_slideshow .elementor-slide-content .elementor-slide-title {
      margin: 0 0 25px 0;
      line-height: 1; }
    .ova_slideshow .elementor-slide-content .elementor-slide-description {
      margin: 0 0 47px 0; }
    .ova_slideshow .elementor-slide-content .elementor-slide-button {
      border-style: solid;
      border-width: 1px;
      margin-bottom: 40px;
      position: relative;
      background-color: transparent;
      color: #ffffff;
      display: none;
      padding: 20px 24px;
      transition: 0.5s; }
      .ova_slideshow .elementor-slide-content .elementor-slide-button.animated {
        opacity: 1 !important; }
      .ova_slideshow .elementor-slide-content .elementor-slide-button.style_2 {
        border-style: none; }
        .ova_slideshow .elementor-slide-content .elementor-slide-button.style_2:hover {
          letter-spacing: 2px; }
        .ova_slideshow .elementor-slide-content .elementor-slide-button.style_2:before, .ova_slideshow .elementor-slide-content .elementor-slide-button.style_2:after {
          content: '';
          position: absolute;
          width: 70%;
          height: 100%;
          transition: .5s all; }
        .ova_slideshow .elementor-slide-content .elementor-slide-button.style_2:before {
          top: 0;
          left: 0;
          border-top-style: solid;
          border-top-width: 1px;
          transform: translateX(-15px); }
        .ova_slideshow .elementor-slide-content .elementor-slide-button.style_2:after {
          bottom: 0;
          right: 0;
          border-bottom-style: solid;
          border-bottom-width: 1px;
          transform: translateX(15px); }
        .ova_slideshow .elementor-slide-content .elementor-slide-button.style_2:hover:after, .ova_slideshow .elementor-slide-content .elementor-slide-button.style_2:hover:before {
          width: 100%;
          transform: translateX(0); }
    .ova_slideshow .elementor-slide-content .line_top {
      position: absolute;
      top: 0;
      right: 50%;
      width: 1px;
      height: 70px;
      background: #ffffff;
      transform: translateY(-100%); }
    .ova_slideshow .elementor-slide-content .line_bottom {
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 1px;
      height: 70px;
      background: #ffffff;
      transform: translateY(100%); }
  .ova_slideshow .arrows-inside .owl-nav {
    margin: 0; }
    .ova_slideshow .arrows-inside .owl-nav button {
      margin: 0 !important;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 50px;
      height: 50px; }
      .ova_slideshow .arrows-inside .owl-nav button:focus {
        outline: 0; }
    .ova_slideshow .arrows-inside .owl-nav .owl-prev {
      left: 25px;
      border-radius: 100%;
      transition: .5s all ease; }
      .ova_slideshow .arrows-inside .owl-nav .owl-prev:after {
        position: absolute;
        display: none;
        content: "";
        top: 50%;
        right: 0;
        width: 70px;
        height: 1px;
        background: #ffffff;
        transform: translate(100%, 0);
        z-index: 4; }
      .ova_slideshow .arrows-inside .owl-nav .owl-prev i {
        position: relative;
        font-size: 20px;
        top: 5px; }
        .ova_slideshow .arrows-inside .owl-nav .owl-prev i:after {
          position: absolute;
          display: block;
          content: "";
          top: 50%;
          left: 0;
          width: 50px;
          height: 50px;
          transform: translate(-30%, -50%);
          background: rgba(0, 0, 0, 0.3) !important;
          border-radius: 100%;
          transition: .5s all ease; }
        .ova_slideshow .arrows-inside .owl-nav .owl-prev i:before {
          z-index: 10;
          position: relative; }
      .ova_slideshow .arrows-inside .owl-nav .owl-prev:hover i:after {
        transition: .5s all ease;
        background: rgba(0, 0, 0, 0.8) !important; }
    .ova_slideshow .arrows-inside .owl-nav .owl-next {
      right: 25px;
      border-radius: 100%;
      transition: .5s all ease; }
      .ova_slideshow .arrows-inside .owl-nav .owl-next:after {
        position: absolute;
        display: none;
        content: "";
        top: 50%;
        left: 0;
        width: 70px;
        height: 1px;
        background: #ffffff;
        transform: translate(-100%, 0);
        z-index: 3; }
      .ova_slideshow .arrows-inside .owl-nav .owl-next i {
        position: relative;
        font-size: 20px;
        top: 5px; }
        .ova_slideshow .arrows-inside .owl-nav .owl-next i:after {
          position: absolute;
          display: block;
          content: "";
          top: 50%;
          left: 0;
          width: 50px;
          height: 50px;
          transform: translate(-30%, -50%);
          background: rgba(0, 0, 0, 0.3) !important;
          border-radius: 100%;
          transition: .5s all ease; }
        .ova_slideshow .arrows-inside .owl-nav .owl-next i:before {
          z-index: 10;
          position: relative; }
      .ova_slideshow .arrows-inside .owl-nav .owl-next:hover i:after {
        transition: .5s all ease;
        background: rgba(0, 0, 0, 0.8) !important; }
  .ova_slideshow .arrows-outside .owl-nav {
    margin: 0; }
    .ova_slideshow .arrows-outside .owl-nav button {
      margin: 0 !important;
      position: absolute;
      top: 50%;
      width: 60px;
      height: 60px;
      background-color: transparent !important; }
      .ova_slideshow .arrows-outside .owl-nav button:focus {
        outline: 0; }
    .ova_slideshow .arrows-outside .owl-nav .owl-prev {
      left: 0;
      transform: translate(-100%, -50%); }
      .ova_slideshow .arrows-outside .owl-nav .owl-prev:after {
        position: absolute;
        display: none;
        content: "";
        top: 50%;
        right: 0;
        width: 70px;
        height: 1px;
        background: #ffffff;
        transform: translate(100%, 0);
        z-index: 3; }
    .ova_slideshow .arrows-outside .owl-nav .owl-next {
      right: 0;
      transform: translate(100%, -50%); }
      .ova_slideshow .arrows-outside .owl-nav .owl-next:after {
        position: absolute;
        display: none;
        content: "";
        top: 50%;
        left: 0;
        width: 70px;
        height: 1px;
        background: #ffffff;
        transform: translate(-100%, 0);
        z-index: 3; }
  .ova_slideshow .arrows-show-hover .owl-prev, .ova_slideshow .arrows-show-hover .owl-next {
    opacity: 0; }
  .ova_slideshow:hover .arrows-show-hover .owl-prev, .ova_slideshow:hover .arrows-show-hover .owl-next {
    opacity: 1;
    transition: 0.7s linear; }
  .ova_slideshow.dots_style .dots-bottom .owl-dots {
    display: flex;
    position: absolute;
    bottom: 0;
    margin-top: 0; }
    .ova_slideshow.dots_style .dots-bottom .owl-dots button {
      background-color: transparent;
      border: 0;
      padding: 0;
      cursor: pointer; }
      .ova_slideshow.dots_style .dots-bottom .owl-dots button:hover span {
        background-color: #b9a271; }
      .ova_slideshow.dots_style .dots-bottom .owl-dots button:focus {
        outline: 0; }
    .ova_slideshow.dots_style .dots-bottom .owl-dots .active span {
      background: #b9a271; }
  .ova_slideshow.dots_style .dots-middle .owl-dots {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%) !important;
    margin-top: 0; }
    .ova_slideshow.dots_style .dots-middle .owl-dots .owl-dot {
      cursor: auto;
      display: flex;
      color: #ffffff;
      position: relative; }
      .ova_slideshow.dots_style .dots-middle .owl-dots .owl-dot div {
        position: absolute;
        opacity: 0;
        transition: opacity 0.2s linear;
        top: 0;
        width: 200px;
        color: #ffffff; }
      .ova_slideshow.dots_style .dots-middle .owl-dots .owl-dot:hover div {
        opacity: 1;
        transition: opacity 0.4s linear;
        width: 200px; }
    .ova_slideshow.dots_style .dots-middle .owl-dots button {
      background-color: transparent;
      border: 0;
      padding: 0;
      cursor: pointer; }
      .ova_slideshow.dots_style .dots-middle .owl-dots button:hover span {
        background-color: #b9a271; }
      .ova_slideshow.dots_style .dots-middle .owl-dots button:focus {
        outline: 0; }
    .ova_slideshow.dots_style .dots-middle .owl-dots .active span {
      background: #b9a271; }
  .ova_slideshow.square_style .dots-bottom .owl-dots {
    display: flex;
    position: absolute;
    bottom: 0; }
    .ova_slideshow.square_style .dots-bottom .owl-dots button {
      background-color: transparent;
      border: 0;
      padding: 0;
      cursor: pointer; }
      .ova_slideshow.square_style .dots-bottom .owl-dots button:focus {
        outline: 0; }
      .ova_slideshow.square_style .dots-bottom .owl-dots button:hover span {
        background-color: #b9a271; }
      .ova_slideshow.square_style .dots-bottom .owl-dots button span {
        padding: 0;
        width: 10px;
        height: 10px;
        border: 1px solid;
        border-radius: 0;
        background: transparent;
        border-color: #b9a271; }
    .ova_slideshow.square_style .dots-bottom .owl-dots .active span {
      background: #b9a271; }
  .ova_slideshow.square_style .dots-middle .owl-dots {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%) !important;
    margin-top: 0; }
    .ova_slideshow.square_style .dots-middle .owl-dots .owl-dot {
      cursor: auto;
      display: flex;
      color: #ffffff;
      position: relative; }
      .ova_slideshow.square_style .dots-middle .owl-dots .owl-dot div {
        position: absolute;
        opacity: 0;
        transition: opacity 0.2s linear;
        top: 0;
        width: 200px;
        color: #ffffff; }
      .ova_slideshow.square_style .dots-middle .owl-dots .owl-dot:hover div {
        opacity: 1;
        transition: opacity 0.4s linear;
        width: 200px; }
    .ova_slideshow.square_style .dots-middle .owl-dots button {
      background-color: transparent;
      border: 0;
      padding: 0;
      cursor: pointer; }
      .ova_slideshow.square_style .dots-middle .owl-dots button:focus {
        outline: 0; }
      .ova_slideshow.square_style .dots-middle .owl-dots button:hover span {
        background-color: #b9a271; }
      .ova_slideshow.square_style .dots-middle .owl-dots button span {
        padding: 0;
        width: 10px;
        height: 10px;
        border: 1px solid;
        border-radius: 0;
        background: transparent;
        border-color: #b9a271; }
    .ova_slideshow.square_style .dots-middle .owl-dots .active span {
      background: #b9a271; }
  .ova_slideshow.line_style .owl-dots {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%); }
    .ova_slideshow.line_style .owl-dots .owl-dot {
      cursor: pointer;
      display: flex;
      color: #ffffff;
      position: relative; }
      .ova_slideshow.line_style .owl-dots .owl-dot div {
        position: absolute;
        opacity: 0;
        transition: opacity 0.2s linear;
        top: 0;
        width: 200px;
        color: #ffffff; }
      .ova_slideshow.line_style .owl-dots .owl-dot:hover div {
        opacity: 1;
        transition: opacity 0.4s linear;
        width: 200px; }
    .ova_slideshow.line_style .owl-dots button {
      background-color: transparent;
      border: 0;
      padding: 0;
      cursor: pointer; }
      .ova_slideshow.line_style .owl-dots button:focus {
        outline: 0; }
      .ova_slideshow.line_style .owl-dots button:hover span {
        background-color: #b9a271;
        width: 35px;
        transition: width 0.4s linear; }
      .ova_slideshow.line_style .owl-dots button span {
        padding: 0;
        width: 17px;
        height: 2px;
        border: 1px solid;
        border-radius: 0;
        background: transparent;
        border-color: #ffffff;
        transition: width 0.4s linear; }
    .ova_slideshow.line_style .owl-dots .active span {
      width: 35px;
      transition: width 0.4s linear; }
  .ova_slideshow .elementor-slide-subtitle,
  .ova_slideshow .elementor-slide-title,
  .ova_slideshow .elementor-slide-description,
  .ova_slideshow .elementor-slide-button {
    opacity: 0; }
  .ova_slideshow .animated {
    -webkit-animation-duration: 2000 ms;
    animation-duration: 2000 ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

@media (max-width: 1024px) {
  .ova_slideshow .owl-prev:after, .owl-next:after {
    display: none !important; } }
@media (max-width: 767px) {
  .ova_slideshow .owl-dots.hide_in_mobile {
    display: none !important; } }
.price-tab {
  display: none; }

.ova-tab-price .tab-price {
  display: inline-block;
  background: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 100px; }
  .ova-tab-price .tab-price button {
    background: transparent;
    border: none;
    padding: 9px 30px 9px 30px;
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    border-radius: 100px;
    cursor: pointer;
    transition: 0.5s;
    position: relative; }
    .ova-tab-price .tab-price button:not(:first-child) {
      margin-left: -14px; }
    .ova-tab-price .tab-price button:focus {
      outline: none; }
    .ova-tab-price .tab-price button:before {
      width: 0;
      height: 100%;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      background-color: #fff;
      -webkit-transition: .3s all ease-in;
      -moz-transition: .3s all ease-in;
      -ms-transition: .3s all ease-in;
      -o-transition: .3s all ease-in;
      transition: .3s all ease-in;
      border-radius: 100px;
      z-index: -5; }
    .ova-tab-price .tab-price button.active {
      color: #fff; }
      .ova-tab-price .tab-price button.active:before {
        width: 100%;
        background-color: #12a852;
        color: #fff; }

.ova-price-table {
  background-color: #fff;
  text-align: center;
  box-shadow: 3px 0 30px rgba(0, 0, 0, 0.15);
  margin-top: 0px;
  transition: 0.4s;
  -webkit-mask-image: url("../img/ticket.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .ova-price-table h3, .ova-price-table p {
    margin: 0px; }
  .ova-price-table ul {
    list-style-type: none;
    padding: 0px; }
  .ova-price-table.version_1 {
    padding-top: 30px; }
    .ova-price-table.version_1 .recommended {
      padding-top: 4px; }
      .ova-price-table.version_1 .recommended button {
        background-color: #ff1493;
        border: none;
        color: #fff;
        font-size: 14px;
        line-height: 24px;
        padding: 5px 22px 7px 22px;
        border-radius: 20px;
        outline: none;
        margin-bottom: 20px; }
    .ova-price-table.version_1 .title {
      padding-top: 8px; }
      .ova-price-table.version_1 .title h3 {
        font-size: 30px;
        line-height: 1.2;
        color: #333333;
        font-weight: 600; }
    .ova-price-table.version_1 .wp-price {
      display: inline-flex;
      align-items: start;
      padding-top: 27px;
      padding-bottom: 25px;
      font-weight: bold; }
      .ova-price-table.version_1 .wp-price .unit {
        font-size: 60px;
        color: #333333;
        line-height: 1; }
      .ova-price-table.version_1 .wp-price .price {
        font-size: 60px;
        line-height: 1em;
        color: #333333;
        position: relative; }
    .ova-price-table.version_1 .desc {
      padding-bottom: 32px; }
      .ova-price-table.version_1 .desc ul li:not(:last-child) {
        padding-bottom: 8px; }
      .ova-price-table.version_1 .desc ul li span {
        font-size: 16px;
        line-height: 24px;
        color: #999999; }
        .ova-price-table.version_1 .desc ul li span.strong {
          color: #333333;
          font-weight: 600;
          margin-right: 4px; }
    .ova-price-table.version_1 .button-price a {
      display: inline-block;
      font-size: 16px;
      line-height: 24px;
      color: #ffffff;
      background-color: #ff1493;
      text-align: center;
      padding: 16px 40px;
      transition: 0.5s;
      position: relative;
      margin: 0 auto;
      width: fit-content;
      border-radius: 5px; }
      .ova-price-table.version_1 .button-price a:hover {
        background-color: #8a2be2; }
      .ova-price-table.version_1 .button-price a:before, .ova-price-table.version_1 .button-price a:after {
        position: absolute;
        content: '';
        top: 50%;
        width: 27px;
        height: 27px;
        background-color: #fff;
        border-radius: 100%; }
      .ova-price-table.version_1 .button-price a:before {
        left: 0;
        transform: translate(-50%, -50%); }
      .ova-price-table.version_1 .button-price a:after {
        right: 0;
        transform: translate(50%, -50%); }
    .ova-price-table.version_1.recommended .desc {
      padding-bottom: 36px; }
    .ova-price-table.version_1 .note {
      padding: 26px 0 60px 0;
      color: #ff1493; }
  .ova-price-table.version_2 {
    -webkit-mask-image: url("../img/ticket_2.svg"); }
    .ova-price-table.version_2 .title {
      background-color: #ff1493;
      padding: 34px 0 80px 0;
      border-radius: 3px 3px 0px 0px; }
      .ova-price-table.version_2 .title h3 {
        font-size: 30px;
        color: #fff;
        line-height: 1.2;
        font-weight: 600; }
    .ova-price-table.version_2 .image .img {
      display: inline-block;
      background-color: #fff;
      width: 90px;
      height: 90px;
      position: relative;
      border-radius: 50%;
      margin-top: -55px;
      box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
      overflow: hidden; }
      .ova-price-table.version_2 .image .img img {
        width: 100%;
        height: 100%; }
    .ova-price-table.version_2 .desc {
      padding-top: 20px;
      padding-bottom: 38px; }
      .ova-price-table.version_2 .desc ul li:not(:last-child) {
        padding-bottom: 23px; }
      .ova-price-table.version_2 .desc ul li span {
        display: block;
        font-size: 16px;
        line-height: 24px;
        color: #999999; }
        .ova-price-table.version_2 .desc ul li span.strong {
          font-size: 18px;
          color: #333333;
          font-weight: 600;
          padding-bottom: 1px; }
    .ova-price-table.version_2 .wp-price {
      background-color: #ff1493;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      padding: 18px 0 23px 0; }
      .ova-price-table.version_2 .wp-price .top {
        display: inline-flex;
        align-items: start; }
      .ova-price-table.version_2 .wp-price span {
        color: #fff;
        font-weight: bold; }
        .ova-price-table.version_2 .wp-price span.unit {
          font-size: 60px;
          line-height: 1; }
        .ova-price-table.version_2 .wp-price span.price {
          font-size: 60px;
          line-height: 1; }
        .ova-price-table.version_2 .wp-price span.pertime {
          font-size: 16px;
          line-height: 24px;
          font-weight: normal; }
          .ova-price-table.version_2 .wp-price span.pertime:before {
            content: "/"; }
    .ova-price-table.version_2 .button-price {
      padding: 35px 0 25px 0; }
      .ova-price-table.version_2 .button-price a {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        color: #fff;
        background: #333333;
        transition: 0.5s;
        padding: 16px 40px;
        display: inline-block;
        position: relative;
        border-radius: 5px; }
        .ova-price-table.version_2 .button-price a:hover {
          background-color: #ff1493; }
        .ova-price-table.version_2 .button-price a:before, .ova-price-table.version_2 .button-price a:after {
          position: absolute;
          content: '';
          top: 50%;
          width: 27px;
          height: 27px;
          background-color: #fff;
          border-radius: 100%; }
        .ova-price-table.version_2 .button-price a:before {
          left: 0;
          transform: translate(-50%, -50%); }
        .ova-price-table.version_2 .button-price a:after {
          right: 0;
          transform: translate(50%, -50%); }
    .ova-price-table.version_2 .note {
      padding-bottom: 60px;
      color: #ff1493; }

.ova_info_icon {
  display: flex;
  flex-wrap: wrap; }
  .ova_info_icon h3, .ova_info_icon p {
    padding: 0px;
    margin: 0px; }
  .ova_info_icon .icon {
    flex: 0 0 50px;
    text-align: left; }
    .ova_info_icon .icon i {
      line-height: 1;
      display: inline-block; }
      .ova_info_icon .icon i:before {
        font-size: 30px;
        color: #999999;
        margin-left: 0px; }
      .ova_info_icon .icon i.flaticon-ticket {
        margin-left: 20px; }
  .ova_info_icon .content {
    flex: 0 0 calc(100% - 110px); }
    .ova_info_icon .content h3.title {
      font-family: Lora;
      font-size: 24px;
      line-height: 1.2;
      color: #dfdfdf;
      margin-bottom: 9px; }
    .ova_info_icon .content .desc {
      font-size: 17px;
      line-height: 24px;
      color: #888888;
      margin-bottom: 24px;
      letter-spacing: 0.2px; }
      .ova_info_icon .content .desc p {
        font-size: 17px;
        line-height: 24px;
        color: #888888;
        letter-spacing: 0.2px; }
    .ova_info_icon .content .readmore a.readmore {
      font-size: 16px;
      line-height: 22px;
      color: #999999;
      border: 2px solid #888888;
      padding: 7px 30px 8px 30px;
      display: inline-block; }
      .ova_info_icon .content .readmore a.readmore:hover {
        color: #fff;
        border-color: #ff1493;
        background-color: #ff1493;
        transition: 0.5s all; }
  .ova_info_icon.vertical_type_1 {
    display: block;
    margin-top: 30px;
    transition: 0.4s; }
    .ova_info_icon.vertical_type_1:hover {
      margin-top: 0px; }
    .ova_info_icon.vertical_type_1 .icon {
      margin-bottom: 22px; }
      .ova_info_icon.vertical_type_1 .icon i {
        line-height: 1;
        display: inline-block;
        margin-top: 0px; }
        .ova_info_icon.vertical_type_1 .icon i:before {
          font-size: 60px;
          color: #ff1493;
          margin-left: 0px; }
    .ova_info_icon.vertical_type_1 .content {
      text-align: center; }
      .ova_info_icon.vertical_type_1 .content h3.title {
        font-family: Lora;
        font-size: 25px;
        line-height: 35px;
        color: #ffffff;
        margin-bottom: 0px; }
      .ova_info_icon.vertical_type_1 .content .desc {
        font-size: 20px;
        line-height: 35px;
        color: #999999;
        margin-bottom: 19px; }
        .ova_info_icon.vertical_type_1 .content .desc p {
          font-size: 20px;
          line-height: 35px;
          color: #999999; }
      .ova_info_icon.vertical_type_1 .content .readmore a.readmore {
        border: 2px solid #cccccc;
        border-radius: 50%;
        padding: 0px;
        opacity: 0;
        transition: 0.5s all;
        width: 40px;
        height: 40px;
        position: relative; }
        .ova_info_icon.vertical_type_1 .content .readmore a.readmore span {
          display: inline-block;
          padding: 10px;
          font-size: 16px;
          color: #cccccc; }
          .ova_info_icon.vertical_type_1 .content .readmore a.readmore span:before {
            font-size: 16px;
            color: #cccccc;
            margin-left: 0px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
    .ova_info_icon.vertical_type_1:hover .content .readmore a.readmore {
      opacity: 1; }
      .ova_info_icon.vertical_type_1:hover .content .readmore a.readmore:hover {
        border-color: #ff1493;
        width: 42px;
        height: 42px; }
        .ova_info_icon.vertical_type_1:hover .content .readmore a.readmore:hover span:before {
          color: #ff1493;
          font-size: 17px; }
  .ova_info_icon.vertical_type_2 {
    display: block; }
    .ova_info_icon.vertical_type_2 .icon {
      margin-bottom: 39px; }
      .ova_info_icon.vertical_type_2 .icon i {
        line-height: 1;
        display: inline-block;
        margin-top: 0px; }
        .ova_info_icon.vertical_type_2 .icon i:before {
          font-size: 80px;
          color: #222428;
          margin-left: 0px; }
    .ova_info_icon.vertical_type_2 .content {
      text-align: center; }
      .ova_info_icon.vertical_type_2 .content h3.title {
        font-family: Lora;
        font-size: 28px;
        line-height: 32px;
        color: #222428;
        margin-bottom: 21px; }
      .ova_info_icon.vertical_type_2 .content .desc {
        font-size: 17px;
        line-height: 24px;
        color: #777777;
        margin-bottom: 33px; }
        .ova_info_icon.vertical_type_2 .content .desc p {
          font-size: 17px;
          line-height: 24px;
          color: #777777; }
      .ova_info_icon.vertical_type_2 .content .readmore a.readmore {
        font-size: 16px;
        line-height: 22px;
        color: #25282e;
        border: 2px solid #25282e;
        padding: 13px 42px 12px 42px;
        display: inline-block; }
        .ova_info_icon.vertical_type_2 .content .readmore a.readmore:hover {
          color: #fff;
          border-color: #25282e;
          background-color: #25282e; }

@media (max-width: 767px) {
  .ova_info_icon.normal .icon {
    text-align: left;
    flex: 0 0 70px; }
  .ova_info_icon.normal .content {
    flex: 0 0 calc(100% - 70px); }
  .ova_info_icon.vertical_type_1 .content .readmore a.readmore {
    opacity: 1; } }
.ova-testimonial .title-testimo {
  position: relative;
  margin-bottom: 43px; }
  .ova-testimonial .title-testimo h3.title {
    margin: 0px;
    font-size: 50px;
    line-height: 1.2;
    color: #131313; }
  .ova-testimonial .title-testimo .text-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .ova-testimonial .title-testimo .text-background:before {
      font-size: 160px;
      color: #131313;
      opacity: 0.08; }
.ova-testimonial .content-testimo {
  font-size: 24px;
  line-height: 35px;
  font-family: Lora;
  color: #777777;
  margin-bottom: 35px; }
  .ova-testimonial .content-testimo p {
    font-size: 24px;
    line-height: 35px;
    font-family: Lora;
    color: #777777;
    margin-bottom: 0px; }
.ova-testimonial .author-testimo h3.author {
  margin: 0px;
  font-size: 16px;
  line-height: 22px;
  color: #25282e;
  text-transform: uppercase;
  font-family: archivo;
  font-weight: 300; }
.ova-testimonial .owl-carousel {
  position: relative; }
  .ova-testimonial .owl-carousel .owl-nav {
    opacity: 0;
    transition: 0.5s; }
    .ova-testimonial .owl-carousel .owl-nav i {
      font-size: 80px;
      line-height: 30px;
      color: #cccccc; }
    .ova-testimonial .owl-carousel .owl-nav .owl-prev {
      position: absolute;
      top: calc(50%);
      right: calc(100% + 30px);
      transform: translateY(-50%);
      display: flex;
      width: 50px;
      height: 50px;
      justify-content: center;
      align-items: center;
      outline: none; }
    .ova-testimonial .owl-carousel .owl-nav .owl-next {
      position: absolute;
      left: calc(100% + 30px);
      top: calc(50%);
      transform: translateY(-50%);
      display: flex;
      width: 50px;
      height: 50px;
      justify-content: center;
      align-items: center;
      outline: none; }
  .ova-testimonial .owl-carousel .owl-dots {
    text-align: center;
    width: 100%;
    background-color: transparent;
    padding-top: 35px; }
    .ova-testimonial .owl-carousel .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      background-color: #fff !important;
      border: 1px solid rgba(0, 0, 0, 0.15) !important;
      margin-right: 10px;
      outline: none;
      border-radius: 50%; }
      .ova-testimonial .owl-carousel .owl-dots .owl-dot.active {
        background-color: #ff1493 !important; }
.ova-testimonial .testimo-ver-1 {
  text-align: center;
  padding: 0 118px; }
  .ova-testimonial .testimo-ver-1 .list-testimonial {
    padding: 0 55px; }
    @media (max-width: 767px) {
      .ova-testimonial .testimo-ver-1 .list-testimonial {
        padding: 0px; } }
  .ova-testimonial .testimo-ver-1 .owl-carousel .owl-nav .owl-prev {
    top: calc(50% - 63px);
    right: calc(100% + 30px); }
  .ova-testimonial .testimo-ver-1 .owl-carousel .owl-nav .owl-next {
    left: calc(100% + 30px);
    top: calc(50% - 63px); }
  .ova-testimonial .testimo-ver-1 .owl-carousel .owl-dots .owl-dot {
    border: 1px solid #ff1493 !important; }
  .ova-testimonial .testimo-ver-1:hover .owl-carousel .owl-nav {
    opacity: 1; }
.ova-testimonial .testimo-ver-2 .testimonial-item {
  display: flex;
  border: 1px solid #e5e5e5;
  padding: 46px 50px 40px 8px;
  border-radius: 8px; }
  .ova-testimonial .testimo-ver-2 .testimonial-item .icon-background {
    flex: 0 0 106px; }
    .ova-testimonial .testimo-ver-2 .testimonial-item .icon-background .text-background {
      font-size: 100px;
      color: #e0e0e0;
      line-height: 57px;
      padding-left: 6px; }
  .ova-testimonial .testimo-ver-2 .testimonial-item .wp-content {
    flex: 0 0 calc(100% - 106px); }
    .ova-testimonial .testimo-ver-2 .testimonial-item .wp-content .content-testimo {
      font-size: 17px;
      color: #777777; }
      .ova-testimonial .testimo-ver-2 .testimonial-item .wp-content .content-testimo p {
        margin: 0px;
        font-size: 17px;
        color: #777777;
        line-height: 28px; }
    .ova-testimonial .testimo-ver-2 .testimonial-item .wp-content .author-testimo {
      display: flex; }
      .ova-testimonial .testimo-ver-2 .testimonial-item .wp-content .author-testimo .img-author {
        width: 60px;
        flex: 0 0 60px; }
        .ova-testimonial .testimo-ver-2 .testimonial-item .wp-content .author-testimo .img-author img {
          border-radius: 50%; }
      .ova-testimonial .testimo-ver-2 .testimonial-item .wp-content .author-testimo .author {
        padding-left: 15px;
        flex: 0 0 calc(100% - 60px); }
        .ova-testimonial .testimo-ver-2 .testimonial-item .wp-content .author-testimo .author .name span.author-name {
          font-size: 17px;
          line-height: 26px;
          color: #232323; }
        .ova-testimonial .testimo-ver-2 .testimonial-item .wp-content .author-testimo .author .name span.visitior, .ova-testimonial .testimo-ver-2 .testimonial-item .wp-content .author-testimo .author .name span.separator {
          font-size: 16px;
          line-height: 26px;
          color: #777777; }
        .ova-testimonial .testimo-ver-2 .testimonial-item .wp-content .author-testimo .author .num-star {
          margin-top: -5px; }
          .ova-testimonial .testimo-ver-2 .testimonial-item .wp-content .author-testimo .author .num-star i {
            color: #f6c33b;
            font-size: 14px;
            line-height: 26px; }
.ova-testimonial .testimo-ver-2:hover .owl-carousel .owl-nav {
  opacity: 1; }
.ova-testimonial .testimo-ver-2 .owl-carousel .owl-nav .owl-prev {
  right: calc(100% + 35px);
  transform: translateY(calc(-50% - 33px)); }
.ova-testimonial .testimo-ver-2 .owl-carousel .owl-nav .owl-next {
  left: calc(100% + 35px);
  transform: translateY(calc(-50% - 33px)); }
.ova-testimonial .testimo-ver-2 .owl-carousel .owl-dots {
  padding-top: 38px; }
  .ova-testimonial .testimo-ver-2 .owl-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0.15) !important; }
    .ova-testimonial .testimo-ver-2 .owl-carousel .owl-dots .owl-dot.active, .ova-testimonial .testimo-ver-2 .owl-carousel .owl-dots .owl-dot:hover {
      background-color: #000 !important;
      opacity: 1; }

@media (max-width: 1340px) {
  .ova-testimonial .testimo-ver-2 .owl-carousel .owl-nav {
    display: none; } }
@media (max-width: 1024px) {
  .ova-testimonial .testimo-ver-1 {
    padding: 0 50px; }
    .ova-testimonial .testimo-ver-1 .owl-carousel .owl-nav {
      display: none; } }
@media (max-width: 767px) {
  .ova-testimonial {
    text-align: center;
    padding: 0px; }
    .ova-testimonial .testimo-ver-1 {
      padding: 0px; }
    .ova-testimonial .owl-carousel .owl-nav .owl-prev {
      right: calc(100% + 2px); }
    .ova-testimonial .owl-carousel .owl-nav .owl-next {
      left: calc(100% + 2px); }
    .ova-testimonial .testimo-ver-2 .testimonial-item {
      display: block;
      padding: 30px; }
      .ova-testimonial .testimo-ver-2 .testimonial-item .text-background {
        padding-left: 0px; }
      .ova-testimonial .testimo-ver-2 .testimonial-item .wp-content .content-testimo {
        margin-bottom: 15px; }
      .ova-testimonial .testimo-ver-2 .testimonial-item .wp-content .author-testimo {
        display: block; }
        .ova-testimonial .testimo-ver-2 .testimonial-item .wp-content .author-testimo .img-author {
          margin: 0 auto;
          margin-bottom: 15px; }
        .ova-testimonial .testimo-ver-2 .testimonial-item .wp-content .author-testimo .author {
          padding-left: 0px; } }
.ova-circle-text .circle-text {
  border: 1px solid #e0e0e0;
  display: inline-block;
  width: 96px;
  height: 96px;
  border-radius: 50%; }
  .ova-circle-text .circle-text .text {
    position: relative;
    display: block;
    margin-top: 14px;
    text-align: center;
    font-size: 15px;
    line-height: 26px;
    color: #555555; }
    .ova-circle-text .circle-text .text:after {
      content: "";
      width: 60px;
      height: 1px;
      background-color: #e0e0e0;
      position: absolute;
      bottom: -7px;
      left: 50%;
      transform: translateX(-50%); }
  .ova-circle-text .circle-text .number {
    font-size: 15px;
    line-height: 26px;
    color: #555555;
    text-align: center;
    display: block;
    padding-top: 14px; }

.ova_time_countdown {
  background-color: #006cff;
  padding: 40px 0px 40px 0px;
  border-radius: 5px 5px 5px 5px; }
  .ova_time_countdown .due_date .countdown-section {
    display: inline-block; }
    .ova_time_countdown .due_date .countdown-section:not(:last-child) {
      padding-right: 16px; }
    .ova_time_countdown .due_date .countdown-section:nth-child(1) {
      display: none; }
    .ova_time_countdown .due_date .countdown-section:nth-child(2) {
      display: none; }
    .ova_time_countdown .due_date .countdown-section:nth-child(3) {
      display: none; }
    .ova_time_countdown .due_date .countdown-section:nth-child(4) {
      display: none;
      margin-right: 0; }
    .ova_time_countdown .due_date .countdown-section .countdown-amount {
      font-size: 80px;
      color: #ffffff;
      line-height: 1.2;
      padding-right: 16px; }
    .ova_time_countdown .due_date .countdown-section .countdown-period {
      font-size: 20px;
      line-height: 26px;
      color: #ffffff;
      text-transform: lowercase; }

@media (max-width: 767px) {
  .ova_time_countdown .due_date .countdown-section:not(:last-child) {
    margin-bottom: 10px; }
  .ova_time_countdown .due_date .countdown-section .countdown-amount {
    font-size: 40px; }
  .ova_time_countdown .due_date .countdown-section .countdown-period {
    font-size: 18px; } }
.ova_baner_time_countdown {
  text-align: left; }
  .ova_baner_time_countdown h3, .ova_baner_time_countdown p {
    margin: 0px; }
  .ova_baner_time_countdown .due_date {
    margin-left: -55px; }
    @media (max-width: 767px) {
      .ova_baner_time_countdown .due_date {
        margin-left: 0px; } }
    .ova_baner_time_countdown .due_date .countdown-row {
      display: block;
      text-align: left; }
      @media (max-width: 767px) {
        .ova_baner_time_countdown .due_date .countdown-row {
          text-align: center; } }
      .ova_baner_time_countdown .due_date .countdown-row .countdown-section {
        display: none;
        min-width: 220px;
        text-align: center; }
        @media (max-width: 767.98px) {
          .ova_baner_time_countdown .due_date .countdown-row .countdown-section {
            min-width: 110px; } }
        .ova_baner_time_countdown .due_date .countdown-row .countdown-section:last-child {
          margin-right: 0px; }
          .ova_baner_time_countdown .due_date .countdown-row .countdown-section:last-child .countdown-amount:after {
            content: ""; }
        .ova_baner_time_countdown .due_date .countdown-row .countdown-section .countdown-amount {
          display: block;
          font-size: 64px;
          font-weight: 700;
          line-height: 1;
          position: relative;
          color: #ff1493; }
          .ova_baner_time_countdown .due_date .countdown-row .countdown-section .countdown-amount:after {
            content: "";
            font-size: 18px;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%); }
            @media (max-width: 767.98px) {
              .ova_baner_time_countdown .due_date .countdown-row .countdown-section .countdown-amount:after {
                display: none; } }
        .ova_baner_time_countdown .due_date .countdown-row .countdown-section .countdown-period {
          display: block;
          font-size: 10px;
          text-transform: uppercase;
          letter-spacing: 2.5px;
          margin-left: 10px;
          color: #8a2be2; }
  .ova_baner_time_countdown .title {
    margin-top: 25px; }
    .ova_baner_time_countdown .title h3 {
      font-size: 50px;
      font-weight: 800;
      line-height: 75px;
      color: #333333; }
  .ova_baner_time_countdown .desc {
    margin-top: 20px; }
    .ova_baner_time_countdown .desc p {
      font-size: 24px;
      font-weight: 700;
      text-transform: capitalize;
      line-height: 1.2;
      color: #333333; }
  .ova_baner_time_countdown .button {
    margin-top: 44px; }
    .ova_baner_time_countdown .button .text-button {
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      color: #fff;
      display: inline-block;
      background-color: #ff007a;
      border-radius: 3px 3px 3px 3px;
      padding: 14px 55px 14px 55px; }
      .ova_baner_time_countdown .button .text-button:hover {
        background-color: #ff1493; }

.ova_lifevent_according_image.version_2 .item-room {
  display: none; }
  .ova_lifevent_according_image.version_2 .item-room.active {
    display: block; }
.ova_lifevent_according_image .accor-lifevent-content-image {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e8e8e8;
  padding: 30px; }
  .ova_lifevent_according_image .accor-lifevent-content-image:not(:last-child) {
    border-bottom: none; }
  .ova_lifevent_according_image .accor-lifevent-content-image:first-child {
    border-top: none; }
  .ova_lifevent_according_image .accor-lifevent-content-image.active.hide .content, .ova_lifevent_according_image .accor-lifevent-content-image.active.show .content {
    display: block; }
  .ova_lifevent_according_image .accor-lifevent-content-image.hide .sub-content .content {
    display: none; }
  .ova_lifevent_according_image .accor-lifevent-content-image .wp-time {
    flex: 0 0 140px;
    padding-top: 25px; }
    .ova_lifevent_according_image .accor-lifevent-content-image .wp-time span {
      font-size: 16px;
      line-height: 1.2;
      color: #25282e; }
  .ova_lifevent_according_image .accor-lifevent-content-image .speakers {
    display: inline-flex;
    flex-wrap: wrap;
    margin-left: 0;
    padding-left: 0; }
    .ova_lifevent_according_image .accor-lifevent-content-image .speakers .thumb_image {
      display: flex;
      margin-right: 30px;
      margin-bottom: 30px; }
      .ova_lifevent_according_image .accor-lifevent-content-image .speakers .thumb_image img {
        width: 150px;
        height: 150px; }
      .ova_lifevent_according_image .accor-lifevent-content-image .speakers .thumb_image:last-child {
        margin-right: 0px; }
      @media (max-width: 1024px) {
        .ova_lifevent_according_image .accor-lifevent-content-image .speakers .thumb_image {
          display: block; } }
      .ova_lifevent_according_image .accor-lifevent-content-image .speakers .thumb_image .speaker_info {
        display: block;
        padding-left: 15px; }
        @media (max-width: 1024px) {
          .ova_lifevent_according_image .accor-lifevent-content-image .speakers .thumb_image .speaker_info {
            padding-left: 0px;
            margin-top: 10px; } }
        .ova_lifevent_according_image .accor-lifevent-content-image .speakers .thumb_image .speaker_info a.name {
          font-size: 14px;
          line-height: 1.2;
          color: #343434;
          text-transform: uppercase;
          font-weight: 600; }
          .ova_lifevent_according_image .accor-lifevent-content-image .speakers .thumb_image .speaker_info a.name:hover {
            color: #ff1493; }
        .ova_lifevent_according_image .accor-lifevent-content-image .speakers .thumb_image .speaker_info .social {
          list-style: none;
          padding: 0;
          margin-top: 10px; }
          .ova_lifevent_according_image .accor-lifevent-content-image .speakers .thumb_image .speaker_info .social li {
            display: inline-block;
            margin-right: 5px; }
            .ova_lifevent_according_image .accor-lifevent-content-image .speakers .thumb_image .speaker_info .social li a i {
              background-color: #f3f3f3;
              padding: 10px;
              width: 30px;
              height: 30px;
              color: #343434;
              font-size: 14px;
              border-radius: 100%; }
              .ova_lifevent_according_image .accor-lifevent-content-image .speakers .thumb_image .speaker_info .social li a i:hover {
                background-color: #ff1493;
                color: #fff; }
  .ova_lifevent_according_image .accor-lifevent-content-image .wp-content {
    flex: 0 0 calc(100% - 140px);
    display: flex;
    flex-wrap: wrap; }
    .ova_lifevent_according_image .accor-lifevent-content-image .wp-content .thumb_image {
      flex: 0 0 85px; }
    .ova_lifevent_according_image .accor-lifevent-content-image .wp-content .speaker_imgs {
      flex: 0 0 100px;
      width: 100px;
      margin-right: 20px; }
      .ova_lifevent_according_image .accor-lifevent-content-image .wp-content .speaker_imgs .owl-dots {
        margin-top: -28px;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 1;
        position: relative;
        text-align: center; }
        .ova_lifevent_according_image .accor-lifevent-content-image .wp-content .speaker_imgs .owl-dots .owl-dot {
          width: 8px;
          height: 8px;
          background-color: #fff;
          border-radius: 100%;
          margin: 3px;
          outline: none; }
          .ova_lifevent_according_image .accor-lifevent-content-image .wp-content .speaker_imgs .owl-dots .owl-dot.active {
            background-color: #ff1493; }
    .ova_lifevent_according_image .accor-lifevent-content-image .wp-content .sub-content {
      flex: 0 0 calc(100% - 120px); }
      .ova_lifevent_according_image .accor-lifevent-content-image .wp-content .sub-content .wp-title {
        position: relative;
        margin-bottom: 16px;
        cursor: pointer; }
        .ova_lifevent_according_image .accor-lifevent-content-image .wp-content .sub-content .wp-title .title {
          font-size: 20px;
          line-height: 1.2;
          color: #25282e;
          display: block;
          margin-bottom: 10px; }
        .ova_lifevent_according_image .accor-lifevent-content-image .wp-content .sub-content .wp-title .level,
        .ova_lifevent_according_image .accor-lifevent-content-image .wp-content .sub-content .wp-title .location {
          font-size: 16px;
          line-height: 1.2;
          color: #555555;
          font-weight: 700; }
          .ova_lifevent_according_image .accor-lifevent-content-image .wp-content .sub-content .wp-title .level i,
          .ova_lifevent_according_image .accor-lifevent-content-image .wp-content .sub-content .wp-title .location i {
            color: #ff1493; }
        .ova_lifevent_according_image .accor-lifevent-content-image .wp-content .sub-content .wp-title .level {
          margin-left: 10px; }
        .ova_lifevent_according_image .accor-lifevent-content-image .wp-content .sub-content .wp-title .icon-accor {
          position: absolute;
          top: 50%;
          right: -21px;
          transform: translateY(-50%);
          width: 50px;
          height: 50px;
          display: flex;
          justify-content: center;
          align-items: center; }
  .ova_lifevent_according_image .accor-lifevent-content-image .content {
    margin-top: 30px;
    display: none; }
    .ova_lifevent_according_image .accor-lifevent-content-image .content .item-conten p {
      font-size: 16px;
      line-height: 28px;
      color: #777777; }
    .ova_lifevent_according_image .accor-lifevent-content-image .content .button-text {
      font-size: 16px;
      line-height: 28px;
      color: #ff1493;
      transition: 0.4s all;
      padding-bottom: 10px;
      display: inline-block; }
      .ova_lifevent_according_image .accor-lifevent-content-image .content .button-text:before {
        font-family: 'ElegantIcons';
        font-weight: 500;
        content: "\e02b";
        padding-right: 4px;
        font-size: 14px; }
      .ova_lifevent_according_image .accor-lifevent-content-image .content .button-text:hover {
        color: #8a2be2; }
.ova_lifevent_according_image .time-title {
  border: 1px solid #e8e8e8;
  padding: 36px 0 35px 30px;
  display: flex;
  flex-wrap: wrap;
  border-top: none; }
  .ova_lifevent_according_image .time-title .time {
    flex: 0 0 140px; }
    .ova_lifevent_according_image .time-title .time span {
      font-size: 16px;
      line-height: 1.2;
      color: #25282e; }
  .ova_lifevent_according_image .time-title .title-element {
    flex: 0 0 calc(100% - 245px); }
    .ova_lifevent_according_image .time-title .title-element span {
      font-size: 20px;
      line-height: 1.2;
      color: #25282e; }

@media (max-width: 767px) {
  .ova_lifevent_according_image .accor-lifevent-content-image {
    padding: 15px; }
    .ova_lifevent_according_image .accor-lifevent-content-image .wp-time {
      flex: 0 0 90px; }
    .ova_lifevent_according_image .accor-lifevent-content-image .wp-content {
      flex: 0 0 calc(100% - 90px);
      flex-direction: column; }
      .ova_lifevent_according_image .accor-lifevent-content-image .wp-content .thumb_image img {
        width: 85px; }
      .ova_lifevent_according_image .accor-lifevent-content-image .wp-content .sub-content {
        padding-top: 15px;
        padding-left: 0px; }
  .ova_lifevent_according_image .time-title {
    padding: 15px; }
    .ova_lifevent_according_image .time-title .time {
      flex: 0 0 90px; }
    .ova_lifevent_according_image .time-title .title-element {
      flex: 0 0 calc( 100% - 90px ); } }
@media (max-width: 480px) {
  .ova_lifevent_according_image .item-room {
    margin: 20px 0; }
  .ova_lifevent_according_image .time-title {
    border-top: 1px solid #e8e8e8; }
  .ova_lifevent_according_image .accor-lifevent-content-image {
    padding-top: 0 !important;
    border-radius: 5px 5px 0 0; }
    .ova_lifevent_according_image .accor-lifevent-content-image .wp-time {
      flex: 100%;
      padding: 5px 0;
      text-align: center;
      margin: 0 -15px;
      background-color: #ccc;
      border-radius: 5px 5px 0 0; }
    .ova_lifevent_according_image .accor-lifevent-content-image .wp-content {
      flex: 100%; }
    .ova_lifevent_according_image .accor-lifevent-content-image .content {
      margin-top: 50px; }
    .ova_lifevent_according_image .accor-lifevent-content-image .speaker_imgs {
      padding-top: 15px; } }
.ova-speakers .items-speakers {
  text-align: center;
  position: relative; }
  .ova-speakers .items-speakers .ova-media {
    position: relative; }
    .ova-speakers .items-speakers .ova-media.pop-media:after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: "";
      background-image: radial-gradient(at top left, rgba(138, 43, 226, 0.8) 17%, rgba(242, 41, 91, 0.8) 100%);
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      opacity: 0;
      z-index: 1; }
      @media (max-width: 767.98px) {
        .ova-speakers .items-speakers .ova-media.pop-media:after {
          display: none; } }
  .ova-speakers .items-speakers .img {
    display: block; }
  .ova-speakers .items-speakers .ova-content {
    margin-top: -30px;
    position: relative;
    z-index: 2;
    margin-left: 30px;
    margin-right: 30px;
    padding: 30px;
    background: #fff; }
    @media (max-width: 600px) {
      .ova-speakers .items-speakers .ova-content {
        padding: 30px 10px; } }
    .ova-speakers .items-speakers .ova-content .name {
      color: #ff1493;
      font-size: 22px;
      line-height: 24px;
      display: block;
      transition: 0.3s all; }
      .ova-speakers .items-speakers .ova-content .name:hover {
        color: #ff1493; }
    .ova-speakers .items-speakers .ova-content .skill {
      font-size: 17px;
      color: #555555;
      line-height: 24px;
      margin-top: 3px; }
    .ova-speakers .items-speakers .ova-content .contact {
      margin-top: 8px; }
      .ova-speakers .items-speakers .ova-content .contact a {
        font-size: 17px;
        line-height: 1.2;
        color: #777777;
        transition: .3s ease;
        border-bottom: 1px solid #dadada; }
        .ova-speakers .items-speakers .ova-content .contact a i {
          font-size: 16px;
          color: #ff1493;
          padding-right: 7px; }
        .ova-speakers .items-speakers .ova-content .contact a:hover {
          color: #ff1493;
          transition: .3s ease; }
      .ova-speakers .items-speakers .ova-content .contact .slack {
        padding: 0px 10px; }
  .ova-speakers .items-speakers:hover .pop-media:after {
    opacity: 1; }
  .ova-speakers .items-speakers:hover .popup_volunteer .view_volunteer {
    opacity: 1;
    top: 40%; }
  @media (max-width: 767.98px) {
    .ova-speakers .items-speakers .popup_volunteer {
      position: relative; } }
  .ova-speakers .items-speakers .popup_volunteer .view_volunteer {
    position: absolute;
    left: 0;
    top: 70%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 22px;
    width: 50px;
    height: 50px;
    margin: auto;
    border: 2px solid #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    opacity: 0;
    z-index: 3;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
    .ova-speakers .items-speakers .popup_volunteer .view_volunteer i {
      font-size: 25px; }
    @media (max-width: 767.98px) {
      .ova-speakers .items-speakers .popup_volunteer .view_volunteer {
        opacity: 1;
        top: 100%;
        transform: translateY(calc( -100% - 45px));
        width: 30px;
        height: 30px;
        right: 10px;
        left: auto;
        border-color: #ff1493; }
        .ova-speakers .items-speakers .popup_volunteer .view_volunteer i {
          color: #ff1493;
          font-size: 20px; } }
  .ova-speakers .items-speakers .popup_volunteer .content_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    transition: all .3s ease-in-out;
    visibility: hidden;
    display: block;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    overflow-y: scroll; }
    @media (max-width: 767.98px) {
      .ova-speakers .items-speakers .popup_volunteer .content_popup {
        /* height: 80%;
        top: 10%;
        bottom: 10%;
        left: 10px;
        right: 10px;
        width: calc(100% - 20px);
        z-index: 10;
        &:after {
        	content: '';
        	position: relative;
        	width: 100%;
        	height: 100%;
        	top: 0;
        	right: 0;
        	bottom: 0;
        	left: 0;
        	z-index: -1;
        } */ } }
    .ova-speakers .items-speakers .popup_volunteer .content_popup .volunteer-popup-img img {
      display: none; }
    .ova-speakers .items-speakers .popup_volunteer .content_popup.show {
      transition: all .3s ease-in-out;
      visibility: visible;
      opacity: 1;
      z-index: 9999; }
      .ova-speakers .items-speakers .popup_volunteer .content_popup.show .btn_close {
        padding: 12px;
        position: absolute;
        right: 0;
        top: 0;
        text-decoration: none;
        text-align: center;
        opacity: .65;
        color: #333;
        font-style: normal;
        font-size: 28px;
        z-index: 2;
        -webkit-transition: all .3s;
        transition: all .3s;
        cursor: pointer; }
        .ova-speakers .items-speakers .popup_volunteer .content_popup.show .btn_close:hover {
          opacity: 1; }
      .ova-speakers .items-speakers .popup_volunteer .content_popup.show .bgr-popup {
        background: #fff;
        padding: 0;
        position: relative;
        max-width: 1170px !important;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10; }
        @media (max-width: 767.98px) {
          .ova-speakers .items-speakers .popup_volunteer .content_popup.show .bgr-popup {
            overflow-y: scroll;
            overflow-x: hidden;
            position: absolute;
            height: 80%;
            top: 10%;
            bottom: 10%;
            left: 10px;
            right: 10px;
            width: calc(100% - 20px);
            z-index: 10; }
            .ova-speakers .items-speakers .popup_volunteer .content_popup.show .bgr-popup:after {
              content: '';
              position: relative;
              width: 100%;
              height: 100%;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              z-index: -1; } }
        .ova-speakers .items-speakers .popup_volunteer .content_popup.show .bgr-popup .volunteer-popup-img img {
          display: inline-block; }
    .ova-speakers .items-speakers .popup_volunteer .content_popup .volunteer-popup-content {
      padding: 60px 40px; }
      .ova-speakers .items-speakers .popup_volunteer .content_popup .volunteer-popup-content h3 {
        font-size: 25px;
        line-height: 1.2;
        padding-bottom: 8px;
        color: #333;
        font-weight: bold;
        margin: 0; }
      .ova-speakers .items-speakers .popup_volunteer .content_popup .volunteer-popup-content span.job {
        font-size: 15px;
        padding-bottom: 20px;
        display: block;
        color: #ff1493; }
      .ova-speakers .items-speakers .popup_volunteer .content_popup .volunteer-popup-content p {
        padding-bottom: 26px; }
      .ova-speakers .items-speakers .popup_volunteer .content_popup .volunteer-popup-content .list-con ul {
        padding: 0px;
        list-style-type: none; }
        .ova-speakers .items-speakers .popup_volunteer .content_popup .volunteer-popup-content .list-con ul li {
          display: inline-block;
          transition: 0.5s; }
          .ova-speakers .items-speakers .popup_volunteer .content_popup .volunteer-popup-content .list-con ul li:not(:last-child) {
            margin-right: 22px; }
          .ova-speakers .items-speakers .popup_volunteer .content_popup .volunteer-popup-content .list-con ul li a {
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #ff1493;
            border-radius: 100%;
            width: 30px;
            height: 30px; }
            .ova-speakers .items-speakers .popup_volunteer .content_popup .volunteer-popup-content .list-con ul li a:hover {
              background-color: #ff1493;
              opacity: .3s ease; }
              .ova-speakers .items-speakers .popup_volunteer .content_popup .volunteer-popup-content .list-con ul li a:hover i {
                color: #fff;
                opacity: 1;
                opacity: .3s ease; }
            .ova-speakers .items-speakers .popup_volunteer .content_popup .volunteer-popup-content .list-con ul li a i {
              transition: 0.5s;
              font-size: 18px;
              color: #ff1493;
              opacity: .3s ease; }
  .ova-speakers .items-speakers.version_2 .ova-content {
    margin: 0; }
    .ova-speakers .items-speakers.version_2 .ova-content .list-con {
      margin-top: 28px; }
      .ova-speakers .items-speakers.version_2 .ova-content .list-con ul {
        list-style: none;
        padding: 0; }
        .ova-speakers .items-speakers.version_2 .ova-content .list-con ul li {
          display: inline-block;
          margin-right: 5px; }
          .ova-speakers .items-speakers.version_2 .ova-content .list-con ul li a {
            width: 30px;
            height: 30px;
            background-image: radial-gradient(at top left, rgba(138, 43, 226, 0.8) 17%, rgba(242, 41, 91, 0.8) 100%);
            background-color: transparent;
            border-radius: 50%;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            -webkit-transition: all .3s;
            transition: all .3s; }
            .ova-speakers .items-speakers.version_2 .ova-content .list-con ul li a i {
              color: #fff;
              font-size: 14px; }
            .ova-speakers .items-speakers.version_2 .ova-content .list-con ul li a:hover {
              background-image: none;
              background-color: #000; }

.ova-location {
  background-color: #25282e;
  padding: 100px 100px 100px 80px;
  width: 480px;
  float: right; }
  .ova-location:after {
    content: "";
    display: block;
    clear: both; }
  .ova-location p {
    margin: 0; }
  .ova-location .title {
    margin: 0px;
    font-size: 40px;
    color: #ffffff;
    line-height: 1.2;
    padding-bottom: 27px; }
  .ova-location .sub-title {
    font-size: 20px;
    color: #888888;
    line-height: 1.2;
    padding-bottom: 20px; }
  .ova-location .address, .ova-location .email, .ova-location .phone {
    font-size: 17px;
    line-height: 24px;
    color: #888888;
    padding-bottom: 24px; }
  .ova-location .phone, .ova-location .email {
    padding-bottom: 0px; }
  .ova-location .text-button {
    font-size: 16px;
    line-height: 22px;
    color: #cdcdcd;
    border: 2px solid #929497;
    padding: 15px 25px 15px 25px;
    display: inline-block;
    margin-top: 36px;
    transition: 0.5s; }
    .ova-location .text-button:hover {
      color: #fff;
      border-color: #1276ff;
      background-color: #1276ff; }

@media (max-width: 1024px) {
  .ova-location {
    width: 50%; } }
@media (max-width: 767px) {
  .ova-location {
    padding: 30px 10px;
    width: 100%; }
    .ova-location .address {
      padding-right: 0px; } }
.ova-image-lifevent {
  position: relative; }
  .ova-image-lifevent .image a {
    display: block;
    overflow: hidden; }
    .ova-image-lifevent .image a img {
      transition: 0.5s; }
  .ova-image-lifevent .text-button {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%; }
    .ova-image-lifevent .text-button a {
      font-size: 20px;
      line-height: 26px;
      color: #fff;
      background-color: #25282e;
      padding: 17px 10px 17px 10px;
      display: block;
      text-align: center;
      transition: 0.2s; }
  .ova-image-lifevent:hover .image img {
    transform: scale(1.1); }
  .ova-image-lifevent:hover .text-button a {
    padding: 22px 10px 22px 10px;
    transform: translateY(-10px);
    transform-origin: bottom;
    background-color: #ff8b2f; }
  .ova-image-lifevent.version_2 .image {
    position: relative; }
    .ova-image-lifevent.version_2 .image .desc {
      position: absolute;
      left: 29px;
      bottom: 33px;
      display: inline-block;
      line-height: 35px;
      color: #fff;
      font-size: 32px; }
    .ova-image-lifevent.version_2 .image:before {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0px;
      background-image: linear-gradient(180deg, transparent, #000);
      opacity: .6; }

.ova-open-time {
  width: 245px; }
  .ova-open-time p, .ova-open-time h2 {
    margin: 0px; }
  .ova-open-time .content {
    background-color: #ffffff;
    position: relative;
    z-index: 0;
    padding: 0px 10px 24px 24px; }
    .ova-open-time .content:before {
      content: "";
      width: 100%;
      height: 20px;
      position: absolute;
      top: -12px;
      left: 0px;
      background-color: #ffffff;
      transform: skew(0, -2deg);
      z-index: -1; }
    .ova-open-time .content h2.title {
      font-family: archivo;
      font-size: 18px;
      line-height: 28px;
      color: #25282e;
      padding: 12px 0 7px 0; }
    .ova-open-time .content p.time, .ova-open-time .content p.orther {
      font-size: 15px;
      line-height: 22px;
      color: #777777; }
  .ova-open-time .text-button a {
    font-family: archivo;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    background-color: #25282e;
    display: block;
    text-align: center;
    padding: 18px 0px 10px 0px;
    position: relative;
    z-index: 0;
    transition: .3s; }
    .ova-open-time .text-button a:before {
      content: "";
      width: 50%;
      height: 20px;
      background-color: #25282e;
      position: absolute;
      bottom: -8px;
      left: 0;
      transform: skew(0, 8deg);
      z-index: -1;
      transition: .3s; }
    .ova-open-time .text-button a:after {
      content: "";
      width: 50%;
      height: 20px;
      background-color: #25282e;
      position: absolute;
      bottom: -8px;
      right: 1px;
      transform: skew(0, -8deg);
      z-index: -1;
      transition: .3s; }
    .ova-open-time .text-button a:hover {
      background-color: #121417; }
      .ova-open-time .text-button a:hover:after, .ova-open-time .text-button a:hover:before {
        background-color: #121417; }

.ova-open-contact {
  background-color: #25282e;
  padding: 90px 100px 97px 10px;
  width: 390px;
  float: right; }
  .ova-open-contact:after {
    content: "";
    display: block;
    clear: both; }
  .ova-open-contact p {
    margin: 0; }
  .ova-open-contact .title-open, .ova-open-contact .title-contact {
    margin: 0px;
    font-size: 24px;
    color: #ffffff;
    line-height: 40px;
    padding-bottom: 12px; }
  .ova-open-contact .sub-title-1-open, .ova-open-contact .sub-title-2-open, .ova-open-contact .sub-title-1-contact, .ova-open-contact .sub-title-2-contact, .ova-open-contact .email, .ova-open-contact .phone {
    font-size: 17px;
    color: #888888;
    line-height: 24px; }
  .ova-open-contact .open {
    margin-bottom: 35px; }
  .ova-open-contact .contact {
    margin-bottom: 24px; }

@media (max-width: 767px) {
  .ova-open-contact {
    padding: 30px 10px;
    width: 100%; } }
.ova-slider .list-slider .slider-item .image-box {
  height: 600px;
  background-size: cover;
  background-position: center center;
  position: relative; }
.ova-slider .list-slider .slider-item .content {
  width: 450px;
  position: absolute;
  z-index: 8;
  background-color: #fff;
  bottom: 50px;
  left: 50px;
  padding: 35px 20px 38px 30px; }
  .ova-slider .list-slider .slider-item .content h2, .ova-slider .list-slider .slider-item .content h3 {
    margin: 0; }
  .ova-slider .list-slider .slider-item .content h2.title {
    font-size: 35px;
    line-height: 40px;
    color: #25282e; }
  .ova-slider .list-slider .slider-item .content h3.sub-title {
    font-size: 18px;
    line-height: 22px;
    color: #777777;
    padding-top: 17px; }
.ova-slider .owl-carousel .owl-nav {
  display: none; }
.ova-slider .owl-carousel .owl-dots {
  text-align: center;
  width: 100%;
  background-color: transparent;
  padding-top: 30px; }
  .ova-slider .owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    margin-right: 10px;
    outline: none;
    border-radius: 50%; }
    .ova-slider .owl-carousel .owl-dots .owl-dot.active {
      background-color: #ff1493 !important;
      border-color: #ff1493 !important; }

@media (max-width: 767px) {
  .ova-slider .list-slider .slider-item .image-box {
    min-height: 600px;
    background-size: cover;
    background-position: center;
    position: relative; }
  .ova-slider .list-slider .slider-item .content {
    width: calc(100% - 20px);
    left: 10px;
    right: 10px;
    bottom: 20px;
    padding: 10px; } }
.lifevent_shop .content_product {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 1024px) {
    .lifevent_shop .content_product {
      margin-left: -10px;
      margin-right: -10px; } }
  .lifevent_shop .content_product .items {
    width: 33.33333%;
    text-align: left;
    margin-bottom: 61px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 1024px) {
      .lifevent_shop .content_product .items {
        padding-left: 10px;
        padding-right: 10px; } }
    .lifevent_shop .content_product .items.pr2_columns {
      width: 50%; }
      @media (max-width: 767px) {
        .lifevent_shop .content_product .items.pr2_columns {
          width: 100%; } }
    .lifevent_shop .content_product .items.pr3_columns {
      width: 33.3333%; }
      @media (max-width: 768px) {
        .lifevent_shop .content_product .items.pr3_columns {
          width: 50%; } }
      @media (max-width: 767px) {
        .lifevent_shop .content_product .items.pr3_columns {
          width: 100%; } }
    .lifevent_shop .content_product .items.pr4_columns {
      width: 25%; }
      @media (max-width: 768px) {
        .lifevent_shop .content_product .items.pr4_columns {
          width: 50%; } }
      @media (max-width: 767px) {
        .lifevent_shop .content_product .items.pr4_columns {
          width: 100%; } }
    .lifevent_shop .content_product .items .add_to_cart_button {
      display: block;
      background: #25282e;
      color: #fff;
      text-align: center;
      border-radius: 0;
      font-size: 15px;
      text-transform: uppercase;
      -webkit-transition: all .3s;
      transition: all .3s;
      opacity: 0;
      margin-top: -50px;
      padding: 12px 25px;
      position: relative;
      font-weight: 500;
      line-height: 26px; }
    .lifevent_shop .content_product .items h3 {
      font-size: 17px;
      text-transform: capitalize;
      color: #25282e;
      font-weight: 400;
      margin-top: 23px;
      margin-bottom: 10px; }
      .lifevent_shop .content_product .items h3 a {
        color: #25282e;
        -webkit-transition: all .3s;
        transition: all .3s; }
        .lifevent_shop .content_product .items h3 a:hover {
          color: #ff1493; }
    .lifevent_shop .content_product .items span.amount {
      color: #555555;
      font-size: 17px;
      font-weight: 400;
      cursor: pointer; }
    .lifevent_shop .content_product .items:hover .add_to_cart_button {
      opacity: 1; }
  .lifevent_shop .content_product .search_not_found {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px; }
.lifevent_shop .return_shop {
  text-align: center; }
  .lifevent_shop .return_shop .btn_shop {
    height: 50px;
    border: 1px solid #e5e5e5;
    color: #25282e;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 30px 16px;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .lifevent_shop .return_shop .btn_shop:hover {
      background: #ff1493;
      border-color: #ff1493;
      color: #fff; }

.ova-icon-landing-page {
  margin-top: 30px;
  transition: 0.5s; }
  .ova-icon-landing-page .wp-icon .icon {
    display: inline-block;
    width: 65px;
    height: 65px;
    background-color: #ff1493;
    border-radius: 25px;
    position: relative; }
    .ova-icon-landing-page .wp-icon .icon i {
      color: #fff;
      font-size: 30px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .ova-icon-landing-page .content h3.title {
    margin: 0;
    font-family: archivo;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #222222;
    margin-top: 25px; }
  .ova-icon-landing-page .content p.desc {
    font-size: 15px;
    line-height: 22px;
    color: #777777;
    margin: 0;
    margin-top: 14px;
    opacity: 0;
    transition: 0.5s; }
  .ova-icon-landing-page:hover {
    margin-top: 0px; }
    .ova-icon-landing-page:hover .content p.desc {
      opacity: 1; }

.wrap_ova_header {
  width: 100%;
  position: relative;
  /*Breadcrumbs*/
  /*title*/ }
  .wrap_ova_header.bg_feature_img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important; }
  .wrap_ova_header .cover_color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .wrap_ova_header .ova_header_el {
    position: relative;
    z-index: 1; }
  .wrap_ova_header .ovatheme_breadcrumbs_el {
    background-color: transparent;
    margin: 0;
    padding: 0; }
    .wrap_ova_header .ovatheme_breadcrumbs_el ul.breadcrumb {
      background-color: transparent; }
  .wrap_ova_header h1.header_title {
    margin: 0;
    padding: 0; }
  .wrap_ova_header.right .ovatheme_breadcrumbs ul.breadcrumb {
    justify-content: flex-end !important; }
  .wrap_ova_header .ova_header_el .breadcrumb {
    color: #fff; }

.ova-lifevent-according-image-filter ul {
  padding: 0px; }
.ova-lifevent-according-image-filter .wp-content .day li, .ova-lifevent-according-image-filter .wp-content .room li {
  display: table-cell;
  width: 1%;
  background-color: #141414;
  word-break: break-word; }
  .ova-lifevent-according-image-filter .wp-content .day li:not(:last-child) a, .ova-lifevent-according-image-filter .wp-content .room li:not(:last-child) a {
    border-right: 1px solid #262626; }
  .ova-lifevent-according-image-filter .wp-content .day li.active a, .ova-lifevent-according-image-filter .wp-content .room li.active a {
    color: #ff1493; }
    .ova-lifevent-according-image-filter .wp-content .day li.active a:hover, .ova-lifevent-according-image-filter .wp-content .room li.active a:hover {
      color: #ff1493; }
  .ova-lifevent-according-image-filter .wp-content .day li a, .ova-lifevent-according-image-filter .wp-content .room li a {
    color: #fff;
    padding: 50px 0px;
    display: block;
    text-align: center; }
    @media (max-width: 600px) {
      .ova-lifevent-according-image-filter .wp-content .day li a, .ova-lifevent-according-image-filter .wp-content .room li a {
        padding: 10px;
        font-size: 15px; } }
    .ova-lifevent-according-image-filter .wp-content .day li a:hover, .ova-lifevent-according-image-filter .wp-content .room li a:hover {
      color: #cacaca; }
@media (max-width: 600px) {
  .ova-lifevent-according-image-filter .wp-content .day li {
    width: 50%;
    float: left; } }
.ova-lifevent-according-image-filter .wp-content .room li {
  display: none; }
  .ova-lifevent-according-image-filter .wp-content .room li.active a {
    border-bottom: 3px solid #ff1493; }
  .ova-lifevent-according-image-filter .wp-content .room li:nth-child(even) {
    background-color: #212121; }
  .ova-lifevent-according-image-filter .wp-content .room li a {
    padding: 20px 0;
    border-top: 1px solid #262626; }

/*# sourceMappingURL=style-elementor.css.map */
