@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: "4";
  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: "5";
  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: "5";
    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 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.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 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    visibility: visible;
    top: 0;
  }
}
/* Mobile *********************************************************************/
@media (max-width: 1024px) {
  /*transition when display nav*/
  .ova-wrapp {
    transition: margin-left 0.5s;
  }
  .ova_openNav {
    display: block;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .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: "2";
    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: #444444;
  }
  .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;
  }
}
/*transition when display nav*/
.ova_menu_canvas {
  clear: both;
  /* Align Menu Button */
  /* Close Button in menu */
  /* Hide Menu */
}
.ova_menu_canvas .ova-wrapp {
  transition: margin-left 0.5s;
}
.ova_menu_canvas .ova_openNav {
  display: flex;
  border: none;
  outline: none;
  cursor: pointer;
  align-items: center;
  background-color: unset;
}
.ova_menu_canvas .ova_openNav:focus {
  outline: none;
}
.ova_menu_canvas .ova_openNav .bar {
  display: flex;
  flex-direction: column;
  min-width: 24px;
  padding-top: 8px;
}
.ova_menu_canvas .ova_openNav .bar .bar-menu-line {
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #25282e;
  margin-bottom: 4px;
  transition: 0.4s all;
}
.ova_menu_canvas .ova_openNav .title_menu_f {
  margin-left: 20px;
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  display: none;
}
.ova_menu_canvas .NavBtn_right {
  float: right;
  margin: 0;
  padding: 0;
}
.ova_menu_canvas .NavBtn_left {
  float: left;
}
.ova_menu_canvas .ova_nav_canvas.canvas_left .ova_closeNav {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  color: #fff;
  text-align: right;
  font-size: 24px;
  color: #6c6c6c;
}
.ova_menu_canvas .ova_nav_canvas.canvas_left .ova_closeNav i {
  color: #fff;
}
.ova_menu_canvas .ova_nav_canvas.canvas_right .ova_closeNav {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  color: #fff;
  text-align: right;
  font-size: 24px;
  color: #6c6c6c;
}
.ova_menu_canvas .ova_nav_canvas.canvas_right .ova_closeNav i {
  color: #fff;
}
.ova_menu_canvas .ova_nav_canvas a.image-logo {
  display: block;
  padding-bottom: 41px;
  border-bottom: 1px solid #3a3a3a;
}
.ova_menu_canvas .logged-in .ova_nav_canvas {
  padding-top: 60px;
}
.ova_menu_canvas .ova_nav_canvas {
  height: 100%;
  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_menu_canvas .ova_nav_canvas ul.menu li {
  width: 100%;
  display: block;
  align-items: center;
  clear: both;
  background: #1b1f26;
  z-index: 2;
  /* Dropdown arrow */
}
.ova_menu_canvas .ova_nav_canvas ul.menu li a {
  width: 100%;
}
.ova_menu_canvas .ova_nav_canvas ul.menu li a i {
  display: none;
}
.ova_menu_canvas .ova_nav_canvas ul.menu li button.dropdown-toggle {
  display: block;
  position: absolute;
  top: 3px;
  right: 10px;
  background: transparent;
  border: none;
  outline: none;
}
.ova_menu_canvas .ova_nav_canvas ul.menu li.dropdown > button.dropdown-toggle:after {
  content: none;
}
.ova_menu_canvas .ova_nav_canvas ul.menu li.active_sub > .dropdown-menu {
  display: block;
  left: 0;
  top: 0;
  background: #1b1f26;
}
.ova_menu_canvas .ova_nav_canvas ul.menu li.active_sub > .dropdown-menu li a {
  color: #888888;
}
.ova_menu_canvas .ova_nav_canvas ul.menu li.active_sub > button.dropdown-toggle > i:before {
  content: "2";
  font-family: "eleganticons";
}
.ova_menu_canvas .ova_nav_canvas ul.menu li.active_sub > button.dropdown-toggle:after {
  content: none;
}
.ova_menu_canvas .ova_nav_canvas ul.menu .dropdown-menu {
  position: relative !important;
  transform: none !important;
  left: 0;
  top: 0;
  right: auto;
  border: none !important;
  background: transparent;
  display: none;
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ova_menu_canvas .ova_nav_canvas.canvas_left {
  left: 0;
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  transform: translateX(-300px);
  -webkit-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
  -ms-transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
}
.ova_menu_canvas .ova_nav_canvas.canvas_left ul.menu {
  align-items: flex-start;
  text-align: left;
  /* Dropdown arrow */
  /* level 2 */
}
.ova_menu_canvas .ova_nav_canvas.canvas_left ul.menu button.dropdown-toggle {
  right: 10px;
}
.ova_menu_canvas .ova_nav_canvas.canvas_left ul.menu button.dropdown-toggle:after {
  display: none;
}
.ova_menu_canvas .ova_nav_canvas.canvas_left ul.menu .dropdown-menu {
  /* level 3 */
}
.ova_menu_canvas .ova_nav_canvas.canvas_left ul.menu .dropdown-menu li {
  text-align: left;
  border: none !important;
  background: transparent;
}
.ova_menu_canvas .ova_nav_canvas.canvas_left ul.menu .dropdown-menu .dropdown-menu {
  padding-left: 15px;
}
.ova_menu_canvas .ova_nav_canvas.canvas_right {
  right: 0;
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -o-transform: translateX(300px);
  transform: translateX(300px);
  -webkit-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
  -ms-transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
}
.ova_menu_canvas .ova_nav_canvas.canvas_right ul.menu {
  align-items: flex-end;
  text-align: left;
  /* Dropdown arrow */
  /* level 2 */
}
.ova_menu_canvas .ova_nav_canvas.canvas_right ul.menu button.dropdown-toggle {
  right: 10px;
}
.ova_menu_canvas .ova_nav_canvas.canvas_right ul.menu .dropdown-menu {
  /* level 3 */
}
.ova_menu_canvas .ova_nav_canvas.canvas_right ul.menu .dropdown-menu li {
  text-align: left;
  border: none !important;
  background: transparent;
}
.ova_menu_canvas .ova_nav_canvas.canvas_right ul.menu .dropdown-menu .dropdown-menu {
  padding-right: 15px;
  padding-right: 0;
  padding-left: 15px;
}
.ova_menu_canvas .ova_nav_canvas.canvas_bg_gray {
  background-color: #1b1f26;
}
.ova_menu_canvas .ova_nav_canvas.canvas_bg_gray ul.menu li a,
.ova_menu_canvas .ova_nav_canvas.canvas_bg_gray ul.menu li .dropdown-toggle {
  color: #fff;
}
.ova_menu_canvas .ova_nav_canvas.canvas_bg_white {
  background-color: #fff;
}
.ova_menu_canvas .ova_nav_canvas.canvas_bg_white ul.menu li a,
.ova_menu_canvas .ova_nav_canvas.canvas_bg_white ul.menu li .dropdown-toggle {
  color: #343434;
}
.ova_menu_canvas .ova_nav_canvas.show {
  width: 300px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
  -ms-transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
}
.ova_menu_canvas .ova_nav_canvas ul.menu {
  flex-direction: column !important;
}
.ova_menu_canvas .ova_nav_canvas.active {
  padding-left: 50px;
  padding-right: 50px;
}
.ova_menu_canvas .ova_nav_canvas .wp-title {
  margin-top: 45px;
}
.ova_menu_canvas .ova_nav_canvas .wp-title .title-menu {
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #b9a271;
  display: inline-block;
  padding-bottom: 8px;
  font-weight: bold;
}
.ova_menu_canvas .ova_nav_canvas ul.menu {
  margin-top: 12px;
  padding-left: 0px;
  padding-bottom: 20px;
  list-style: none;
}
.ova_menu_canvas .ova_nav_canvas ul.menu .menu-item {
  margin-bottom: 11px;
}
.ova_menu_canvas .ova_nav_canvas ul.menu .menu-item:last-child {
  margin-bottom: 14px;
}
.ova_menu_canvas .ova_nav_canvas ul.menu .menu-item a {
  font-size: 17px;
  color: #bbbbbb;
}
.ova_menu_canvas .ova_nav_canvas ul.menu .menu-item .dropdown-toggle {
  font-size: 14px;
  color: #bbbbbb;
  padding-right: 0px;
}
.ova_menu_canvas .ova_nav_canvas ul.menu .menu-item.menu-item-has-children .dropdown-menu {
  padding-top: 12px;
  margin-top: 11px;
  padding-top: 0;
  padding-bottom: 0;
}
.ova_menu_canvas .ova_nav_canvas.canvas_bg_gray .wp-title .title-menu {
  color: #fff;
}
.ova_menu_canvas .ova_nav_canvas.canvas_bg_gray ul.menu li a, .ova_menu_canvas .ova_nav_canvas.canvas_bg_gray ul.menu li .dropdown-toggle {
  color: #bbbbbb;
}
.ova_menu_canvas .ova_nav_canvas.canvas_bg_gray ul.menu li:hover > a, .ova_menu_canvas .ova_nav_canvas.canvas_bg_gray ul.menu li:hover > .dropdown-toggle {
  color: #fff;
}
.ova_menu_canvas .ova_nav_canvas.canvas_bg_gray .check-room .wrap-check-form {
  background-color: #343434;
}
.ova_menu_canvas .ova_nav_canvas.canvas_bg_white .wp-title .title-menu {
  color: #343434;
}
.ova_menu_canvas .ova_nav_canvas.canvas_bg_white ul.menu li a, .ova_menu_canvas .ova_nav_canvas.canvas_bg_white ul.menu li .dropdown-toggle {
  color: #bbbbbb;
}
.ova_menu_canvas .ova_nav_canvas.canvas_bg_white ul.menu li:hover > a, .ova_menu_canvas .ova_nav_canvas.canvas_bg_white ul.menu li:hover > .dropdown-toggle {
  color: #b9a271;
}
.ova_menu_canvas .ova_nav_canvas.canvas_bg_white .menu-icon-social li a:hover i {
  color: #b9a271;
}
.ova_menu_canvas .ova_nav_canvas .menu-icon-social {
  padding: 0;
  display: flex;
  margin-top: 48px;
  margin-bottom: 10px;
  list-style-type: none;
  justify-content: left;
}
.ova_menu_canvas .ova_nav_canvas .menu-icon-social .item-icon {
  padding: 0 9px;
}
.ova_menu_canvas .ova_nav_canvas .menu-icon-social .item-icon:first-child {
  padding-left: 0;
}
.ova_menu_canvas .ova_nav_canvas .menu-icon-social .item-icon a {
  display: flex;
  text-align: center;
  color: #888888;
  font-size: 14px;
  flex-direction: column-reverse;
}
.ova_menu_canvas .ova_nav_canvas .menu-icon-social .item-icon a i {
  display: block;
  margin-top: 6px;
  font-size: 26px;
}
.ova_menu_canvas .ova_nav_canvas .menu-icon-social .item-icon a span {
  visibility: hidden;
}
.ova_menu_canvas .ova_nav_canvas .menu-icon-social .item-icon a:hover i {
  color: #fff;
}
.ova_menu_canvas .ova_nav_canvas .menu-icon-social .item-icon a:hover span {
  visibility: visible;
}
.ova_menu_canvas .ova_nav_canvas .info-top {
  list-style: none;
  padding: 0;
}
.ova_menu_canvas .ova_nav_canvas .info-top li {
  padding: 0;
}
.ova_menu_canvas .ova_nav_canvas .info-top li span {
  font-size: 17px;
  color: #bbbbbb;
}
.ova_menu_canvas .ova_nav_canvas .info_bottom {
  font-size: 15px;
  color: #666666;
}
.ova_menu_canvas .ova_nav_canvas .info_bottom a {
  color: #666666;
}
.ova_menu_canvas .ova_nav_canvas .content-social-info {
  padding-top: 377px;
}
@media (max-width: 640px) {
  .ova_menu_canvas .ova_nav_canvas .content-social-info {
    padding-top: 200px;
  }
}

@media (max-width: 1024px) {
  .ova_menu_canvas .ova_nav_canvas.show {
    width: 300px;
  }
  .ova_menu_canvas .ova_nav_canvas.active {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .ova_menu_canvas {
    padding-left: 0;
    padding-right: 0;
  }
}
.wrap_search_muzze_popup {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.wrap_search_muzze_popup .ova_search_close {
  display: none;
}
.wrap_search_muzze_popup.show .search_muzze_popup {
  transition: all 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}
.wrap_search_muzze_popup.show .btn_close {
  display: block;
  position: absolute;
  top: 60px;
  right: 60px;
  font-size: 60px;
  color: #fff;
  z-index: 10;
}
.wrap_search_muzze_popup.show .btn_close:after {
  content: "K";
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.wrap_search_muzze_popup.show .btn_close:hover:before {
  opacity: 0;
  transition: all 0.3s;
}
.wrap_search_muzze_popup.show .btn_close:hover:after {
  opacity: 1;
  transition: all 0.3s;
}
.wrap_search_muzze_popup i {
  right: 0;
  cursor: pointer;
  font-size: 15px;
  color: #25282e;
  font-weight: bold;
}
.wrap_search_muzze_popup .search_muzze_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.96);
  z-index: -1;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  display: block;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.wrap_search_muzze_popup .search_muzze_popup .search-form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap_search_muzze_popup .search_muzze_popup .search-form .search-field {
  width: 70%;
  height: 60px;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.wrap_search_muzze_popup .search_muzze_popup .search-form .search-submit {
  height: 60px;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.wrap_search_muzze_popup .search_muzze_popup .search-form .search-submit:hover {
  background: #c1b696;
  color: #fff;
}

/********** 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 0.3s;
  transition: all 0.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 0.3s;
  transition: all 0.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 0.3s;
  transition: all 0.3s;
}
.newsletter.type1 .ova-form-mail-chimp .submit input[type=submit]:hover {
  background: #c1b696;
}
.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 0.3s;
  transition: all 0.3s;
}
.newsletter.type2 .ova-form-mail-chimp .submit input[type=submit]:hover {
  background: #c1b696;
}

/* 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;
}

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

.muzze-couter-number {
  margin-top: -3px;
}
.muzze-couter-number .elementor-counter-number-wrapper {
  margin-bottom: 24px;
}
.muzze-couter-number .elementor-counter-number-wrapper .elementor-counter-number {
  font-size: 45px;
  font-weight: 400;
}
.muzze-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: #c1b696;
  border-color: #c1b696;
}

.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-muzze-carousel .elementor-slick-slider .slick-dots-inside .slick-dots {
  bottom: 15px;
}
.ova-muzze-carousel .elementor-slick-slider .slick-dots-inside .slick-dots li button:before {
  font-size: 10px;
  color: #fff;
}

.ova-muzze-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: #c1b696;
  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: #c1b696;
}
.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: #c1b696;
}

.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%;
  background-color: #25282e;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  cursor: pointer;
}
.ova-form-mail-chimp .submit input[type=submit]:hover {
  transition: 0.5s all;
  color: #999999;
}
.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: "$";
  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: 100%;
}

.before-icon-map-button .elementor-button-link {
  position: relative;
}
.before-icon-map-button .elementor-button-link:before {
  font-family: FontAwesome;
  content: "\f041";
  color: #c1b696;
  padding: 6px;
  font-size: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 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: FontAwesome;
  content: "\f017";
  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;
}

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

.schedule a.active {
  background-color: #1276ff !important;
  border-color: #1276ff !important;
  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;
  }
  .muzze-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;
  }
}
.ova-history .item-history {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-bettwen;
}
.ova-history .item-history:not(:last-child) {
  margin-bottom: 46px;
}
.ova-history .item-history .year-about {
  flex: 0 0 225px;
}
.ova-history .item-history .year-about h3.title {
  margin: 0px;
  font-size: 20px;
  line-height: 26px;
  color: #25282e;
}
.ova-history .item-history .content {
  flex: 0 0 calc(100% - 225px);
}
.ova-history .item-history .content p {
  font-size: 17px;
  line-height: 28px;
  color: #555555;
  margin-bottom: 0px;
}

@media (max-width: 1024px) {
  .ova-history .item-history .year-about {
    flex: 0 0 35%;
  }
  .ova-history .item-history .content {
    flex: 0 0 65%;
  }
}
@media (max-width: 768px) {
  .ova-history .item-history .year-about {
    flex: 0 0 100%;
    margin-bottom: 14px;
  }
  .ova-history .item-history .year-about h3.title {
    font-weight: bold;
  }
  .ova-history .item-history .content {
    flex: 0 0 100%;
    padding-left: 0px;
  }
}
.ova-icon-muzze i {
  display: block;
  line-height: 1.2;
}
.ova-icon-muzze i:before {
  font-size: 55px;
  margin-left: 0px;
  color: #c1b696;
}
.ova-icon-muzze i.flaticon-ticket:before {
  margin-left: 20px;
}

.ova_menu_page .menu {
  display: flex;
  list-style-type: none;
  justify-content: start;
  flex-wrap: wrap;
  padding: 0;
}
.ova_menu_page .menu li:last-child {
  margin-right: 0 !important;
}
.ova_menu_page .menu li:first-child {
  margin-left: 0 !important;
}
.ova_menu_page .menu li {
  position: relative;
  margin-right: 25px;
}
.ova_menu_page .menu li:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0px;
  height: 0px;
  background-color: #b9a271;
  transform: translateY(100%);
  transition: 0.5s;
}
.ova_menu_page .menu li:hover:before, .ova_menu_page .menu li.current-menu-item:before {
  height: 1px;
  width: 100%;
}
.ova_menu_page .menu li a {
  display: block;
  padding: 20px 0 21px 0;
  color: #777777;
  font-size: 17px;
}
.ova_menu_page .menu li a:hover {
  color: #25282e;
}
.ova_menu_page .menu li.active a {
  color: #25282e;
}

@media (max-width: 767px) {
  .ova_menu_page .menu li {
    margin-right: 30px;
  }
  .ova_menu_page .menu li a {
    padding: 10px 0;
  }
}
.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;
}

.ova_muzze_according .accor-muzze-content {
  margin-bottom: 20px;
}
.ova_muzze_according .accor-muzze-content.ova-visit {
  margin-bottom: 0px;
}
.ova_muzze_according .accor-muzze-content.hide .content {
  display: none;
}
.ova_muzze_according .accor-muzze-content.hide.ova-visit:not(:last-child) .wp-title {
  border-bottom: none;
}
.ova_muzze_according .accor-muzze-content.show.ova-visit:not(:last-child) .content {
  border-bottom: none;
}
.ova_muzze_according .accor-muzze-content.active.hide .content, .ova_muzze_according .accor-muzze-content.active.show .content {
  display: block;
}
.ova_muzze_according .accor-muzze-content.active.hide.ova-visit .wp-title {
  border: 1px solid #e8e8e8;
  border-bottom: none;
}
.ova_muzze_according .accor-muzze-content.ova-faq .wp-title {
  padding: 15px 30px 16px 30px;
}
.ova_muzze_according .accor-muzze-content.ova-visit {
  margin-bottom: 0px;
}
.ova_muzze_according .accor-muzze-content.ova-visit .content {
  padding-bottom: 42px;
}
.ova_muzze_according .accor-muzze-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_muzze_according .accor-muzze-content.ova-visit .content a.button-text:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #999999;
  vertical-align: bottom;
  content: "\f105";
  margin-left: 5px;
}
.ova_muzze_according .accor-muzze-content.ova-visit .content a.button-text:hover {
  color: #b9a271;
  background-color: unset;
}
.ova_muzze_according .accor-muzze-content.ova-visit .content a.button-text:hover:after {
  color: #b9a271;
}
.ova_muzze_according .accor-muzze-content:last-child {
  margin-bottom: 0px !important;
}
.ova_muzze_according .accor-muzze-content .wp-title {
  padding: 22px 30px 18px 30px;
  border: 1px solid #e8e8e8;
  position: relative;
  cursor: pointer;
}
.ova_muzze_according .accor-muzze-content .wp-title span.title {
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #25282e;
  margin-bottom: 1px;
}
.ova_muzze_according .accor-muzze-content .wp-title span.sub-title {
  font-size: 18px;
  line-height: 28px;
  color: #777777;
}
.ova_muzze_according .accor-muzze-content .wp-title span.icon-accor {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 20px;
  color: #999999;
}
.ova_muzze_according .accor-muzze-content .wp-title span.icon-accor:hover {
  color: #b9a271;
}
.ova_muzze_according .accor-muzze-content .wp-title span.icon-accor i {
  padding: 10px;
}
.ova_muzze_according .accor-muzze-content .content {
  padding: 25px 30px 30px 32px;
  border: 1px solid #e8e8e8;
  border-top: none;
}
.ova_muzze_according .accor-muzze-content .content .item-conten {
  font-size: 17px;
  line-height: 28px;
  color: #555555;
}
.ova_muzze_according .accor-muzze-content .content .item-conten p {
  font-size: 17px;
  line-height: 28px;
  color: #555555;
  margin-bottom: 27px;
}
.ova_muzze_according .accor-muzze-content .content .item-conten p:last-child {
  margin-bottom: 0px;
}
.ova_muzze_according .accor-muzze-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_muzze_according .accor-muzze-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: #c1b696;
  border-color: #c1b696;
}
.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: #c1b696 !important;
}

.admission-price .item-price {
  padding: 9px 0 10px 0;
  border-bottom: 1px solid #e8e8e8;
}
.admission-price .item-price .con-item {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
.admission-price .item-price .con-item span {
  font-size: 17px;
  line-height: 30px;
  color: #555555;
}
.admission-price .item-price .con-item span:last-child {
  padding-left: 10px;
}

@media (max-width: 991px) {
  .admission-price .item-price .con-item {
    width: 100%;
  }
}
.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;
}
.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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;
  }
}
.ova-price-table {
  border: 1px solid #e8e8e8;
}
.ova-price-table:hover .wp-icon .icon i {
  background-color: #c1b696;
}
.ova-price-table:hover .wp-icon .icon i:before {
  color: #fff;
}
.ova-price-table:hover .readmore a.text-button {
  transition: 0.5s all;
  color: #fff;
  background-color: #25282e;
  border-color: #25282e;
}
.ova-price-table:hover .readmore a.text-button:hover {
  background-color: #c1b696;
  border-color: #c1b696;
}
.ova-price-table h3, .ova-price-table p {
  margin: 0px;
}
.ova-price-table .type {
  border-bottom: 1px solid #e8e8e8;
  background-color: #f9f9f9;
  padding: 16px 0 14px 0;
}
.ova-price-table .type h3 {
  font-size: 20px;
  line-height: 28px;
  color: #25282e;
  font-family: Archivo;
  text-align: center;
  font-weight: 400;
}
.ova-price-table .wp-icon .icon {
  text-align: center;
  margin-top: 20px;
}
.ova-price-table .wp-icon .icon i {
  display: inline-block;
  line-height: 1;
  background-color: #eeeeee;
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  transition: 0.5s;
}
.ova-price-table .wp-icon .icon i:before {
  font-size: 25px;
  color: #25282e;
  line-height: 1;
  margin-left: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ova-price-table .wp-price {
  text-align: center;
  margin-top: 3px;
}
.ova-price-table .wp-price .price {
  font-size: 30px;
  line-height: 1.2;
  color: #25282e;
}
.ova-price-table .wp-price .per_time, .ova-price-table .wp-price .separator {
  font-size: 16px;
  line-height: 28px;
  color: #777777;
}
.ova-price-table .desc {
  text-align: center;
  padding: 0 50px 0 50px;
  margin-top: 17px;
}
.ova-price-table .desc p {
  font-size: 16px;
  line-height: 24px;
  color: #777777;
}
.ova-price-table .readmore {
  text-align: center;
  margin-top: 33px;
  margin-bottom: 40px;
}
.ova-price-table .readmore a.text-button {
  font-size: 16px;
  line-height: 26px;
  color: #25282e;
  border: 1px solid #e5e5e5;
  padding: 5px 30px 4px 30px;
  display: inline-block;
  font-weight: 500;
}

.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 110px;
  text-align: center;
}
.ova_info_icon .icon i {
  line-height: 1;
  display: inline-block;
}
.ova_info_icon .icon i:before {
  font-size: 50px;
  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: #c1b696;
  background-color: #c1b696;
  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: #c1b696;
  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: #c1b696;
  width: 42px;
  height: 42px;
}
.ova_info_icon.vertical_type_1:hover .content .readmore a.readmore:hover span:before {
  color: #c1b696;
  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 100px;
  }
  .ova_info_icon.normal .content {
    flex: 0 0 calc(100% - 100px);
  }
  .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: 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: 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: #c1b696 !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 #c1b696 !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;
}

.instagram {
  position: relative;
}
.instagram .owl-nav {
  margin: 0;
}
.instagram .owl-carousel .owl-nav button.owl-prev, .instagram .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
  height: 70px;
  width: 40px;
  margin: 0;
  font-size: 28px;
}
.instagram .owl-carousel .owl-nav button.owl-prev:focus, .instagram .owl-carousel .owl-nav button.owl-next:focus {
  outline: 0;
}
.instagram .owl-carousel .owl-nav button.owl-prev:hover, .instagram .owl-carousel .owl-nav button.owl-next:hover {
  transition: all 0.3s linear;
  color: #e4405f;
  background-color: rgba(0, 0, 0, 0.6);
}
.instagram .owl-carousel .owl-nav button.owl-prev {
  left: 0;
  border-radius: 0 6px 6px 0;
}
.instagram .owl-carousel .owl-nav button.owl-next {
  right: 0;
  border-radius: 6px 0 0 6px;
}
.instagram .follow {
  position: absolute;
  color: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.instagram .follow a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 134px 42px;
}
.instagram .follow a i {
  width: 100%;
  margin-bottom: 55px;
  padding: 0 2px 0 3px;
  font-size: 55px;
  color: #b9a271;
}
.instagram .follow a .title {
  font-size: 36px;
  margin-bottom: 29px;
  font-style: italic;
}
.instagram .follow a .description {
  font-size: 36px;
  margin-bottom: 0;
  color: #bfbfbf;
  font-weight: lighter;
}
.instagram .follow.version_2 a {
  transform: rotate(45deg);
  padding: 20px;
}
.instagram .follow.version_2 a .title, .instagram .follow.version_2 a .description {
  display: none;
}
.instagram .follow.version_2 a i {
  margin: 0;
  transform: rotate(-45deg);
  font-size: 40px;
}
.instagram .item {
  width: 100%;
}
.instagram .item .image {
  width: auto;
  height: 375px;
  background-size: cover;
}
.instagram .item:hover .overlay {
  opacity: 1;
}
.instagram .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  color: white;
  font-size: 50px;
}
.instagram .item .overlay a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.instagram .item .overlay a i {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.instagram .item .overlay a i:hover {
  transition: all 0.2s linear;
  color: rgb(228, 64, 95);
}

@media (max-width: 767px) {
  .instagram .follow {
    display: none;
  }
}
.ova_time_countdown {
  background-color: #006cff;
  padding: 57px 0px 54px 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_muzze_according_image .accor-muzze-content-image {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e8e8e8;
  padding: 30px;
}
.ova_muzze_according_image .accor-muzze-content-image:not(:last-child) {
  border-bottom: none;
}
.ova_muzze_according_image .accor-muzze-content-image:first-child {
  border-top: none;
}
.ova_muzze_according_image .accor-muzze-content-image.active.hide .content, .ova_muzze_according_image .accor-muzze-content-image.active.show .content {
  display: block;
}
.ova_muzze_according_image .accor-muzze-content-image.hide .sub-content .content {
  display: none;
}
.ova_muzze_according_image .accor-muzze-content-image .wp-time {
  flex: 0 0 140px;
  padding-top: 25px;
}
.ova_muzze_according_image .accor-muzze-content-image .wp-time span {
  font-size: 16px;
  line-height: 1.2;
  color: #25282e;
}
.ova_muzze_according_image .accor-muzze-content-image .wp-content {
  flex: 0 0 calc(100% - 140px);
  display: flex;
  flex-wrap: wrap;
}
.ova_muzze_according_image .accor-muzze-content-image .wp-content .thumb_image {
  flex: 0 0 85px;
}
.ova_muzze_according_image .accor-muzze-content-image .wp-content .sub-content {
  flex: 0 0 calc(100% - 85px);
  padding-left: 20px;
}
.ova_muzze_according_image .accor-muzze-content-image .wp-content .sub-content .wp-title {
  position: relative;
  margin-bottom: 16px;
  cursor: pointer;
}
.ova_muzze_according_image .accor-muzze-content-image .wp-content .sub-content .wp-title .title {
  font-size: 20px;
  line-height: 1.2;
  color: #25282e;
  display: block;
  margin-bottom: 3px;
}
.ova_muzze_according_image .accor-muzze-content-image .wp-content .sub-content .wp-title .name {
  font-size: 16px;
  line-height: 1.2;
  color: #555555;
}
.ova_muzze_according_image .accor-muzze-content-image .wp-content .sub-content .wp-title .job {
  font-size: 17px;
  line-height: 1.2;
  color: #777777;
}
.ova_muzze_according_image .accor-muzze-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_muzze_according_image .accor-muzze-content-image .wp-content .sub-content .content .item-conten p {
  font-size: 16px;
  line-height: 28px;
  color: #777777;
}
.ova_muzze_according_image .accor-muzze-content-image .wp-content .sub-content .content .button-text {
  font-size: 16px;
  line-height: 28px;
  color: #1276ff;
  transition: 0.4s all;
  padding-bottom: 10px;
  display: inline-block;
}
.ova_muzze_according_image .accor-muzze-content-image .wp-content .sub-content .content .button-text:before {
  font-family: FontAwesome;
  content: "\f041";
  padding-right: 4px;
}
.ova_muzze_according_image .accor-muzze-content-image .wp-content .sub-content .content .button-text:hover {
  color: #c1b696;
}
.ova_muzze_according_image .time-title {
  border: 1px solid #e8e8e8;
  padding: 36px 0 35px 30px;
  display: flex;
  flex-wrap: wrap;
}
.ova_muzze_according_image .time-title .time {
  flex: 0 0 245px;
}
.ova_muzze_according_image .time-title .time span {
  font-size: 16px;
  line-height: 1.2;
  color: #25282e;
}
.ova_muzze_according_image .time-title .title-element {
  flex: 0 0 calc(100% - 245px);
}
.ova_muzze_according_image .time-title .title-element span {
  font-size: 20px;
  line-height: 1.2;
  color: #25282e;
}

@media (max-width: 767px) {
  .ova_muzze_according_image .accor-muzze-content-image {
    padding: 15px;
  }
  .ova_muzze_according_image .accor-muzze-content-image .wp-time {
    flex: 0 0 90px;
  }
  .ova_muzze_according_image .accor-muzze-content-image .wp-content {
    flex: 0 0 calc(100% - 90px);
    flex-direction: column;
  }
  .ova_muzze_according_image .accor-muzze-content-image .wp-content .thumb_image img {
    width: 85px;
  }
  .ova_muzze_according_image .accor-muzze-content-image .wp-content .sub-content {
    padding-top: 10px;
    padding-left: 0px;
  }
  .ova_muzze_according_image .time-title .time {
    flex: 0 0 50%;
  }
  .ova_muzze_according_image .time-title .title-element {
    flex: 0 0 50%;
  }
}
.ova-artist .items-artist {
  text-align: center;
}
.ova-artist .items-artist:hover .img img {
  filter: grayscale(0%);
}
.ova-artist .items-artist .img {
  display: block;
}
.ova-artist .items-artist .img img {
  transition: 0.5s;
  filter: grayscale(100%);
}
.ova-artist .items-artist .name {
  color: #25282e;
  font-size: 22px;
  line-height: 24px;
  margin-top: 28px;
  display: block;
  transition: 0.3s all;
}
.ova-artist .items-artist .name:hover {
  color: #c1b696;
}
.ova-artist .items-artist .skill {
  font-size: 17px;
  color: #555555;
  line-height: 24px;
  margin-top: 3px;
}
.ova-artist .items-artist .contact {
  margin-top: 8px;
}
.ova-artist .items-artist .contact a {
  font-size: 17px;
  line-height: 1.2;
  color: #777777;
}
.ova-artist .items-artist .contact a.email {
  border-bottom: 1px solid #c2c2c2;
}

.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-muzze {
  position: relative;
}
.ova-image-muzze .image a {
  display: block;
  overflow: hidden;
}
.ova-image-muzze .image a img {
  transition: 0.5s;
}
.ova-image-muzze .text-button {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
}
.ova-image-muzze .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-muzze:hover .image img {
  transform: scale(1.1);
}
.ova-image-muzze:hover .text-button a {
  padding: 22px 10px 22px 10px;
  transform: translateY(-10px);
  transform-origin: bottom;
  background-color: #ff8b2f;
}
.ova-image-muzze.version_2 .image {
  position: relative;
}
.ova-image-muzze.version_2 .image .desc {
  position: absolute;
  left: 29px;
  bottom: 33px;
  display: inline-block;
  line-height: 35px;
  color: #fff;
  font-size: 32px;
}
.ova-image-muzze.version_2 .image:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0px;
  background-image: linear-gradient(180deg, transparent, #000);
  opacity: 0.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: 0.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: 0.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: 0.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: #c1b696 !important;
  border-color: #c1b696 !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;
  }
}
.ova-exhibitions-creactive h2, .ova-exhibitions-creactive p {
  margin: 0;
  padding: 0;
}
.ova-exhibitions-creactive .ova-row {
  display: flex;
}
.ova-exhibitions-creactive .ova-row:not(:last-child) {
  margin-bottom: 105px;
}
.ova-exhibitions-creactive .ova-row .item-exhibition {
  flex: 0 0 50%;
}
.ova-exhibitions-creactive .ova-row .item-exhibition.fadeInUp-scroll.visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.ova-exhibitions-creactive .ova-row .item-exhibition a.image-box {
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 420px;
}
.ova-exhibitions-creactive .ova-row .item-exhibition a.image-box img {
  display: none;
}
.ova-exhibitions-creactive .ova-row .item-exhibition a.image-box:hover {
  opacity: 0.85;
}
.ova-exhibitions-creactive .ova-row .item-exhibition .content h2.title {
  margin-top: 16px;
  line-height: 35px;
}
.ova-exhibitions-creactive .ova-row .item-exhibition .content h2.title a {
  font-size: 28px;
  line-height: 35px;
  color: #25282e;
  margin-top: 28px;
  transition: 0.4s;
}
.ova-exhibitions-creactive .ova-row .item-exhibition .content h2.title a:hover {
  color: #c1b696;
}
.ova-exhibitions-creactive .ova-row .item-exhibition .content .date p {
  font-size: 18px;
  line-height: 22px;
  color: #777777;
  margin-top: 10px;
}
.ova-exhibitions-creactive .ova-row.odd .item-exhibition:nth-child(1) .exhibition-con {
  width: 563px;
}
.ova-exhibitions-creactive .ova-row.odd .item-exhibition:nth-child(1) .exhibition-con a.image-box {
  min-height: 420px;
}
.ova-exhibitions-creactive .ova-row.odd .item-exhibition:nth-child(2) .exhibition-con {
  text-align: left;
  width: 363px;
  margin-left: calc(100% - 363px);
  margin-top: 170px;
}
.ova-exhibitions-creactive .ova-row.odd .item-exhibition:nth-child(2) .exhibition-con a.image-box {
  min-height: 270px;
}
.ova-exhibitions-creactive .ova-row.even .item-exhibition:nth-child(2) .exhibition-con {
  width: 563px;
  margin-top: 250px;
  margin-left: calc(100% - 563px);
}
.ova-exhibitions-creactive .ova-row.even .item-exhibition:nth-child(2) .exhibition-con a.image-box {
  min-height: 420px;
}
.ova-exhibitions-creactive .ova-row.even .item-exhibition:nth-child(1) .exhibition-con {
  width: 363px;
}
.ova-exhibitions-creactive .ova-row.even .item-exhibition:nth-child(1) .exhibition-con a.image-box {
  min-height: 270px;
}

@media (max-width: 1200px) {
  .ova-exhibitions-creactive .ova-row.odd .item-exhibition:nth-child(1) .exhibition-con {
    width: 100%;
  }
  .ova-exhibitions-creactive .ova-row.even .item-exhibition:nth-child(2) .exhibition-con {
    width: 100%;
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .ova-exhibitions-creactive .ova-row {
    display: block;
  }
  .ova-exhibitions-creactive .ova-row article:not(:last-child) {
    margin-bottom: 105px;
  }
  .ova-exhibitions-creactive .ova-row.odd .item-exhibition:nth-child(2) .exhibition-con {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
  }
  .ova-exhibitions-creactive .ova-row.odd .item-exhibition:nth-child(2) .exhibition-con a.image-box {
    min-height: 420px;
  }
  .ova-exhibitions-creactive .ova-row.even .item-exhibition:nth-child(1) .exhibition-con {
    width: 100%;
  }
  .ova-exhibitions-creactive .ova-row.even .item-exhibition:nth-child(1) .exhibition-con a.image-box {
    min-height: 420px;
  }
  .ova-exhibitions-creactive .ova-row.even .item-exhibition:nth-child(2) .exhibition-con {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .ova-exhibitions-creactive .ova-row .item-exhibition a.image-box {
    background-image: none !important;
    min-height: unset !important;
  }
  .ova-exhibitions-creactive .ova-row .item-exhibition a.image-box img {
    display: block;
  }
}
.ova-exhibitions-slide {
  position: relative;
}
.ova-exhibitions-slide h2, .ova-exhibitions-slide p {
  margin: 0;
}
.ova-exhibitions-slide .list-exhibitions {
  position: relative;
  top: 50%;
  transform: translateY(calc(-50% - 55px));
}
.ova-exhibitions-slide .list-exhibitions .item-exhibition {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.ova-exhibitions-slide .list-exhibitions .item-exhibition .content {
  flex: 0 0 40%;
  padding-right: 10px;
  margin-top: -129px;
}
.ova-exhibitions-slide .list-exhibitions .item-exhibition .content h3.sub-title {
  margin: 0px;
  font-family: archivo;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.ova-exhibitions-slide .list-exhibitions .item-exhibition .content h2.title a {
  font-size: 50px;
  line-height: 60px;
  color: #25282e;
  transition: 0.5s;
}
.ova-exhibitions-slide .list-exhibitions .item-exhibition .content h2.title a:hover {
  color: #c1b696;
}
.ova-exhibitions-slide .list-exhibitions .item-exhibition .content .date {
  margin-top: 26px;
}
.ova-exhibitions-slide .list-exhibitions .item-exhibition .content .date p {
  font-size: 20px;
  line-height: 22px;
  color: #555555;
}
.ova-exhibitions-slide .list-exhibitions .item-exhibition .content .excerpt {
  margin-top: 40px;
}
.ova-exhibitions-slide .list-exhibitions .item-exhibition .content .excerpt p {
  font-family: Lora;
  font-size: 18px;
  line-height: 28px;
  color: #777777;
}
.ova-exhibitions-slide .list-exhibitions .item-exhibition .media {
  flex: 0 0 60%;
  width: 100%;
  min-height: 680px;
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.ova-exhibitions-slide .list-exhibitions .item-exhibition .media .image-box {
  position: absolute;
  left: 105px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 585px;
  height: 515px;
}
.ova-exhibitions-slide .list-exhibitions .item-exhibition .media .image-box img {
  display: none;
}
.ova-exhibitions-slide .list-exhibitions .owl-nav .owl-prev {
  position: absolute;
  bottom: 151px;
  left: 0;
  width: 50px;
  height: 50px;
  border: 2px solid #cccccc !important;
  outline: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ova-exhibitions-slide .list-exhibitions .owl-nav .owl-prev i {
  font-size: 25px;
  color: #cecece;
}
.ova-exhibitions-slide .list-exhibitions .owl-nav .owl-next {
  position: absolute;
  bottom: 151px;
  left: 108px;
  width: 50px;
  height: 50px;
  border: 2px solid #cccccc !important;
  outline: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ova-exhibitions-slide .list-exhibitions .owl-nav .owl-next i {
  font-size: 25px;
  color: #cecece;
}
.ova-exhibitions-slide .list-exhibitions .owl-dots {
  counter-reset: slides-num;
  position: absolute;
  bottom: 156px;
  left: 65px;
  margin-top: 15px;
}
.ova-exhibitions-slide .list-exhibitions .owl-dots:after {
  content: counter(slides-num);
  font-size: 18px;
  vertical-align: middle;
  line-height: 22px;
  color: #555555;
  display: inline-block;
  padding-bottom: 8px;
  position: absolute;
  left: 16px;
}
.ova-exhibitions-slide .list-exhibitions .owl-dots .owl-dot {
  display: inline-block;
  counter-increment: slides-num;
  margin-right: 4.2px;
}
.ova-exhibitions-slide .list-exhibitions .owl-dots .owl-dot span {
  display: none;
}
.ova-exhibitions-slide .list-exhibitions .owl-dots .owl-dot.active:before {
  content: counter(slides-num) "/";
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 22px;
  color: #555555;
  position: absolute;
  left: 0;
  top: 0;
}
.ova-exhibitions-slide .list-exhibitions .owl-dots .owl-dot .owl-prev {
  float: left;
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px;
}
.ova-exhibitions-slide .list-exhibitions .owl-dots .owl-dot .owl-next {
  float: right;
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px;
}
.ova-exhibitions-slide .wp-button-scroll {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.ova-exhibitions-slide .wp-button-scroll .button-scroll {
  display: inline-block;
  width: 40px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1150px) {
  .ova-exhibitions-slide .list-exhibitions .item-exhibition .media .image-box {
    left: 50px;
  }
}
@media (max-width: 1024px) {
  .ova-exhibitions-slide .list-exhibitions .item-exhibition {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: start;
  }
  .ova-exhibitions-slide .list-exhibitions .item-exhibition .content {
    flex: 0 0 100%;
    padding-right: 0px;
    padding-top: 30px;
    margin-top: 0px;
  }
  .ova-exhibitions-slide .list-exhibitions .item-exhibition .content h2.title a {
    font-size: 40px;
    line-height: 50px;
  }
  .ova-exhibitions-slide .list-exhibitions .item-exhibition .media {
    flex: 0 0 100%;
    min-height: 500px;
    background-image: none !important;
  }
  .ova-exhibitions-slide .list-exhibitions .item-exhibition .media .image-box {
    left: 0px;
    width: 100%;
    height: 100%;
    padding-left: 0px;
  }
  .ova-exhibitions-slide .list-exhibitions .owl-nav .owl-prev {
    bottom: -70px;
  }
  .ova-exhibitions-slide .list-exhibitions .owl-nav .owl-next {
    bottom: -70px;
  }
  .ova-exhibitions-slide .list-exhibitions .owl-dots {
    bottom: -65px;
  }
  .ova-exhibitions-slide .wp-button-scroll {
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .ova-exhibitions-slide .list-exhibitions .item-exhibition .media {
    height: auto !important;
    min-height: unset;
  }
  .ova-exhibitions-slide .list-exhibitions .item-exhibition .media .image-box {
    background-image: none !important;
    position: unset;
  }
  .ova-exhibitions-slide .list-exhibitions .item-exhibition .media img {
    display: block !important;
  }
  .ova-exhibitions-slide .wp-button-scroll {
    display: none;
  }
}
#fullpage .section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#fullpage .section .fp-tableCell:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  right: 0;
}
#fullpage .content_width {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15%;
  z-index: 9;
}
@media (max-width: 1024px) {
  #fullpage .content_width {
    bottom: 45%;
  }
}
@media (max-width: 640px) {
  #fullpage .content_width {
    bottom: 20%;
  }
}
#fullpage .content {
  width: 700px;
}
@media (max-width: 1024px) {
  #fullpage .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  #fullpage .content {
    width: 100%;
    padding: 0 15px;
  }
}
#fullpage .content span.type {
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
}
#fullpage .content h3 {
  font-size: 60px;
  color: #fff;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 19px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #fullpage .content h3 {
    font-size: 30px;
  }
}
#fullpage .content h3 a {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#fullpage .content h3 a:hover {
  color: #c1b696;
}
#fullpage .content .time-event {
  color: #fff;
}
#fullpage .content .time-event span {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

#fp-nav {
  right: 34px;
}
#fp-nav ul li a span {
  width: 10px !important;
  height: 10px !important;
  border: 1px solid #fff !important;
  border-radius: 100% !important;
  background: transparent !important;
}
#fp-nav ul li a.active span {
  background: #fff !important;
  margin: -2px 0 0 -2px !important;
}
#fp-nav ul li:hover a span {
  margin: -2px 0 0 -2px !important;
}

.ova-event-parallax {
  background-color: #f8f8f8;
}
.ova-event-parallax h2, .ova-event-parallax p {
  margin: 0px;
}
.ova-event-parallax .item-event {
  display: flex;
  flex-wrap: wrap;
}
.ova-event-parallax .item-event .image-box {
  min-height: 655px;
  flex: 0 0 50%;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.ova-event-parallax .item-event .image-box-mobile {
  display: none;
}
.ova-event-parallax .item-event .content {
  flex: 0 0 640px;
  flex-wrap: wrap;
  display: flex;
  align-content: center;
}
.ova-event-parallax .item-event .content .title, .ova-event-parallax .item-event .content .date, .ova-event-parallax .item-event .content .desc, .ova-event-parallax .item-event .content .readmore {
  flex: 0 0 100%;
}
.ova-event-parallax .item-event .content h2.title a {
  font-size: 50px;
  line-height: 60px;
  color: #25282e;
  transition: 0.4s;
}
.ova-event-parallax .item-event .content h2.title a:hover {
  color: #515358;
}
.ova-event-parallax .item-event .content .date {
  margin-top: 22px;
}
.ova-event-parallax .item-event .content .date p {
  font-size: 20px;
  line-height: 22px;
  color: #555555;
}
.ova-event-parallax .item-event .content .desc {
  margin-top: 36px;
}
.ova-event-parallax .item-event .content .desc p {
  font-size: 18px;
  line-height: 28px;
  color: #777777;
}
.ova-event-parallax .item-event .content .readmore {
  margin-top: 40px;
}
.ova-event-parallax .item-event .content .readmore a {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  color: #25282e;
  padding: 14px 39px 14px 39px;
  background-color: #ffea01;
  font-weight: 500;
  transition: 0.4s;
}
.ova-event-parallax .item-event .content .readmore a:hover {
  background-color: #25282e;
  color: #ffffff;
}
.ova-event-parallax .item-event.odd .content {
  padding-left: 80px;
}
.ova-event-parallax .item-event.even {
  flex-direction: row-reverse;
}
.ova-event-parallax .item-event.even .content {
  justify-content: end;
  padding-right: 80px;
}

@media (max-width: 1300px) {
  .ova-event-parallax .item-event .content {
    flex: 0 0 50%;
  }
  .ova-event-parallax .item-event.even .content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1024px) {
  .ova-event-parallax .item-event.odd .content {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .ova-event-parallax {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ova-event-parallax .item-event .image-box {
    display: none;
    background-image: unset !important;
  }
  .ova-event-parallax .item-event .image-box-mobile {
    display: block;
  }
  .ova-event-parallax .item-event .content {
    flex: 0 0 100%;
    padding: 40px 0px;
    padding-left: 0px;
  }
  .ova-event-parallax .item-event .content h2.title a {
    font-size: 30px;
    line-height: 1em;
  }
  .ova-event-parallax .item-event.odd .content {
    padding-left: 0px;
    padding-right: 0px;
  }
  .ova-event-parallax .item-event.even .content {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.muzze_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) {
  .muzze_shop .content_product {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.muzze_shop .content_product .items {
  width: 33.33333%;
  text-align: left;
  margin-bottom: 61px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1024px) {
  .muzze_shop .content_product .items {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.muzze_shop .content_product .items.pr2_columns {
  width: 50%;
}
@media (max-width: 767px) {
  .muzze_shop .content_product .items.pr2_columns {
    width: 100%;
  }
}
.muzze_shop .content_product .items.pr3_columns {
  width: 33.3333%;
}
@media (max-width: 768px) {
  .muzze_shop .content_product .items.pr3_columns {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .muzze_shop .content_product .items.pr3_columns {
    width: 100%;
  }
}
.muzze_shop .content_product .items.pr4_columns {
  width: 25%;
}
@media (max-width: 768px) {
  .muzze_shop .content_product .items.pr4_columns {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .muzze_shop .content_product .items.pr4_columns {
    width: 100%;
  }
}
.muzze_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 0.3s;
  transition: all 0.3s;
  opacity: 0;
  margin-top: -50px;
  padding: 12px 25px;
  position: relative;
  font-weight: 500;
  line-height: 26px;
}
.muzze_shop .content_product .items h3 {
  font-size: 17px;
  text-transform: capitalize;
  color: #25282e;
  font-weight: 400;
  margin-top: 23px;
  margin-bottom: 10px;
}
.muzze_shop .content_product .items h3 a {
  color: #25282e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.muzze_shop .content_product .items h3 a:hover {
  color: #c1b696;
}
.muzze_shop .content_product .items span.amount {
  color: #555555;
  font-size: 17px;
  font-weight: 400;
  cursor: pointer;
}
.muzze_shop .content_product .items:hover .add_to_cart_button {
  opacity: 1;
}
.muzze_shop .content_product .search_not_found {
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
}
.muzze_shop .return_shop {
  text-align: center;
}
.muzze_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 0.3s;
  transition: all 0.3s;
}
.muzze_shop .return_shop .btn_shop:hover {
  background: #c1b696;
  border-color: #c1b696;
  color: #fff;
}

.ova-exhibition-parallax {
  background-color: #f8f8f8;
}
.ova-exhibition-parallax h2, .ova-exhibition-parallax p {
  margin: 0px;
}
.ova-exhibition-parallax .item-exhibition {
  display: flex;
  flex-wrap: wrap;
}
.ova-exhibition-parallax .item-exhibition .image-box {
  min-height: 655px;
  flex: 0 0 50%;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.ova-exhibition-parallax .item-exhibition .image-box img {
  display: none;
}
.ova-exhibition-parallax .item-exhibition .content {
  flex: 0 0 640px;
  flex-wrap: wrap;
  display: flex;
  align-content: center;
}
.ova-exhibition-parallax .item-exhibition .content .title, .ova-exhibition-parallax .item-exhibition .content .date, .ova-exhibition-parallax .item-exhibition .content .desc, .ova-exhibition-parallax .item-exhibition .content .readmore {
  flex: 0 0 100%;
}
.ova-exhibition-parallax .item-exhibition .content h2.title a {
  font-size: 50px;
  line-height: 60px;
  color: #25282e;
  transition: 0.4s;
}
.ova-exhibition-parallax .item-exhibition .content h2.title a:hover {
  color: #515358;
}
.ova-exhibition-parallax .item-exhibition .content .date {
  margin-top: 22px;
}
.ova-exhibition-parallax .item-exhibition .content .date p {
  font-size: 20px;
  line-height: 22px;
  color: #555555;
}
.ova-exhibition-parallax .item-exhibition .content .desc {
  margin-top: 36px;
}
.ova-exhibition-parallax .item-exhibition .content .desc p {
  font-size: 18px;
  line-height: 28px;
  color: #777777;
}
.ova-exhibition-parallax .item-exhibition .content .readmore {
  margin-top: 40px;
}
.ova-exhibition-parallax .item-exhibition .content .readmore a {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  color: #25282e;
  padding: 14px 39px 14px 39px;
  background-color: #ffea01;
  font-weight: 500;
  transition: 0.4s;
}
.ova-exhibition-parallax .item-exhibition .content .readmore a:hover {
  background-color: #25282e;
  color: #ffffff;
}
.ova-exhibition-parallax .item-exhibition.odd .content {
  padding-left: 80px;
}
.ova-exhibition-parallax .item-exhibition.even {
  flex-direction: row-reverse;
}
.ova-exhibition-parallax .item-exhibition.even .content {
  justify-content: end;
  padding-right: 80px;
}

@media (max-width: 1300px) {
  .ova-exhibition-parallax .item-exhibition .content {
    flex: 0 0 50%;
  }
  .ova-exhibition-parallax .item-exhibition.even .content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1024px) {
  .ova-exhibition-parallax .item-exhibition.odd .content {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .ova-exhibition-parallax {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ova-exhibition-parallax .item-exhibition {
    margin-bottom: 30px;
  }
  .ova-exhibition-parallax .item-exhibition .image-box {
    flex: 0 0 100%;
    background: none !important;
    min-height: auto;
  }
  .ova-exhibition-parallax .item-exhibition .image-box img {
    display: block;
  }
  .ova-exhibition-parallax .item-exhibition .content {
    flex: 0 0 100%;
    padding: 40px 0px;
    padding-left: 0px;
  }
  .ova-exhibition-parallax .item-exhibition .content h2.title a {
    font-size: 40px;
    line-height: 50px;
  }
  .ova-exhibition-parallax .item-exhibition.odd .content {
    padding-left: 0px;
    padding-right: 0px;
  }
  .ova-exhibition-parallax .item-exhibition.even .content {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.ova-collection-parallax {
  background-color: #f8f8f8;
}
.ova-collection-parallax h2, .ova-collection-parallax p {
  margin: 0px;
}
.ova-collection-parallax .item-collection {
  display: flex;
  flex-wrap: wrap;
}
.ova-collection-parallax .item-collection .image-box {
  min-height: 655px;
  flex: 0 0 50%;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.ova-collection-parallax .item-collection .content {
  flex: 0 0 640px;
  flex-wrap: wrap;
  display: flex;
  align-content: center;
}
.ova-collection-parallax .item-collection .content .title, .ova-collection-parallax .item-collection .content .date, .ova-collection-parallax .item-collection .content .desc, .ova-collection-parallax .item-collection .content .readmore {
  flex: 0 0 100%;
}
.ova-collection-parallax .item-collection .content h2.title a {
  font-size: 50px;
  line-height: 60px;
  color: #25282e;
  transition: 0.4s;
}
.ova-collection-parallax .item-collection .content h2.title a:hover {
  color: #c1b696;
}
.ova-collection-parallax .item-collection .content .date {
  margin-top: 22px;
}
.ova-collection-parallax .item-collection .content .date p {
  font-size: 20px;
  line-height: 22px;
  color: #555555;
}
.ova-collection-parallax .item-collection .content .desc {
  margin-top: 36px;
}
.ova-collection-parallax .item-collection .content .desc p {
  font-size: 18px;
  line-height: 28px;
  color: #777777;
}
.ova-collection-parallax .item-collection .content .readmore {
  margin-top: 40px;
}
.ova-collection-parallax .item-collection .content .readmore a {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  color: #25282e;
  padding: 12px 39px 11px 39px;
  background-color: #ffea01;
  font-weight: 500;
  transition: 0.4s;
}
.ova-collection-parallax .item-collection .content .readmore a:hover {
  background-color: #c1b696;
}
.ova-collection-parallax .item-collection.odd .content {
  padding-left: 80px;
}
.ova-collection-parallax .item-collection.even {
  flex-direction: row-reverse;
}
.ova-collection-parallax .item-collection.even .content {
  justify-content: end;
  padding-right: 80px;
}

@media (max-width: 1300px) {
  .ova-collection-parallax .item-collection .content {
    flex: 0 0 50%;
  }
  .ova-collection-parallax .item-collection.even .content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1024px) {
  .ova-collection-parallax .item-collection.odd .content {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .ova-collection-parallax {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ova-collection-parallax .item-collection .image-box {
    flex: 0 0 100%;
  }
  .ova-collection-parallax .item-collection .content {
    flex: 0 0 100%;
    padding: 40px 0px;
    padding-left: 0px;
  }
  .ova-collection-parallax .item-collection .content h2.title a {
    font-size: 40px;
    line-height: 50px;
  }
  .ova-collection-parallax .item-collection.odd .content {
    padding-left: 0px;
    padding-right: 0px;
  }
  .ova-collection-parallax .item-collection.even .content {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.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: #c1b696;
  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;
}