@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;
  background: transparent;
}
.ova_openNav:focus {
  outline: none;
}
.ova_openNav .bar {
  display: flex;
  flex-direction: column;
  min-width: 24px;
  padding-top: 4px;
}
.ova_openNav .bar .bar-menu-line {
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #43464b;
  margin-bottom: 5px;
  transition: 0.4s all;
}
.ova_nav {
  width: 100%;
  /* Sub Menu */
  /* Parent Menu */
}
.ova_nav .ova_closeNav {
  display: none;
}
.ova_nav .dropdown-menu {
  padding: 0px;
  margin: 0;
}
.ova_nav .dropdown-menu > li {
  width: 100%;
  position: relative;
}
.ova_nav .dropdown-menu > li > a {
  color: #343434;
  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 15px;
}
.ova_nav ul.menu > li > a {
  color: #343434;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
}
.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 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.4);
  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: #343434;
  }
  .ova_nav.canvas_bg_gray a.ova_closeNav i {
    color: #fff;
  }
  .ova_nav.canvas_bg_gray ul.menu li a,
  .ova_nav.canvas_bg_gray ul.menu li .dropdown-toggle {
    color: #fff;
  }
  .ova_nav.canvas_bg_white {
    background-color: #fff;
  }
  .ova_nav.canvas_bg_white a.ova_closeNav i {
    color: #343434;
  }
  .ova_nav.canvas_bg_white ul.menu li a,
  .ova_nav.canvas_bg_white ul.menu li .dropdown-toggle {
    color: #343434;
  }
  .ova_nav.show {
    width: 250px;
  }
  .ova_nav.hide {
    width: 0;
  }
  .ova_nav ul.menu {
    flex-direction: column !important;
  }
}
@media (max-width: 767px) {
  /* Align Menu Button */
  .NavBtn_right, .NavBtn_left {
    float: none;
    margin: 0;
    padding: 0;
  }
  .NavBtn_right_m {
    float: right;
    margin: 0;
    padding: 0;
  }
  .NavBtn_left_m {
    float: left;
  }
  .NavBtn_center_m {
    justify-content: center;
  }
  .mobi_no_shrink {
    position: relative !important;
  }
}
/********** Fix Group **********/
.header_group .elementor-widget-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header_group .elementor-widget-wrap .elementor-element {
  margin: 0px;
}
.header_group.dir_left .elementor-widget-wrap {
  justify-content: flex-start;
}
.header_group.dir_center .elementor-widget-wrap {
  justify-content: center;
}

.footer_intro .elementor-widget-container .elementor-text-editor p {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  line-height: 1.6em !important;
}

.footer_link ul {
  padding: 0;
  list-style: none;
}
.footer_link ul li {
  padding-left: 34px;
  padding-bottom: 10px;
  position: relative;
}
.footer_link ul li:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 2px;
  background: #12a85f;
  left: 0;
  top: 35%;
}
.footer_link ul li a {
  color: #f2f2f2;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer_link ul li a:hover {
  color: #12a85f;
}

.footer_gallery .elementor-image-gallery .gallery .gallery-item {
  margin-top: 0 !important;
}
.footer_gallery .elementor-image-gallery .gallery .gallery-item img {
  border: 0 !important;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer_gallery .elementor-image-gallery .gallery .gallery-item:hover img {
  opacity: 0.5;
}

.pogon_counter .elementor-counter .elementor-counter-number {
  font-size: 65px;
  color: #fff;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 20px;
}
.pogon_counter .elementor-counter .elementor-counter-title {
  font-size: 18px;
  line-height: 24px;
  color: #f2f2f2;
}

.box-shadow-about {
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .box-shadow-about {
    box-shadow: unset;
  }
}

.wrap_search_pogon_popup {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.wrap_search_pogon_popup .ova_search_close {
  display: none;
}
.wrap_search_pogon_popup.show .search_pogon_popup {
  transition: all 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}
.wrap_search_pogon_popup.show .btn_close {
  display: block;
  position: absolute;
  top: 60px;
  right: 60px;
  font-size: 60px;
  color: #fff;
  z-index: 10;
}
.wrap_search_pogon_popup.show .btn_close:after {
  content: "K";
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.wrap_search_pogon_popup.show .btn_close:hover:before {
  opacity: 0;
  transition: all 0.3s;
}
.wrap_search_pogon_popup.show .btn_close:hover:after {
  opacity: 1;
  transition: all 0.3s;
}
.wrap_search_pogon_popup i {
  right: 0;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
}
.wrap_search_pogon_popup .search_pogon_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_pogon_popup .search_pogon_popup .search-form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap_search_pogon_popup .search_pogon_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_pogon_popup .search_pogon_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_pogon_popup .search_pogon_popup .search-form .search-submit:hover {
  background: #12a85f;
  color: #fff;
}

.ova_social .content a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.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: 14px;
}
.ova_social .content a:hover {
  transition: 0.5s all;
}

/*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: 4px;
}
.ova_menu_canvas .ova_openNav .bar .bar-menu-line {
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #43464b;
  margin-bottom: 5px;
  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%;
  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_menu_canvas .ova_nav_canvas ul.menu li {
  width: 100%;
  display: block;
  align-items: center;
  clear: both;
  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;
}
.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;
}
.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;
}
.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: 400px;
}
.ova_menu_canvas .ova_nav_canvas.hide {
  width: 0;
}
.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 {
  background-color: #1b1f26;
}
.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 {
  background-color: #fff;
}
.ova_menu_canvas .ova_nav_canvas.canvas_bg_white .ova_closeNav i {
  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;
}

@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;
  }
}
.ova_header_el_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.ova_header_el_bg .cover_color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ova_header_el {
  position: relative;
  z-index: 2;
}
.ova_header_el .header_title {
  margin: 0;
  padding: 0;
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 4px;
}
.ova_header_el .ovatheme_breadcrumbs {
  background-color: transparent;
  margin: 0;
}
.ova_header_el .ovatheme_breadcrumbs ul.breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 0;
  display: inline-flex;
}
.ova_header_el .ovatheme_breadcrumbs ul.breadcrumb li {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.ova_header_el .ovatheme_breadcrumbs ul.breadcrumb li a {
  color: #fff;
}
.ova_header_el .ovatheme_breadcrumbs ul.breadcrumb .separator {
  color: #fff;
}

/* Header Group Alway use when Header Full Width */
.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.dir_left .elementor-widget-wrap {
  justify-content: flex-start;
}
.header_group.dir_center .elementor-widget-wrap {
  justify-content: center;
}

.pogon-blog .post_items {
  display: table;
  width: 100%;
  position: relative;
  transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
  margin-bottom: 25px;
}
.pogon-blog .post_items .img-feature {
  width: 25.5%;
  position: relative;
  height: auto;
  overflow: hidden;
  background-position: 50% 50%;
  display: table-cell;
  vertical-align: middle;
}
.pogon-blog .post_items .img-feature img {
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  object-position: 50% 50%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  max-width: 100%;
  transform: translateZ(0);
  margin: 0 auto;
  vertical-align: middle;
  transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
  border-radius: 3px;
  height: 80px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.pogon-blog .post_items .img-feature img:hover {
  opacity: 0.9;
}
@media (max-width: 1024px) {
  .pogon-blog .post_items .img-feature img {
    position: static;
  }
}
.pogon-blog .post_items .post_content {
  padding-left: 15px;
  display: table-cell;
}
.pogon-blog .post_items .post_content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 24px;
  padding-bottom: 2px;
}
.pogon-blog .post_items .post_content h4 a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pogon-blog .post_items .post_content h4 a:hover {
  color: #12a85f;
}
.pogon-blog .post_items .post_content .post-date {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: #fff;
}

.ova-heading .heading-title {
  font-size: 60px;
  line-height: 1.2em;
  color: #333333;
  margin: 0px;
  font-family: "Open Sans";
  font-weight: 700;
}
@media (max-width: 767px) {
  .ova-heading .heading-title {
    font-size: 40px;
  }
}
.ova-heading .sub-title {
  font-size: 22px;
  line-height: 24px;
  color: #666666;
  margin-top: 9px;
  padding-bottom: 10px;
}
.ova-heading .sub-title p {
  margin: 0px;
  font-size: 22px;
  line-height: 24px;
  color: #666666;
}
.ova-heading .image {
  margin-top: 18px;
}

.ova_slideshow {
  position: relative;
  /* Arrows slide */
  /* End Arrow slide */
  /* Dots slide */
  /* Mouse Button */
}
.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 .wrapper-content {
  width: 100%;
}
.ova_slideshow .wrapper-content .elementor-slide-content {
  z-index: 3;
  color: #ffffff;
  position: relative;
}
.ova_slideshow .wrapper-content .elementor-slide-content .elementor-slide-subtitle {
  margin: 37px 0 30px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-flex;
}
.ova_slideshow .wrapper-content .elementor-slide-content .elementor-slide-title {
  margin: 0 0 25px 0;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}
.ova_slideshow .wrapper-content .elementor-slide-content .elementor-slide-title span {
  color: #12a85f;
  position: relative;
  border-bottom: 3px solid #12a85f;
}
.ova_slideshow .wrapper-content .elementor-slide-content .elementor-slide-description {
  margin: 0 0 47px 0;
  margin: 0;
}
.ova_slideshow .wrapper-content .elementor-slide-content .elementor-slide-button {
  border-style: solid;
  border-width: 2px;
  border-radius: 3px;
  margin-bottom: 40px;
  position: relative;
  background-color: transparent;
  color: #ffffff;
  display: none;
  padding: 11px 33px;
  transition: 0.5s;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.ova_slideshow .wrapper-content .elementor-slide-content .elementor-slide-button.animated {
  opacity: 1 !important;
}
.ova_slideshow .wrapper-content .elementor-slide-content .elementor-slide-button.style_2 {
  border-style: none;
}
.ova_slideshow .wrapper-content .elementor-slide-content .elementor-slide-button.style_2:hover {
  letter-spacing: 2px;
}
.ova_slideshow .wrapper-content .elementor-slide-content .elementor-slide-button.style_2:before, .ova_slideshow .wrapper-content .elementor-slide-content .elementor-slide-button.style_2:after {
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  transition: 0.5s all;
}
.ova_slideshow .wrapper-content .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 .wrapper-content .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 .wrapper-content .elementor-slide-content .elementor-slide-button.style_2:hover:after, .ova_slideshow .wrapper-content .elementor-slide-content .elementor-slide-button.style_2:hover:before {
  width: 100%;
  transform: translateX(0);
}
.ova_slideshow .wrapper-content .elementor-slide-content .line_top {
  position: absolute;
  top: 0;
  right: 50%;
  width: 1px;
  height: 70px;
  background: #ffffff;
  transform: translateY(-100%);
}
.ova_slideshow .wrapper-content .elementor-slide-content .line_bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 70px;
  background: #ffffff;
  transform: translateY(100%);
}
@media (max-width: 1024px) {
  .ova_slideshow .wrapper-content .elementor-slide-content {
    max-width: 70% !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 768px) {
  .ova_slideshow .wrapper-content .elementor-slide-content {
    max-width: 82% !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 767px) {
  .ova_slideshow .wrapper-content .elementor-slide-content {
    max-width: 90% !important;
    margin: 0 auto !important;
  }
}
.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;
  opacity: 0;
}
.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(18, 168, 98, 0.9) !important;
}
.ova_slideshow .arrows-inside .owl-nav .owl-next {
  right: 25px;
  border-radius: 100%;
  transition: 0.5s all ease;
  opacity: 0;
}
.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(18, 168, 98, 0.9) !important;
}
.ova_slideshow .arrows-inside:hover .owl-nav .owl-prev, .ova_slideshow .arrows-inside:hover .owl-nav .owl-next {
  opacity: 1;
}
.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;
}
@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 35%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 35%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 40%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 35%;
  }
}
.ova_slideshow .scroll-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  z-index: 9;
}
.ova_slideshow .scroll-btn a {
  padding-left: 10px;
  padding-right: 10px;
}
.ova_slideshow .scroll-btn .mouse {
  position: relative;
  display: block;
  width: 30px;
  height: 50px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #999999;
  border-radius: 23px;
}
.ova_slideshow .scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #999999;
  border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}

@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 {
  background-color: #fff;
  text-align: center;
  box-shadow: 3px 0 30px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  margin-top: 0px;
  transition: 0.4s;
}
.ova-price-table:hover {
  margin-top: -10px;
}
.ova-price-table h3, .ova-price-table p {
  margin: 0px;
}
.ova-price-table ul {
  list-style-type: none;
  padding: 0px;
}
.ova-price-table.version_1 {
  padding-top: 30px;
}
.ova-price-table.version_1 .recommended {
  padding-top: 4px;
}
.ova-price-table.version_1 .recommended button {
  background-color: #f1593b;
  border: none;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 22px 7px 22px;
  border-radius: 20px;
}
.ova-price-table.version_1 .title {
  padding-top: 22px;
}
.ova-price-table.version_1 .title h3 {
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
  font-weight: 600;
}
.ova-price-table.version_1 .wp-price {
  display: inline-flex;
  align-items: start;
  padding-top: 10px;
  padding-bottom: 70px;
}
.ova-price-table.version_1 .wp-price .unit {
  font-size: 28px;
  color: #333333;
  line-height: 1;
  margin-top: 5px;
}
.ova-price-table.version_1 .wp-price .price {
  font-size: 60px;
  line-height: 1em;
  color: #333333;
  position: relative;
}
.ova-price-table.version_1 .wp-price .price:after {
  content: "";
  width: 85%;
  height: 3px;
  background-color: #f1593b;
  position: absolute;
  left: 7px;
  bottom: -26px;
}
.ova-price-table.version_1 .desc {
  padding-bottom: 111px;
}
.ova-price-table.version_1 .desc ul li:not(:last-child) {
  padding-bottom: 15px;
}
.ova-price-table.version_1 .desc ul li span {
  font-size: 16px;
  line-height: 24px;
  color: #999999;
}
.ova-price-table.version_1 .desc ul li span.strong {
  color: #333333;
  font-weight: 600;
  margin-right: 4px;
}
.ova-price-table.version_1 .button-price a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #f1593b;
  text-align: center;
  padding: 20px 0;
  border-radius: 0 0 3px 3px;
  transition: 0.5s;
}
.ova-price-table.version_1 .button-price a:hover {
  background-color: #12a85f;
}
.ova-price-table.version_1.recommended .desc {
  padding-bottom: 71px;
}
.ova-price-table.version_2 .title {
  background-color: #f1593b;
  padding: 34px 0 80px 0;
  border-radius: 3px 3px 0px 0px;
}
.ova-price-table.version_2 .title h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  font-weight: 600;
}
.ova-price-table.version_2 .image .img {
  display: inline-block;
  background-color: #fff;
  width: 90px;
  height: 90px;
  position: relative;
  border-radius: 50%;
  margin-top: -55px;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}
.ova-price-table.version_2 .image .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ova-price-table.version_2 .desc {
  padding-top: 21px;
  padding-bottom: 58px;
}
.ova-price-table.version_2 .desc ul li:not(:last-child) {
  padding-bottom: 23px;
}
.ova-price-table.version_2 .desc ul li span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #999999;
}
.ova-price-table.version_2 .desc ul li span.strong {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  padding-bottom: 5px;
}
.ova-price-table.version_2 .wp-price {
  background-color: #f1593b;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 18px 0 23px 0;
}
.ova-price-table.version_2 .wp-price .top {
  display: inline-flex;
  align-items: start;
}
.ova-price-table.version_2 .wp-price span {
  color: #fff;
  font-weight: 300;
}
.ova-price-table.version_2 .wp-price span.unit {
  font-size: 34px;
  line-height: 1;
  margin-top: 6px;
  font-weight: 400;
}
.ova-price-table.version_2 .wp-price span.price {
  font-size: 60px;
  line-height: 1;
}
.ova-price-table.version_2 .wp-price span.pertime {
  font-size: 16px;
  line-height: 24px;
}
.ova-price-table.version_2 .wp-price span.pertime:before {
  content: "/";
}
.ova-price-table.version_2 .button-price {
  padding: 32px 0;
}
.ova-price-table.version_2 .button-price a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  background: #333333;
  transition: 0.5s;
  padding: 13px 35px;
  border-radius: 3px;
  display: inline-block;
}
.ova-price-table.version_2 .button-price a:hover {
  background-color: #f1593b;
}

.price-tab {
  display: none;
}

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

.ova-blog {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.ova-blog .item-blog:hover .media a img {
  transition: 0.8s;
  transform: rotate(3deg) scale(1.1, 1.1);
}
@media (max-width: 767px) {
  .ova-blog {
    grid-template-columns: 1fr;
    grid-row-gap: 60px;
  }
}
.ova-blog h3, .ova-blog p {
  margin: 0px;
}
.ova-blog .media {
  margin-bottom: 37px;
}
.ova-blog .media a {
  overflow: hidden;
}
.ova-blog .media a img {
  border-radius: 3px;
  transition: 0.4s;
}
.ova-blog .media a img:hover {
  opacity: 0.9;
}
.ova-blog .title {
  margin-bottom: 13px;
}
.ova-blog .title a {
  font-size: 25px;
  line-height: 33px;
  color: #333333;
  font-weight: 600;
  transition: 0.5s;
}
.ova-blog .title a:hover {
  color: #12a852;
}
.ova-blog .date i {
  color: #666666;
  margin-right: 8px;
}
.ova-blog .date span {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

.pogon-gallery-masonry {
  /* Custom Css Button type Center*/
}
.pogon-gallery-masonry .cbp-wrapper .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-body {
  padding: 50px;
}
@media (max-width: 767px) {
  .pogon-gallery-masonry .cbp-wrapper .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-body {
    display: none;
  }
}
.pogon-gallery-masonry .cbp-wrapper .cbp-item-wrapper .cbp-caption:before {
  position: absolute;
  font-family: "themify";
  content: "\e610";
  right: 39.5px;
  bottom: 38px;
  color: #333333;
  z-index: 3;
  font-size: 25px;
  opacity: 0;
}
.pogon-gallery-masonry .cbp-wrapper .cbp-item-wrapper .cbp-caption:after {
  position: absolute;
  content: "";
  right: 20px;
  bottom: 20px;
  color: #fff;
  background-color: #fff;
  border-radius: 4px;
  width: 70px;
  height: 70px;
  z-index: 2;
  opacity: 0;
}
.pogon-gallery-masonry .cbp-wrapper .cbp-item-wrapper .cbp-caption:hover:before, .pogon-gallery-masonry .cbp-wrapper .cbp-item-wrapper .cbp-caption:hover:after {
  opacity: 1;
}
.pogon-gallery-masonry .cbp-wrapper .cbp-item-wrapper .cbp-caption:hover .cbp-caption-activeWrap {
  opacity: 0.8;
}
.pogon-gallery-masonry.btn-st2 .cbp-wrapper .cbp-caption:before {
  content: none;
}
.pogon-gallery-masonry.btn-st2 .cbp-wrapper .cbp-caption:after {
  font-family: "themify";
  content: "\e610";
  width: 38px;
  height: 38px;
  border-radius: 50%;
  right: 0;
  left: 0;
  bottom: 56.3%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
}
.pogon-gallery-masonry.btn-st3 .cbp-wrapper .cbp-caption:before {
  content: none;
}
.pogon-gallery-masonry.btn-st3 .cbp-wrapper .cbp-caption:after {
  font-family: "themify";
  content: "\e610";
  width: 38px;
  height: 38px;
  border-radius: 50%;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
}
.pogon-gallery-masonry .cbp-l-filters-buttonCenter {
  margin-bottom: 30px !important;
}
.pogon-gallery-masonry .cbp-l-filters-buttonCenter .cbp-filter-item {
  background: transparent !important;
}
.pogon-gallery-masonry .cbp-l-filters-buttonCenter .cbp-filter-item:hover, .pogon-gallery-masonry .cbp-l-filters-buttonCenter .cbp-filter-item.active {
  background: transparent !important;
}

.ova-service {
  display: flex;
}
.ova-service:hover .image img {
  transition: 0.8s;
  transform: rotateY(360deg);
}
.ova-service h3, .ova-service p {
  margin: 0px;
}
.ova-service .content .title {
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  font-weight: 600;
}
.ova-service .content .title a {
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  font-weight: 600;
  transition: 0.4s;
}
.ova-service .content .title a:hover {
  color: #12a85f;
}
.ova-service .content .sub-title {
  font-size: 15px;
  line-height: 24px;
  color: #666666;
  transition: 0.4s;
}
.ova-service.one_column, .ova-service.version_4 {
  flex-direction: column;
  text-align: center;
}
.ova-service.one_column .image img, .ova-service.version_4 .image img {
  margin-bottom: 36px;
}
.ova-service.one_column .content .title, .ova-service.version_4 .content .title {
  margin-bottom: 14px;
}
.ova-service.version_4:hover .image .img {
  transition: 0.8s;
  transform: rotateY(360deg);
}
.ova-service.version_4 .image .img {
  display: inline-block;
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 50%;
  margin-bottom: 18px;
}
.ova-service.version_4 .image .img img {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0px;
}
.ova-service.version_4 .content .title {
  margin-bottom: 10px;
}
.ova-service.two_column {
  padding: 45px 30px 49px 0px;
  transition: 0.4s;
}
.ova-service.two_column:hover {
  background-color: #12a85f;
  border-color: #12a85f !important;
}
.ova-service.two_column .image {
  flex: 0 0 120px;
}
.ova-service.two_column .image img {
  margin-left: 45px;
  margin-top: 5px;
}
.ova-service.two_column .content {
  flex: 0 0 calc(100% - 120px);
}
.ova-service.two_column .content .title {
  margin-bottom: 9px;
}
.ova-service.two_column .content .title a {
  color: #fff;
  transition: 0.4s;
}
.ova-service.two_column .content .title a:hover {
  color: #333333 !important;
}
.ova-service.two_column .content .sub-title {
  color: #fff;
}
.ova-service.one_column_box {
  flex-direction: column;
  text-align: center;
  border: 1px solid #f2f2f2;
  padding: 50px 30px;
  border-radius: 2px;
  transition: 0.4s;
}
.ova-service.one_column_box:hover {
  box-shadow: 3px 0 20px rgba(0, 0, 0, 0.15);
}
.ova-service.one_column_box .image {
  margin-bottom: 28px;
}
.ova-service.one_column_box .content .title {
  font-size: 22px;
  margin-bottom: 10px;
}
.ova-service.one_column_box .content .title a {
  font-size: 22px;
}
.ova-about-team {
  position: relative;
}
.ova-about-team h3, .ova-about-team p {
  margin: 0px;
}
.ova-about-team .ova-media {
  position: relative;
  margin-bottom: 41px;
}
.ova-about-team .ova-media:after {
  content: "";
  width: 100%;
  height: 0%;
  background-color: rgba(18, 168, 95, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  border-radius: 3px;
  z-index: 1;
}
@media (max-width: 767px) {
  .ova-about-team .ova-media:after {
    top: calc(100% - 60px);
    height: 60px;
    border-radius: 0px 0px 3px 3px;
  }
}
.ova-about-team .ova-media:hover:after {
  height: 100%;
}
@media (max-width: 767px) {
  .ova-about-team .ova-media:hover:after {
    height: 60px;
  }
}
.ova-about-team .ova-media:hover .list-con ul li {
  opacity: 1;
  transform: translateY(0px);
}
.ova-about-team .ova-media img {
  border-radius: 3px;
}
.ova-about-team .ova-media .list-con {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .ova-about-team .ova-media .list-con {
    top: calc(100% - 30px);
  }
}
.ova-about-team .ova-media .list-con ul {
  padding: 0px;
  list-style-type: none;
}
.ova-about-team .ova-media .list-con ul li {
  display: inline-block;
  transform: translateY(-50px);
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .ova-about-team .ova-media .list-con ul li {
    opacity: 1;
    transform: translateY(0px);
  }
}
.ova-about-team .ova-media .list-con ul li:not(:last-child) {
  margin-right: 22px;
}
.ova-about-team .ova-media .list-con ul li a:hover i {
  color: #000000;
}
.ova-about-team .ova-media .list-con ul li a i {
  transition: 0.5s;
  font-size: 18px;
  color: #fff;
}
.ova-about-team .ova-content {
  text-align: center;
}
.ova-about-team .ova-content .name {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
}
.ova-about-team .ova-content .name a {
  font-size: 22px;
  line-height: 24px;
  color: #333333;
  font-weight: 600;
  transition: 0.5s;
}
.ova-about-team .ova-content .name a:hover {
  color: #12a85f;
}
.ova-about-team .ova-content .job {
  font-size: 16px;
  line-height: 29px;
  color: #666666;
}
.ova-about-team.version_2:hover .ova-media:after {
  height: 100%;
}
@media (max-width: 767px) {
  .ova-about-team.version_2:hover .ova-media:after {
    height: 60px;
  }
}
.ova-about-team.version_2:hover .ova-media .list-con ul li {
  opacity: 1;
  transform: translateY(0px);
}
.ova-about-team.version_2:hover .ova-content {
  transform: translateY(0px);
  opacity: 1;
}
.ova-about-team.version_2 .ova-media {
  margin: 0px;
}
.ova-about-team.version_2 .ova-media img {
  border-radius: 0px;
}
.ova-about-team.version_2 .ova-media:after {
  border-radius: 0px;
}
.ova-about-team.version_2 .ova-content {
  position: absolute;
  left: 40px;
  bottom: 35px;
  z-index: 2;
  transform: translateY(-50px);
  opacity: 0;
  transition: 0.5s;
  text-align: left;
}
@media (max-width: 767px) {
  .ova-about-team.version_2 .ova-content {
    opacity: 1;
    transform: translateY(0px);
    position: unset;
    padding: 24px 20px 24px 30px;
    background-color: #fff;
  }
}
.ova-about-team.version_2 .ova-content .name {
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 2px;
}
.ova-about-team.version_2 .ova-content .name a {
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 767px) {
  .ova-about-team.version_2 .ova-content .name a {
    color: #333333;
  }
  .ova-about-team.version_2 .ova-content .name a:hover {
    color: #12a85f;
  }
}
.ova-about-team.version_2 .ova-content .name a:hover {
  color: #000;
}
.ova-about-team.version_2 .ova-content .job {
  color: #fff;
  font-size: 16px;
  line-height: 29px;
}
@media (max-width: 767px) {
  .ova-about-team.version_2 .ova-content .job {
    color: #333333;
  }
}

.our-skill {
  text-align: center;
}
.our-skill .circle {
  display: inline-block;
  position: relative;
}
.our-skill .circle canvas {
  transform: rotate(-270deg);
}
.our-skill .circle strong {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 5px));
  font-size: 25px;
  line-height: 1.2em;
  color: #fff;
}
.our-skill .title {
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  margin-top: 21px;
}

.ova-testimonial .slide-testimonials .client_info {
  padding: 15px 0;
  text-align: center;
}
.ova-testimonial .slide-testimonials .client_info img.client {
  min-height: 100px;
  max-width: 100px;
  width: 100%;
  border-radius: 50%;
  margin: auto;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.25);
}
.ova-testimonial .slide-testimonials .client_info p.evaluate {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  font-style: italic;
  line-height: 29px;
  padding-top: 29px;
  margin: 0;
}
.ova-testimonial .slide-testimonials .client_info .info {
  padding-top: 24px;
}
.ova-testimonial .slide-testimonials .client_info .info span {
  line-height: 29px;
  display: block;
}
.ova-testimonial .slide-testimonials .client_info .info span.name {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 4px;
}
.ova-testimonial .slide-testimonials .client_info .info span.job {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
}
.ova-testimonial .slide-testimonials .owl-dots {
  text-align: center;
  margin-top: 31px;
}
.ova-testimonial .slide-testimonials .owl-dots .owl-dot {
  outline: none;
}
.ova-testimonial .slide-testimonials .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #000;
  opacity: 0.1;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.ova-testimonial .slide-testimonials .owl-dots .owl-dot.active span {
  background: #12a85f;
  opacity: 1;
}
.ova-testimonial .slide-testimonials.version_2 .client_info {
  text-align: left;
}
.ova-testimonial .slide-testimonials.version_2 .client_info p.evaluate {
  padding: 0px;
  font-size: 30px;
  line-height: 48px;
  color: #ffffff;
}
.ova-testimonial .slide-testimonials.version_2 .client_info .info {
  padding-top: 60px;
}
.ova-testimonial .slide-testimonials.version_2 .client_info .info .name {
  font-size: 25px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 16px;
}
.ova-testimonial .slide-testimonials.version_2 .client_info .info .job {
  font-size: 18px;
  line-height: 1.2em;
  color: #ffffff;
}
.ova-testimonial .slide-testimonials.version_2 .owl-dots {
  text-align: left;
  margin-top: 166px;
}
@media (max-width: 767px) {
  .ova-testimonial .slide-testimonials.version_2 .owl-dots {
    margin-top: 36px;
  }
}
.ova-testimonial .slide-testimonials.version_2 .owl-dots .owl-dot.active span {
  background-color: #fff;
}
.ova-testimonial .slide-testimonials.version_2 .owl-dots .owl-dot span {
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}

.ova-contact:hover .icon i {
  transition: 0.8s;
  transform: rotateY(360deg);
}
.ova-contact p {
  margin: 0px;
}
.ova-contact .icon {
  margin-bottom: 30px;
}
.ova-contact .icon i {
  display: inline-block;
  line-height: 1;
}
.ova-contact .icon i:before {
  margin: 0px;
  color: #ff3a3a;
  font-size: 75px;
  line-height: 1;
}
.ova-contact .title {
  font-size: 25px;
  color: #333333;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
}
.ova-contact .sub-title {
  font-size: 18px;
  line-height: 29px;
  color: #666666;
  display: block;
}
.ova-contact a.sub-title:hover {
  color: #12a85f !important;
}
.ova-contact.version_2 .icon {
  margin: 0px;
  display: inline;
  margin-right: 19px;
}
.ova-contact.version_2 .icon i:before {
  font-size: 18px;
  color: #333333;
}
.ova-contact.version_2 .title {
  display: none;
}
.ova-contact.version_2 .sub-title {
  display: inline;
}

.video-player-work {
  width: 100%;
  position: relative;
  z-index: 9;
  background-repeat: no-repeat !important;
  background-position: center !important;
  padding-top: 162px;
  padding-bottom: 175px;
  -webkit-flex: flex;
  display: flex;
  align-items: center;
  background-size: cover !important;
}
.video-player-work:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.45;
  z-index: -9;
}
.video-player-work .video-inside-work {
  width: 100%;
  text-align: center;
}
.video-player-work .video-inside-work #video {
  display: flex;
  justify-content: center;
  width: 100%;
  background: transparent;
  border-radius: 50%;
}
.video-player-work .video-inside-work #video i {
  font-size: 16px;
  width: 99px;
  height: 99px;
  border-radius: 50%;
  -webkit-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #12a85f;
  background: #fff;
  font-size: 23px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video-player-work .video-inside-work #video i:hover {
  background: #12a85f;
  color: #fff;
}
.video-player-work .video-inside-work span, .video-player-work .video-inside-work h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 44px;
  display: block;
}
.video-player-work .video-inside-work span {
  display: block;
  padding-top: 26px;
}
.video-player-work .video-inside-work h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.video-player-work.version_2 {
  min-height: 450px;
  padding: 0px;
  display: block;
}
.video-player-work.version_2:after {
  opacity: unset;
}
.video-player-work.version_2 .video-inside-work {
  display: inline-flex;
  position: absolute;
  bottom: -420px;
  left: 30px;
  text-align: left;
  align-items: center;
  width: calc(100% - 30px);
}
.video-player-work.version_2 .video-inside-work #video {
  display: inline-flex;
  width: unset;
  margin-right: 15px;
}
.video-player-work.version_2 .video-inside-work #video i {
  width: 80px;
  height: 80px;
  font-size: 18px;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
}
.video-player-work.version_2 .video-inside-work .content {
  display: inline-flex;
  flex-direction: column;
}
.video-player-work.version_2 .video-inside-work .content span, .video-player-work.version_2 .video-inside-work .content h3 {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  padding: 0px;
}
.video-player-work.version_3 {
  min-height: 580px;
  padding: 0px;
  display: block;
  border-radius: 4px;
}
.video-player-work.version_3:after {
  opacity: unset;
  border-radius: 4px;
}
.video-player-work.version_3 .video-inside-work {
  display: inline-flex;
  position: absolute;
  bottom: -540px;
  left: 70px;
  text-align: left;
  width: calc(100% - 70px);
  flex-direction: column;
  align-items: flex-start;
}
.video-player-work.version_3 .video-inside-work #video {
  display: inline-flex;
  width: unset;
  margin-bottom: 19px;
}
.video-player-work.version_3 .video-inside-work #video i {
  width: 80px;
  height: 80px;
  font-size: 18px;
  background-color: #12a85f;
  color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}
.video-player-work.version_3 .video-inside-work #video i:hover {
  color: #12a85f;
  background-color: #ffffff;
}
.video-player-work.version_3 .video-inside-work .content {
  display: inline-flex;
  flex-direction: column;
}
.video-player-work.version_3 .video-inside-work .content span, .video-player-work.version_3 .video-inside-work .content h3 {
  font-size: 25px;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
  padding: 0px;
}
/*video popup player*/
.videopopupjs {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  text-align: start !important;
}

.videopopupjs--hide {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: videoPopupJsHide;
  animation-name: videoPopupJsHide;
}

.videopopupjs__close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.59);
}

.videopopupjs__close:after {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  content: "X";
  font-family: "Verdana";
  border-radius: 50%;
  background: #fff;
  color: #12a85f;
  line-height: 2.2;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.videopopupjs__close:hover:after {
  background: #12a85f;
  color: #fff;
  border-radius: 50%;
}

.videopopupjs--animation {
  opacity: 0;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: videoPopupJs;
  animation-name: videoPopupJs;
}

.videopopupjs__content {
  margin: 0 auto;
  height: 100%;
  height: 500px;
  width: 100%;
  margin-top: 5%;
}

.videopopupjs__content iframe {
  width: 100%;
  height: 100%;
}

.videopopupjs__block--notfound {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  height: 500px;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 500px;
  font-size: 20px;
}

@media (max-width: 768px) {
  .videopopupjs__content {
    max-width: 90% !important;
  }
}
@-webkit-keyframes videoPopupJs {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes videoPopupJs {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes videoPopupJsHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes videoPopupJsHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*video popup player*/
.ova_contact_us {
  display: flex;
  align-items: center;
  position: relative;
  color: #666666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ova_contact_us i {
  font-size: 15px;
}
.ova_contact_us div {
  font-size: 15px;
}
.ova_contact_us .text {
  padding-left: 5px;
}
.ova_contact_us .text a {
  color: #666666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ova_contact_us:hover {
  color: #12a85f;
}
.ova_contact_us:hover i {
  color: #12a85f;
}
.ova_contact_us:hover .text a {
  color: #12a85f;
}