/*
Theme Name: cryptlight
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Version: 1.2.1
Description: Cryptlight is a modernized take on an ever-popular WordPress. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Cryptlight will make your WordPress look beautiful everywhere. Created by <a href="https://themeforest.net/user/ovatheme">Ovatheme</a>
Author: <a href="https://themeforest.net/user/ovatheme">Ovatheme</a>
Author URI: <a href="https://themeforest.net/user/ovatheme/portfolio">Ovatheme</a>
License: GNU General Public License
License URI: license.txt
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: cryptlight
Domain Path: /languages/
*/
:root {
  --heading: #333;
  --heading-dark: #f1f1f1;
  --text-dark: #f1f1f1;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1.0 Normalize
	1.1 Typography

2.0 Layout
	2.1 Header
		2.1.1 Brand
		2.1.2 Menu
	2.2 Footer

3.0 Content

4.0 Widgets

5.0 Table

6.0 Form

7.0 Galleries

8.0 Image

9.0 Embed

10.0 Comment

11.0 Pagination

12.0 Breadcrumbs

13.0 Toup

14.0 Caption

15.0 Sticky

16.0 404


17.0 Elementor

--------------------------------------------------------------*/
/* 1.0 Normalize Get from https://github.com/necolas/normalize.css*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*1.1 Typography*/
html {
  overflow-x: hidden;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-size: var(--font-size);
  line-height: var(--line-height);
  color: var(--text);
  font-family: var(--primary-font);
  letter-spacing: var(--letter-spacing);
}
body.admin-bar {
  top: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading);
  font-weight: 600;
  clear: both;
  margin: 1em 0 0.5em 0px;
}

h1 {
  font-size: 2em;
  line-height: 1.21;
}

h2 {
  font-size: 1.7411em;
  line-height: 1.21;
}

h3 {
  font-size: 1.5157em;
}

h4 {
  font-size: 1.3195em;
}

h5 {
  font-size: 1.1487em;
}

h6 {
  font-size: 1em;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

p {
  line-height: var(--line-height);
  margin: 0 0 2em;
}
p:empty {
  height: 0;
  margin: 0;
}

.elementor-text-editor p {
  line-height: inherit;
  margin: 0;
}

button,
input,
select,
textarea {
  color: var(--text);
  line-height: 23px;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

blockquote {
  position: relative;
  font-weight: 600;
  color: var(--heading);
  padding: 20px 60px 20px;
  font-size: 1.2em;
  font-style: italic;
}
blockquote:before {
  position: absolute;
  left: 10px;
  top: 25px;
  content: "\f17f";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: middle;
  font-size: 30px;
  color: var(--primary);
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

ul {
  padding: 0 0 0 15px;
  list-style-type: square;
}
ul li {
  display: list-item;
  text-align: -webkit-match-parent;
}

ol {
  display: block;
  padding: 0 0 0 15px;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 20px;
  margin-top: 0;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

cite,
em,
var,
address,
dfn {
  font-style: italic;
}

pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 1.75em 0 1.75em 0;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0 0 1em;
}

.elementor-widget-text-editor p {
  line-height: inherit;
}

/*1.2 Typography Dark*/
.site_dark {
  background-color: #050023;
  font-size: var(--font-size);
  line-height: var(--line-height);
  color: var(--text-dark);
  font-family: var(--primary-font);
  letter-spacing: var(--letter-spacing);
}
.site_dark h1,
.site_dark h2,
.site_dark h3,
.site_dark h4,
.site_dark h5,
.site_dark h6 {
  color: var(--heading-dark);
}
.site_dark .elementor-text-editor p {
  color: var(--text-dark);
}
.site_dark a {
  color: var(--primary);
}
.site_dark button,
.site_dark input,
.site_dark select,
.site_dark textarea {
  color: var(--text-dark);
}
.site_dark blockquote {
  color: var(--heading-dark);
}
.site_dark blockquote:before {
  color: var(--primary);
}
.site_dark pre {
  border: 1px solid #d1d1d1;
}
.site_dark hr {
  background-color: #ccc;
}

.search-no-results .container_site {
  margin-bottom: 90px;
}

/*2.0 Layout*/
body {
  background-color: #fff;
}
body.container_boxed .wrap-fullwidth {
  max-width: var(--container-width);
  margin: 0 auto;
  background-color: #fff;
}
body.container_boxed .row_site {
  padding: var(--boxed-offset);
}
body .row_site {
  margin: 0 auto;
}
body .container_site {
  padding-left: 10px;
  padding-right: 10px;
}
body .row_site,
body .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: var(--container-width);
}
@media (max-width: 1023px) {
  body .row_site,
  body .elementor-section.elementor-section-boxed > .elementor-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body.page-template-default .elementor-section.elementor-section-boxed > .elementor-container {
  padding-left: 0px;
  padding-right: 0px;
}
body.layout_1c #main-content {
  max-width: 80%;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1023px) {
  body.layout_1c #main-content {
    width: 100%;
    max-width: 100%;
  }
}
body.layout_2l #main-content {
  float: right;
}
body.layout_2l #sidebar {
  float: left;
}
body.layout_2r #main-content {
  float: left;
}
body.layout_2r #sidebar {
  float: right;
}
body #main-content {
  max-width: calc(var(--main-content) - 30px);
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  body #main-content {
    max-width: 100%;
  }
}
body #sidebar {
  max-width: var(--width-sidebar);
  width: 100%;
}
@media (max-width: 1023px) {
  body #sidebar {
    max-width: 100%;
  }
}
body .wrap_footer {
  clear: both;
}

/*2.1 Header*/
.wrap_header {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 70px;
}
@media (min-width: 1024px) {
  .wrap_header {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
}

/*2.1.1 Brand*/
.site-brand a .blogname {
  font-weight: bold;
  font-size: 2em;
  line-height: 1.5em;
  color: var(--primary);
}
@media (max-width: 1023px) {
  .site-brand {
    display: block;
    float: left;
    max-width: calc(100% - 120px);
    z-index: 1;
    position: relative;
  }
}

/*2.1.2 Menu*/
/**
 * General Menu Styles
 */
button.menu-toggle {
  cursor: pointer;
  text-align: left;
  position: relative;
  border: 2px solid transparent;
  box-shadow: none;
  border-radius: 4px;
  background-image: none;
  padding: 0.6180469716em 0.875em 0.6180469716em 2.617924em;
  font-size: 0.875em;
  max-width: 120px;
  display: block;
  margin-left: auto;
  color: #fff;
  background-color: var(--primary);
}
@media (min-width: 1024px) {
  button.menu-toggle {
    display: none;
  }
}
button.menu-toggle:hover {
  background-color: var(--primary);
  color: #fff;
}
button.menu-toggle span:before {
  transition: all, ease, 0.2s;
}
button.menu-toggle:before, button.menu-toggle:after,
button.menu-toggle span:before {
  content: "";
  display: block;
  height: 2px;
  width: 14px;
  position: absolute;
  top: 50%;
  left: 1em;
  margin-top: -1px;
  transition: all, ease, 0.2s;
  border-radius: 3px;
  background-color: #fff;
}
button.menu-toggle:before {
  transform: translateY(-4px);
}
button.menu-toggle:after {
  transform: translateY(4px);
}

.toggled button.menu-toggle::before, .toggled button.menu-toggle::after {
  transform: rotate(45deg);
}
.toggled button.menu-toggle::after {
  transform: rotate(-45deg);
}
.toggled button.menu-toggle span::before {
  opacity: 0;
}

ul.menu li.current-menu-item > a, ul.menu li.current-menu-ancestor > a, ul.menu li.current-menu-parent > a {
  color: var(--primary);
}

.main-navigation {
  position: relative;
}
.main-navigation .menu {
  clear: both;
}
.main-navigation ul {
  list-style: none;
}
.main-navigation ul.menu {
  margin-left: 0;
  margin-bottom: 0;
}
.main-navigation ul.menu ul {
  display: block;
  margin-left: 1em;
}
.main-navigation ul li {
  display: inline-block;
  position: relative;
  text-align: left;
}
@media (max-width: 1023px) {
  .main-navigation ul li {
    display: block;
  }
}
.main-navigation ul li.menu-item.current-menu-parent > a, .main-navigation ul li.menu-item.current-menu-item > a, .main-navigation ul li.menu-item.current-menu-ancestor > a {
  color: var(--primary);
}
.main-navigation ul li.menu-item .sub-menu .menu-item:hover > a {
  color: var(--primary);
  background-color: rgba(0, 0, 0, 0.03);
}
.main-navigation ul li a {
  color: var(--text);
  padding: 0.6180469716em;
  display: block;
}
.main-navigation ul li a:hover {
  color: var(--primary);
}
.main-navigation.toggled .primary-navigation ul.menu {
  max-height: 999px;
}
.main-navigation .dropdown-toggle {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 0.5em 1em;
  color: inherit;
  border-radius: 0;
  border: 1px solid #eee;
}
.main-navigation .dropdown-toggle::after {
  content: "\f104";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 0.6em;
}
.main-navigation .dropdown-toggle:focus {
  outline: none;
}
.main-navigation .dropdown-toggle:hover {
  background: transparent;
}
.main-navigation .dropdown-toggle.toggled-on:after {
  content: "\f10c";
  font-family: "ovaicon";
}
@media (min-width: 1024px) {
  .main-navigation .dropdown-toggle {
    display: none;
  }
}

@media (max-width: 1023px) {
  .main-navigation .primary-navigation ul {
    max-height: 0;
    overflow: hidden;
    transition: all ease 0.4s;
    margin: 0;
    padding: 0;
  }
  .main-navigation .primary-navigation ul.show {
    max-height: 999px;
  }
}

@media (min-width: 1024px) {
  .main-navigation ul li {
    display: inline-block;
    position: relative;
    text-align: left;
  }
  .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: 0;
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .main-navigation ul li:hover > ul li > ul, .main-navigation ul li.focus > ul li > ul {
    left: -9999px; /* 1 */
    opacity: 0;
    visibility: hidden;
  }
  .main-navigation ul li:hover > ul li > ul.sub-menu--is-touch-device, .main-navigation ul li.focus > ul li > ul.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .main-navigation ul li:hover > ul li:hover > ul, .main-navigation ul li:hover > ul li.focus > ul, .main-navigation ul li.focus > ul li:hover > ul, .main-navigation ul li.focus > ul li.focus > ul {
    left: 100%;
    top: 0;
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .main-navigation ul ul.sub-menu {
    float: left;
    position: absolute;
    top: 100%;
    z-index: 99999;
    left: 0; /* 1 */
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.07);
    padding: 0;
  }
  .main-navigation ul ul.sub-menu.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .main-navigation ul ul.sub-menu li {
    display: block;
    min-width: 230px;
  }
  .main-navigation ul.menu {
    max-height: none;
    overflow: visible;
    margin-top: 0;
    transition: none;
  }
  .main-navigation ul.menu > li > a {
    padding: 1em;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .main-navigation ul.menu > li.menu-item-has-children:hover::after, .main-navigation ul.menu > li.page_item_has_children:hover::after {
    display: block;
  }
  .main-navigation ul.menu > li.menu-item-has-children > a:after, .main-navigation ul.menu > li.page_item_has_children > a:after, .main-navigation ul.menu > li.has-mega-menu > a:after {
    content: "\f104";
    font-family: "ovaicon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    margin-left: 0.7em;
    font-size: 0.5em;
    font-weight: 500;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .main-navigation ul.menu > li:last-child > a {
    padding-right: 0;
  }
  .main-navigation ul.menu ul.sub-menu {
    margin: 0;
    padding: 15px 0px;
  }
  .main-navigation ul.menu ul.sub-menu li.menu-item a {
    padding: 8px 25px 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
  }
  .main-navigation ul.menu ul.sub-menu li.menu-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .main-navigation ul.menu ul.sub-menu ul {
    margin: 0;
  }
  .main-navigation ul.menu ul.sub-menu li.menu-item-has-children > a::after, .main-navigation ul.menu ul.sub-menu li.page_item_has_children > a::after {
    content: "\f104";
    font-family: "ovaicon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    float: right;
    margin-left: 10px;
    margin-top: 7px;
    font-size: 0.5em;
    font-weight: 500;
    line-height: 1;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
/*2.1.3 Menu Dark*/
.site_dark {
  /**
   * General Menu Styles
   */
}
.site_dark button.menu-toggle {
  cursor: pointer;
  text-align: left;
  position: relative;
  border: 2px solid transparent;
  box-shadow: none;
  border-radius: 4px;
  background-image: none;
  padding: 0.6180469716em 0.875em 0.6180469716em 2.617924em;
  font-size: 0.875em;
  max-width: 120px;
  display: block;
  margin-left: auto;
  color: #fff;
  background-color: var(--primary);
}
@media (min-width: 1024px) {
  .site_dark button.menu-toggle {
    display: none;
  }
}
.site_dark button.menu-toggle:hover {
  background-color: var(--primary);
  color: #fff;
}
.site_dark button.menu-toggle span:before {
  transition: all, ease, 0.2s;
}
.site_dark button.menu-toggle:before, .site_dark button.menu-toggle:after,
.site_dark button.menu-toggle span:before {
  content: "";
  display: block;
  height: 2px;
  width: 14px;
  position: absolute;
  top: 50%;
  left: 1em;
  margin-top: -1px;
  transition: all, ease, 0.2s;
  border-radius: 3px;
  background-color: #fff;
}
.site_dark button.menu-toggle:before {
  transform: translateY(-4px);
}
.site_dark button.menu-toggle:after {
  transform: translateY(4px);
}
.site_dark .toggled button.menu-toggle::before, .site_dark .toggled button.menu-toggle::after {
  transform: rotate(45deg);
}
.site_dark .toggled button.menu-toggle::after {
  transform: rotate(-45deg);
}
.site_dark .toggled button.menu-toggle span::before {
  opacity: 0;
}
.site_dark ul.menu li.current-menu-item > a, .site_dark ul.menu li.current-menu-ancestor > a, .site_dark ul.menu li.current-menu-parent > a {
  color: var(--primary);
}
.site_dark .main-navigation {
  position: relative;
}
.site_dark .main-navigation .menu {
  clear: both;
}
.site_dark .main-navigation ul {
  list-style: none;
}
.site_dark .main-navigation ul.menu {
  margin-left: 0;
  margin-bottom: 0;
}
.site_dark .main-navigation ul.menu ul {
  display: block;
  margin-left: 1em;
}
.site_dark .main-navigation ul li {
  display: inline-block;
  position: relative;
  text-align: left;
}
@media (max-width: 1023px) {
  .site_dark .main-navigation ul li {
    display: block;
  }
}
.site_dark .main-navigation ul li.menu-item.current-menu-parent > a, .site_dark .main-navigation ul li.menu-item.current-menu-item > a, .site_dark .main-navigation ul li.menu-item.current-menu-ancestor > a {
  color: var(--primary);
}
.site_dark .main-navigation ul li.menu-item .sub-menu .menu-item:hover > a {
  color: var(--primary);
  background-color: rgba(0, 0, 0, 0.03);
}
.site_dark .main-navigation ul li a {
  color: var(--text-dark);
  padding: 0.6180469716em;
  display: block;
}
.site_dark .main-navigation ul li a:hover {
  color: var(--primary);
}
.site_dark .main-navigation.toggled .primary-navigation ul.menu {
  max-height: 999px;
}
.site_dark .main-navigation .dropdown-toggle {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 0.5em 1em;
  color: inherit;
  border-radius: 0;
  border: 1px solid #eee;
}
.site_dark .main-navigation .dropdown-toggle::after {
  content: "\f104";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 0.6em;
}
.site_dark .main-navigation .dropdown-toggle:focus {
  outline: none;
}
.site_dark .main-navigation .dropdown-toggle:hover {
  background: transparent;
}
.site_dark .main-navigation .dropdown-toggle.toggled-on:after {
  content: "\f10c";
  font-family: "ovaicon";
}
@media (min-width: 1024px) {
  .site_dark .main-navigation .dropdown-toggle {
    display: none;
  }
}
@media (max-width: 1023px) {
  .site_dark .main-navigation .primary-navigation ul {
    max-height: 0;
    overflow: hidden;
    transition: all ease 0.4s;
    margin: 0;
    padding: 0;
  }
  .site_dark .main-navigation .primary-navigation ul.show {
    max-height: 999px;
  }
}
@media (min-width: 1024px) {
  .site_dark .main-navigation ul li {
    display: inline-block;
    position: relative;
    text-align: left;
  }
  .site_dark .main-navigation ul li:hover > ul, .site_dark .main-navigation ul li.focus > ul {
    left: 0;
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .site_dark .main-navigation ul li:hover > ul li > ul, .site_dark .main-navigation ul li.focus > ul li > ul {
    left: -9999px; /* 1 */
    opacity: 0;
    visibility: hidden;
  }
  .site_dark .main-navigation ul li:hover > ul li > ul.sub-menu--is-touch-device, .site_dark .main-navigation ul li.focus > ul li > ul.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .site_dark .main-navigation ul li:hover > ul li:hover > ul, .site_dark .main-navigation ul li:hover > ul li.focus > ul, .site_dark .main-navigation ul li.focus > ul li:hover > ul, .site_dark .main-navigation ul li.focus > ul li.focus > ul {
    left: 100%;
    top: 0;
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .site_dark .main-navigation ul ul.sub-menu {
    float: left;
    position: absolute;
    top: 100%;
    z-index: 99999;
    left: 0; /* 1 */
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.07);
    padding: 0;
  }
  .site_dark .main-navigation ul ul.sub-menu.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .site_dark .main-navigation ul ul.sub-menu li {
    display: block;
    min-width: 230px;
  }
  .site_dark .main-navigation ul.menu {
    max-height: none;
    overflow: visible;
    margin-top: 0;
    transition: none;
  }
  .site_dark .main-navigation ul.menu > li > a {
    padding: 1em;
    font-size: 14px;
    font-weight: 600;
    text-transform: inherit;
  }
  .site_dark .main-navigation ul.menu > li.menu-item-has-children:hover::after, .site_dark .main-navigation ul.menu > li.page_item_has_children:hover::after {
    display: block;
  }
  .site_dark .main-navigation ul.menu > li.menu-item-has-children > a:after, .site_dark .main-navigation ul.menu > li.page_item_has_children > a:after, .site_dark .main-navigation ul.menu > li.has-mega-menu > a:after {
    content: "\f104";
    font-family: "ovaicon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    margin-left: 0.7em;
    font-size: 0.5em;
    font-weight: 500;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .site_dark .main-navigation ul.menu > li:last-child > a {
    padding-right: 0;
  }
  .site_dark .main-navigation ul.menu ul.sub-menu {
    margin: 0;
    padding: 15px 0px;
    background-color: #333;
  }
  .site_dark .main-navigation ul.menu ul.sub-menu li.menu-item a {
    padding: 8px 25px 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
  }
  .site_dark .main-navigation ul.menu ul.sub-menu li.menu-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .site_dark .main-navigation ul.menu ul.sub-menu ul {
    margin: 0;
  }
  .site_dark .main-navigation ul.menu ul.sub-menu li.menu-item-has-children > a::after, .site_dark .main-navigation ul.menu ul.sub-menu li.page_item_has_children > a::after {
    content: "\f104";
    font-family: "ovaicon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    float: right;
    margin-left: 10px;
    margin-top: 7px;
    font-size: 0.5em;
    font-weight: 500;
    line-height: 1;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

/*2.2 Footer	*/
footer.footer {
  clear: both;
  padding-bottom: 45px;
  padding-top: 45px;
  background-color: #333;
  color: #fff;
  text-align: center;
  margin-top: 60px;
}

/*3.0 Blog */
/* Blog */
article.post-wrap {
  margin-bottom: 70px;
}
article.post-wrap.sticky {
  background: #f9f9f9;
  padding: 30px;
  border-top: 5px solid;
  border-color: var(--primary);
}
article.post-wrap.sticky .post-excerpt {
  text-align: justify;
}
article.post-wrap .post-title {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.5em;
}
article.post-wrap .post-title a {
  color: var(--heading);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
article.post-wrap .post-title a:hover {
  color: var(--primary);
}
article.post-wrap .post-media {
  margin-bottom: 30px;
}
article.post-wrap .post-meta {
  margin: 0 0px 25px 0px;
}
article.post-wrap .post-meta ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
article.post-wrap .post-meta ul li {
  display: inline-block;
  margin: 0 10px 0px 0;
  color: var(--light);
}
article.post-wrap .post-meta ul li i {
  font-size: 0.8em;
  color: var(--primary);
  padding-right: 3px;
}
article.post-wrap .post-meta ul li a {
  color: var(--light);
}
article.post-wrap .post-meta ul li a:hover {
  color: var(--primary);
}
article.post-wrap .post-excerpt > p {
  margin-top: 0px;
  margin-bottom: 25px;
}
article.post-wrap .readmore {
  clear: both;
}
article.post-wrap .readmore a {
  background-color: var(--primary);
  border-color: var(--primary);
  border: 1px solid;
  border-radius: 4px;
  color: #fff;
  padding: 10px 25px;
  font-size: 1em;
  text-transform: none;
  font-weight: 600;
  box-shadow: none;
  display: inline-block;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
article.post-wrap .readmore a:hover {
  color: var(--primary);
  border-color: var(--primary);
  background-color: #fff;
}

/* Detail */
.single article.post-wrap .post-title {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 20px;
  margin-top: 0;
}
.single article.post-wrap .post-content {
  margin-bottom: 50px;
}
.single article.post-wrap .post-content:before, .single article.post-wrap .post-content:after {
  clear: both;
  content: "";
  display: table;
}
.single article.post-wrap .post-tags {
  clear: both;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #f3f3f3;
}
.single article.post-wrap .post-tags a {
  text-transform: capitalize;
  color: var(--text);
  border: 1px solid;
  border-radius: 4px;
  background-color: #eeeeee;
  border-color: #f3f3f3;
  padding: 5px 15px;
  margin-right: 5px;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: inline-block;
  margin: 0px 5px 5px 0px;
}
.single article.post-wrap .post-tags a:hover {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

h1.page-title {
  margin-top: 0;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.search .page-header .page-title {
  margin-bottom: 60px;
}
.search .page-header .page-title span {
  color: var(--primary);
}

/* 3.1 Blog Dark */
.site_dark {
  /* Blog */
  /* Detail */
}
.site_dark article.post-wrap.sticky {
  background: #f9f9f9;
  border-color: var(--primary);
  color: #333;
}
.site_dark article.post-wrap.sticky .post-title a {
  color: #333;
}
.site_dark article.post-wrap .post-title a {
  color: var(--heading-dark);
}
.site_dark article.post-wrap .post-title a:hover {
  color: var(--primary);
}
.site_dark article.post-wrap .post-meta ul li {
  color: var(--light);
}
.site_dark article.post-wrap .post-meta ul li i {
  color: var(--primary);
}
.site_dark article.post-wrap .post-meta ul li a {
  color: var(--light);
}
.site_dark article.post-wrap .post-meta ul li a:hover {
  color: var(--primary);
}
.site_dark article.post-wrap .readmore a {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
  font-weight: 500;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.site_dark article.post-wrap .readmore a:hover {
  color: var(--primary);
  border-color: var(--primary);
  background-color: #fff;
}
.site_dark.single article.post-wrap.sticky .post-title {
  color: #333;
}
.site_dark.single article.post-wrap .post-tags {
  border-top: 1px solid #555;
}
.site_dark.single article.post-wrap .post-tags a {
  color: var(--text-dark);
  background-color: var(--primary);
  border-color: var(--primary);
}
.site_dark.single article.post-wrap .post-tags a:hover {
  color: var(--primary);
  background-color: #fff;
  border-color: #fff;
}
.site_dark .search .page-header .page-title span {
  color: var(--primary);
}

/*4.0 Widgets*/
.sidebar .widget {
  display: block;
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #eee;
  float: left;
  width: 100%;
  /* Widget Rss */
  /* Widget Calendar */
  /* Widget Tag clound */
  /* Widget Search */
  /**
   * Archives
   */
}
.sidebar .widget:last-child {
  border-bottom: none;
}
.sidebar .widget a {
  color: var(--text);
}
.sidebar .widget a:hover {
  color: var(--primary);
}
.sidebar .widget h4.widget-title {
  color: var(--heading);
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 0;
  position: relative;
}
.sidebar .widget p {
  margin-top: 0;
}
.sidebar .widget img {
  width: auto;
}
.sidebar .widget ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0px;
}
.sidebar .widget ul li {
  padding: 0.5em 0;
}
.sidebar .widget ul li:first-child {
  border-top: 0;
}
.sidebar .widget ul li:last-child {
  padding-bottom: 0;
}
.sidebar .widget ul.children, .sidebar .widget ul.sub-menu {
  margin: 0.5em 0 0 0.8em;
}
.sidebar .widget .screen-reader-text {
  display: none;
}
.sidebar .widget.widget_rss ul li {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.sidebar .widget.widget_rss ul li:first-child {
  padding-top: 0;
}
.sidebar .widget.widget_rss ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar .widget.widget_rss ul li a.rsswidget {
  font-weight: 600;
  display: block;
  line-height: 1.5em;
  margin-bottom: 12px;
  color: var(--heading);
  font-size: 15px;
}
.sidebar .widget.widget_rss ul li a.rsswidget:hover {
  color: var(--primary);
}
.sidebar .widget.widget_rss ul li .rss-date {
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 500;
  opacity: 0.7;
}
.sidebar .widget.widget_rss ul li .rssSummary {
  margin-bottom: 12px;
  color: var(--text);
}
.sidebar .widget.widget_rss ul li cite {
  color: var(--light);
  text-decoration: underline;
}
.sidebar .widget.widget_calendar {
  width: 100%;
}
.sidebar .widget.widget_calendar caption {
  background: transparent;
  color: var(--heading);
  font-weight: bold;
  text-align: center;
  border: none;
  padding: 5px 0px;
}
.sidebar .widget.widget_calendar table {
  margin-bottom: 0;
}
.sidebar .widget.widget_calendar table thead {
  border: 1px solid #eee;
}
.sidebar .widget.widget_calendar table thead tr th {
  background-color: #f1f1f1;
  color: var(--heading);
  border: 1px solid #e4e4e4;
  text-align: center;
}
.sidebar .widget.widget_calendar table tbody tr td {
  border: none;
  text-align: center;
  border: 1px solid #e4e4e4;
}
.sidebar .widget.widget_calendar nav {
  border: none;
  padding: 10px 0px 0px 0px;
  display: flex;
  justify-content: space-between;
}
.sidebar .widget.widget_calendar nav a {
  color: var(--primary);
}
.sidebar .widget.widget_calendar nav a:hover {
  color: #343434;
}
.sidebar .widget.widget_tag_cloud .tagcloud {
  position: relative;
  width: 100%;
  float: left;
}
.sidebar .widget.widget_tag_cloud .tagcloud a {
  float: left;
  margin: 0 10px 10px 0;
  display: block;
  padding: 5px 10px;
  background-color: transparent;
  border: solid 1px;
  border-color: var(--light);
  border-radius: 4px;
  font-size: 0.9em !important;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}
.sidebar .widget.widget_search form {
  position: relative;
}
.sidebar .widget.widget_search form:before {
  font-size: 18px;
  color: var(--light);
  font-family: "ovaicon";
  content: "\f14f";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 20px;
  line-height: 1;
  transform: translate(0, -50%);
  cursor: pointer;
}
.sidebar .widget.widget_search form input[type=search] {
  width: 100%;
  padding-right: 50px;
  padding-left: 20px;
}
.sidebar .widget.widget_search form input[type=submit] {
  position: absolute;
  right: 0px;
  top: 0;
  background-color: transparent;
  border: none;
  font-size: 0;
  width: 50px;
}
.sidebar .widget.widget_categories ul li, .sidebar .widget.widget_archive ul li {
  line-height: 30px;
  color: var(--light);
}
.sidebar .widget.widget_categories ul li:before, .sidebar .widget.widget_archive ul li:before {
  content: "\f161";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.6180469716em;
  display: block;
  float: left;
  color: var(--text);
  opacity: 0.5;
  width: 1em;
  font-size: 0.9em;
  line-height: inherit;
}
.sidebar .widget.widget_categories ul li a, .sidebar .widget.widget_archive ul li a {
  color: var(--text);
  position: relative;
}
.sidebar .widget.widget_categories ul li a:hover, .sidebar .widget.widget_archive ul li a:hover {
  color: var(--primary);
}
.sidebar .widget.widget_categories ul li a:after, .sidebar .widget.widget_archive ul li a:after {
  position: absolute;
  clear: both;
  content: "";
}
.sidebar .widget.widget_categories .widget-custom ul li, .sidebar .widget.widget_archive .widget-custom ul li {
  line-height: 30px;
}
.sidebar .widget.widget_categories .widget-custom ul li:before, .sidebar .widget.widget_archive .widget-custom ul li:before {
  content: "\f161";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.6180469716em;
  display: block;
  float: left;
  opacity: 0.5;
  width: 1em;
  font-size: 0.9em;
}
.sidebar .widget.widget_categories .widget-custom ul li a, .sidebar .widget.widget_archive .widget-custom ul li a {
  display: flex;
  justify-content: space-between;
}
.sidebar .widget.widget_categories .widget-custom ul li a .number, .sidebar .widget.widget_archive .widget-custom ul li a .number {
  background: #eee;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.sidebar .widget.widget_categories ul li:before {
  content: "\f162";
  font-family: "ovaicon";
}
.sidebar .widget.widget_categories .widget-custom ul li {
  line-height: 30px;
}
.sidebar .widget.widget_categories .widget-custom ul li:before {
  content: "\f162";
  font-family: "ovaicon";
}
.sidebar .widget.widget_pages ul li:before {
  content: "\f163";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.6180469716em;
  display: block;
  float: left;
  opacity: 0.5;
  width: 1em;
  font-size: 0.9em;
  line-height: inherit;
}
.sidebar .widget.widget_nav_menu ul li:before {
  content: "\f163";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.6180469716em;
  display: block;
  float: left;
  opacity: 0.5;
  width: 1em;
  font-size: 0.9em;
  line-height: inherit;
}
.sidebar .widget.widget_meta ul li:before {
  content: "\f112";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.6180469716em;
  display: block;
  float: left;
  opacity: 0.5;
  width: 1em;
  font-size: 0.9em;
  line-height: inherit;
}
.sidebar .widget.widget_recent_comments ul li {
  color: var(--light);
}
.sidebar .widget.widget_recent_comments ul li:before {
  content: "\f151";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.6180469716em;
  display: block;
  float: left;
  opacity: 0.5;
  width: 1em;
  font-size: 0.9em;
  line-height: inherit;
}
.sidebar .widget.widget_recent_comments ul li .comment-author-link {
  color: var(--heading);
  text-decoration: underline;
}
.sidebar .widget.widget_recent_comments ul li .comment-author-link a:hover {
  color: var(--primary);
}

/*4.1 Widgets*/
.site_dark .sidebar .widget {
  border-bottom: 1px solid #555;
  /* Widget Rss */
  /* Widget Calendar */
  /* Widget Tag clound */
  /* Widget Search */
  /**
   * Archives
   */
}
.site_dark .sidebar .widget a {
  color: var(--text-dark);
}
.site_dark .sidebar .widget a:hover {
  color: var(--primary);
}
.site_dark .sidebar .widget h4.widget-title {
  color: var(--heading-dark);
}
.site_dark .sidebar .widget.widget_rss ul li {
  border-bottom: 1px solid #555;
}
.site_dark .sidebar .widget.widget_rss ul li a.rsswidget {
  color: var(--heading-dark);
}
.site_dark .sidebar .widget.widget_rss ul li a.rsswidget:hover {
  color: var(--primary);
}
.site_dark .sidebar .widget.widget_rss ul li .rssSummary {
  color: var(--text-dark);
}
.site_dark .sidebar .widget.widget_rss ul li cite {
  color: var(--light);
}
.site_dark .sidebar .widget.widget_calendar {
  width: 100%;
}
.site_dark .sidebar .widget.widget_calendar caption {
  background: transparent;
  color: var(--heading-dark);
}
.site_dark .sidebar .widget.widget_calendar table thead {
  border: 1px solid #555;
}
.site_dark .sidebar .widget.widget_calendar table thead tr th {
  background-color: #f1f1f1;
  color: #333;
  border: 1px solid #555;
}
.site_dark .sidebar .widget.widget_calendar table tbody tr td {
  border: 1px solid #555;
}
.site_dark .sidebar .widget.widget_calendar nav a {
  color: var(--primary);
}
.site_dark .sidebar .widget.widget_calendar nav a:hover {
  color: #ffffff;
}
.site_dark .sidebar .widget.widget_tag_cloud .tagcloud a {
  background-color: transparent;
  border-color: #555;
}
.site_dark .sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}
.site_dark .sidebar .widget.widget_search form:before {
  color: var(--light);
  font-family: "ovaicon";
}
.site_dark .sidebar .widget.widget_search form input[type=submit] {
  background-color: transparent;
}
.site_dark .sidebar .widget.widget_categories ul li, .site_dark .sidebar .widget.widget_archive ul li {
  color: var(--light);
}
.site_dark .sidebar .widget.widget_categories ul li:before, .site_dark .sidebar .widget.widget_archive ul li:before {
  color: var(--text-dark);
}
.site_dark .sidebar .widget.widget_categories ul li a, .site_dark .sidebar .widget.widget_archive ul li a {
  color: var(--text-dark);
}
.site_dark .sidebar .widget.widget_categories ul li a:hover, .site_dark .sidebar .widget.widget_archive ul li a:hover {
  color: var(--primary);
}
.site_dark .sidebar .widget.widget_categories .widget-custom ul li:before, .site_dark .sidebar .widget.widget_archive .widget-custom ul li:before {
  font-size: 0.9em;
}
.site_dark .sidebar .widget.widget_categories .widget-custom ul li a .number, .site_dark .sidebar .widget.widget_archive .widget-custom ul li a .number {
  background: #eee;
}
.site_dark .sidebar .widget.widget_recent_comments ul li {
  color: var(--light);
}
.site_dark .sidebar .widget.widget_recent_comments ul li .comment-author-link {
  color: var(--heading-dark);
}
.site_dark .sidebar .widget.widget_recent_comments ul li .comment-author-link a:hover {
  color: var(--primary);
}

/*5.0 Table*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ededed;
  font-size: 100%;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}
table thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
table thead tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
table thead tr th {
  padding: 5px 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #555;
  border: 1px solid #ededed;
}
table thead tr th a {
  color: #555;
}
table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
table tbody tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
table tbody tr th {
  padding: 5px 10px;
  border: 1px solid #ededed;
  color: var(--heading);
}
table tbody tr td {
  padding: 5px 10px;
  border: 1px solid #ededed;
  color: var(--text);
}
table tbody tr td a {
  color: var(--heading);
  border-bottom: 1px solid var(--primary);
}
table tbody tr td a:hover {
  color: var(--primary);
}

/*5.1 Table Dark*/
.site_dark table {
  border: 1px solid #ededed;
}
.site_dark table thead tr {
  border-color: inherit;
}
.site_dark table thead tr th {
  border: 1px solid #ededed;
}
.site_dark table thead tr th a {
  color: #555;
}
.site_dark table tbody tr th {
  border: 1px solid #ededed;
  color: var(--heading-dark);
}
.site_dark table tbody tr td {
  border: 1px solid #ededed;
  color: var(--text-dark);
}
.site_dark table tbody tr td a {
  color: var(--heading-dark);
  border-bottom: 1px solid var(--primary);
}
.site_dark table tbody tr td a:hover {
  color: var(--primary);
}

/*6.0 Form*/
button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
.input-text {
  border-radius: 4px;
  border-color: #e0e0e0;
  background-color: #f1f1f1;
  color: var(--text);
  padding: 10px 10px;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: normal;
  outline: 0;
  transition: all ease-in-out 0.3s;
  font-size: 1em;
}
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
textarea::placeholder,
.input-text::placeholder {
  color: var(--text);
}
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus,
.input-text:focus {
  color: var(--heading);
}
.form-light input[type=text],
.form-light input[type=number],
.form-light input[type=email],
.form-light input[type=tel],
.form-light input[type=url],
.form-light input[type=password],
.form-light input[type=search],
.form-light textarea,
.form-light .input-text {
  color: #fff;
}
.form-light input[type=text]::placeholder,
.form-light input[type=number]::placeholder,
.form-light input[type=email]::placeholder,
.form-light input[type=tel]::placeholder,
.form-light input[type=url]::placeholder,
.form-light input[type=password]::placeholder,
.form-light input[type=search]::placeholder,
.form-light textarea::placeholder,
.form-light .input-text::placeholder {
  color: #fff;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 1em;
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: transparent;
  border-color: var(--primary);
  color: var(--primary);
}

select {
  padding: 10px;
}
select:not([size]):not([multiple]) {
  background-color: #f1f1f1;
  color: var(--text);
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  width: 100%;
  background-image: url("./assets/img/base/select_arrow.png");
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
}

textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
}

label {
  font-weight: 400;
}

label.inline input {
  width: auto;
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}

/*7.0 Galleries*/
.gallery-caption {
  width: 100%;
}

.slide_gallery {
  clear: both;
  margin-bottom: 30px;
}
.slide_gallery .owl-dots {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
.slide_gallery .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid;
  border-radius: 50%;
  border-color: #ccc;
  margin: 0px 3px;
}
.slide_gallery .owl-dots .owl-dot.active, .slide_gallery .owl-dots .owl-dot:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}

@media (max-width: 568px) {
  .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
    width: 100%;
    margin: 0 0 20px 0px;
  }
}

@media (max-width: 568px) {
  .gallery .gallery-item {
    width: 100% !important;
  }
}

/*8.0 Image*/
img {
  max-width: 100%;
  height: auto;
}

.alignleft,
img.alignleft {
  margin-right: 2.2em;
  margin-bottom: 1em;
  display: inline;
  float: left;
}

.alignright,
img.alignright {
  margin-left: 1.5em;
  margin-bottom: 1em;
  display: inline;
  float: right;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

/** Fix for img ajax contact form 7  */
img.ajax-loader {
  width: 16px;
  height: 16px;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-left: auto;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

.bypostauthor {
  position: relative;
}

/*9.0 Embed*/
embed,
iframe,
object,
video {
  max-width: 100%;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

/*10.0 Comment*/
/*List Comment*/
#comments {
  /*Title Comment*/
  /*Fist Level*/
}
#comments .title-comments {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 1.4em;
}
#comments .comment-lists {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  /*Children level*/
  /*Item*/
}
#comments .comment-lists .children {
  list-style-type: none;
  padding-left: 0;
  margin-left: 70px;
}
@media (max-width: 767px) {
  #comments .comment-lists .children {
    margin-left: 15px;
  }
}
#comments .comment-lists .pingback .comment-body,
#comments .comment-lists .comment .comment-body {
  padding-left: 140px;
  min-height: 100px;
  margin-bottom: 40px;
}
#comments .comment-lists .pingback .comment-body .comment-meta,
#comments .comment-lists .comment .comment-body .comment-meta {
  position: relative;
  margin-bottom: 10px;
}
#comments .comment-lists .pingback .comment-body .comment-meta .avatar,
#comments .comment-lists .comment .comment-body .comment-meta .avatar {
  position: absolute;
  left: -140px;
  top: 5px;
  border-radius: 50%;
  width: 100px;
  height: auto;
}
#comments .comment-lists .pingback .comment-body .comment-meta cite,
#comments .comment-lists .comment .comment-body .comment-meta cite {
  font-weight: 600;
  color: #333;
  font-style: normal;
  font-size: 1.1em;
}
#comments .comment-lists .pingback .comment-body .comment-meta cite a,
#comments .comment-lists .comment .comment-body .comment-meta cite a {
  font-weight: 600;
  color: #333;
  font-style: normal;
  font-size: 1.1em;
}
#comments .comment-lists .pingback .comment-body .comment-meta .comment-date time,
#comments .comment-lists .comment .comment-body .comment-meta .comment-date time {
  font-size: 0.9em;
  color: #999;
  font-weight: 500;
  line-height: 1.4;
  font-style: italic;
}
#comments .comment-lists .pingback .comment-body .comment-content,
#comments .comment-lists .comment .comment-body .comment-content {
  padding-bottom: 40px;
  border-bottom: 1px solid;
  border-color: #eee;
}
#comments .comment-lists .pingback .comment-body .comment-content .comment-text p,
#comments .comment-lists .comment .comment-body .comment-content .comment-text p {
  margin: 0 0 10px 0;
  padding: 0;
}
#comments .comment-lists .pingback .comment-body .comment-content .comment-text table tr th,
#comments .comment-lists .comment .comment-body .comment-content .comment-text table tr th {
  font-size: 1.2em;
}
#comments .comment-lists .pingback .comment-body .comment-content .comment-text table tr td a,
#comments .comment-lists .comment .comment-body .comment-content .comment-text table tr td a {
  font-weight: 600;
}
#comments .comment-lists .pingback .comment-body .comment-content .reply a,
#comments .comment-lists .comment .comment-body .comment-content .reply a {
  font-weight: 500;
  color: var(--primary);
}
#comments .comment-lists .pingback .comment-body .comment-content .reply a.comment-reply-link,
#comments .comment-lists .comment .comment-body .comment-content .reply a.comment-reply-link {
  margin-right: 10px;
  font-weight: bold;
  color: var(--primary);
  position: relative;
  padding-left: 18px;
  text-transform: uppercase;
  font-size: 12px;
}
#comments .comment-lists .pingback .comment-body .comment-content .reply a.comment-reply-link:before,
#comments .comment-lists .comment .comment-body .comment-content .reply a.comment-reply-link:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  content: "\f10f";
  font-weight: 600;
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: middle;
}
#comments .comment-lists .pingback .comment-body .comment-content .reply a.comment-reply-link:hover,
#comments .comment-lists .comment .comment-body .comment-content .reply a.comment-reply-link:hover {
  color: #333;
}
#comments .comment-lists .pingback .comment-body .comment-content .reply a.comment-edit-link,
#comments .comment-lists .comment .comment-body .comment-content .reply a.comment-edit-link {
  margin-right: 10px;
  font-weight: bold;
  color: var(--primary);
  position: relative;
  padding-left: 18px;
  text-transform: uppercase;
  font-size: 12px;
}
#comments .comment-lists .pingback .comment-body .comment-content .reply a.comment-edit-link:before,
#comments .comment-lists .comment .comment-body .comment-content .reply a.comment-edit-link:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  content: "\f167";
  font-weight: 600;
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: middle;
}
#comments .comment-lists .pingback .comment-body #respond,
#comments .comment-lists .comment .comment-body #respond {
  padding: 30px 30px 0px 30px;
  margin-top: 0;
  border: 1px solid #eee;
  border-top: none;
  border-radius: 4px;
}
#comments .comment-lists .trackback .comment-body, #comments .comment-lists .pingback .comment-body {
  padding-left: 0;
}

/*Comment Form*/
#respond {
  clear: both;
  margin: 30px 0px;
  position: relative;
}
#respond #reply-title {
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 1.4em;
}
#respond #reply-title #cancel-comment-reply-link {
  float: right;
  text-align: right;
  position: relative;
  color: red;
}
#respond #commentform {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#respond #commentform p {
  padding: 0px 15px;
  margin: 0;
}
#respond #commentform label {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 0.9em;
  display: inherit;
}
#respond #commentform .comment-notes {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
#respond #commentform .comment-form-author,
#respond #commentform .comment-form-email,
#respond #commentform .comment-form-url {
  flex: 0 0 100%;
  max-width: 100%;
  order: 1;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  #respond #commentform .comment-form-author,
  #respond #commentform .comment-form-email,
  #respond #commentform .comment-form-url {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
#respond #commentform .comment-form-author input,
#respond #commentform .comment-form-email input,
#respond #commentform .comment-form-url input {
  width: 100%;
}
#respond #commentform .comment-form-comment {
  flex: 0 0 100%;
  max-width: 100%;
  order: 2;
  margin-bottom: 30px;
}
#respond #commentform .comment-form-comment textarea {
  width: 100%;
}
#respond #commentform .form-submit {
  flex: 0 0 100%;
  max-width: 100%;
  order: 3;
  margin-bottom: 30px;
}
#respond #commentform .comment-form-cookies-consent {
  display: flex;
  line-height: 1;
  margin-bottom: 15px;
  width: 100%;
}
#respond #commentform .comment-form-cookies-consent label {
  padding-left: 5px;
  text-transform: inherit;
  font-weight: 500;
}

/*10.1 Comment Dark*/
.site_dark {
  /*List Comment*/
  /*Comment Form*/
}
.site_dark #comments {
  /*Fist Level*/
}
.site_dark #comments .comment-lists {
  /*Item*/
}
.site_dark #comments .comment-lists .pingback .comment-body .comment-meta cite,
.site_dark #comments .comment-lists .comment .comment-body .comment-meta cite {
  color: #fff;
}
.site_dark #comments .comment-lists .pingback .comment-body .comment-meta cite a,
.site_dark #comments .comment-lists .comment .comment-body .comment-meta cite a {
  color: #fff;
}
.site_dark #comments .comment-lists .pingback .comment-body .comment-meta .comment-date time,
.site_dark #comments .comment-lists .comment .comment-body .comment-meta .comment-date time {
  color: #999;
}
.site_dark #comments .comment-lists .pingback .comment-body .comment-content,
.site_dark #comments .comment-lists .comment .comment-body .comment-content {
  border-color: #555;
}
.site_dark #comments .comment-lists .pingback .comment-body .comment-content .reply a,
.site_dark #comments .comment-lists .comment .comment-body .comment-content .reply a {
  color: var(--primary);
}
.site_dark #comments .comment-lists .pingback .comment-body .comment-content .reply a.comment-reply-link,
.site_dark #comments .comment-lists .comment .comment-body .comment-content .reply a.comment-reply-link {
  color: var(--primary);
}
.site_dark #comments .comment-lists .pingback .comment-body .comment-content .reply a.comment-reply-link:before,
.site_dark #comments .comment-lists .comment .comment-body .comment-content .reply a.comment-reply-link:before {
  position: absolute;
  margin-top: -7px;
}
.site_dark #comments .comment-lists .pingback .comment-body .comment-content .reply a.comment-reply-link:hover,
.site_dark #comments .comment-lists .comment .comment-body .comment-content .reply a.comment-reply-link:hover {
  color: #fff;
}
.site_dark #comments .comment-lists .pingback .comment-body .comment-content .reply a.comment-edit-link,
.site_dark #comments .comment-lists .comment .comment-body .comment-content .reply a.comment-edit-link {
  color: var(--primary);
}
.site_dark #comments .comment-lists .pingback .comment-body .comment-content .reply a.comment-edit-link:hover,
.site_dark #comments .comment-lists .comment .comment-body .comment-content .reply a.comment-edit-link:hover {
  color: #fff;
}
.site_dark #comments .comment-lists .pingback .comment-body #respond,
.site_dark #comments .comment-lists .comment .comment-body #respond {
  border: 1px solid #555;
}
.site_dark #respond #reply-title #cancel-comment-reply-link {
  color: red;
}

.layout_1c #commentform .comment-form-cookies-consent {
  justify-content: center;
}
.layout_1c #commentform p.logged-in-as {
  text-align: center;
  width: 100%;
}

/*11.0 Pagination*/
/**
 * Pagination For Blog and WooCommerce
 */
.woocommerce.woocommerce-pagination, .woocommerce.pagination,
nav.woocommerce-pagination,
nav.pagination {
  margin: 60px 0px;
}
.woocommerce.woocommerce-pagination ul.page-numbers,
.woocommerce .page-numbers,
nav.woocommerce-pagination ul.page-numbers,
nav .page-numbers {
  display: inline-block;
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  border: none;
  clear: both;
  white-space: inherit;
}
.woocommerce.woocommerce-pagination ul.page-numbers li,
.woocommerce .page-numbers li,
nav.woocommerce-pagination ul.page-numbers li,
nav .page-numbers li {
  display: inline-block;
  margin: 0px 2px 10px 2px;
  border: none;
  padding: 0;
  float: none;
}
.woocommerce.woocommerce-pagination ul.page-numbers li .page-numbers,
.woocommerce .page-numbers li .page-numbers,
nav.woocommerce-pagination ul.page-numbers li .page-numbers,
nav .page-numbers li .page-numbers {
  border: 1px solid;
  border-color: #f1f1f1;
  border-radius: 4px;
  background: #f1f1f1;
  padding: 2px 10px 0px 10px;
  min-width: 45px;
  text-align: center;
  font-weight: 600;
  color: var(--text);
  line-height: 40px;
  font-size: 1.2em;
  text-shadow: none;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.woocommerce.woocommerce-pagination ul.page-numbers li .page-numbers i,
.woocommerce .page-numbers li .page-numbers i,
nav.woocommerce-pagination ul.page-numbers li .page-numbers i,
nav .page-numbers li .page-numbers i {
  font-size: 0.7em;
  line-height: 1;
}
.woocommerce.woocommerce-pagination ul.page-numbers li .page-numbers i:before,
.woocommerce .page-numbers li .page-numbers i:before,
nav.woocommerce-pagination ul.page-numbers li .page-numbers i:before,
nav .page-numbers li .page-numbers i:before {
  font-weight: bold !important;
}
.woocommerce.woocommerce-pagination ul.page-numbers li .page-numbers:hover, .woocommerce.woocommerce-pagination ul.page-numbers li .page-numbers:focus, .woocommerce.woocommerce-pagination ul.page-numbers li .page-numbers.current,
.woocommerce .page-numbers li .page-numbers:hover,
.woocommerce .page-numbers li .page-numbers:focus,
.woocommerce .page-numbers li .page-numbers.current,
nav.woocommerce-pagination ul.page-numbers li .page-numbers:hover,
nav.woocommerce-pagination ul.page-numbers li .page-numbers:focus,
nav.woocommerce-pagination ul.page-numbers li .page-numbers.current,
nav .page-numbers li .page-numbers:hover,
nav .page-numbers li .page-numbers:focus,
nav .page-numbers li .page-numbers.current {
  background-color: var(--primary);
  color: #fff;
}

/**
 * Page Link
 */
.page-links {
  clear: both;
  margin: 20px 0px 30px 0px;
  float: left;
}
.page-links .post-page-numbers {
  border: 1px solid;
  border-radius: 2px;
  display: inline-block;
  font-size: 1rem;
  height: 1.8461538462em;
  line-height: 1.6923076923em;
  margin-right: 0.3076923077em;
  text-align: center;
  width: 1.8461538462em;
  font-weight: 600;
  background-color: transparent;
  border-color: var(--primary);
  color: var(--text);
}
.page-links .post-page-numbers:hover, .page-links .post-page-numbers:focus, .page-links .post-page-numbers.current {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.page-links > .page-links-title {
  border: 0;
  color: #1a1a1a;
  height: auto;
  margin: 0;
  padding-right: 0.6153846154em;
  width: auto;
}
.page-links .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text {
  display: none;
}

/*11.1 Pagination dark*/
.site_dark {
  /**
   * Pagination For Blog and WooCommerce
   */
  /**
   * Page Link
   */
}
.site_dark .woocommerce.woocommerce-pagination ul.page-numbers li .page-numbers,
.site_dark .woocommerce .page-numbers li .page-numbers,
.site_dark nav.woocommerce-pagination ul.page-numbers li .page-numbers,
.site_dark nav .page-numbers li .page-numbers {
  border-color: #f1f1f1;
  background: #f1f1f1;
  color: var(--text);
}
.site_dark .woocommerce.woocommerce-pagination ul.page-numbers li .page-numbers:hover, .site_dark .woocommerce.woocommerce-pagination ul.page-numbers li .page-numbers:focus, .site_dark .woocommerce.woocommerce-pagination ul.page-numbers li .page-numbers.current,
.site_dark .woocommerce .page-numbers li .page-numbers:hover,
.site_dark .woocommerce .page-numbers li .page-numbers:focus,
.site_dark .woocommerce .page-numbers li .page-numbers.current,
.site_dark nav.woocommerce-pagination ul.page-numbers li .page-numbers:hover,
.site_dark nav.woocommerce-pagination ul.page-numbers li .page-numbers:focus,
.site_dark nav.woocommerce-pagination ul.page-numbers li .page-numbers.current,
.site_dark nav .page-numbers li .page-numbers:hover,
.site_dark nav .page-numbers li .page-numbers:focus,
.site_dark nav .page-numbers li .page-numbers.current {
  background-color: var(--primary);
  color: #fff;
}
.site_dark .page-links .post-page-numbers {
  background-color: transparent;
  border-color: var(--primary);
  color: var(--text);
}
.site_dark .page-links .post-page-numbers:hover, .site_dark .page-links .post-page-numbers:focus, .site_dark .page-links .post-page-numbers.current {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.site_dark .page-links > .page-links-title {
  color: #fff;
}

/*12.0 Breadcrumbs*/
.wrap_breadcrumbs {
  background-color: #ededed;
  margin-bottom: 60px;
}

ul.breadcrumb {
  margin: 0;
  padding: 20px 0px;
  display: inline-block;
  list-style-type: none;
}
ul.breadcrumb li {
  color: var(--primary);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  display: inline-block;
  padding-right: 5px;
}
ul.breadcrumb li a {
  color: var(--text);
}
ul.breadcrumb li a:hover {
  color: var(--primary);
}
ul.breadcrumb li .separator i {
  font-size: 0.6em;
  color: var(--text);
  opacity: 0.5;
  position: relative;
}

/*12.1 Breadcrumbs*/
.site_dark .wrap_breadcrumbs {
  background-color: #353535;
  margin-bottom: 60px;
}
.site_dark ul.breadcrumb {
  margin: 0;
  padding: 20px 0px;
  display: inline-block;
  list-style-type: none;
}
.site_dark ul.breadcrumb li {
  color: var(--primary);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  display: inline-block;
  padding-right: 5px;
}
.site_dark ul.breadcrumb li a {
  color: var(--text-dark);
}
.site_dark ul.breadcrumb li a:hover {
  color: var(--primary);
}
.site_dark ul.breadcrumb li .separator i {
  font-size: 0.6em;
  color: var(--heading-dark);
  opacity: 0.5;
  position: relative;
}

/*13.0 Toup*/
#scrollUp {
  bottom: 20px;
  right: 20px;
  border-radius: 4px;
  background-color: var(--primary);
  color: #fff;
  text-align: center;
}
#scrollUp:hover {
  background-color: #333;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#scrollUp i {
  color: #fff;
  text-align: center;
  display: block;
  font-weight: bold;
  position: relative;
  padding: 10px 10px 5px 10px;
}
#scrollUp i:before {
  font-weight: bold !important;
}

/*14.0 Caption*/
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
  max-width: 100%;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0;
}
.wp-caption .wp-caption-text {
  text-align: left;
  font-style: italic;
  border-bottom: 2px solid #e6e6e6;
  padding: 0.5407911001em 0;
  font-size: 0.875em;
  color: var(--light);
}

/*15.0 Sticky*/
.header_sticky.active_sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #fff;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.header_sticky.active_sticky.sticky_bg_blue {
  background-color: #5270FC;
}
.header_sticky.active_sticky.sticky_bk_dark {
  background-color: #1B1E32;
}

/*16.0 404*/
.page_404 {
  margin-bottom: 60px;
}
.page_404 .message {
  margin-top: 0;
  padding-top: 0;
}

/*17.0 Font*/
@font-face {
  font-family: "Open Sauce Sans";
  src: url("./assets/libs/fonts/OpenSauceSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sauce Sans";
  src: url("./assets/libs/fonts/OpenSauceSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sauce Sans";
  src: url("./assets/libs/fonts/OpenSauceSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Open Sauce Sans";
  src: url("./assets/libs/fonts/OpenSauceSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sauce Sans";
  src: url("./assets/libs/fonts/OpenSauceSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sauce Sans";
  src: url("./assets/libs/fonts/OpenSauceSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Open Sauce Sans";
  src: url("./assets/libs/fonts/OpenSauceSans-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
/*18.0 Elementor*/
.brand_el .logo_desktop {
  display: block;
}
@media (max-width: 1023px) {
  .brand_el .logo_desktop {
    display: none;
  }
}
.brand_el .logo_mobile {
  display: none;
}
@media (max-width: 1023px) {
  .brand_el .logo_mobile {
    display: block;
  }
}
.brand_el .logo_sticky {
  display: none;
}

.header_sticky.active_sticky .brand_el .logo_desktop,
.header_sticky.active_sticky .brand_el .logo_mobile {
  display: none;
}
.header_sticky.active_sticky .brand_el .logo_sticky {
  display: block;
}

.site-brand img {
  height: 40px;
}

@media (max-width: 1023px) {
  .elementor-widget-ova_menu .primary-navigation {
    position: absolute;
    left: 0;
    top: 0;
  }
}
/* 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;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.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: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  visibility: hidden;
}
.ova_closeCanvas.show {
  opacity: 1;
  z-index: 9998;
  visibility: visible;
}

@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;
  }
  /* Hide Menu */
  .logged-in .ova_nav {
    padding-top: 60px;
  }
  .ova_nav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 9999;
    top: 0;
    overflow-x: hidden;
    padding-top: 30px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    /* Canvas direction */
    /* Background 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;
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
    /* Show/hide Canvas */
  }
  .ova_nav.canvas_left.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .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_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 {
    transition: unset;
    /* 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;
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
    /* Show/hide Canvas */
  }
  .ova_nav.canvas_right.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .ova_nav.canvas_right .ova_closeNav {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    color: #fff;
    text-align: left;
  }
  .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 {
    transition: unset;
    /* level 3 */
  }
  .ova_nav.canvas_right ul.menu .dropdown-menu li {
    text-align: right;
    border: none !important;
    background: transparent !important;
  }
  .ova_nav.canvas_right ul.menu .dropdown-menu .dropdown-menu {
    padding-right: 15px;
  }
  .ova_nav.canvas_bg_gray {
    background-color: #343434;
  }
  .ova_nav.canvas_bg_gray ul.menu li a,
  .ova_nav.canvas_bg_gray ul.menu li .dropdown-toggle {
    color: #fff !important;
  }
  .ova_nav.canvas_bg_white {
    background-color: #fff;
  }
  .ova_nav.canvas_bg_white ul.menu li a,
  .ova_nav.canvas_bg_white ul.menu li .dropdown-toggle {
    color: #343434 !important;
  }
  .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;
  }
}
/*Hide in desktop*/
.menu-canvas {
  /*Style Menu*/
}
.menu-canvas .menu-toggle {
  display: block;
  z-index: 999;
  padding: 0px;
  width: 25px;
  height: 25px;
  border: none;
  background-color: transparent;
}
.menu-canvas .menu-toggle:before, .menu-canvas .menu-toggle:after,
.menu-canvas .menu-toggle span:before {
  width: 25px;
  left: 0px;
  background-color: var(--primary);
}
.menu-canvas .menu-toggle:before {
  transform: translateY(-7px);
}
.menu-canvas .menu-toggle:after {
  transform: translateY(7px);
}
.menu-canvas .container-menu {
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #222;
  color: #fff;
  width: 290px;
  padding: 30px;
  z-index: 999;
  opacity: 1;
  transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.menu-canvas .container-menu .close-menu {
  padding-top: 0px;
  color: #fff;
  font-size: 1em;
  z-index: 999;
  cursor: pointer;
  text-align: right;
}
.menu-canvas .container-menu.dir_left {
  left: 0;
  -webkit-transform: translate3d(-290px, 0, 0);
  transform: translate3d(-290px, 0, 0);
}
.menu-canvas .container-menu.dir_right {
  right: 0;
  -webkit-transform: translate3d(290px, 0, 0);
  transform: translate3d(290px, 0, 0);
}
.menu-canvas .site-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 998;
}
.menu-canvas.toggled .menu-toggle:before, .menu-canvas.toggled .menu-toggle:after,
.menu-canvas.toggled .menu-toggle span:before {
  background-color: #fff !important;
}
.menu-canvas.toggled .container-menu {
  transform: none;
  -webkit-transform: none;
}
.menu-canvas.toggled .site-overlay {
  opacity: 0.8;
  visibility: visible;
  transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
}
.menu-canvas .menu {
  clear: both;
}
.menu-canvas ul {
  list-style: none;
}
.menu-canvas ul.menu {
  margin: 0;
  padding: 0;
}
.menu-canvas ul.menu ul {
  max-height: 0;
  overflow: hidden;
  transition: all ease 0.4s;
  margin: 0 0px 0 15px;
  padding: 0;
}
.menu-canvas ul.menu ul.show {
  max-height: 999px;
}
.menu-canvas ul li {
  display: inline-block;
  position: relative;
  text-align: left;
  display: block;
}
.menu-canvas ul li a {
  color: #fff;
  padding: 0.6180469716em 0;
  display: block;
  border-bottom: 1px solid #333;
}
.menu-canvas ul li a:hover {
  opacity: 0.7;
}
.menu-canvas .dropdown-toggle {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 0.5em 0 0.5em 10px;
  color: inherit;
  border-radius: 0;
  border: none;
  cursor: pointer;
}
.menu-canvas .dropdown-toggle::after {
  content: "\f104";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 0.6em;
}
.menu-canvas .dropdown-toggle:focus {
  outline: none;
}
.menu-canvas .dropdown-toggle:hover {
  background: transparent;
}
.menu-canvas .dropdown-toggle.toggled-on:after {
  content: "\f10c";
  font-family: "ovaicon";
}

.wrap_header_banner {
  width: 100%;
  position: relative;
  /*title*/
}
.wrap_header_banner.left ul.breadcrumb {
  justify-content: flex-start;
}
.wrap_header_banner.right ul.breadcrumb {
  justify-content: flex-end;
}
.wrap_header_banner.center ul.breadcrumb {
  justify-content: center;
}
.wrap_header_banner ul.breadcrumb {
  margin: 0;
  padding: 0;
}
.wrap_header_banner ul.breadcrumb li .separator i {
  opacity: 0.6;
}
.wrap_header_banner.bg_feature_img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.wrap_header_banner .cover_color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrap_header_banner .header_banner_el {
  position: relative;
  z-index: 1;
}
.wrap_header_banner .header_title {
  margin: 0;
  padding: 0;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1.1em;
  font-weight: 500;
}

/* Custom Animation */
.ova-move-up {
  animation-name: ovaMoveUp;
  -moz-animation-name: ovaMoveUp;
  -webkit-animation-name: ovaMoveUp;
}

@-webkit-keyframes ovaMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes ovaMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes ovaMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ovaMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.ova-move-down {
  animation-name: ovaMoveDown;
  -moz-animation-name: ovaMoveDown;
  -webkit-animation-name: ovaMoveDown;
}

@-webkit-keyframes ovaMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes ovaMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes ovaMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ovaMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.ova-move-left {
  animation-name: ovaMoveLeft;
  -moz-animation-name: ovaMoveLeft;
  -webkit-animation-name: ovaMoveLeft;
}

@-webkit-keyframes ovaMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes ovaMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes ovaMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes ovaMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.ova-move-right {
  animation-name: ovaMoveRight;
  -moz-animation-name: ovaMoveRight;
  -webkit-animation-name: ovaMoveRight;
}

@-webkit-keyframes ovaMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes ovaMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes ovaMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes ovaMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.ova-scale-up {
  animation-name: ovaScaleUp;
  -moz-animation-name: ovaScaleUp;
  -webkit-animation-name: ovaScaleUp;
}

@-webkit-keyframes ovaScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes ovaScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes ovaScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ovaScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.ova-flip {
  animation-name: ovaFlip;
  -moz-animation-name: ovaFlip;
  -webkit-animation-name: ovaFlip;
}

@-webkit-keyframes ovaFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes ovaFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-ms-keyframes ovaFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes ovaFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
.ova-helix {
  animation-name: ovaHelix;
  -moz-animation-name: ovaHelix;
  -webkit-animation-name: ovaHelix;
}

@-webkit-keyframes ovaHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes ovaHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@-ms-keyframes ovaHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@keyframes ovaHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
.ova-popup {
  animation: ovaPopup;
  -moz-animation-name: ovaPopup;
  -webkit-animation-name: ovaPopup;
}

@-webkit-keyframes ovaPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes ovaPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes ovaPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes ovaPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
.ova-team {
  position: relative;
  overflow: hidden;
}
.ova-team .img {
  position: relative;
}
.ova-team .img .mask {
  background: linear-gradient(0deg, rgba(16, 19, 31, 0.9) 0%, rgba(16, 19, 31, 0) 100%);
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 120px;
  content: "";
  border-radius: 5px;
}
.ova-team:hover .info {
  bottom: 50px;
}
.ova-team:hover .list-icon {
  bottom: 0;
}
.ova-team .team-img {
  border-radius: 5px;
  width: 100%;
}
.ova-team .info {
  margin: 0;
  text-align: left;
  width: 100%;
  height: auto;
  padding: 0 28px 25px 28px;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all all 0.4s ease;
  transition: all 0.4s ease;
}
.ova-team .info .title {
  color: white;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 5px;
}
.ova-team .info .sub-title {
  color: #D3D4E0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 5px;
}
.ova-team .info .rectangle {
  height: 2px;
  width: 44px;
  border-radius: 1px;
  background-color: #48DCA8;
}
.ova-team .list-icon {
  position: absolute;
  bottom: -60px;
  left: 0;
  padding: 0 28px 24px 28px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all all 0.4s ease;
  transition: all 0.4s ease;
}
.ova-team .list-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.ova-team .list-icon ul .item {
  display: inline-block;
}
.ova-team .list-icon ul .item:not(:last-child) {
  margin-right: 8px;
}
.ova-team .list-icon ul .item a {
  padding-top: 3px;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  color: #D3D4E0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ova-team .list-icon ul .item a i {
  font-size: 18px;
}
.ova-team .list-icon ul .item a:hover {
  background-color: rgba(72, 220, 168, 0.2);
  color: #48DCA8;
}

.ova-team-v2 {
  padding: 28px;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-v2 .avatar {
  display: flex;
  border-radius: 28px;
  background-color: #E2E2E2;
  overflow: hidden;
  margin-bottom: 27px;
}
.ova-team-v2 .avatar img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-v2 .title {
  margin: 0;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: var(--heading);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-v2 .job {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: var(--text);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-v2 .social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ova-team-v2 .social-list .social {
  display: flex;
  width: 40px;
  height: 40px;
  min-width: 40px;
  align-items: center;
  justify-content: center;
  background-color: rgba(125, 213, 242, 0.1);
  border-radius: 6px;
  margin-right: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-v2 .social-list .social:last-child {
  margin: 0;
}
.ova-team-v2 .social-list .social i {
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
  color: rgba(84, 202, 239, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-v2 .social-list .social:hover {
  background-color: #33BDE9 !important;
}
.ova-team-v2 .social-list .social:hover i {
  color: #FFFFFF;
}
.ova-team-v2 .social-list:hover .social {
  background-color: #FFFFFF;
}
.ova-team-v2:hover {
  box-shadow: 0px 40px 68px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
}
.ova-team-v2:hover .avatar img {
  transform: scale(1.05);
}

.ova-team-v3 {
  padding: 28px;
  background-color: #FFFFFF;
  border-radius: 8px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-v3 .avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 198px;
  height: 198px;
  border: 3px solid #F4F4F4;
  box-sizing: border-box;
  border-radius: 50%;
  margin-bottom: 26px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-v3 .avatar .image {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 164px;
  height: 164px;
  border-radius: 50%;
  background-color: #C4C4C4;
  position: relative;
}
.ova-team-v3 .avatar .image:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #9545FA;
  opacity: 0.3;
}
.ova-team-v3 .avatar .image img {
  width: 100%;
  object-fit: cover;
}
.ova-team-v3 .title {
  margin: 0;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-v3 .job {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #8D869B;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-v3 .social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ova-team-v3 .social-list .social {
  display: flex;
  width: 40px;
  height: 40px;
  min-width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin-right: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-v3 .social-list .social:last-child {
  margin: 0;
}
.ova-team-v3 .social-list .social i {
  font-size: 22px;
  line-height: 1;
  vertical-align: middle;
  color: #DFAFF5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-v3 .social-list .social:hover {
  background-color: rgba(149, 69, 250, 0.12);
}
.ova-team-v3 .social-list .social:hover i {
  color: #9545FA;
}
.ova-team-v3:hover {
  box-shadow: 0px 40px 68px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.ova-team-v3:hover .avatar {
  border-color: #DFAFF5;
}
.ova-team-v3:hover .title {
  color: #9545FA;
}

.ova-team-v4 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .ova-team-v4 {
    align-items: center;
  }
}
.ova-team-v4 .avatar {
  position: relative;
  overflow: hidden;
  width: 197px;
  height: 197px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 50%;
  margin-bottom: 25px;
}
.ova-team-v4 .avatar .image {
  width: 190px;
  height: 190px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-v4 .avatar .image img {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  object-fit: cover;
}
.ova-team-v4 .title {
  margin: 0;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #c7ff00;
}
.ova-team-v4 .job {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
}
.ova-team-v4:hover .avatar .image {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 7px;
}

.switch-lang-v1 {
  display: block;
  cursor: pointer;
  position: relative;
}
.switch-lang-v1:hover .lang-dropdown {
  display: block;
}
.switch-lang-v1:hover .current-lang i {
  transform: rotate(-180deg);
}
.switch-lang-v1 .current-lang {
  display: flex;
  align-items: center;
}
.switch-lang-v1 .current-lang .lang-text {
  margin: 0;
  margin-right: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #FFF;
}
.switch-lang-v1 .current-lang i {
  color: #414073;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.switch-lang-v1 .lang-dropdown {
  display: none;
  background-color: #FFF;
  box-shadow: 10px 0 40px rgba(6, 22, 58, 0.1);
  z-index: 99999;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.switch-lang-v1 .lang-dropdown .selecting-lang {
  padding: 5px 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.switch-lang-v1 .lang-dropdown .selecting-lang:hover {
  background-color: var(--primary);
}
.switch-lang-v1 .lang-dropdown .selecting-lang:hover .lang-text {
  color: #FFF;
}
.switch-lang-v1 .lang-dropdown .selecting-lang:first-child {
  border-bottom: 1px solid #e5e5e5;
}
.switch-lang-v1 .lang-dropdown .selecting-lang .lang-text {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: var(--text);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.switch-lang-v2 {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.switch-lang-v2:hover .current-lang {
  border-radius: 8px 8px 0 0;
  border-color: var(--primary);
  border-bottom-color: #e5e5e5;
  background-color: var(--primary);
}
.switch-lang-v2:hover .lang-dropdown {
  display: block;
}
.switch-lang-v2:hover .current-lang .lang-text {
  color: #fff;
}
.switch-lang-v2:hover .current-lang i {
  transform: rotate(-180deg);
  color: #fff;
}
.switch-lang-v2 .current-lang {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid #C2C2C2;
  box-sizing: border-box;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.switch-lang-v2 .current-lang .lang-text {
  margin: 0;
  margin-right: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #000;
}
.switch-lang-v2 .current-lang i {
  color: #C2C2C2;
  font-size: 10px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.switch-lang-v2 .current-lang i:before {
  vertical-align: middle;
}
.switch-lang-v2 .lang-dropdown {
  display: none;
  background-color: #FFF;
  box-shadow: 10px 0 40px rgba(6, 22, 58, 0.1);
  z-index: 99999;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.switch-lang-v2 .lang-dropdown .selecting-lang {
  padding: 10px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.switch-lang-v2 .lang-dropdown .selecting-lang:first-child {
  border-bottom: 0;
}
.switch-lang-v2 .lang-dropdown .selecting-lang:last-child {
  border-top: 0;
}
.switch-lang-v2 .lang-dropdown .selecting-lang:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}
.switch-lang-v2 .lang-dropdown .selecting-lang:hover .lang-text {
  color: #FFF;
}
.switch-lang-v2 .lang-dropdown .selecting-lang:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.switch-lang-v2 .lang-dropdown .selecting-lang .lang-text {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: var(--text);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ova-button .url-button {
  width: auto;
  display: inline-flex;
  align-items: center;
  background-color: var(--primary);
  border-radius: 28px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-button .url-button:hover {
  background-color: #fff;
  color: var(--primary);
}
.ova-button .url-button i {
  display: inline-flex;
  font-size: 22px;
  vertical-align: middle;
  border: 1px solid #91A4FF;
  border-radius: 50%;
}
.ova-button .url-button i.before {
  margin-right: 5px;
}
.ova-button .url-button i.after {
  margin-left: 5px;
}
.ova-button a {
  text-decoration: none;
}

.ova-image-gallery {
  display: inline-grid;
  grid-gap: 17px;
}
.ova-image-gallery.column-1 {
  grid-template-columns: 1fr;
}
.ova-image-gallery.column-2 {
  grid-template-columns: 1fr 1fr;
}
.ova-image-gallery.column-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.ova-image-gallery.column-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.ova-image-gallery.column-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.ova-image-gallery .gallery-item {
  display: inline-flex;
}
.ova-image-gallery .gallery-item a {
  display: inline-flex;
  text-decoration: none;
}

.subcribe-home1 .ova-mc4wp {
  display: flex;
}
.subcribe-home1 .ova-mc4wp .ova-mc4wp-name {
  display: none;
}
.subcribe-home1 .ova-mc4wp .ova-mc4wp-email {
  width: 70%;
  margin-right: 20px;
}
.subcribe-home1 .ova-mc4wp .ova-mc4wp-email input[type=email] {
  background-color: #292A47;
  border-radius: 28px;
  color: rgba(224, 224, 224, 0.8);
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  padding: 16px 20px;
  width: 100%;
  height: auto;
  border: none;
}
.subcribe-home1 .ova-mc4wp .ova-mc4wp-submit {
  width: 30%;
}
.subcribe-home1 .ova-mc4wp .ova-mc4wp-submit input[type=submit] {
  background-color: var(--primary);
  border-radius: 28px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 16px 20px;
  color: #FFFFFF;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.subcribe-home1 .ova-mc4wp .ova-mc4wp-submit input[type=submit]:hover {
  background-color: #fff;
  color: var(--text);
  border-color: var(--text);
}
@media screen and (max-width: 465px) {
  .subcribe-home1 .ova-mc4wp {
    flex-direction: column;
  }
  .subcribe-home1 .ova-mc4wp .ova-mc4wp-email {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .subcribe-home1 .ova-mc4wp .ova-mc4wp-submit {
    width: 100%;
  }
}

.subcribe-home2 .ova-mc4wp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
  .subcribe-home2 .ova-mc4wp {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .subcribe-home2 .ova-mc4wp {
    flex-direction: column;
    align-items: flex-start;
  }
}
.subcribe-home2 .ova-mc4wp .ova-mc4wp-name, .subcribe-home2 .ova-mc4wp .ova-mc4wp-email {
  margin-right: 30px;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .subcribe-home2 .ova-mc4wp .ova-mc4wp-name, .subcribe-home2 .ova-mc4wp .ova-mc4wp-email {
    margin-right: 0px;
    margin-bottom: 30px;
    width: 100%;
  }
}
.subcribe-home2 .ova-mc4wp .ova-mc4wp-name input, .subcribe-home2 .ova-mc4wp .ova-mc4wp-email input {
  max-height: 48px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #DCDCE7;
  box-sizing: border-box;
  border-radius: 8px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .subcribe-home2 .ova-mc4wp .ova-mc4wp-name input, .subcribe-home2 .ova-mc4wp .ova-mc4wp-email input {
    max-width: 100%;
    width: 100%;
  }
}
.subcribe-home2 .ova-mc4wp .ova-mc4wp-name input::placeholder, .subcribe-home2 .ova-mc4wp .ova-mc4wp-email input::placeholder {
  font-size: 16px;
  line-height: 24px;
  color: var(--text);
}
.subcribe-home2 .ova-mc4wp .ova-mc4wp-submit {
  width: 158px;
}
@media screen and (max-width: 768px) {
  .subcribe-home2 .ova-mc4wp .ova-mc4wp-submit {
    width: 100%;
  }
}
.subcribe-home2 .ova-mc4wp .ova-mc4wp-submit input[type=submit] {
  max-height: 48px;
  width: 100%;
  padding: 12px 40.5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background-color: #48DCA8;
  border: none;
  box-shadow: 0px 15px 30px rgba(72, 220, 168, 0.25);
  border-radius: 8px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
  .subcribe-home2 .ova-mc4wp .ova-mc4wp-submit input[type=submit] {
    width: 100%;
  }
}

.subcribe-home4 .ova-mc4wp {
  display: flex;
}
.subcribe-home4 .ova-mc4wp .ova-mc4wp-name {
  display: none;
}
.subcribe-home4 .ova-mc4wp .ova-mc4wp-email {
  width: 70%;
  margin-right: 20px;
}
.subcribe-home4 .ova-mc4wp .ova-mc4wp-email input[type=email] {
  background-color: #382463;
  border-radius: 8px;
  color: #C5B5D6;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  padding: 16px 20px;
  width: 100%;
  height: auto;
  border: none;
}
.subcribe-home4 .ova-mc4wp .ova-mc4wp-email input[type=email]::placeholder {
  color: #C5B5D6;
}
.subcribe-home4 .ova-mc4wp .ova-mc4wp-submit {
  width: 30%;
}
.subcribe-home4 .ova-mc4wp .ova-mc4wp-submit input[type=submit] {
  background: linear-gradient(95.51deg, #26BAED -6.54%, #4F94FB 15.87%, #DB26F9 106.69%);
  box-shadow: 0px 20px 40px rgba(232, 112, 242, 0.1);
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  padding: 16px 20px;
  color: #FFFFFF;
  width: auto;
  height: auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.subcribe-home4 .ova-mc4wp .ova-mc4wp-submit input[type=submit]:hover {
  background: linear-gradient(95.51deg, #DB26F9 15.87%, #4F94FB 106.69%);
  color: #FFFFFF;
}
@media screen and (max-width: 465px) {
  .subcribe-home4 .ova-mc4wp {
    flex-direction: column;
  }
  .subcribe-home4 .ova-mc4wp .ova-mc4wp-email {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .subcribe-home4 .ova-mc4wp .ova-mc4wp-submit {
    width: 100%;
  }
  .subcribe-home4 .ova-mc4wp .ova-mc4wp-submit input[type=submit] {
    width: 100%;
  }
}

.subcribe-home5 .ova-mc4wp {
  display: flex;
}
.subcribe-home5 .ova-mc4wp .ova-mc4wp-name {
  display: none;
}
.subcribe-home5 .ova-mc4wp .ova-mc4wp-email {
  width: 70%;
  margin-right: 20px;
}
.subcribe-home5 .ova-mc4wp .ova-mc4wp-email input[type=email] {
  background-color: #FFFFFF;
  border-radius: 16px;
  color: #8B8B8B;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  padding: 16px 20px;
  width: 100%;
  height: auto;
  border: none;
}
.subcribe-home5 .ova-mc4wp .ova-mc4wp-email input[type=email]::placeholder {
  color: #8B8B8B;
}
.subcribe-home5 .ova-mc4wp .ova-mc4wp-submit {
  width: 30%;
}
.subcribe-home5 .ova-mc4wp .ova-mc4wp-submit input[type=submit] {
  background-color: #54CAEF;
  box-shadow: 0px 20px 40px rgba(232, 112, 242, 0.1);
  border: none;
  border-radius: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  padding: 16px 28px;
  color: #FFFFFF;
  width: auto;
  height: auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.subcribe-home5 .ova-mc4wp .ova-mc4wp-submit input[type=submit]:hover {
  background-color: #5674FF;
  color: #FFFFFF;
}
@media screen and (max-width: 465px) {
  .subcribe-home5 .ova-mc4wp {
    flex-direction: column;
  }
  .subcribe-home5 .ova-mc4wp .ova-mc4wp-email {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .subcribe-home5 .ova-mc4wp .ova-mc4wp-submit {
    width: 100%;
  }
  .subcribe-home5 .ova-mc4wp .ova-mc4wp-submit input[type=submit] {
    width: 100%;
  }
}

.subcribe-home6 .ova-mc4wp {
  display: flex;
}
.subcribe-home6 .ova-mc4wp .ova-mc4wp-name {
  display: none;
}
.subcribe-home6 .ova-mc4wp .ova-mc4wp-email {
  width: 70%;
  margin-right: 20px;
}
.subcribe-home6 .ova-mc4wp .ova-mc4wp-email input[type=email] {
  background-color: #FFFFFF;
  border-radius: 10px;
  color: #8B8B8B;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  padding: 16px 20px;
  width: 100%;
  height: auto;
  border: none;
}
.subcribe-home6 .ova-mc4wp .ova-mc4wp-email input[type=email]::placeholder {
  color: #8B8B8B;
}
.subcribe-home6 .ova-mc4wp .ova-mc4wp-submit {
  width: 30%;
}
.subcribe-home6 .ova-mc4wp .ova-mc4wp-submit input[type=submit] {
  background-color: #1D5FEF;
  box-shadow: 0px 20px 40px rgba(232, 112, 242, 0.1);
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  padding: 16px 28px;
  color: #FFFFFF;
  width: auto;
  height: auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.subcribe-home6 .ova-mc4wp .ova-mc4wp-submit input[type=submit]:hover {
  background-color: #3D4465;
  color: #FFFFFF;
}
@media screen and (max-width: 465px) {
  .subcribe-home6 .ova-mc4wp {
    flex-direction: column;
  }
  .subcribe-home6 .ova-mc4wp .ova-mc4wp-email {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .subcribe-home6 .ova-mc4wp .ova-mc4wp-submit {
    width: 100%;
  }
  .subcribe-home6 .ova-mc4wp .ova-mc4wp-submit input[type=submit] {
    width: 100%;
  }
}

.subscribe-homeAI-text .ova-mc4wp .ova-mc4wp-name {
  display: none;
}
.subscribe-homeAI-text .ova-mc4wp .ova-mc4wp-email {
  width: 100%;
}
.subscribe-homeAI-text .ova-mc4wp .ova-mc4wp-email input[type=email] {
  background-color: #FFFFFF;
  border-radius: 12px;
  color: #030014;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  padding: 18px 25px;
  width: 100%;
  height: auto;
  border: none;
}
.subscribe-homeAI-text .ova-mc4wp .ova-mc4wp-submit {
  width: 30%;
  margin-top: 10px;
}
.subscribe-homeAI-text .ova-mc4wp .ova-mc4wp-submit input[type=submit] {
  background-color: var(--primary);
  border: none;
  border-radius: 14px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 12px 24px;
  color: #fff;
  width: auto;
  height: auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.subscribe-homeAI-text .ova-mc4wp .ova-mc4wp-submit input[type=submit]:hover {
  background-color: #0B0B1C;
}

.ova-ctfrom7 p {
  margin: 0;
  display: inherit;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 675px) {
  .ova-ctfrom7 p {
    flex-direction: column;
  }
}
.ova-ctfrom7 .ova-submit .wpcf7-spinner {
  position: absolute;
}
.ova-ctfrom7 .form-home1 input[type=text], .ova-ctfrom7 .form-home1 input[type=email], .ova-ctfrom7 .form-home1 input[type=tel], .ova-ctfrom7 .form-home1 textarea {
  width: 386px;
  background-color: #292A47;
  box-sizing: border-box;
  border: none;
  border-radius: 24px;
  padding: 12px 16px;
  color: #fff;
  outline: none;
  caret-color: var(--primary);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-transform: capitalize;
}
@media screen and (max-width: 830px) {
  .ova-ctfrom7 .form-home1 input[type=text], .ova-ctfrom7 .form-home1 input[type=email], .ova-ctfrom7 .form-home1 input[type=tel], .ova-ctfrom7 .form-home1 textarea {
    width: 300px;
  }
}
.ova-ctfrom7 .form-home1 input[type=text]::placeholder, .ova-ctfrom7 .form-home1 input[type=email]::placeholder, .ova-ctfrom7 .form-home1 input[type=tel]::placeholder, .ova-ctfrom7 .form-home1 textarea::placeholder {
  font-size: 16px;
  line-height: 24px;
  color: rgba(224, 224, 224, 0.8);
}
.ova-ctfrom7 .form-home1 .name-info, .ova-ctfrom7 .form-home1 .email-phone-info, .ova-ctfrom7 .form-home1 .message-info {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 675px) {
  .ova-ctfrom7 .form-home1 .name-info, .ova-ctfrom7 .form-home1 .email-phone-info, .ova-ctfrom7 .form-home1 .message-info {
    flex-direction: column;
  }
  .ova-ctfrom7 .form-home1 .name-info .wpcf7-form-control-wrap, .ova-ctfrom7 .form-home1 .email-phone-info .wpcf7-form-control-wrap, .ova-ctfrom7 .form-home1 .message-info .wpcf7-form-control-wrap {
    width: 100%;
  }
  .ova-ctfrom7 .form-home1 .name-info .wpcf7-form-control-wrap input, .ova-ctfrom7 .form-home1 .email-phone-info .wpcf7-form-control-wrap input, .ova-ctfrom7 .form-home1 .message-info .wpcf7-form-control-wrap input {
    width: 100%;
  }
}
.ova-ctfrom7 .form-home1 .name-info, .ova-ctfrom7 .form-home1 .email-phone-info {
  margin-bottom: 30px;
}
.ova-ctfrom7 .form-home1 .name-info .wpcf7-form-control-wrap:first-child input, .ova-ctfrom7 .form-home1 .email-phone-info .wpcf7-form-control-wrap:first-child input {
  margin-right: 15px;
}
@media screen and (max-width: 675px) {
  .ova-ctfrom7 .form-home1 .name-info .wpcf7-form-control-wrap:first-child input, .ova-ctfrom7 .form-home1 .email-phone-info .wpcf7-form-control-wrap:first-child input {
    margin-right: 0;
  }
}
.ova-ctfrom7 .form-home1 .name-info .wpcf7-form-control-wrap:last-child input, .ova-ctfrom7 .form-home1 .email-phone-info .wpcf7-form-control-wrap:last-child input {
  margin-left: 15px;
}
@media screen and (max-width: 675px) {
  .ova-ctfrom7 .form-home1 .name-info .wpcf7-form-control-wrap:last-child input, .ova-ctfrom7 .form-home1 .email-phone-info .wpcf7-form-control-wrap:last-child input {
    margin-left: 0;
  }
}
.ova-ctfrom7 .form-home1 .email-phone-info input[type=email], .ova-ctfrom7 .form-home1 .email-phone-info input[type=tel] {
  text-transform: unset;
}
.ova-ctfrom7 .form-home1 .message-info textarea {
  width: 802px;
  height: 120px;
  max-width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 830px) {
  .ova-ctfrom7 .form-home1 .message-info textarea {
    width: 630px;
  }
}
@media screen and (max-width: 675px) {
  .ova-ctfrom7 .form-home1 .message-info textarea {
    width: 100%;
  }
}
.ova-ctfrom7 .form-home1 .ova-submit {
  text-align: center;
}
.ova-ctfrom7 .form-home1 .ova-submit input[type=submit] {
  padding: 16px 36.6px;
  background-color: var(--primary);
  border-radius: 28px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-ctfrom7 .form-home1 .ova-submit input[type=submit]:hover {
  background-color: #48DCA8;
  border-color: #48DCA8;
}
.ova-ctfrom7 .form-home2 input[type=text], .ova-ctfrom7 .form-home2 input[type=email], .ova-ctfrom7 .form-home2 input[type=tel] {
  width: 100%;
  background-color: #fff;
  border: 1px solid #DCDCE7;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 12px 11px;
  color: #000;
  outline: none;
  caret-color: #48DCA8;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-ctfrom7 .form-home2 input[type=text]::placeholder, .ova-ctfrom7 .form-home2 input[type=email]::placeholder, .ova-ctfrom7 .form-home2 input[type=tel]::placeholder {
  font-size: 16px;
  line-height: 24px;
  color: var(--text);
}
.ova-ctfrom7 .form-home2 .name-info, .ova-ctfrom7 .form-home2 .email-phone-info, .ova-ctfrom7 .form-home2 .message-info {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .ova-ctfrom7 .form-home2 .name-info, .ova-ctfrom7 .form-home2 .email-phone-info, .ova-ctfrom7 .form-home2 .message-info {
    flex-direction: column;
  }
  .ova-ctfrom7 .form-home2 .name-info .wpcf7-form-control-wrap, .ova-ctfrom7 .form-home2 .email-phone-info .wpcf7-form-control-wrap, .ova-ctfrom7 .form-home2 .message-info .wpcf7-form-control-wrap {
    width: 100%;
  }
  .ova-ctfrom7 .form-home2 .name-info .wpcf7-form-control-wrap input, .ova-ctfrom7 .form-home2 .name-info .wpcf7-form-control-wrap textarea, .ova-ctfrom7 .form-home2 .email-phone-info .wpcf7-form-control-wrap input, .ova-ctfrom7 .form-home2 .email-phone-info .wpcf7-form-control-wrap textarea, .ova-ctfrom7 .form-home2 .message-info .wpcf7-form-control-wrap input, .ova-ctfrom7 .form-home2 .message-info .wpcf7-form-control-wrap textarea {
    max-width: 100%;
  }
}
.ova-ctfrom7 .form-home2 .name-info, .ova-ctfrom7 .form-home2 .email-phone-info {
  margin-bottom: 16px;
}
.ova-ctfrom7 .form-home2 .name-info .wpcf7-form-control-wrap, .ova-ctfrom7 .form-home2 .email-phone-info .wpcf7-form-control-wrap {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.ova-ctfrom7 .form-home2 .name-info .wpcf7-form-control-wrap:first-child, .ova-ctfrom7 .form-home2 .email-phone-info .wpcf7-form-control-wrap:first-child {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .ova-ctfrom7 .form-home2 .name-info .wpcf7-form-control-wrap:first-child, .ova-ctfrom7 .form-home2 .email-phone-info .wpcf7-form-control-wrap:first-child {
    margin-right: 0;
  }
}
.ova-ctfrom7 .form-home2 .name-info .wpcf7-form-control-wrap:last-child, .ova-ctfrom7 .form-home2 .email-phone-info .wpcf7-form-control-wrap:last-child {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .ova-ctfrom7 .form-home2 .name-info .wpcf7-form-control-wrap:last-child, .ova-ctfrom7 .form-home2 .email-phone-info .wpcf7-form-control-wrap:last-child {
    margin-left: 0;
  }
}
.ova-ctfrom7 .form-home2 .email-phone-info input[type=email], .ova-ctfrom7 .form-home2 .email-phone-info input[type=tel] {
  text-transform: unset;
}
.ova-ctfrom7 .form-home2 .message-info .wpcf7-form-control-wrap {
  width: 100%;
}
.ova-ctfrom7 .form-home2 .message-info .wpcf7-form-control-wrap textarea {
  width: 100%;
  height: 96px;
  max-width: 100%;
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid #DCDCE7;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 12px 11px;
  outline: none;
  caret-color: #48DCA8;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  text-transform: capitalize;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-ctfrom7 .form-home2 .message-info .wpcf7-form-control-wrap textarea::placeholder {
  color: #6D747C;
}
.ova-ctfrom7 .form-home2 .ova-submit {
  text-align: center;
}
.ova-ctfrom7 .form-home2 .ova-submit input[type=submit] {
  padding: 14px 75px 15px 73px;
  background-color: #48DCA8;
  border-color: #48DCA8;
  box-shadow: 0px 15px 30px rgba(72, 220, 168, 0.25);
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-ctfrom7 .form-home2 .ova-submit input[type=submit]:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
@media screen and (max-width: 450px) {
  .ova-ctfrom7 .form-home2 .ova-submit input[type=submit] {
    width: 100%;
    padding: 14px 0 15px 0;
    font-size: 16px;
  }
}
.ova-ctfrom7 .form-home3 input[type=text], .ova-ctfrom7 .form-home3 input[type=email], .ova-ctfrom7 .form-home3 input[type=tel] {
  width: 100%;
  background-color: #33343B;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-sizing: border-box;
  border-radius: 8px;
  padding: 12px 11px;
  color: #fff;
  outline: none;
  caret-color: #48DCA8;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-ctfrom7 .form-home3 input[type=text]::placeholder, .ova-ctfrom7 .form-home3 input[type=email]::placeholder, .ova-ctfrom7 .form-home3 input[type=tel]::placeholder {
  font-size: 16px;
  line-height: 24px;
  color: #D3D4E0;
}
.ova-ctfrom7 .form-home3 .name-info, .ova-ctfrom7 .form-home3 .email-phone-info, .ova-ctfrom7 .form-home3 .message-info {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .ova-ctfrom7 .form-home3 .name-info, .ova-ctfrom7 .form-home3 .email-phone-info, .ova-ctfrom7 .form-home3 .message-info {
    flex-direction: column;
  }
  .ova-ctfrom7 .form-home3 .name-info .wpcf7-form-control-wrap, .ova-ctfrom7 .form-home3 .email-phone-info .wpcf7-form-control-wrap, .ova-ctfrom7 .form-home3 .message-info .wpcf7-form-control-wrap {
    width: 100%;
  }
  .ova-ctfrom7 .form-home3 .name-info .wpcf7-form-control-wrap input, .ova-ctfrom7 .form-home3 .name-info .wpcf7-form-control-wrap textarea, .ova-ctfrom7 .form-home3 .email-phone-info .wpcf7-form-control-wrap input, .ova-ctfrom7 .form-home3 .email-phone-info .wpcf7-form-control-wrap textarea, .ova-ctfrom7 .form-home3 .message-info .wpcf7-form-control-wrap input, .ova-ctfrom7 .form-home3 .message-info .wpcf7-form-control-wrap textarea {
    max-width: 100%;
  }
}
.ova-ctfrom7 .form-home3 .name-info, .ova-ctfrom7 .form-home3 .email-phone-info {
  margin-bottom: 16px;
}
.ova-ctfrom7 .form-home3 .name-info .wpcf7-form-control-wrap, .ova-ctfrom7 .form-home3 .email-phone-info .wpcf7-form-control-wrap {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.ova-ctfrom7 .form-home3 .name-info .wpcf7-form-control-wrap:first-child, .ova-ctfrom7 .form-home3 .email-phone-info .wpcf7-form-control-wrap:first-child {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .ova-ctfrom7 .form-home3 .name-info .wpcf7-form-control-wrap:first-child, .ova-ctfrom7 .form-home3 .email-phone-info .wpcf7-form-control-wrap:first-child {
    margin-right: 0;
  }
}
.ova-ctfrom7 .form-home3 .name-info .wpcf7-form-control-wrap:last-child, .ova-ctfrom7 .form-home3 .email-phone-info .wpcf7-form-control-wrap:last-child {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .ova-ctfrom7 .form-home3 .name-info .wpcf7-form-control-wrap:last-child, .ova-ctfrom7 .form-home3 .email-phone-info .wpcf7-form-control-wrap:last-child {
    margin-left: 0;
  }
}
.ova-ctfrom7 .form-home3 .email-phone-info input[type=email], .ova-ctfrom7 .form-home3 .email-phone-info input[type=tel] {
  text-transform: unset;
}
.ova-ctfrom7 .form-home3 .message-info .wpcf7-form-control-wrap {
  width: 100%;
}
.ova-ctfrom7 .form-home3 .message-info .wpcf7-form-control-wrap textarea {
  width: 100%;
  height: 96px;
  max-width: 100%;
  margin-bottom: 24px;
  background-color: #33343B;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-sizing: border-box;
  border-radius: 8px;
  padding: 12px 11px;
  color: #fff;
  outline: none;
  caret-color: #48DCA8;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-ctfrom7 .form-home3 .message-info .wpcf7-form-control-wrap textarea::placeholder {
  color: #D3D4E0;
}
.ova-ctfrom7 .form-home3 .ova-submit {
  text-align: center;
}
.ova-ctfrom7 .form-home3 .ova-submit input[type=submit] {
  padding: 14px 75px 15px 73px;
  background-color: #48DCA8;
  border-color: #48DCA8;
  box-shadow: 0px 15px 30px rgba(72, 220, 168, 0.25);
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-ctfrom7 .form-home3 .ova-submit input[type=submit]:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
@media screen and (max-width: 450px) {
  .ova-ctfrom7 .form-home3 .ova-submit input[type=submit] {
    width: 100%;
    padding: 14px 0 15px 0;
    font-size: 16px;
  }
}
.ova-ctfrom7 .form-subcribe-home3 .content-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
  .ova-ctfrom7 .form-subcribe-home3 .content-info {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .ova-ctfrom7 .form-subcribe-home3 .content-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ova-ctfrom7 .form-subcribe-home3 .content-info .wpcf7-form-control-wrap {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .ova-ctfrom7 .form-subcribe-home3 .content-info .wpcf7-form-control-wrap {
    margin-right: 0px;
  }
}
.ova-ctfrom7 .form-subcribe-home3 .content-info .wpcf7-form-control-wrap input {
  max-width: 300px;
  max-height: 48px;
  width: 100%;
  background-color: #33343B;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-sizing: border-box;
  border-radius: 8px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .ova-ctfrom7 .form-subcribe-home3 .content-info .wpcf7-form-control-wrap input {
    max-width: 100%;
    width: 100%;
  }
}
.ova-ctfrom7 .form-subcribe-home3 .content-info .wpcf7-form-control-wrap input::placeholder {
  font-size: 16px;
  line-height: 24px;
  color: #D3D4E0;
}
.ova-ctfrom7 .form-subcribe-home3 .content-info input[type=submit] {
  max-width: 158px;
  max-height: 48px;
  padding: 12px 40.5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #48DCA8;
  border: none;
  box-shadow: 0px 15px 30px rgba(72, 220, 168, 0.25);
  border-radius: 8px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
  .ova-ctfrom7 .form-subcribe-home3 .content-info input[type=submit] {
    max-width: 100%;
  }
}
.ova-ctfrom7 .form-home4 {
  background-color: #FFFFFF;
  padding: 56px;
  border: 1px solid #F4F4F4;
  box-sizing: border-box;
  box-shadow: 0px 60px 120px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .ova-ctfrom7 .form-home4 {
    padding: 30px;
  }
}
.ova-ctfrom7 .form-home4 input[type=text], .ova-ctfrom7 .form-home4 input[type=email], .ova-ctfrom7 .form-home4 input[type=tel] {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #EAE9E9;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-ctfrom7 .form-home4 input[type=text]::placeholder, .ova-ctfrom7 .form-home4 input[type=email]::placeholder, .ova-ctfrom7 .form-home4 input[type=tel]::placeholder {
  font-size: 16px;
  line-height: 24px;
  color: #8D869B;
  font-weight: 400;
}
.ova-ctfrom7 .form-home4 input[type=text]:focus, .ova-ctfrom7 .form-home4 input[type=email]:focus, .ova-ctfrom7 .form-home4 input[type=tel]:focus {
  border-color: #9545FA;
  caret-color: #9545FA;
}
.ova-ctfrom7 .form-home4 .name-info, .ova-ctfrom7 .form-home4 .email-phone-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.ova-ctfrom7 .form-home4 .name-info .wpcf7-form-control-wrap, .ova-ctfrom7 .form-home4 .email-phone-info .wpcf7-form-control-wrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ova-ctfrom7 .form-home4 .name-info, .ova-ctfrom7 .form-home4 .email-phone-info {
    flex-direction: column;
  }
}
.ova-ctfrom7 .form-home4 .name-info .wpcf7-form-control-wrap.first-name, .ova-ctfrom7 .form-home4 .name-info .wpcf7-form-control-wrap[data-name=first-name] {
  margin-right: 15px;
}
.ova-ctfrom7 .form-home4 .name-info .wpcf7-form-control-wrap.last-name, .ova-ctfrom7 .form-home4 .name-info .wpcf7-form-control-wrap[data-name=last-name] {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .ova-ctfrom7 .form-home4 .name-info .wpcf7-form-control-wrap.first-name, .ova-ctfrom7 .form-home4 .name-info .wpcf7-form-control-wrap.last-name, .ova-ctfrom7 .form-home4 .name-info .wpcf7-form-control-wrap[data-name=first-name], .ova-ctfrom7 .form-home4 .name-info .wpcf7-form-control-wrap[data-name=last-name] {
    margin: 0;
  }
}
.ova-ctfrom7 .form-home4 .email-phone-info .wpcf7-form-control-wrap.your-email, .ova-ctfrom7 .form-home4 .email-phone-info .wpcf7-form-control-wrap[data-name=your-email] {
  margin-right: 15px;
}
.ova-ctfrom7 .form-home4 .email-phone-info .wpcf7-form-control-wrap.phone, .ova-ctfrom7 .form-home4 .email-phone-info .wpcf7-form-control-wrap[data-name=phone] {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .ova-ctfrom7 .form-home4 .email-phone-info .wpcf7-form-control-wrap.your-email, .ova-ctfrom7 .form-home4 .email-phone-info .wpcf7-form-control-wrap.phone, .ova-ctfrom7 .form-home4 .email-phone-info .wpcf7-form-control-wrap[data-name=your-email], .ova-ctfrom7 .form-home4 .email-phone-info .wpcf7-form-control-wrap[data-name=phone] {
    margin: 0;
  }
}
.ova-ctfrom7 .form-home4 .message-info {
  margin-bottom: 40px;
}
.ova-ctfrom7 .form-home4 .message-info textarea[name=message] {
  height: 84px;
  background-color: #FFFFFF;
  border: 1px solid #EAE9E9;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-ctfrom7 .form-home4 .message-info textarea[name=message]::placeholder {
  font-size: 16px;
  line-height: 24px;
  color: #8D869B;
  font-weight: 400;
}
.ova-ctfrom7 .form-home4 .message-info textarea[name=message]:focus {
  border-color: #9545FA;
  caret-color: #9545FA;
}
.ova-ctfrom7 .form-home4 .ova-submit {
  position: relative;
}
.ova-ctfrom7 .form-home4 .ova-submit input[type=submit] {
  width: 100%;
  padding: 12px 14px;
  background: linear-gradient(95.51deg, #26BAED -6.54%, #4F94FB 15.87%, #DB26F9 106.69%);
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-ctfrom7 .form-home4 .ova-submit input[type=submit]:hover {
  background: linear-gradient(95.51deg, #26BAED -6.54%, #DB26F9 15.87%, #4F94FB 106.69%);
}
.ova-ctfrom7 .form-home4 .ova-submit .ajax-loader {
  position: absolute;
  bottom: -40px;
  left: 0;
  margin: 0;
}
.ova-ctfrom7 .form-home5 {
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 40px;
}
@media screen and (max-width: 400px) {
  .ova-ctfrom7 .form-home5 {
    padding: 20px;
  }
}
.ova-ctfrom7 .form-home5 label {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}
.ova-ctfrom7 .form-home5 input[type=text], .ova-ctfrom7 .form-home5 input[type=email] {
  width: 100%;
  margin-top: 4px;
  margin-bottom: 15px;
  background-color: #FFFFFF;
  border: 1px solid #E2E3E4;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.ova-ctfrom7 .form-home5 input[type=text]::placeholder, .ova-ctfrom7 .form-home5 input[type=email]::placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #BBC3CC;
}
.ova-ctfrom7 .form-home5 input[type=text]:focus, .ova-ctfrom7 .form-home5 input[type=email]:focus {
  border-color: var(--primary);
  caret-color: var(--primary);
}
.ova-ctfrom7 .form-home5 .message-info textarea {
  width: 100%;
  height: 137px;
  padding: 16px;
  background-color: #F6FAFF;
  border-radius: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  border: none;
}
.ova-ctfrom7 .form-home5 .message-info textarea::placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #BBC3CC;
}
.ova-ctfrom7 .form-home5 .message-info textarea:focus {
  caret-color: var(--primary);
}
.ova-ctfrom7 .form-home5 .ova-submit {
  text-align: right;
}
.ova-ctfrom7 .form-home5 .ova-submit input[type=submit] {
  margin-top: 40px;
  padding: 20px 24px;
  background: #5674FF;
  box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.05);
  border-radius: 14px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-ctfrom7 .form-home5 .ova-submit input[type=submit]:hover {
  background-color: #54CAEF;
  color: #FFFFFF;
}
.ova-ctfrom7 .form-home5 .ova-submit .wpcf7-spinner {
  margin: 30px 0 0 10px;
}
.ova-ctfrom7 .form-home6 {
  background-color: #333854;
  border-radius: 14px;
  padding: 40px;
}
@media screen and (max-width: 400px) {
  .ova-ctfrom7 .form-home6 {
    padding: 20px;
  }
}
.ova-ctfrom7 .form-home6 label {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
}
.ova-ctfrom7 .form-home6 input[type=text], .ova-ctfrom7 .form-home6 input[type=email] {
  width: 100%;
  margin-top: 4px;
  margin-bottom: 15px;
  background-color: #272C44;
  border: 1px solid #272C44;
  box-sizing: border-box;
  border-radius: 14px;
  padding: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.ova-ctfrom7 .form-home6 input[type=text]::placeholder, .ova-ctfrom7 .form-home6 input[type=email]::placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #9399BC;
}
.ova-ctfrom7 .form-home6 input[type=text]:focus, .ova-ctfrom7 .form-home6 input[type=email]:focus {
  border-color: #6CE1F5;
  caret-color: #9399BC;
}
.ova-ctfrom7 .form-home6 .message-info textarea {
  width: 100%;
  height: 137px;
  padding: 16px;
  background-color: #272C44;
  border-radius: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  border: none;
}
.ova-ctfrom7 .form-home6 .message-info textarea::placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #9399BC;
}
.ova-ctfrom7 .form-home6 .message-info textarea:focus {
  caret-color: #9399BC;
}
.ova-ctfrom7 .form-home6 .ova-submit {
  text-align: right;
}
.ova-ctfrom7 .form-home6 .ova-submit input[type=submit] {
  margin-top: 40px;
  padding: 20px 44px;
  background: #1D5FEF;
  box-shadow: 0px 16px 32px rgba(44, 204, 255, 0.15);
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-ctfrom7 .form-home6 .ova-submit input[type=submit]:hover {
  background-color: #272C44;
  color: #FFFFFF;
}
.ova-ctfrom7 .form-home6 .ova-submit .wpcf7-spinner {
  margin: 30px 0 0 10px;
}
.ova-ctfrom7 .form-home6 .ova-submit .ajax-loader {
  float: left;
  margin-right: 0;
  margin-top: 40px;
}

.tabs-arrow .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-mobile-title {
  position: relative;
}
.tabs-arrow .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-mobile-title:before {
  position: absolute;
  right: 0;
  font-size: 20px;
  content: "\f104";
  font-family: ovaicon !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.ova-ctfrom7-home1 .wpcf7 form.invalid .wpcf7-response-output, .ova-ctfrom7-home1 .wpcf7 form.unaccepted .wpcf7-response-output, .ova-ctfrom7-home2 .wpcf7 form.invalid .wpcf7-response-output, .ova-ctfrom7-home2 .wpcf7 form.unaccepted .wpcf7-response-output, .ova-ctfrom7-home3 .wpcf7 form.invalid .wpcf7-response-output, .ova-ctfrom7-home3 .wpcf7 form.unaccepted .wpcf7-response-output, .ova-ctfrom7-home4 .wpcf7 form.invalid .wpcf7-response-output, .ova-ctfrom7-home4 .wpcf7 form.unaccepted .wpcf7-response-output, .ova-ctfrom7-home5 .wpcf7 form.invalid .wpcf7-response-output, .ova-ctfrom7-home5 .wpcf7 form.unaccepted .wpcf7-response-output, .ova-ctfrom7-home6 .wpcf7 form.invalid .wpcf7-response-output, .ova-ctfrom7-home6 .wpcf7 form.unaccepted .wpcf7-response-output {
  color: #dc3232;
  border: 1px solid #dc3232;
}

.ova-ctfrom7-home4 .wpcf7 form.invalid .wpcf7-response-output, .ova-ctfrom7-home4 .wpcf7 form.unaccepted .wpcf7-response-output, .ova-ctfrom7-home5 .wpcf7 form.invalid .wpcf7-response-output, .ova-ctfrom7-home5 .wpcf7 form.unaccepted .wpcf7-response-output, .ova-ctfrom7-home6 .wpcf7 form.invalid .wpcf7-response-output, .ova-ctfrom7-home6 .wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #FFFFFF;
}

.ova-menu-footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ova-menu-footer .menu a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-menu-footer .menu .sub-menu {
  list-style: none;
}

.ova-progress {
  width: 100%;
  position: relative;
}
.ova-progress .ctyl-progress-title {
  margin: 0;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--text);
}
.ova-progress .ova-percent-view {
  height: 13px;
  width: 100%;
  background-color: #201F3A;
  border-radius: 8px;
  overflow: visible;
  position: relative;
  margin: 0 auto;
}
.ova-progress .ova-percent-view .ova-percent {
  height: 100%;
  float: left;
  border-radius: 8px;
  background: -moz-linear-gradient(270deg, #63A3FF 0%, #011B3F 100%);
  background: -webkit-linear-gradient(270deg, #63A3FF 0%, #011B3F 100%);
  background: linear-gradient(270deg, #63A3FF 0%, #011B3F 100%);
}
.ova-progress .ova-percent-view .percentage {
  position: absolute;
  color: #fff;
  top: -30px;
  display: none;
  font-size: 16px;
  line-height: 24px;
  color: var(--text);
}
.ova-progress .ova-percent-view .ova-notes {
  display: flex;
  margin-top: 30px;
  width: 100%;
  position: absolute;
  top: 0;
}
.ova-progress .ova-percent-view .ova-notes .item-note {
  position: relative;
  margin-left: 10%;
}
.ova-progress .ova-percent-view .ova-notes .item-note .note-text {
  font-size: 14px;
  line-height: 21px;
  color: var(--text);
}
.ova-progress .ova-percent-view .ova-notes .item-note:first-child {
  margin-left: 0;
}
.ova-progress .ova-percent-view .ova-notes .item-note:last-child {
  margin-left: 19%;
}
.ova-progress .ova-percent-view .ova-notes .item-note:before {
  content: "";
  width: 1px;
  height: 35px;
  position: absolute;
  top: -30px;
  left: 50%;
  border-left: 1px solid #414073;
}

.ova-progress-v2 .ova-progress-container .progress-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.ova-progress-v2 .ova-progress-container .progress-title .progress-title-left .text, .ova-progress-v2 .ova-progress-container .progress-title .progress-title-right .text {
  font-size: 16px;
  line-height: 24px;
  color: var(--text);
}
.ova-progress-v2 .ova-progress-container .progress-title .progress-title-left .sub-text, .ova-progress-v2 .ova-progress-container .progress-title .progress-title-right .sub-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--text);
}
.ova-progress-v2 .ova-progress-container .ova-pervent-view-v2 {
  width: 100%;
  height: 10px;
  background-color: #492E82;
  border-radius: 4px;
  overflow: visible;
  position: relative;
}
.ova-progress-v2 .ova-progress-container .ova-pervent-view-v2 .ova-percent-v2 {
  width: 0;
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(95.51deg, #26BAED -6.54%, #4F94FB 15.87%, #DB26F9 106.69%);
  position: relative;
}
.ova-progress-v2 .ova-progress-container .ova-pervent-view-v2 .percent-point {
  position: absolute;
  top: 0;
  height: 100%;
}
.ova-progress-v2 .ova-progress-container .ova-pervent-view-v2 .percent-point .point {
  display: none;
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  top: -2px;
  z-index: 1;
}
.ova-progress-v2 .ova-progress-container .ova-pervent-view-v2 .ova-notes-v2 {
  display: flex;
  margin-top: 20px;
}
.ova-progress-v2 .ova-progress-container .ova-pervent-view-v2 .ova-notes-v2 .item-note-v2 {
  position: relative;
  margin-left: 15%;
}
.ova-progress-v2 .ova-progress-container .ova-pervent-view-v2 .ova-notes-v2 .item-note-v2:before {
  content: "";
  width: 1px;
  height: 39px;
  position: absolute;
  top: -33px;
  left: 50%;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
.ova-progress-v2 .ova-progress-container .ova-pervent-view-v2 .ova-notes-v2 .item-note-v2 .note-text-v2 {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: var(--text);
}

.ova-card {
  border-radius: 20px;
  padding: 33px;
}
.ova-card:hover {
  background-color: #140E3A;
  transition: all 0.3s ease;
}
.ova-card .align-icon {
  display: inline-block;
}
.ova-card .align-icon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  border-radius: 10px;
}
.ova-card .align-icon .icon:hover {
  transition: all 0.3s ease;
}
.ova-card .align-icon .icon i {
  font-size: 80px;
  color: white;
  vertical-align: middle;
}
.ova-card .title {
  font-style: normal;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: white;
  margin-bottom: 30px;
}
.ova-card .desc {
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #D3D4E0;
}

.ova-card-v2 .card-container-v2 {
  display: inline-block;
}
.ova-card-v2 .card-container-v2 .card-content-v2 {
  display: flex;
}
.ova-card-v2 .card-container-v2 .card-content-v2.ova-card-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .ova-card-v2 .card-container-v2 .card-content-v2.ova-card-desktop {
    display: none;
  }
  .ova-card-v2 .card-container-v2 .card-content-v2.ova-card-mobile {
    display: flex;
  }
}
.ova-card-v2 .card-container-v2 .card-content-v2 .ova-card-icon-box.icon-left {
  margin-right: 24px;
}
.ova-card-v2 .card-container-v2 .card-content-v2 .ova-card-icon-box.icon-right {
  margin-left: 24px;
}
.ova-card-v2 .card-container-v2 .card-content-v2 .ova-card-icon-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  background: linear-gradient(180deg, #5E8BFF 0%, #9541FF 100%);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-card-v2 .card-container-v2 .card-content-v2 .ova-card-icon-box .icon i {
  color: #FFFFFF;
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-card-v2 .card-container-v2 .card-content-v2 .ova-card-content .title {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: var(--heading);
}
.ova-card-v2 .card-container-v2 .card-content-v2 .ova-card-content .description {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: var(--text);
}

.ova-card-v3 .card-content-v3 .icon-box-v3 {
  display: inline-block;
}
.ova-card-v3 .card-content-v3 .icon-box-v3 .icon {
  display: flex;
  width: 44px;
  height: 44px;
  min-width: 44px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #5270FC 0%, #3859F2 100%);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-card-v3 .card-content-v3 .icon-box-v3 .icon i {
  font-size: 24px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-card-v3 .card-content-v3 .title {
  margin: 12px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: var(--heading);
}
.ova-card-v3 .card-content-v3 .description {
  margin: 12px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: var(--text);
}

.ova-card-v4 {
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-card-v4 .icon-box-v4 {
  display: inline-block;
  border: 3px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  border-radius: 50%;
  padding: 12px;
  margin-bottom: 30px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-card-v4 .icon-box-v4 .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  background: linear-gradient(180deg, #5E8BFF 0%, #9541FF 100%);
  border-radius: 50%;
}
.ova-card-v4 .icon-box-v4 .icon i {
  font-size: 40px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-card-v4 .title {
  margin: 0;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #FFFFFF;
  position: relative;
}
.ova-card-v4 .title:before {
  position: absolute;
  content: "";
  width: 137px;
  height: 0;
  bottom: -20px;
  left: 50%;
  margin-left: -68.5px;
  border-bottom: 1px solid #DFAFF5;
}
.ova-card-v4 .description {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #C5B5D6;
}
.ova-card-v4:hover .icon-box-v4 {
  border-color: #9541FF;
}

.ova-card-image {
  display: grid;
  grid-gap: 10px;
}
.ova-card-image.column1 {
  grid-template-columns: 1fr;
}
.ova-card-image.column2 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 546px) {
  .ova-card-image.column2 {
    grid-template-columns: 1fr;
  }
}
.ova-card-image.column3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .ova-card-image.column3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 546px) {
  .ova-card-image.column3 {
    grid-template-columns: 1fr;
  }
}
.ova-card-image .card-image-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 10px;
  background-color: #fff;
  border-radius: 20px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-card-image .card-image-content .card-image {
  background-color: #fff;
  border: 1px solid #DCDCE7;
  box-sizing: border-box;
  border-radius: 20px;
  width: 100px;
  min-width: 100px;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin-bottom: 22px;
}
.ova-card-image .card-image-content .card-image img {
  height: 100%;
}
.ova-card-image .card-image-content .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #283445;
  margin-bottom: 10px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-card-image .card-image-content .desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--text);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-card-image .card-image-content:hover {
  background-color: #48DCA8;
}
.ova-card-image .card-image-content:hover .title, .ova-card-image .card-image-content:hover .desc {
  color: #fff;
}

.ova-warp-countdown .ova-content-countdown {
  display: inline-block;
}
.ova-warp-countdown .ova-content-countdown .ova-countdown-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: var(--heading);
}
.ova-warp-countdown .ova-content-countdown .ova-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.ova-warp-countdown .ova-content-countdown .ova-countdown .ova-countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ova-warp-countdown .ova-content-countdown .ova-countdown .ova-countdown-item:not(:last-child) {
  margin-right: 24px;
}
@media screen and (max-width: 320px) {
  .ova-warp-countdown .ova-content-countdown .ova-countdown .ova-countdown-item:not(:last-child) {
    margin-right: 12px;
  }
}
.ova-warp-countdown .ova-content-countdown .ova-countdown .ova-countdown-item .ova-number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  width: 60px;
  height: 60px;
  background-color: #2F333F;
  border-radius: 12px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-warp-countdown .ova-content-countdown .ova-countdown .ova-countdown-item .countdown-label {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #A3A3A3;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-warp-countdown .ova-content-countdown .ova-countdown .countdown-separator {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding-bottom: 10px;
}
.ova-warp-countdown .ova-content-countdown .ova-message {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
  width: 30%;
  border-radius: 4px;
  background-color: #FC3352;
  color: #fff;
}
@media screen and (max-width: 320px) {
  .ova-warp-countdown .ova-content-countdown .ova-message {
    width: 100%;
  }
}
.ova-warp-countdown .countdown-before {
  position: relative;
}
.ova-warp-countdown .countdown-before:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  top: -3px;
  left: 0;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 204, 192, 0.5) 0%, rgba(196, 196, 196, 0) 100%);
}
.ova-warp-countdown .countdown-before:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  bottom: -3px;
  left: 0;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 204, 192, 0.5) 0%, rgba(196, 196, 196, 0) 100%);
}

.ova-heading-content {
  position: relative;
}

.ova-heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  color: var(--heading);
  position: relative;
  text-align: left;
}
.ova-heading.ova_top:before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 106px;
  height: 4px;
  background-color: var(--heading);
}
.ova-heading.ova_botton:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 106px;
  height: 4px;
  background-color: var(--heading);
}
.ova-heading .ova_before {
  display: inline-block;
  width: 73px;
  height: 2px;
  background-color: var(--heading);
  margin-right: 6px;
}
.ova-heading .ova_after {
  display: inline-block;
  width: 73px;
  height: 2px;
  background-color: var(--heading);
  margin-left: 6px;
}
.ova-heading .ova_both_before, .ova-heading .ova_both_after {
  display: inline-block;
  width: 33px;
  height: 3px;
  background-color: var(--heading);
  vertical-align: middle;
  background: #91A4FF;
  border-radius: 2px;
}
.ova-heading .ova_both_before {
  margin-right: 6px;
}
.ova-heading .ova_both_after {
  margin-left: 6px;
}
.ova-heading a {
  color: var(--heading);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-heading a:hover {
  color: var(--primary);
}
.ova-heading.heading-linear-gradient {
  background: linear-gradient(95.51deg, #26BAED -6.54%, #4F94FB 15.87%, #DB26F9 106.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ova-heading-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #6D747C;
  margin: 36px 0 0 0;
}

.ova-heading-bg-title {
  position: absolute;
  font-weight: bold;
  font-size: 96px;
  line-height: 144px;
  top: -45px;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ova-road-map-v1 {
  width: 100%;
  max-width: 864px;
  margin: 0 auto;
}
.ova-road-map-v1 .road-map-wrapper {
  padding: 20px 0;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-left {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  position: relative;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-left:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 50%;
  bottom: 0;
  border-left: 2.5px dashed #48DCA8;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-left:first-child:before {
  height: 130%;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-left:not(:last-child) {
  padding-bottom: 34px;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-left:last-child:before {
  height: 140%;
  top: 0;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-left:not(:first-child):before {
  height: 128%;
  top: 0;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-left .timeline-info {
  width: 50%;
  position: relative;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-left .timeline-info .content-info {
  padding: 20px;
  margin-left: 56px;
  background-color: #fff;
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.03);
  border-left: 8px solid rgba(72, 220, 168, 0.8);
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-left .timeline-info .content-info {
    margin-left: 30px;
    padding: 10px;
    padding-right: 0;
  }
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-left .timeline-info .content-info .date {
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #2AC790;
  margin-bottom: 10px;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-left .timeline-info .content-info .timeline-content .content {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #6D747C;
  margin-bottom: 0;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-left .timeline-info:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: -15px;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  background-color: #48DCA8;
  border-radius: 50%;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-left .timeline-info:after {
  position: absolute;
  z-index: 1;
  content: "\f107";
  color: #fff;
  font-family: ovaicon !important;
  font-weight: 900;
  left: -7px;
  top: 50%;
  margin-top: -15px;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-left.timeline-not-done:before {
  border-color: #E9E9F0;
  top: 37%;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-left.timeline-not-done:last-child:before {
  height: 100%;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-left.timeline-not-done:not(:first-child):before {
  height: 100%;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-left.timeline-not-done .timeline-info:before {
  background-color: #fff;
  border: 2px solid #CCC;
  box-sizing: border-box;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-left.timeline-not-done .timeline-info:after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #E9E9F0;
  border-radius: 50%;
  left: -8.5px;
  top: 50%;
  margin-top: -10px;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-left.timeline-not-done .timeline-info .content-info {
  border-color: #E9E9F0;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-left.timeline-not-done .timeline-info .content-info .date {
  color: #000;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-right {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: relative;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-right:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 50%;
  bottom: 0;
  border-left: 2.5px dashed #48DCA8;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-right:not(:last-child) {
  padding-bottom: 34px;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-right:last-child:before {
  height: 140%;
  top: 0;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-right:not(:first-child):before {
  height: 140%;
  top: 0;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-right .timeline-info {
  width: 50%;
  position: relative;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-right .timeline-info .content-info {
  padding: 20px;
  margin-right: 56px;
  background-color: #fff;
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.03);
  border-right: 8px solid rgba(72, 220, 168, 0.8);
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-right .timeline-info .content-info {
    margin-right: 30px;
    padding: 10px;
    padding-left: 0;
  }
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-right .timeline-info .content-info .date {
  text-align: right;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #2AC790;
  margin-bottom: 10px;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-right .timeline-info .content-info .timeline-content .content {
  text-align: right;
  font-size: 16px;
  line-height: 24px;
  color: #6D747C;
  margin-bottom: 0;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-right .timeline-info:before {
  position: absolute;
  z-index: 1;
  content: "";
  right: -16px;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  background-color: #48DCA8;
  border-radius: 50%;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-right .timeline-info:after {
  position: absolute;
  z-index: 1;
  content: "\f107";
  color: #fff;
  font-family: ovaicon !important;
  font-weight: 900;
  right: -8px;
  top: 50%;
  margin-top: -15px;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-right.timeline-not-done:before {
  border-color: #E9E9F0;
  top: 37%;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-right.timeline-not-done:last-child:before {
  height: 100%;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-right.timeline-not-done:not(:first-child):before {
  height: 100%;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-right.timeline-not-done .timeline-info:before {
  background-color: #fff;
  border: 2px solid #CCC;
  box-sizing: border-box;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-right.timeline-not-done .timeline-info:after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #E9E9F0;
  border-radius: 50%;
  right: -10.5px;
  top: 50%;
  margin-top: -10px;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-right.timeline-not-done .timeline-info .content-info {
  border-color: #E9E9F0;
}
.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-right.timeline-not-done .timeline-info .content-info .date {
  color: #000;
}

.ova-road-map-v2 {
  box-sizing: border-box;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
.ova-road-map-v2:before, .ova-road-map-v2:after {
  content: " ";
  display: table;
}
.ova-road-map-v2:after {
  clear: both;
}
.ova-road-map-v2 .road-map-wrapper {
  padding: 0 27.5px;
}
.ova-road-map-v2 .road-map-wrapper .timeline-row {
  position: relative;
}
.ova-road-map-v2 .road-map-wrapper .timeline-row:nth-of-type(odd):before {
  position: absolute;
  top: 68px;
  left: 13%;
  width: 75%;
  height: 0;
  content: "";
  border-bottom: 2px dashed #414073;
}
.ova-road-map-v2 .road-map-wrapper .timeline-row:nth-of-type(odd):after {
  position: absolute;
  top: 68px;
  right: -50px;
  width: 20%;
  height: calc(100% + 97px);
  content: "";
  border: 2px dashed #414073;
  border-left: 0;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ova-road-map-v2 .road-map-wrapper .timeline-row:nth-of-type(odd):last-child:after {
  display: none;
}
.ova-road-map-v2 .road-map-wrapper .timeline-row:nth-of-type(odd):last-child:before {
  width: 82%;
}
.ova-road-map-v2 .road-map-wrapper .timeline-row:nth-of-type(even):before {
  position: absolute;
  top: 68px;
  left: 13%;
  width: 73%;
  height: 0;
  content: "";
  border-bottom: 2px dashed #414073;
}
.ova-road-map-v2 .road-map-wrapper .timeline-row:nth-of-type(even):after {
  position: absolute;
  top: 68px;
  left: 0;
  width: 13%;
  height: calc(100% + 97px);
  content: "";
  border: 2px dashed #414073;
  border-right: 0;
  border-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ova-road-map-v2 .road-map-wrapper .timeline-row:nth-of-type(even):last-child:after {
  display: none;
}
.ova-road-map-v2 .road-map-wrapper .timeline-row:nth-of-type(even) .timeline-items {
  justify-content: space-around;
  flex-direction: row-reverse;
}
.ova-road-map-v2 .road-map-wrapper .timeline-row:nth-of-type(even) .timeline-items .item:first-child {
  margin-left: 57.5px;
}
.ova-road-map-v2 .road-map-wrapper .timeline-row:nth-of-type(even) .timeline-items .item:last-child {
  margin-right: 57.5px;
}
.ova-road-map-v2 .road-map-wrapper .timeline-row:not(:last-child) {
  margin-bottom: 95px;
}
.ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item.timeline-not-done .timeline-date .date:before {
  background-color: #050023;
  border: 2px solid rgba(111, 111, 147, 0.5);
  box-sizing: border-box;
}
.ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item.timeline-not-done .timeline-date .date:after {
  content: "";
  width: 27px;
  height: 27px;
  border: 1px solid rgba(111, 111, 147, 0.5);
  box-sizing: border-box;
  border-radius: 50%;
  bottom: -53px;
  margin-left: -13.5px;
}
.ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-date {
  text-align: center;
  margin-bottom: 80px;
}
.ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-date .date {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  position: relative;
  border-bottom: 2px solid var(--primary);
}
.ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-date .date:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 50%;
  bottom: -60px;
  width: 41px;
  height: 41px;
  background-color: var(--primary);
  border-radius: 50%;
  margin-left: -20.5px;
}
.ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-date .date:after {
  position: absolute;
  z-index: 1;
  content: "\f00c";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 50%;
  bottom: -54px;
  margin-left: -10.5px;
}
.ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-date .date .date-before {
  display: block;
  margin: 0 auto;
  width: 92px;
  height: 2px;
  background-color: var(--primary);
}
.ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-info {
  text-align: center;
  background-color: #201F3A;
  border-radius: 20px;
  padding: 14px 17px 16px 17px;
  display: inline-block;
}
.ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-info .timeline-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
}
.ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-info .timeline-content {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-info .timeline-content li {
  padding: 0;
  font-size: 14px;
  line-height: 21px;
  color: rgba(224, 224, 224, 0.95);
}
.ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-info .timeline-content {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .ova-road-map-v2 .road-map-wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 986px) {
  .ova-road-map-v2 {
    max-width: 700px;
  }
}
@media screen and (max-width: 840px) {
  .ova-road-map-v2 {
    /*max-width: 90%;*/
    /*margin-left: 20px;*/
  }
  .ova-road-map-v2 .road-map-wrapper .timeline-row:before {
    display: none;
  }
  .ova-road-map-v2 .road-map-wrapper .timeline-row:after {
    display: none;
  }
  .ova-road-map-v2 .road-map-wrapper .timeline-row:not(:last-child) {
    margin: 0;
  }
  .ova-road-map-v2 .road-map-wrapper .timeline-row:nth-of-type(even) .timeline-items .item:first-child {
    margin: 0;
  }
  .ova-road-map-v2 .road-map-wrapper .timeline-row:nth-of-type(even) .timeline-items .item:last-child {
    margin: 0;
  }
  .ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items {
    display: block;
    justify-content: unset;
    flex-wrap: unset;
  }
  .ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item {
    position: relative;
  }
  .ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item.timeline-not-done .timeline-date .date:after {
    bottom: -28.5px;
  }
  .ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item:before {
    position: absolute;
    top: 0;
    left: 20px;
    height: 100%;
    content: "";
    border-left: 2px dashed #414073;
  }
  .ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-date {
    text-align: left;
    margin-bottom: 41px;
    position: relative;
  }
  .ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-date:before {
    position: absolute;
    bottom: -16px;
    left: 20px;
    width: 260px;
    content: "";
    border-bottom: 2px dashed #414073;
  }
}
@media screen and (max-width: 840px) and (max-width: 375px) {
  .ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-date:before {
    width: 225px;
  }
}
@media screen and (max-width: 840px) and (max-width: 335px) {
  .ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-date:before {
    width: 213px;
  }
}
@media screen and (max-width: 840px) and (max-width: 280px) {
  .ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-date:before {
    width: 177px;
  }
}
@media screen and (max-width: 840px) {
  .ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-date .date {
    margin-left: 100px;
  }
  .ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-date .date:before {
    left: -80px;
    bottom: -36px;
  }
  .ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-date .date:after {
    left: -80px;
    bottom: -32px;
  }
}
@media screen and (max-width: 840px) and (max-width: 375px) {
  .ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-date .date {
    margin-left: 60px;
  }
  .ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-date .date:before, .ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-date .date:after {
    left: -50px;
  }
}
@media screen and (max-width: 840px) and (max-width: 335px) {
  .ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-date .date {
    margin-left: 50px;
  }
  .ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-date .date:before, .ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-date .date:after {
    left: -40px;
  }
}
@media screen and (max-width: 840px) {
  .ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-date .date .date-before {
    display: none;
  }
  .ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-info {
    margin-left: 100px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 840px) and (max-width: 375px) {
  .ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-info {
    margin-left: 60px;
  }
}
@media screen and (max-width: 840px) and (max-width: 335px) {
  .ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-info {
    margin-left: 50px;
  }
}
@media screen and (max-width: 840px) and (max-width: 280px) {
  .ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-info {
    margin-left: 45px;
  }
}

.ova-invisible {
  visibility: hidden;
}

@media screen and (max-width: 1024px) {
  .ova-road-map-v3 .road-map-wrapper .road-map-container.desktop {
    display: none;
  }
}
.ova-road-map-v3 .road-map-wrapper .road-map-container.desktop .road-map-icon {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.ova-road-map-v3 .road-map-wrapper .road-map-container.desktop .road-map-icon:before {
  position: absolute;
  content: "";
  width: 75%;
  height: 1px;
  opacity: 0.5;
  border-top: 2px dashed #54CAEF;
  top: 50%;
  left: 13%;
  z-index: -1;
}
.ova-road-map-v3 .road-map-wrapper .road-map-container.desktop .road-map-icon .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-v3 .road-map-wrapper .road-map-container.desktop .road-map-icon .icon i {
  padding: 14px;
  font-size: 28px;
  color: #3859F2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-v3 .road-map-wrapper .road-map-container.desktop .road-map-icon .icon:hover {
  background: linear-gradient(180deg, #5270FC 0%, #3859F2 100%);
}
.ova-road-map-v3 .road-map-wrapper .road-map-container.desktop .road-map-icon .icon:hover i {
  color: #fff;
}
.ova-road-map-v3 .road-map-wrapper .road-map-container.desktop .road-map-content {
  display: flex;
  flex-wrap: nowrap;
}
.ova-road-map-v3 .road-map-wrapper .road-map-container.desktop .road-map-content .road-map-item {
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 24px 26px;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-v3 .road-map-wrapper .road-map-container.desktop .road-map-content .road-map-item:last-child {
  margin-right: 0;
}
.ova-road-map-v3 .road-map-wrapper .road-map-container.desktop .road-map-content .road-map-item .number span {
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: #3859F2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-v3 .road-map-wrapper .road-map-container.desktop .road-map-content .road-map-item .title {
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  margin: 20px 0 12px 0;
  color: var(--heading);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-v3 .road-map-wrapper .road-map-container.desktop .road-map-content .road-map-item .description {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--text);
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-v3 .road-map-wrapper .road-map-container.mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .ova-road-map-v3 .road-map-wrapper .road-map-container.mobile {
    display: block;
  }
}
.ova-road-map-v3 .road-map-wrapper .road-map-container.mobile .road-map-content {
  display: flex;
  flex-wrap: nowrap;
}
.ova-road-map-v3 .road-map-wrapper .road-map-container.mobile .road-map-content:last-child .road-map-icon:before {
  display: none;
}
.ova-road-map-v3 .road-map-wrapper .road-map-container.mobile .road-map-content .road-map-icon {
  margin-right: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 546px) {
  .ova-road-map-v3 .road-map-wrapper .road-map-container.mobile .road-map-content .road-map-icon {
    margin-right: 20px;
  }
}
.ova-road-map-v3 .road-map-wrapper .road-map-container.mobile .road-map-content .road-map-icon:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  border-left: 2px dashed #54CAEF;
  top: 0;
  left: 50%;
  z-index: -1;
}
.ova-road-map-v3 .road-map-wrapper .road-map-container.mobile .road-map-content .road-map-icon .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-v3 .road-map-wrapper .road-map-container.mobile .road-map-content .road-map-icon .icon i {
  padding: 14px;
  font-size: 28px;
  color: #3859F2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-v3 .road-map-wrapper .road-map-container.mobile .road-map-content .road-map-icon .icon:hover {
  background: linear-gradient(180deg, #5270FC 0%, #3859F2 100%);
}
.ova-road-map-v3 .road-map-wrapper .road-map-container.mobile .road-map-content .road-map-icon .icon:hover i {
  color: #fff;
}
.ova-road-map-v3 .road-map-wrapper .road-map-container.mobile .road-map-content .road-map-item {
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 24px 26px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 546px) {
  .ova-road-map-v3 .road-map-wrapper .road-map-container.mobile .road-map-content .road-map-item {
    padding: 10px;
  }
}
.ova-road-map-v3 .road-map-wrapper .road-map-container.mobile .road-map-content .road-map-item .number span {
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: #3859F2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-v3 .road-map-wrapper .road-map-container.mobile .road-map-content .road-map-item .title {
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  margin: 20px 0 12px 0;
  color: var(--heading);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-v3 .road-map-wrapper .road-map-container.mobile .road-map-content .road-map-item .description {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--text);
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ova-road-map-v4 .road-map-wrapper .road-map-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
  z-index: 1;
}
.ova-road-map-v4 .road-map-wrapper .road-map-container:before {
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  border-top: 1px dashed #54CAEF;
  top: 20px;
  left: 5%;
  z-index: -1;
}
.ova-road-map-v4 .road-map-wrapper .road-map-container .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ova-road-map-v4 .road-map-wrapper .road-map-container .item .date {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 5px 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.02);
  border-radius: 12px;
  margin-bottom: 42px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-v4 .road-map-wrapper .road-map-container .item .date:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 12px;
  background-color: #54CAEF;
  border-radius: 2px;
  left: 50%;
  bottom: -28px;
}
.ova-road-map-v4 .road-map-wrapper .road-map-container .item .date span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--heading);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-v4 .road-map-wrapper .road-map-container .item .content .title {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: var(--heading);
  margin-right: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-v4 .road-map-wrapper .road-map-container .item .content .title.ova-text-linear-gradient {
  background: linear-gradient(180deg, #5270FC 0%, #3859F2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ova-road-map-v4 .road-map-wrapper .road-map-container .item .content .text {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: var(--text);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-v4 .road-map-wrapper .road-map-container .item:hover .date {
  background-color: #5674FF;
}
.ova-road-map-v4 .road-map-wrapper .road-map-container .item:hover .date span {
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .ova-road-map-v4 .road-map-wrapper .road-map-container {
    flex-direction: column;
  }
  .ova-road-map-v4 .road-map-wrapper .road-map-container:before {
    display: none;
  }
  .ova-road-map-v4 .road-map-wrapper .road-map-container .item {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
  }
  .ova-road-map-v4 .road-map-wrapper .road-map-container .item .date {
    margin-bottom: 10px;
  }
  .ova-road-map-v4 .road-map-wrapper .road-map-container .item .date:before {
    display: none;
  }
  .ova-road-map-v4 .road-map-wrapper .road-map-container .item:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 12px;
    background-color: #54CAEF;
    border-radius: 2px;
    left: 50%;
    bottom: -28px;
  }
  .ova-road-map-v4 .road-map-wrapper .road-map-container .item:last-child {
    margin-bottom: 0;
  }
  .ova-road-map-v4 .road-map-wrapper .road-map-container .item:last-child:before {
    display: none;
  }
}

.ova-road-map-v5 .road-map-wrapper .road-map-container {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
}
.ova-road-map-v5 .road-map-wrapper .road-map-container .item {
  background-color: transition;
  padding: 24px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-v5 .road-map-wrapper .road-map-container .item .content {
  text-align: center;
  border-bottom: 1px solid rgba(118, 146, 218, 0.35);
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.ova-road-map-v5 .road-map-wrapper .road-map-container .item .content .title {
  margin-right: 3px;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-v5 .road-map-wrapper .road-map-container .item .content .text {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #9399BC;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-v5 .road-map-wrapper .road-map-container .item .date span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-v5 .road-map-wrapper .road-map-container .item:hover {
  background-color: #2A2F48;
}
.ova-road-map-v5 .road-map-wrapper .road-map-container .item:hover .content .title {
  color: #6CE1F5;
}

.ova-road-map-v6 .road-map-wrapper .road-map-container.desktop {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.desktop .item {
  text-align: center;
  width: 100%;
  position: relative;
  padding: 177px 0;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.desktop .item .date {
  position: absolute;
  width: 100%;
  left: 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: var(--heading-dark);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.desktop .item .timeline {
  position: relative;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.desktop .item .timeline:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  left: -50%;
  border-top: 1px dashed #FFFFFF;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.desktop .item .timeline .border-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: #272C44;
  border: 3px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.desktop .item .timeline .border-dot:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 69px;
  border-left: 1px dashed rgba(255, 255, 255, 0.5);
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.desktop .item .timeline .border-dot .dot {
  width: 16px;
  height: 16px;
  background-color: #3B4262;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.desktop .item .content-wrapper {
  width: 100%;
  left: 0;
  position: absolute;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.desktop .item .content-wrapper .content {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  padding: 24px;
  background-color: #272C44;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.desktop .item .content-wrapper .content .content-item {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.desktop .item.done .timeline:before {
  border-top: 2px solid #6CE1F5;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.desktop .item.done .timeline .border-dot {
  border-color: #6CE1F5;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.desktop .item.done .timeline .border-dot .dot {
  background-color: #6CE1F5;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.desktop .item:last-child .timeline:before {
  width: 200%;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.desktop .item.item-top .timeline .border-dot:before {
  bottom: 40px;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.desktop .item.item-top .date {
  bottom: 28.5%;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.desktop .item.item-top .content-wrapper {
  top: 0;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.desktop .item.item-bottom .timeline .border-dot:before {
  top: 40px;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.desktop .item.item-bottom .date {
  top: 28.5%;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.desktop .item.item-bottom .content-wrapper {
  bottom: 0;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.desktop .item:hover .timeline .border-dot .dot {
  background-color: #1D5FEF;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.desktop .item:hover .content-wrapper .content {
  background-color: #1D5FEF;
}
@media screen and (max-width: 1024px) {
  .ova-road-map-v6 .road-map-wrapper .road-map-container.desktop {
    display: none;
  }
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.mobile {
  display: none;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.mobile .item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.mobile .item .item-wrapper {
  justify-content: flex-start;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.mobile .item .item-wrapper:before {
  left: -0.5px;
  border-right: 1px dashed #FFFFFF;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.mobile .item .item-wrapper .timeline {
  left: -19px;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.mobile .item .item-wrapper .content-wrapper {
  margin: 30px 0 30px 60px;
  text-align: left;
  border-left: 8px solid var(--primary);
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.mobile .item.done .item-wrapper:before {
  border-right: 2px solid #6CE1F5;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.mobile .item .item-wrapper {
  width: 100%;
  display: flex;
  position: relative;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.mobile .item .item-wrapper:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 50%;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.mobile .item .item-wrapper .timeline {
  position: absolute;
  top: 50%;
  margin-top: -19px;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.mobile .item .item-wrapper .timeline .border-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: #272C44;
  border: 3px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.mobile .item .item-wrapper .timeline .border-dot .dot {
  width: 16px;
  height: 16px;
  background-color: #3B4262;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.mobile .item .item-wrapper .content-wrapper {
  padding: 24px;
  background-color: #272C44;
  border-radius: 8px;
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.mobile .item .item-wrapper .content-wrapper .date {
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #6CE1F5;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.mobile .item .item-wrapper .content-wrapper .content {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.mobile .item .item-wrapper .content-wrapper .content .content-item {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.mobile .item:first-child .item-wrapper:before {
  height: 150%;
  top: 0;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.mobile .item.done .item-wrapper .timeline .border-dot {
  border-color: #6CE1F5;
}
.ova-road-map-v6 .road-map-wrapper .road-map-container.mobile .item.done .item-wrapper .timeline .border-dot .dot {
  background-color: #6CE1F5;
}
@media screen and (max-width: 1024px) {
  .ova-road-map-v6 .road-map-wrapper .road-map-container.mobile {
    display: flex;
    flex-direction: column;
  }
}

.ova-card-token {
  display: grid;
  grid-gap: 30px;
}
.ova-card-token.column1 {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 546px) {
  .ova-card-token.column1 .card-content {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.ova-card-token.column2 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1024px) {
  .ova-card-token.column2 .card-content {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .ova-card-token.column2 {
    grid-template-columns: 1fr;
  }
  .ova-card-token.column2 .card-content {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 546px) {
  .ova-card-token.column2 .card-content {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.ova-card-token.column3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.ova-card-token.column3 .card-content {
  flex-wrap: wrap;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .ova-card-token.column3 {
    grid-template-columns: 1fr 1fr;
  }
  .ova-card-token.column3 .card-content {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .ova-card-token.column3 {
    grid-template-columns: 1fr;
  }
  .ova-card-token.column3 .card-content {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 546px) {
  .ova-card-token.column3 .card-content {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.ova-card-token .card-content {
  padding: 40px;
  border: 1px solid #DCDCE7;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  align-content: center;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-card-token .card-content .image {
  width: 96px;
  min-width: 96px;
  height: auto;
  margin-right: 24px;
}
.ova-card-token .card-content .info .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #283445;
  margin-bottom: 12px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-card-token .card-content .info .desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--text);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-card-token .card-content:hover {
  background-color: #48DCA8;
  border-color: #48DCA8;
}
.ova-card-token .card-content:hover .info .title, .ova-card-token .card-content:hover .info .desc {
  color: #fff;
}

.ova-details {
  padding: 10px 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ova-details.linear-gradient-active {
  background: linear-gradient(90deg, rgba(105, 238, 191, 0.8) 0%, rgba(92, 255, 196, 0) 100%);
  border-radius: 8px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ova-details.ova-linear-gradient {
  position: relative;
}
.ova-details.ova-linear-gradient:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #3DEEA4 0%, #6EDDE8 74.48%, #79D9F8 100%);
  border-radius: 8px;
}
.ova-details.ova-linear-gradient:hover:before {
  width: 100%;
  background: linear-gradient(90deg, rgba(105, 238, 191, 0.8) 0%, rgba(92, 255, 196, 0) 100%);
  border-radius: 8px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ova-details .title {
  font-style: normal;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #000300;
  margin-bottom: 15px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .ova-details .title {
    line-height: 1.2em;
  }
}
.ova-details .desc {
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
}

.ova-details-v2 .details-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  background-color: #1B1E32;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media screen and (max-width: 500px) {
  .ova-details-v2 .details-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ova-details-v2 .details-wrapper .title {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-details-v2 .details-wrapper .description {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #9399BC;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-details-v2 .details-wrapper:hover {
  background-color: #272C44;
  border-radius: 4px;
  box-shadow: none;
}
.ova-details-v2 .details-wrapper:hover .title, .ova-details-v2 .details-wrapper:hover .description {
  color: #6CE1F5;
}

.ova-details-v3 {
  display: inline-block;
}
.ova-details-v3 .details-wrapper {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.ova-details-v3 .details-wrapper.column2 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 500px) {
  .ova-details-v3 .details-wrapper.column2 {
    grid-template-columns: 1fr;
  }
}
.ova-details-v3 .details-wrapper.column3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .ova-details-v3 .details-wrapper.column3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .ova-details-v3 .details-wrapper.column3 {
    grid-template-columns: 1fr;
  }
}
.ova-details-v3 .details-wrapper.column4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 900px) {
  .ova-details-v3 .details-wrapper.column4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .ova-details-v3 .details-wrapper.column4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .ova-details-v3 .details-wrapper.column4 {
    grid-template-columns: 1fr;
  }
}
.ova-details-v3 .details-wrapper.column5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1024px) {
  .ova-details-v3 .details-wrapper.column5 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 900px) {
  .ova-details-v3 .details-wrapper.column5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .ova-details-v3 .details-wrapper.column5 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .ova-details-v3 .details-wrapper.column5 {
    grid-template-columns: 1fr;
  }
}
.ova-details-v3 .details-wrapper .item {
  position: relative;
  padding-left: 24px;
  text-align: left;
}
.ova-details-v3 .details-wrapper .item:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--primary);
  border-radius: 7px;
}
.ova-details-v3 .details-wrapper .item .title {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: var(--heading);
}
.ova-details-v3 .details-wrapper .item .description {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--text);
}

.ova-sale-token {
  padding: 30px;
  border-radius: 10px;
  height: auto;
}
.ova-sale-token:hover {
  transition: all 0.3s ease;
}
.ova-sale-token .date {
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #283445;
  margin-bottom: 16px;
  border-bottom: 1px solid #DCDCE7;
  padding-bottom: 3px;
}
.ova-sale-token .bonus {
  font-style: normal;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #283445;
}
.ova-sale-token .price {
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #6D747C;
}

.ova-sale-token-v2 {
  background-color: #473273;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  border: 1px solid rgba(149, 65, 255, 0.2);
}
.ova-sale-token-v2 .date {
  padding: 12px;
  background-color: #382463;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-sale-token-v2 .date h2 {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #EFF0FC;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-sale-token-v2 .content {
  padding: 12px;
}
.ova-sale-token-v2 .content .bonus {
  margin: 0;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-sale-token-v2 .content .price {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #C5B5D6;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-sale-token-v2:hover .date {
  background-color: #9545FA;
}

.ova-ico-crypto {
  margin-left: 24px;
}
.ova-ico-crypto .item {
  text-align: left;
  position: relative;
  padding-bottom: 60px;
}
.ova-ico-crypto .item:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 0;
  bottom: 0;
  border-left: 2px dashed #3772ff;
}
.ova-ico-crypto .item.item-line:before {
  content: none;
}
.ova-ico-crypto .item:last-child:before {
  content: none;
}
.ova-ico-crypto .item:hover .text-number {
  background-color: var(--primary);
}
.ova-ico-crypto .item i, .ova-ico-crypto .item .text-number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 24px;
  color: white;
  background-color: #3772ff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: -24px;
}
.ova-ico-crypto .item .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 15px;
  padding-left: 50px;
}
.ova-ico-crypto .item .desc {
  padding-left: 50px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #DCD4E0;
}

.ova-chart {
  display: flex;
  align-content: center;
  justify-content: flex-start;
}
.ova-chart .chart-content {
  width: 371px;
}
@media screen and (max-width: 400px) {
  .ova-chart .chart-content {
    width: 300px;
  }
}
@media screen and (max-width: 320px) {
  .ova-chart .chart-content {
    width: 270px;
  }
}

.ova-tabs .elementor-widget-tabs .elementor-tab-content {
  padding: 0;
}
.ova-tabs .elementor-widget-tabs .elementor-tab-desktop-title {
  position: relative;
  padding-left: 0;
  padding-right: 26px;
  padding-bottom: 33px;
}

.ova-icon .icon-content-view {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.ova-icon .icon-content-view.video_active {
  cursor: pointer;
}
.ova-icon .icon-content-view .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 58px;
  height: 58px;
  min-width: 58px;
  min-height: 58px;
  background-color: #fff;
  border: 1px solid #48DCA8;
  border-radius: 50%;
  box-sizing: border-box;
  margin-right: 16px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-icon .icon-content-view .content:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.ova-icon .icon-content-view .ova-text {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  position: relative;
}
.ova-icon .icon-content-view .ova-text a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-icon .icon-content-view .ova-text a:hover {
  color: var(--primary);
}
.ova-icon .icon-content-view .ova-text:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #48DCA8;
}
.ova-icon .modal-container {
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10;
}
.ova-icon .modal-container .modal {
  width: 900px;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .ova-icon .modal-container .modal {
    width: 768px;
    height: 450px;
  }
}
@media screen and (max-width: 788px) {
  .ova-icon .modal-container .modal {
    width: 600px;
    height: 350px;
  }
}
@media screen and (max-width: 620px) {
  .ova-icon .modal-container .modal {
    width: 400px;
    height: 250px;
  }
}
@media screen and (max-width: 420px) {
  .ova-icon .modal-container .modal {
    width: 320px;
    height: 200px;
  }
}
@media screen and (max-width: 330px) {
  .ova-icon .modal-container .modal {
    width: 300px;
    height: 180px;
  }
}
.ova-icon .modal-container .modal i {
  position: absolute;
  right: -10px;
  top: -35px;
  padding: 10px;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-icon .modal-container .modal i:hover {
  color: #000;
}
.ova-icon .modal-container .modal .modal-video {
  width: 100%;
  height: 100%;
}
.ova-icon .icon-view-v2 {
  padding-top: 50px;
  margin-left: 25px;
  position: relative;
}
.ova-icon .icon-view-v2:before {
  position: absolute;
  content: "";
  left: 0;
  height: 58px;
  top: 5px;
  border-left: 2px dashed #A4AEBD;
}
.ova-icon .icon-view-v2 .icon-v2-left {
  display: inline-block;
  margin-right: 10px;
  padding-left: 30px;
  position: relative;
}
.ova-icon .icon-view-v2 .icon-v2-left:before {
  position: absolute;
  content: "";
  left: 0;
  top: 13px;
  width: 26px;
  border-bottom: 2px dashed #A4AEBD;
}
.ova-icon .icon-view-v2 .icon-v2-text {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #05C6FF;
  position: relative;
  padding-right: 6px;
}
.ova-icon .icon-view-v2 .icon-v2-text a {
  margin-left: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #05C6FF;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-icon .icon-view-v2 .icon-v2-text a:hover {
  color: var(--primary);
}
.ova-icon .icon-view-v2 .icon-v2-text:before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 0.5px;
  background-color: #05C6FF;
}
.ova-icon .icon-view-v3 {
  display: block;
}
.ova-icon .icon-view-v3 .icon-v3-text {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 16px;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-icon .icon-view-v3 .icon-v3-text i {
  color: #FFFFFF;
  margin-right: 18px;
  font-size: 27px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-icon .icon-view-v3 .icon-v3-text a, .ova-icon .icon-view-v3 .icon-v3-text .text {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-icon .icon-view-v3 .icon-v3-text:hover {
  background-color: #5674FF;
}

.ova-icon-list .content-icon-list {
  display: grid;
  grid-row-gap: 20px;
}
.ova-icon-list .content-icon-list.column1 {
  grid-template-columns: 1fr;
}
.ova-icon-list .content-icon-list.column2 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 500px) {
  .ova-icon-list .content-icon-list.column2 {
    grid-template-columns: 1fr;
  }
}
.ova-icon-list .content-icon-list.column3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .ova-icon-list .content-icon-list.column3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .ova-icon-list .content-icon-list.column3 {
    grid-template-columns: 1fr;
  }
}
.ova-icon-list .content-icon-list .item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.ova-icon-list .content-icon-list .item i {
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  font-size: 20px;
  color: white;
  background-color: #3772ff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.ova-icon-list .content-icon-list .item .title {
  margin: 0;
  margin-left: 20px;
  color: var(--heading);
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
}

.ova-icon-list-v2 .ova-icon-container-v2 {
  display: inline-block;
}
.ova-icon-list-v2 .ova-icon-container-v2 .content-icon-v2 {
  display: flex;
  flex-wrap: wrap;
}
.ova-icon-list-v2 .ova-icon-container-v2 .content-icon-v2 .icon-item-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-icon-list-v2 .ova-icon-container-v2 .content-icon-v2 .icon-item-v2 i {
  font-size: 20px;
  color: #BBC3CC;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-icon-list-v2 .ova-icon-container-v2 .content-icon-v2 .icon-item-v2:not(:last-child) {
  margin-right: 20px;
}
.ova-icon-list-v2 .ova-icon-container-v2 .content-icon-v2 .icon-item-v2:hover i {
  color: var(--primary);
}
.ova-icon-list-v2 .icon-before-v2 {
  position: relative;
}
.ova-icon-list-v2 .icon-before-v2:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: -1px;
  left: 0;
  background: radial-gradient(50% 50% at 50% 50%, #A77DFF 0%, rgba(196, 196, 196, 0) 100%);
}
.ova-icon-list-v2 .icon-before-v2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -1px;
  left: 0;
  background: radial-gradient(50% 50% at 50% 50%, #A77DFF 0%, rgba(196, 196, 196, 0) 100%);
}

.ova-icon-list-v3 .icon-list-wrapper-v3 {
  display: inline-block;
}
.ova-icon-list-v3 .icon-list-wrapper-v3 .container-v3.column1 {
  display: grid;
  grid-template-columns: 1fr;
}
.ova-icon-list-v3 .icon-list-wrapper-v3 .container-v3.column2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 44px;
  grid-column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .ova-icon-list-v3 .icon-list-wrapper-v3 .container-v3.column2 {
    grid-template-columns: 1fr;
  }
}
.ova-icon-list-v3 .icon-list-wrapper-v3 .container-v3.column3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 44px;
  grid-column-gap: 30px;
}
@media screen and (max-width: 1024px) {
  .ova-icon-list-v3 .icon-list-wrapper-v3 .container-v3.column3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .ova-icon-list-v3 .icon-list-wrapper-v3 .container-v3.column3 {
    grid-template-columns: 1fr;
  }
}
.ova-icon-list-v3 .icon-list-wrapper-v3 .container-v3.column4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 44px;
  grid-column-gap: 30px;
}
@media screen and (max-width: 1200px) {
  .ova-icon-list-v3 .icon-list-wrapper-v3 .container-v3.column4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .ova-icon-list-v3 .icon-list-wrapper-v3 .container-v3.column4 {
    grid-template-columns: 1fr;
  }
}
.ova-icon-list-v3 .icon-list-wrapper-v3 .container-v3 .items-v3 {
  display: flex;
  flex-wrap: nowrap;
}
.ova-icon-list-v3 .icon-list-wrapper-v3 .container-v3 .items-v3.top {
  flex-direction: column;
}
.ova-icon-list-v3 .icon-list-wrapper-v3 .container-v3 .items-v3.top .icon {
  margin-bottom: 16px;
}
.ova-icon-list-v3 .icon-list-wrapper-v3 .container-v3 .items-v3 .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  margin-right: 16px;
  border: 1px solid #F6FAFF;
  box-sizing: border-box;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-icon-list-v3 .icon-list-wrapper-v3 .container-v3 .items-v3 .icon i {
  font-size: 22px;
  color: #3859F2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-icon-list-v3 .icon-list-wrapper-v3 .container-v3 .items-v3 .content .title {
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: var(--heading);
}
.ova-icon-list-v3 .icon-list-wrapper-v3 .container-v3 .items-v3 .content .title.icon-before-title-v3 {
  position: relative;
}
.ova-icon-list-v3 .icon-list-wrapper-v3 .container-v3 .items-v3 .content .title.icon-before-title-v3:before {
  position: absolute;
  content: "";
  background-color: #c7ff00;
  height: 52px;
  width: 2px;
  left: -23px;
  top: 0;
}
.ova-icon-list-v3 .icon-list-wrapper-v3 .container-v3 .items-v3 .content .description {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: var(--text);
}
.ova-icon-list-v3 .icon-list-wrapper-v3 .container-v3 .items-v3 .content .description.icon-before-des-v3 {
  position: relative;
  padding-left: 31px;
}
.ova-icon-list-v3 .icon-list-wrapper-v3 .container-v3 .items-v3 .content .description.icon-before-des-v3:before {
  position: absolute;
  z-index: 1;
  content: "\f04b";
  color: #ff00de;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 16px;
  left: 0;
  top: 0;
}
.ova-icon-list-v3 .icon-list-wrapper-v3 .container-v3 .items-v3:hover .icon {
  background-color: #3859F2;
}
.ova-icon-list-v3 .icon-list-wrapper-v3 .container-v3 .items-v3:hover .icon i {
  color: #FFFFFF;
}

.ova-button-download .button-content {
  display: inline-block;
  position: relative;
}
.ova-button-download .button-content:hover .title-icon {
  background-color: #48DCA8;
  border-radius: 28px 28px 0 0;
}
.ova-button-download .button-content:hover .dropdown-items {
  display: block;
}
.ova-button-download .button-content .title-icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  background-color: var(--primary);
  border-radius: 28px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-button-download .button-content .title-icon .title {
  margin: 0;
  margin-right: 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.ova-button-download .button-content .title-icon i {
  color: #fff;
}
.ova-button-download .button-content .dropdown-items {
  display: none;
  position: absolute;
  width: 100%;
  background-color: var(--primary);
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
.ova-button-download .button-content .dropdown-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ova-button-download .button-content .dropdown-items ul .language-item {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-top: 1px solid #DCDCE7;
}
.ova-button-download .button-content .dropdown-items ul .language-item a, .ova-button-download .button-content .dropdown-items ul .language-item span {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 10px 0;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-button-download .button-content .dropdown-items ul .language-item a:hover, .ova-button-download .button-content .dropdown-items ul .language-item span:hover {
  background-color: #48DCA8;
}
.ova-button-download .button-content .dropdown-items ul .language-item span {
  cursor: pointer;
}

.ova-line .line-container {
  display: inline-block;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(270deg, rgba(146, 146, 150, 0) 0%, rgba(71, 68, 221, 0.723958) 65.1%, #C226F9 100%);
}

.ova-text-box {
  display: inline-block;
}
.ova-text-box .ova-box-container {
  display: flex;
}
.ova-text-box .ova-box-container .ova-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.ova-text-box .ova-box-container .ova-box .dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: var(--primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-text-box .ova-box-container .ova-box-content {
  text-align: left;
}
.ova-text-box .ova-box-container .ova-box-content .title {
  margin: 0;
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: var(--heading);
}
.ova-text-box .ova-box-container .ova-box-content .description {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--text);
}

.road-map-slider .road-map-wrapper.owl-carousel .owl-stage-outer {
  padding-bottom: 30px;
}
.road-map-slider .road-map-wrapper.owl-carousel .owl-stage .owl-item .item {
  text-align: center;
  position: relative;
}
.road-map-slider .road-map-wrapper.owl-carousel .owl-stage .owl-item .item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 10px;
  left: -46.5%;
  background-color: rgba(145, 164, 255, 0.5);
}
.road-map-slider .road-map-wrapper.owl-carousel .owl-stage .owl-item .item.done .timeline .points {
  border: 3px solid var(--primary);
  background-color: var(--primary);
}
.road-map-slider .road-map-wrapper.owl-carousel .owl-stage .owl-item .item.done:before {
  background-color: var(--primary);
}
.road-map-slider .road-map-wrapper.owl-carousel .owl-stage .owl-item .item .timeline {
  position: relative;
  margin-bottom: 20px;
}
.road-map-slider .road-map-wrapper.owl-carousel .owl-stage .owl-item .item .timeline .points {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 3px solid #91A4FF;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 6px;
  transform: rotate(45deg);
}
.road-map-slider .road-map-wrapper.owl-carousel .owl-stage .owl-item .item .content {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 16px;
  margin: 0 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.road-map-slider .road-map-wrapper.owl-carousel .owl-stage .owl-item .item .content .date {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--heading);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.road-map-slider .road-map-wrapper.owl-carousel .owl-stage .owl-item .item .content .description {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: var(--text);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.road-map-slider .road-map-wrapper.owl-carousel .owl-stage .owl-item .item:hover .content {
  background-color: var(--primary);
}
.road-map-slider .road-map-wrapper.owl-carousel .owl-stage .owl-item .item:hover .content .date, .road-map-slider .road-map-wrapper.owl-carousel .owl-stage .owl-item .item:hover .content .description {
  color: #FFFFFF;
}
.road-map-slider .road-map-wrapper.owl-carousel .owl-stage .owl-item:last-child .item:before {
  width: 150%;
}
.road-map-slider .road-map-wrapper.owl-carousel .owl-nav {
  position: absolute;
  top: -8px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
@media screen and (max-width: 1380px) {
  .road-map-slider .road-map-wrapper.owl-carousel .owl-nav {
    top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .road-map-slider .road-map-wrapper.owl-carousel .owl-nav {
    display: none;
  }
}
.road-map-slider .road-map-wrapper.owl-carousel .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border: 1px solid #91A4FF;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.road-map-slider .road-map-wrapper.owl-carousel .owl-nav button:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.road-map-slider .road-map-wrapper.owl-carousel .owl-nav button:hover i {
  color: #FFFFFF;
}
.road-map-slider .road-map-wrapper.owl-carousel .owl-nav button i {
  font-size: 24px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.road-map-slider .road-map-wrapper.owl-carousel .owl-nav button.owl-prev {
  margin-left: -60px;
}
@media screen and (max-width: 1400px) {
  .road-map-slider .road-map-wrapper.owl-carousel .owl-nav button.owl-prev {
    margin-left: -50px;
  }
}
@media screen and (max-width: 1380px) {
  .road-map-slider .road-map-wrapper.owl-carousel .owl-nav button.owl-prev {
    margin-left: -30px;
  }
}
.road-map-slider .road-map-wrapper.owl-carousel .owl-nav button.owl-next {
  margin-right: -60px;
}
@media screen and (max-width: 1400px) {
  .road-map-slider .road-map-wrapper.owl-carousel .owl-nav button.owl-next {
    margin-right: -50px;
  }
}
@media screen and (max-width: 1380px) {
  .road-map-slider .road-map-wrapper.owl-carousel .owl-nav button.owl-next {
    margin-right: -30px;
  }
}
.road-map-slider .road-map-wrapper.owl-carousel .owl-dots {
  text-align: center;
}
.road-map-slider .road-map-wrapper.owl-carousel .owl-dots .owl-dot {
  outline: none;
}
.road-map-slider .road-map-wrapper.owl-carousel .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 5px;
  background-color: #d1d1d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 50%;
}
.road-map-slider .road-map-wrapper.owl-carousel .owl-dots .owl-dot span:hover {
  background-color: var(--primary);
  transition: all 0.3s ease;
}
.road-map-slider .road-map-wrapper.owl-carousel .owl-dots .owl-dot.active span {
  width: 12px;
  border-radius: 5px;
  opacity: 1;
  background-color: var(--primary);
}
.road-map-slider .road-map-wrapper.owl-carousel:hover .owl-nav {
  opacity: 1;
}

.accordion-title-before .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-title {
  position: relative;
}
.accordion-title-before .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-title:before {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  left: -30px;
  top: 8px;
  background-color: #FFFFFF;
  border: 2px solid #54CAEF;
  box-sizing: border-box;
  border-radius: 4px;
  transform: rotate(45deg);
}
.accordion-title-before .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active .elementor-accordion-title:before {
  background: #54CAEF;
}

.ova-border-left-arrow .elementor-accordion .elementor-accordion-item .elementor-tab-title {
  position: relative;
}
.ova-border-left-arrow .elementor-accordion .elementor-accordion-item .elementor-tab-title:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -2px;
  transform: translateY(-50%);
  width: 2px;
  height: 42px;
  background: #6844ED;
}
.ova-border-left-arrow .elementor-accordion .elementor-accordion-item .elementor-tab-title:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -2px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #6844ED;
  border-bottom: 5px solid transparent;
}

.ova-blog-slide .ova-wrapper-blog.owl-carousel .owl-stage-outer {
  width: calc(100% + 10px);
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item {
  background-color: #fff;
  box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.03);
  border-radius: 24px;
  overflow: hidden;
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item:hover .blog-slider-wrapper .wrap-article .ova-post-media img {
  transform: scale(1.05);
  transition: all 0.3s ease;
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item .blog-slider-wrapper .wrap-article .ova-post-media {
  overflow: hidden;
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item .blog-slider-wrapper .wrap-article .ova-post-media img {
  transition: all 0.3s ease;
  width: 100%;
  object-fit: cover;
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item .blog-slider-wrapper .wrap-article .ova-post-content {
  padding: 20px 20px 24px;
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item .blog-slider-wrapper .wrap-article .ova-post-content .post-title {
  margin: 0;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item .blog-slider-wrapper .wrap-article .ova-post-content .post-meta {
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E4E4E4;
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item .blog-slider-wrapper .wrap-article .ova-post-content .post-meta .post-date {
  margin-right: 24px;
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item .blog-slider-wrapper .wrap-article .ova-post-content .post-meta .post-date .date {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #8B8B8B;
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item .blog-slider-wrapper .wrap-article .ova-post-content .post-meta .post-date i {
  margin-right: 3px;
  color: var(--primary);
  font-size: 24px;
  vertical-align: middle;
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item .blog-slider-wrapper .wrap-article .ova-post-content .post-meta .post-comment i {
  margin-right: 3px;
  color: var(--primary);
  font-size: 24px;
  vertical-align: middle;
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item .blog-slider-wrapper .wrap-article .ova-post-content .post-meta .post-comment a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #8B8B8B;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item .blog-slider-wrapper .wrap-article .ova-post-content .post-meta .post-comment a:hover {
  color: var(--primary);
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item .blog-slider-wrapper .wrap-article .ova-post-content .post-content {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #8B8B8B;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item .blog-slider-wrapper .wrap-article .ova-post-content .post-readmore .btn-readmore {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #5674FF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item .blog-slider-wrapper .wrap-article .ova-post-content .post-readmore .btn-readmore:hover {
  color: #54CAEF;
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel.nav_v1 .owl-nav {
  position: absolute;
  z-index: -1;
  top: 40%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
@media screen and (max-width: 1024px) {
  .ova-blog-slide .ova-wrapper-blog.owl-carousel.nav_v1 .owl-nav {
    display: none;
  }
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel.nav_v1 .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel.nav_v1 .owl-nav button:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel.nav_v1 .owl-nav button:hover i {
  color: #FFFFFF;
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel.nav_v1 .owl-nav button i {
  font-size: 24px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel.nav_v1 .owl-nav button.owl-prev {
  margin-left: -60px;
}
@media screen and (max-width: 1400px) {
  .ova-blog-slide .ova-wrapper-blog.owl-carousel.nav_v1 .owl-nav button.owl-prev {
    margin-left: -50px;
  }
}
@media screen and (max-width: 1380px) {
  .ova-blog-slide .ova-wrapper-blog.owl-carousel.nav_v1 .owl-nav button.owl-prev {
    margin-left: -30px;
  }
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel.nav_v1 .owl-nav button.owl-next {
  margin-right: -60px;
}
@media screen and (max-width: 1400px) {
  .ova-blog-slide .ova-wrapper-blog.owl-carousel.nav_v1 .owl-nav button.owl-next {
    margin-right: -50px;
  }
}
@media screen and (max-width: 1380px) {
  .ova-blog-slide .ova-wrapper-blog.owl-carousel.nav_v1 .owl-nav button.owl-next {
    margin-right: -30px;
  }
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel.nav_v2 .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 65px;
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel.nav_v2 .owl-nav button {
  border: 1.5px solid #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30.83px;
  min-width: 30.83px;
  height: 30.83px;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel.nav_v2 .owl-nav button:first-child {
  margin-right: 17px;
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel.nav_v2 .owl-nav button i {
  font-size: 20px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel.nav_v2 .owl-nav button:hover {
  opacity: 1;
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel.nav_v2 .owl-nav button:hover i {
  color: #FFFFFF;
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel .owl-dots {
  margin-top: 55px;
  text-align: center;
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel .owl-dots .owl-dot {
  outline: none;
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel .owl-dots .owl-dot span {
  width: 23.4px;
  height: 10px;
  margin: 7.8px;
  background: linear-gradient(180deg, rgba(82, 112, 252, 0.2) 0%, rgba(56, 89, 242, 0.2) 100%);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 5px;
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel .owl-dots .owl-dot span:hover {
  background-color: var(--primary);
  transition: all 0.3s ease;
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel .owl-dots .owl-dot.active span {
  width: 46.8px;
  border-radius: 5px;
  opacity: 1;
  background: #5674FF;
}
.ova-blog-slide .ova-wrapper-blog.owl-carousel:hover .owl-nav {
  opacity: 1;
}
.ova-blog-slide.template2 .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item {
  background-color: transparent;
  border-radius: 0;
}
.ova-blog-slide.template2 .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item .blog-slider-wrapper .wrap-article .ova-post-media img {
  min-height: 300px;
}
.ova-blog-slide.template2 .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item .blog-slider-wrapper .wrap-article .ova-post-content {
  padding: 25px 0 0 0;
}
.ova-blog-slide.template2 .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item .blog-slider-wrapper .wrap-article .ova-post-content .post-title {
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 22px;
  color: #D0D9F1;
}
.ova-blog-slide.template2 .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item .blog-slider-wrapper .wrap-article .ova-post-content .post-title:hover {
  color: #fff;
}
.ova-blog-slide.template2 .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item .blog-slider-wrapper .wrap-article .ova-post-content .post-meta {
  display: flex;
  padding-bottom: 0;
  margin-bottom: 5px;
  border-bottom: none;
}
.ova-blog-slide.template2 .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item .blog-slider-wrapper .wrap-article .ova-post-content .post-meta .post-date {
  margin-right: 24px;
}
.ova-blog-slide.template2 .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item .blog-slider-wrapper .wrap-article .ova-post-content .post-meta .post-date .date {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--primary);
}
.ova-blog-slide.template2 .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item .blog-slider-wrapper .wrap-article .ova-post-content .post-meta .post-date i {
  display: none;
}
.ova-blog-slide.template2 .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item .blog-slider-wrapper .wrap-article .ova-post-content .post-meta .post-comment i {
  display: none;
}
.ova-blog-slide.template2 .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item .blog-slider-wrapper .wrap-article .ova-post-content .post-meta .post-comment a {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--primary);
}
.ova-blog-slide.template2 .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item .blog-slider-wrapper .wrap-article .ova-post-content .post-meta .post-comment a:hover {
  color: #fff;
}
.ova-blog-slide.template2 .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item .blog-slider-wrapper .wrap-article .ova-post-content .post-content {
  margin-bottom: 15px;
  color: #D0D9F1;
}
.ova-blog-slide.template2 .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item .blog-slider-wrapper .wrap-article .ova-post-content .post-readmore .btn-readmore {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary);
}
.ova-blog-slide.template2 .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item .blog-slider-wrapper .wrap-article .ova-post-content .post-readmore .btn-readmore i {
  display: inline-flex;
  font-size: 12px;
  margin-left: 22px;
  color: #FF7425;
}
.ova-blog-slide.template2 .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item .blog-slider-wrapper .wrap-article .ova-post-content .post-readmore .btn-readmore:hover {
  color: #FF7425;
}

.ova-team-slider .team-slider-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items {
  background-color: transparent;
  border-radius: 12px;
  overflow: hidden;
  padding: 24px 28px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-slider .team-slider-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items .avatar {
  display: inline-flex;
  width: 131px;
  height: 131px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}
.ova-team-slider .team-slider-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items .avatar img {
  width: 131px;
  height: 131px;
  border-radius: 50%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-slider .team-slider-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items .name {
  margin: 0;
  margin-bottom: 22px;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: #6CE1F5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-slider .team-slider-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items .job {
  margin: 0;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-slider .team-slider-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items .description {
  margin: 0;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #E5E5E5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-slider .team-slider-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items .social {
  display: inline-flex;
}
.ova-team-slider .team-slider-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #202439;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-slider .team-slider-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items .social a i {
  font-size: 20px;
  line-height: 1;
  color: #565D86;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-slider .team-slider-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items .social a:not(:last-child) {
  margin-right: 16px;
}
.ova-team-slider .team-slider-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items:hover {
  background-color: #272C44;
}
.ova-team-slider .team-slider-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items:hover .avatar img {
  transform: scale(1.05);
}
.ova-team-slider .team-slider-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items:hover .description {
  color: #FFFFFF;
}
.ova-team-slider .team-slider-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items:hover .social a {
  background-color: #272C44;
}
.ova-team-slider .team-slider-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items:hover .social a i {
  color: #FFFFFF;
}
.ova-team-slider .team-slider-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items:hover .social a:hover {
  background-color: #393F5B;
}
.ova-team-slider .team-slider-wrapper.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.ova-team-slider .team-slider-wrapper.owl-carousel .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #FFFFFF;
  border-radius: 50%;
  width: 30.8px;
  height: 30.8px;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-slider .team-slider-wrapper.owl-carousel .owl-nav button i {
  font-size: 18px;
  color: #FFFFFF;
}
.ova-team-slider .team-slider-wrapper.owl-carousel .owl-nav button:first-child {
  margin-right: 19px;
}
.ova-team-slider .team-slider-wrapper.owl-carousel .owl-nav button:hover {
  opacity: 1;
}

.ova-boxes-list .boxes-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .ova-boxes-list .boxes-wrapper {
    flex-direction: column;
  }
  .ova-boxes-list .boxes-wrapper .item {
    width: 100%;
  }
  .ova-boxes-list .boxes-wrapper .dot {
    margin: 30px 0;
  }
}
.ova-boxes-list .boxes-wrapper .item {
  background-color: #473273;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  border: 1px solid rgba(149, 65, 255, 0.2);
}
.ova-boxes-list .boxes-wrapper .item .box-date {
  padding: 12px;
  background-color: #382463;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-boxes-list .boxes-wrapper .item .box-date span {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #EFF0FC;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-boxes-list .boxes-wrapper .item .box-content {
  padding: 12px;
}
.ova-boxes-list .boxes-wrapper .item .box-content .title {
  margin: 0;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-boxes-list .boxes-wrapper .item .box-content .description {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #C5B5D6;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-boxes-list .boxes-wrapper .item:hover .box-date {
  background-color: #9545FA;
}
.ova-boxes-list .boxes-wrapper .dot {
  width: 9px;
  height: 9px;
  min-width: 9px;
  background: linear-gradient(180deg, #5E8BFF 0%, #9541FF 100%);
  border-radius: 50%;
}

@media screen and (max-width: 1024px) {
  .ova-road-map-advanced .road-map-advanced {
    display: none;
  }
}
.ova-road-map-advanced .road-map-advanced .timeline-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.ova-road-map-advanced .road-map-advanced .timeline-row .timeline-item {
  width: 100%;
  text-align: center;
  position: relative;
}
.ova-road-map-advanced .road-map-advanced .timeline-row .timeline-item .timeline-date .date {
  margin: 0;
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.ova-road-map-advanced .road-map-advanced .timeline-row .timeline-item .timeline-icon {
  margin-bottom: 12px;
  position: relative;
  z-index: 5;
}
.ova-road-map-advanced .road-map-advanced .timeline-row .timeline-item .timeline-icon .icon {
  display: flex;
  margin: 0 auto;
  background-color: #FFFFFF;
  border: 2.5px solid #DFAFF5;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
}
.ova-road-map-advanced .road-map-advanced .timeline-row .timeline-item .timeline-icon .icon:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: rgba(223, 175, 245, 0.16);
  border-radius: 50%;
}
.ova-road-map-advanced .road-map-advanced .timeline-row .timeline-item .timeline-icon .icon i {
  visibility: hidden;
}
.ova-road-map-advanced .road-map-advanced .timeline-row .timeline-item .timeline-content {
  display: inline-block;
  text-align: center;
  padding: 16px;
  background-color: #FFFFFF;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-advanced .road-map-advanced .timeline-row .timeline-item .timeline-content .title {
  margin: 0;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #9545FA;
  opacity: 0.9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-advanced .road-map-advanced .timeline-row .timeline-item .timeline-content .content {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ova-road-map-advanced .road-map-advanced .timeline-row .timeline-item .timeline-content .content .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #8D869B;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-advanced .road-map-advanced .timeline-row .timeline-item .timeline-content:hover {
  background-color: #9545FA;
}
.ova-road-map-advanced .road-map-advanced .timeline-row .timeline-item .timeline-content:hover .title {
  color: #FFFFFF;
}
.ova-road-map-advanced .road-map-advanced .timeline-row .timeline-item .timeline-content:hover .content .text {
  color: #FFFFFF;
}
.ova-road-map-advanced .road-map-advanced .timeline-row .timeline-item.timeline-done .timeline-icon .icon, .ova-road-map-advanced .road-map-advanced .timeline-row .timeline-item.timeline-done-odd .timeline-icon .icon, .ova-road-map-advanced .road-map-advanced .timeline-row .timeline-item.timeline-done-even .timeline-icon .icon, .ova-road-map-advanced .road-map-advanced .timeline-row .timeline-item.timeline_done_next_desktop .timeline-icon .icon {
  border-color: #9545FA;
  background-color: #9545FA;
}
.ova-road-map-advanced .road-map-advanced .timeline-row .timeline-item.timeline-done .timeline-icon .icon:before, .ova-road-map-advanced .road-map-advanced .timeline-row .timeline-item.timeline-done-odd .timeline-icon .icon:before, .ova-road-map-advanced .road-map-advanced .timeline-row .timeline-item.timeline-done-even .timeline-icon .icon:before, .ova-road-map-advanced .road-map-advanced .timeline-row .timeline-item.timeline_done_next_desktop .timeline-icon .icon:before {
  display: none;
}
.ova-road-map-advanced .road-map-advanced .timeline-row .timeline-item.timeline-done .timeline-icon .icon i, .ova-road-map-advanced .road-map-advanced .timeline-row .timeline-item.timeline-done-odd .timeline-icon .icon i, .ova-road-map-advanced .road-map-advanced .timeline-row .timeline-item.timeline-done-even .timeline-icon .icon i, .ova-road-map-advanced .road-map-advanced .timeline-row .timeline-item.timeline_done_next_desktop .timeline-icon .icon i {
  visibility: visible;
  font-size: 10px;
  vertical-align: middle;
  line-height: 1;
  color: #FFFFFF;
}
.ova-road-map-advanced .road-map-advanced .timeline-row:nth-of-type(odd) .timeline-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: rgba(223, 175, 245, 0.8);
  left: 50%;
  top: 52px;
}
.ova-road-map-advanced .road-map-advanced .timeline-row:nth-of-type(odd) .timeline-item:first-child:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 3px;
  background-color: rgba(223, 175, 245, 0.8);
  left: 0;
  top: 52px;
}
.ova-road-map-advanced .road-map-advanced .timeline-row:nth-of-type(odd) .timeline-item:first-child.timeline-done-odd:after {
  background-color: #9545FA;
}
.ova-road-map-advanced .road-map-advanced .timeline-row:nth-of-type(odd) .timeline-item:last-child:before {
  width: 50%;
}
.ova-road-map-advanced .road-map-advanced .timeline-row:nth-of-type(odd) .timeline-item:last-child:after {
  position: absolute;
  content: "";
  width: 15px;
  top: 52px;
  right: -15px;
  height: calc(100% + 103px);
  border: 3px solid rgba(223, 175, 245, 0.8);
  border-radius: 0 20px 20px 0;
  border-left: 0;
}
.ova-road-map-advanced .road-map-advanced .timeline-row:nth-of-type(odd) .timeline-item.timeline-done:before {
  height: 3px;
  background-color: #9545FA;
}
.ova-road-map-advanced .road-map-advanced .timeline-row:nth-of-type(odd) .timeline-item.timeline-done:after {
  border-color: #9545FA;
}
.ova-road-map-advanced .road-map-advanced .timeline-row:nth-of-type(odd):last-child .timeline-item:last-child:after {
  display: none;
}
.ova-road-map-advanced .road-map-advanced .timeline-row:nth-of-type(odd):last-child .timeline-item:first-child:after {
  display: block;
  width: 50%;
  top: 52px;
  right: unset;
  height: 3px;
  border: none;
}
.ova-road-map-advanced .road-map-advanced .timeline-row:nth-of-type(even) .timeline-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: rgba(223, 175, 245, 0.8);
  right: 50%;
  top: 52px;
}
.ova-road-map-advanced .road-map-advanced .timeline-row:nth-of-type(even) .timeline-item:first-child:after {
  width: 50%;
}
.ova-road-map-advanced .road-map-advanced .timeline-row:nth-of-type(even) .timeline-item:first-child:before {
  position: absolute;
  content: "";
  width: 15px;
  top: 52px;
  left: -15px;
  height: calc(100% + 103px);
  border: 3px solid rgba(223, 175, 245, 0.8);
  border-radius: 20px 0 0 20px;
  border-right: 0;
}
.ova-road-map-advanced .road-map-advanced .timeline-row:nth-of-type(even) .timeline-item:last-child:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 3px;
  background-color: rgba(223, 175, 245, 0.8);
  right: 0;
  top: 52px;
}
.ova-road-map-advanced .road-map-advanced .timeline-row:nth-of-type(even) .timeline-item:last-child.timeline-done-even:before {
  background-color: #9545FA;
}
.ova-road-map-advanced .road-map-advanced .timeline-row:nth-of-type(even) .timeline-item.timeline-done:first-child:before {
  border-color: #9545FA;
}
.ova-road-map-advanced .road-map-advanced .timeline-row:nth-of-type(even) .timeline-item.timeline-done:after {
  height: 3px;
  background-color: #9545FA;
}
.ova-road-map-advanced .road-map-advanced .timeline-row:nth-of-type(even):last-child .timeline-item:first-child:before {
  left: unset;
  border: none;
}
.ova-road-map-advanced .road-map-advanced .timeline-row:first-child .timeline-item:last-child:before {
  width: 50%;
}
.ova-road-map-advanced .road-map-advanced .timeline-row:first-child .timeline-item:first-child:after {
  display: none;
}
.ova-road-map-advanced .road-map-advanced .timeline-row:not(:last-child) {
  margin-bottom: 100px;
}
.ova-road-map-advanced .road-map-advanced-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .ova-road-map-advanced .road-map-advanced-mobile {
    display: flex;
    flex-direction: column;
  }
}
.ova-road-map-advanced .road-map-advanced-mobile .timeline-items {
  position: relative;
}
.ova-road-map-advanced .road-map-advanced-mobile .timeline-items:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  left: 0;
  top: 40%;
  margin-left: 10.5px;
  background-color: rgba(223, 175, 245, 0.8);
}
.ova-road-map-advanced .road-map-advanced-mobile .timeline-items:first-child:before {
  height: 140%;
  top: 0;
}
.ova-road-map-advanced .road-map-advanced-mobile .timeline-items:last-child:before {
  height: 80%;
}
.ova-road-map-advanced .road-map-advanced-mobile .timeline-items .timeline-icon {
  position: absolute;
  left: 0;
  top: 40%;
  z-index: 2;
}
.ova-road-map-advanced .road-map-advanced-mobile .timeline-items .timeline-icon .icon {
  display: flex;
  margin: 0 auto;
  background-color: #FFFFFF;
  border: 2.5px solid #DFAFF5;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
}
.ova-road-map-advanced .road-map-advanced-mobile .timeline-items .timeline-icon .icon:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: rgba(223, 175, 245, 0.16);
  border-radius: 50%;
}
.ova-road-map-advanced .road-map-advanced-mobile .timeline-items .timeline-icon .icon:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  left: 0;
  top: 50%;
  background-color: rgba(223, 175, 245, 0.8);
  z-index: -1;
}
.ova-road-map-advanced .road-map-advanced-mobile .timeline-items .timeline-icon .icon i {
  visibility: hidden;
}
.ova-road-map-advanced .road-map-advanced-mobile .timeline-items .timeline-info {
  margin-left: 60px;
}
.ova-road-map-advanced .road-map-advanced-mobile .timeline-items .timeline-info .timeline-date .date {
  margin: 0;
  margin-top: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.ova-road-map-advanced .road-map-advanced-mobile .timeline-items .timeline-info .timeline-content {
  display: inline-block;
  text-align: left;
  margin-top: 30px;
}
.ova-road-map-advanced .road-map-advanced-mobile .timeline-items .timeline-info .timeline-content .title {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #9545FA;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-road-map-advanced .road-map-advanced-mobile .timeline-items .timeline-info .timeline-content .content {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ova-road-map-advanced .road-map-advanced-mobile .timeline-items .timeline-info .timeline-content .content .text {
  padding: 5px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #8D869B;
}
.ova-road-map-advanced .road-map-advanced-mobile .timeline-items .timeline-info .timeline-content .content .text:not(:last-child) {
  border-bottom: 1px solid rgba(223, 175, 245, 0.8);
}
.ova-road-map-advanced .road-map-advanced-mobile .timeline-items.timeline-done-mb .timeline-icon .icon {
  background-color: #9545FA;
  border-color: #9545FA;
}
.ova-road-map-advanced .road-map-advanced-mobile .timeline-items.timeline-done-mb .timeline-icon .icon:before {
  display: none;
}
.ova-road-map-advanced .road-map-advanced-mobile .timeline-items.timeline-done-mb .timeline-icon .icon i {
  visibility: visible;
  font-size: 10px;
  vertical-align: middle;
  line-height: 1;
  color: #FFFFFF;
}
.ova-road-map-advanced .road-map-advanced-mobile .timeline-items.timeline-done-mb:before {
  background-color: #9545FA;
}
.ova-road-map-advanced .road-map-advanced-mobile .timeline-items.timeline_done_next_mobile .timeline-icon .icon {
  background-color: #9545FA;
  border-color: #9545FA;
}
.ova-road-map-advanced .road-map-advanced-mobile .timeline-items.timeline_done_next_mobile .timeline-icon .icon:before {
  display: none;
}
.ova-road-map-advanced .road-map-advanced-mobile .timeline-items.timeline_done_next_mobile .timeline-icon .icon i {
  visibility: visible;
  font-size: 10px;
  vertical-align: middle;
  line-height: 1;
  color: #FFFFFF;
}

.ova-download-file {
  text-align: center;
}
.ova-download-file .ova-img {
  display: inline-flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}
.ova-download-file .ova-img img {
  border-radius: 10px;
  object-fit: cover;
}
.ova-download-file .ova-img.show-before:before {
  position: absolute;
  content: "";
  width: 107px;
  height: 97px;
  background-color: #382463;
  border-radius: 10px;
  left: -24px;
  top: -17px;
  z-index: -1;
}
.ova-download-file .ova-img.show-after:after {
  position: absolute;
  content: "";
  width: 105px;
  height: 120px;
  background-color: #382463;
  border-radius: 10px;
  right: -19px;
  bottom: -17px;
  z-index: -1;
}
.ova-download-file .title {
  margin: 0;
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: var(--heading);
}
.ova-download-file .description {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: var(--text);
}
.ova-download-file .icon-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  background-color: #9545FA;
  border-radius: 6px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-download-file .icon-btn a i {
  font-size: 20px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-download-file .icon-btn a:hover {
  background-color: var(--primary);
}
.ova-download-file .text-language {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #C5B5D6;
}

.toggle-title-before .elementor-toggle .elementor-toggle-item .elementor-tab-title .elementor-toggle-title {
  position: relative;
}
.toggle-title-before .elementor-toggle .elementor-toggle-item .elementor-tab-title .elementor-toggle-title:before {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #00ff00;
  box-sizing: border-box;
  border-radius: 50%;
}

.toggle-title-before-icon .elementor-toggle .elementor-toggle-item .elementor-tab-title .elementor-toggle-title {
  position: relative;
}
.toggle-title-before-icon .elementor-toggle .elementor-toggle-item .elementor-tab-title .elementor-toggle-title:before {
  position: absolute;
  z-index: 1;
  content: "\f04b";
  color: transparent;
  -webkit-text-stroke: 2px #ff00de;
  border-radius: 2px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 24px;
  left: -40px;
  top: 0;
}

.toggle-title-before-line .elementor-toggle .elementor-toggle-item .elementor-tab-title .elementor-toggle-title {
  position: relative;
}
.toggle-title-before-line .elementor-toggle .elementor-toggle-item .elementor-tab-title .elementor-toggle-title:before {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  left: -28px;
  top: 12px;
  background-color: #c7ff00;
}

.ova-simple-image-carousel .simple-image-carousel .item .simple-image-carousel-img {
  border-radius: 14px;
}
.ova-simple-image-carousel .simple-image-carousel .item .simple-image-carousel-img img {
  object-fit: cover;
}
.ova-simple-image-carousel .simple-image-carousel .item .caption {
  transition: all 0.3s ease;
  display: inline-block;
  direction: ltr;
  padding-top: 15px;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  text-align: left;
}
.ova-simple-image-carousel .simple-image-carousel.owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  direction: ltr;
}
.ova-simple-image-carousel .simple-image-carousel.owl-carousel .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.ova-simple-image-carousel .simple-image-carousel.owl-carousel .owl-nav button:hover i {
  color: var(--primary);
}
.ova-simple-image-carousel .simple-image-carousel.owl-carousel .owl-nav button i {
  display: inline-flex;
  font-size: 28px;
  color: rgba(203, 207, 251, 0.4);
  transition: all 0.3s ease;
}
.ova-simple-image-carousel .simple-image-carousel.owl-carousel .owl-nav button.owl-prev {
  margin-left: -60px;
}
@media screen and (max-width: 1380px) {
  .ova-simple-image-carousel .simple-image-carousel.owl-carousel .owl-nav button.owl-prev {
    margin-left: 10px;
  }
}
.ova-simple-image-carousel .simple-image-carousel.owl-carousel .owl-nav button.owl-next {
  margin-right: -60px;
}
@media screen and (max-width: 1380px) {
  .ova-simple-image-carousel .simple-image-carousel.owl-carousel .owl-nav button.owl-next {
    margin-right: 10px;
  }
}
.ova-simple-image-carousel.v2 .simple-image-carousel .item {
  position: relative;
}
.ova-simple-image-carousel.v2 .simple-image-carousel .item .simple-image-carousel-img {
  position: relative;
  border-radius: 0;
}
.ova-simple-image-carousel.v2 .simple-image-carousel .item .simple-image-carousel-img:before {
  transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}
.ova-simple-image-carousel.v2 .simple-image-carousel .item .caption {
  position: absolute;
  bottom: 0px;
  left: 20px;
  opacity: 0;
  padding-top: 0;
  font-size: 20px;
}
.ova-simple-image-carousel.v2 .simple-image-carousel .item .caption .line {
  display: inline-block;
  content: "";
  width: 22px;
  height: 4px;
  background-color: #c7ff00;
}
.ova-simple-image-carousel.v2 .simple-image-carousel .item:hover .caption {
  transition: all 0.3s ease;
  opacity: 1;
  bottom: 22px;
}
.ova-simple-image-carousel.v2 .simple-image-carousel .item:hover .simple-image-carousel-img:before {
  transition: all 0.3s ease;
  opacity: 1;
}

.ova-backdrop-filter {
  backdrop-filter: blur(30px);
}
@media screen and (max-width: 1024px) {
  .ova-backdrop-filter {
    backdrop-filter: unset;
  }
}

.ova-custom-menu .main-navigation ul.menu li:before {
  opacity: 0;
  position: absolute;
  content: "";
  bottom: -34px;
  left: calc(50% - 2px);
  width: 2px;
  height: 26px;
  background-color: #c7ff00;
}
@media (max-width: 1024px) {
  .ova-custom-menu .main-navigation ul.menu li:before {
    content: none;
  }
}
.ova-custom-menu .main-navigation ul.menu li:hover:before {
  opacity: 1;
}

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

/* Road map 2 - verson 1 */
.ova-road-map-2-v1 {
  width: 100%;
  max-width: 932px;
  margin: 0 auto;
}
.ova-road-map-2-v1 .road-map-2-wrapper .timeline-column {
  /* timeline item */
}
.ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  /* timeline not done */
  /* timeline item left */
  /* timeline item right */
}
.ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item:not(:last-child) {
  padding-bottom: 36px;
}
.ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 50%;
  bottom: 0;
  border-left: 3px solid #FF00DE;
}
@media (max-width: 767px) {
  .ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item:before {
    left: 0;
  }
}
.ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item .timeline-info {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item .timeline-info {
    width: 100%;
  }
}
.ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item .timeline-info .dotted-line {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 71px;
  border: 2px dashed #000;
}
@media (max-width: 767px) {
  .ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item .timeline-info .dotted-line {
    width: 32px;
  }
}
.ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item .timeline-info .content-info {
  padding: 20px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.03);
}
.ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item .timeline-info .content-info .date {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #161616;
  margin-bottom: 10px;
}
.ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item .timeline-info .content-info .timeline-content .content {
  font-size: 16px;
  line-height: 24px;
  color: #1F1F1F;
  margin-bottom: 0;
}
.ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item .timeline-info:before {
  position: absolute;
  z-index: 1;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-color: #F0F0F0;
  border-radius: 50%;
  border: 3px solid #FF00DE;
}
.ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item .timeline-info:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #FF00DE;
  border-radius: 50%;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item.timeline-not-done:before {
  border-color: #868686;
}
.ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item.timeline-not-done .timeline-info:before {
  border: 3px solid #000;
}
.ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item.timeline-not-done .timeline-info:after {
  content: none;
}
.ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-left {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-left {
    justify-content: flex-start;
  }
}
.ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-left .timeline-info .dotted-line {
  left: 28px;
}
.ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-left .timeline-info .content-info {
  margin-left: 111px;
  border-left: 8px solid rgb(255, 0, 222);
}
@media screen and (max-width: 767px) {
  .ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-left .timeline-info .content-info {
    margin-left: 60px;
  }
  .ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-left .timeline-info .content-info:before {
    left: -18px;
  }
}
.ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-left .timeline-info .content-info .date {
  text-align: left;
}
.ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-left .timeline-info .content-info .timeline-content .content {
  text-align: left;
}
.ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-left .timeline-info:before {
  left: -17px;
}
.ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-left .timeline-info:after {
  left: -9px;
}
.ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-left.timeline-not-done .timeline-info .content-info {
  border-left: 8px solid #c2c2c2;
}
.ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-right {
  justify-content: flex-start;
}
.ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-right .timeline-info .dotted-line {
  right: 28px;
}
@media (max-width: 767px) {
  .ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-right .timeline-info .dotted-line {
    right: unset;
    left: 28px;
  }
}
.ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-right .timeline-info .content-info {
  margin-right: 111px;
  border-right: 8px solid rgb(255, 0, 222);
}
@media screen and (max-width: 767px) {
  .ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-right .timeline-info .content-info {
    margin-right: 0;
    margin-left: 60px;
    border-right: unset;
    border-left: 8px solid rgb(255, 0, 222);
  }
}
.ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-right .timeline-info .content-info .date {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-right .timeline-info .content-info .date {
    margin-right: 0;
    text-align: left;
  }
}
.ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-right .timeline-info .content-info .timeline-content .content {
  text-align: right;
}
@media (max-width: 767px) {
  .ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-right .timeline-info .content-info .timeline-content .content {
    text-align: left;
  }
}
.ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-right .timeline-info:before {
  right: -19px;
}
@media (max-width: 767px) {
  .ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-right .timeline-info:before {
    right: unset;
    left: -17px;
  }
}
.ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-right .timeline-info:after {
  right: -11px;
}
@media (max-width: 767px) {
  .ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-right .timeline-info:after {
    right: unset;
    left: -9px;
  }
}
.ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-right.timeline-not-done .timeline-info .content-info {
  border-right: 8px solid #c2c2c2;
}
@media screen and (max-width: 767px) {
  .ova-road-map-2-v1 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-right.timeline-not-done .timeline-info .content-info {
    border-right: unset;
    border-left: 8px solid #c2c2c2;
  }
}

/* Road map 2 - verson 2 */
.ova-road-map-2-v2 {
  width: 100%;
  margin: 0 auto;
}
.ova-road-map-2-v2 .road-map-2-wrapper .timeline-column {
  max-width: 540px;
  /* timeline item */
}
.ova-road-map-2-v2 .road-map-2-wrapper .timeline-column .timeline-item {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  padding-bottom: 36px;
  /* timeline not done */
}
.ova-road-map-2-v2 .road-map-2-wrapper .timeline-column .timeline-item:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 19px;
  top: -50%;
  border-left: 3px solid #00ff00;
}
.ova-road-map-2-v2 .road-map-2-wrapper .timeline-column .timeline-item:first-child:before {
  top: 0;
  height: 50%;
}
.ova-road-map-2-v2 .road-map-2-wrapper .timeline-column .timeline-item .timeline-info {
  width: 100%;
  position: relative;
}
.ova-road-map-2-v2 .road-map-2-wrapper .timeline-column .timeline-item .timeline-info .content-info {
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.03);
  margin-left: 82px;
  border: 2px solid #00FF00;
}
@media screen and (max-width: 768px) {
  .ova-road-map-2-v2 .road-map-2-wrapper .timeline-column .timeline-item .timeline-info .content-info {
    margin-left: 52px;
    padding: 10px;
    padding-right: 0;
  }
}
.ova-road-map-2-v2 .road-map-2-wrapper .timeline-column .timeline-item .timeline-info .content-info .date {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #00ff00;
  margin-bottom: 18px;
}
.ova-road-map-2-v2 .road-map-2-wrapper .timeline-column .timeline-item .timeline-info .content-info .timeline-content .content {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 0;
}
.ova-road-map-2-v2 .road-map-2-wrapper .timeline-column .timeline-item .timeline-info:before {
  position: absolute;
  z-index: 1;
  content: "";
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 50%;
  border: 3px solid #00ff00;
}
.ova-road-map-2-v2 .road-map-2-wrapper .timeline-column .timeline-item .timeline-info:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #00ff00;
  border-radius: 50%;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.ova-road-map-2-v2 .road-map-2-wrapper .timeline-column .timeline-item.timeline-not-done:before {
  border-left: 3px solid #fff;
}
.ova-road-map-2-v2 .road-map-2-wrapper .timeline-column .timeline-item.timeline-not-done .timeline-info:before {
  border: 3px solid #fff;
}
.ova-road-map-2-v2 .road-map-2-wrapper .timeline-column .timeline-item.timeline-not-done .timeline-info:after {
  content: none;
}
.ova-road-map-2-v2 .road-map-2-wrapper .timeline-column .timeline-item.timeline-not-done .timeline-info .content-info {
  border: 2px solid #fff;
}
.ova-road-map-2-v2 .road-map-2-wrapper .timeline-column .timeline-item.timeline-not-done .timeline-info .content-info .date {
  color: #fff;
}

/* Road map 2 - verson 3 */
.ova-road-map-2-v3 {
  width: 100%;
  max-width: 909px;
  margin: 0 auto;
}
.ova-road-map-2-v3 .road-map-2-wrapper .timeline-column {
  /* timeline item */
}
.ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  /* timeline not done */
  /* timeline item left */
  /* timeline item right */
}
.ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item:not(:last-child) {
  padding-bottom: 36px;
}
.ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 50%;
  bottom: 0;
  border-left: 3px solid #C7FF00;
}
@media (max-width: 767px) {
  .ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item:before {
    left: 0;
  }
}
.ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item:last-child:before {
  height: 0;
}
.ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item .timeline-info {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item .timeline-info {
    width: 100%;
  }
}
.ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item .timeline-info .dotted-line {
  position: absolute;
  content: "";
  top: 0;
  width: 82px;
  border: 1px solid #C7FF00;
}
@media (max-width: 767px) {
  .ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item .timeline-info .dotted-line {
    width: 32px;
  }
}
.ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item .timeline-info .content-info {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1.5px solid #C7FF00;
}
.ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item .timeline-info .content-info .date {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #C7FF00;
  margin-bottom: 26px;
}
.ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item .timeline-info .content-info .date .percentage {
  display: inline-block;
  background: #C7FF00;
  margin-right: 18px;
  padding: 12px 15px;
  color: #000;
  font-size: 28px;
  line-height: 34px;
}
@media (max-width: 880px) {
  .ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item .timeline-info .content-info .date .percentage {
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    margin-bottom: 12px;
  }
}
.ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item .timeline-info .content-info .timeline-content .content {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 0;
  padding-left: 34px;
}
@media (max-width: 576px) {
  .ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item .timeline-info .content-info .timeline-content .content {
    padding-left: 0;
  }
}
@media (max-width: 420px) {
  .ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item .timeline-info .content-info .timeline-content .content {
    font-size: 16px;
  }
}
.ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item .timeline-info .content-info .timeline-content .content:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 16px;
  background-color: #C7FF00;
  left: 0;
  top: 0;
}
@media (max-width: 576px) {
  .ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item .timeline-info .content-info .timeline-content .content:before {
    content: none;
  }
}
.ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item .timeline-info:before {
  position: absolute;
  z-index: 1;
  content: "";
  top: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 50%;
  border: 2.5px solid #C7FF00;
}
.ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item .timeline-info:after {
  position: absolute;
  z-index: 1;
  content: "\f107";
  color: #C7FF00;
  font-family: ovaicon !important;
  font-weight: 900;
  top: 0;
  transform: translateY(-50%);
  font-size: 12px;
}
.ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item.timeline-not-done:before {
  border-color: #838383;
}
.ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item.timeline-not-done .timeline-info:after {
  content: none;
}
.ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item.timeline-not-done .timeline-info .content-info .date .percentage {
  color: #fff;
  background: linear-gradient(103.99deg, #C7FF00 -72.58%, rgba(199, 255, 0, 0) 112.26%);
}
.ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-left {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-left {
    justify-content: flex-start;
  }
}
.ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-left .timeline-info .dotted-line {
  left: 0;
}
.ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-left .timeline-info .content-info {
  border-radius: 0px 8px 8px 8px;
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-left .timeline-info .content-info {
    margin-left: 30px;
  }
}
.ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-left .timeline-info:before {
  left: -14px;
}
.ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-left .timeline-info:after {
  left: -6px;
}
.ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-right {
  justify-content: flex-start;
}
.ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-right .timeline-info .dotted-line {
  right: 0;
}
@media (max-width: 767px) {
  .ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-right .timeline-info .dotted-line {
    right: unset;
    left: 0;
  }
}
.ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-right .timeline-info .content-info {
  margin-right: 80px;
  border-radius: 8px 0px 8px 8px;
}
@media screen and (max-width: 767px) {
  .ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-right .timeline-info .content-info {
    margin-right: 0px;
    margin-left: 30px;
  }
}
.ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-right .timeline-info:before {
  right: -16px;
}
@media (max-width: 767px) {
  .ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-right .timeline-info:before {
    right: unset;
    left: -14px;
  }
}
.ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-right .timeline-info:after {
  right: -6px;
}
@media (max-width: 767px) {
  .ova-road-map-2-v3 .road-map-2-wrapper .timeline-column .timeline-item.timeline-item-right .timeline-info:after {
    right: unset;
    left: -6px;
  }
}

.ova-team-slider-2-v1 .team-slider-2-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items {
  margin: 20px;
}
.ova-team-slider-2-v1 .team-slider-2-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items .avatar {
  position: relative;
  margin-bottom: 44px;
}
.ova-team-slider-2-v1 .team-slider-2-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items .avatar.low {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .ova-team-slider-2-v1 .team-slider-2-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items .avatar.low {
    margin-top: 0;
  }
}
.ova-team-slider-2-v1 .team-slider-2-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items .avatar:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1.5px solid #00ff00;
  top: 20px;
  left: -20px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-slider-2-v1 .team-slider-2-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items .avatar img {
  display: block;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-slider-2-v1 .team-slider-2-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items .name {
  margin: 0;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  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;
}
.ova-team-slider-2-v1 .team-slider-2-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items .job {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #00ff00;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-slider-2-v1 .team-slider-2-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items:hover .avatar:before {
  top: -20px;
  left: 20px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-slider-2-v1 .team-slider-2-wrapper.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.ova-team-slider-2-v1 .team-slider-2-wrapper.owl-carousel .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #373737;
}
.ova-team-slider-2-v1 .team-slider-2-wrapper.owl-carousel .owl-nav button i {
  font-size: 24px;
  color: #8f8f8f;
}
.ova-team-slider-2-v1 .team-slider-2-wrapper.owl-carousel .owl-nav button:first-child {
  margin-right: 12px;
}
.ova-team-slider-2-v1 .team-slider-2-wrapper.owl-carousel .owl-nav button:hover {
  opacity: 1;
}
.ova-team-slider-2-v1 .team-slider-2-wrapper.owl-carousel .owl-nav button:hover i {
  color: #fff;
}

.ova-team-slider-2-v2 .team-slider-2-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items {
  text-align: center;
}
.ova-team-slider-2-v2 .team-slider-2-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items .avatar {
  position: relative;
}
.ova-team-slider-2-v2 .team-slider-2-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items .avatar:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 0, 222, 0.3);
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-slider-2-v2 .team-slider-2-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items .avatar img {
  display: block;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-slider-2-v2 .team-slider-2-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items .info {
  width: 100%;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ova-team-slider-2-v2 .team-slider-2-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items .info .name {
  margin: 0;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  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;
}
.ova-team-slider-2-v2 .team-slider-2-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items .info .job {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  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;
}
.ova-team-slider-2-v2 .team-slider-2-wrapper.owl-carousel .owl-stage-outer .owl-stage .owl-item .items:hover .avatar:before {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-slider-2-v2 .team-slider-2-wrapper.owl-carousel .owl-nav {
  position: absolute;
  left: -220px;
  top: 50%;
  transform: translateY(-50%);
}
.ova-team-slider-2-v2 .team-slider-2-wrapper.owl-carousel .owl-nav button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #373737;
}
.ova-team-slider-2-v2 .team-slider-2-wrapper.owl-carousel .owl-nav button i {
  font-size: 24px;
  color: #8f8f8f;
}
.ova-team-slider-2-v2 .team-slider-2-wrapper.owl-carousel .owl-nav button:first-child {
  margin-right: 12px;
}
.ova-team-slider-2-v2 .team-slider-2-wrapper.owl-carousel .owl-nav button:hover {
  opacity: 1;
}
.ova-team-slider-2-v2 .team-slider-2-wrapper.owl-carousel .owl-nav button:hover i {
  color: #fff;
}

.ova-video-popup .ova-video-popup-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.ova-video-popup .ova-video-popup-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.ova-video-popup .ova-video-popup-container img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.ova-video-popup .ova-video-popup-container .video-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  background-color: #ff00de;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-video-popup .ova-video-popup-container .video-content i {
  color: #fff;
  font-size: 45px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-video-popup .ova-video-popup-container .video-content .text-play {
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}
.ova-video-popup .ova-video-popup-container .video-content:hover {
  background-color: #040404;
}
.ova-video-popup .ova-video-popup-container .video-content.video-image {
  position: absolute;
}
.ova-video-popup .modal-container {
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10;
}
.ova-video-popup .modal-container .modal {
  width: 900px;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .ova-video-popup .modal-container .modal {
    width: 768px;
    height: 450px;
  }
}
@media screen and (max-width: 788px) {
  .ova-video-popup .modal-container .modal {
    width: 600px;
    height: 350px;
  }
}
@media screen and (max-width: 620px) {
  .ova-video-popup .modal-container .modal {
    width: 400px;
    height: 250px;
  }
}
@media screen and (max-width: 420px) {
  .ova-video-popup .modal-container .modal {
    width: 320px;
    height: 200px;
  }
}
@media screen and (max-width: 330px) {
  .ova-video-popup .modal-container .modal {
    width: 300px;
    height: 180px;
  }
}
.ova-video-popup .modal-container .modal i {
  position: absolute;
  right: -10px;
  top: -35px;
  padding: 10px;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-video-popup .modal-container .modal i:hover {
  color: #000;
}
.ova-video-popup .modal-container .modal .modal-video {
  width: 100%;
  height: 100%;
}

.ova-icon-audio {
  width: 100%;
  max-width: 279px;
  border-radius: 27px;
  background-color: #dfdfdf;
  padding: 8px 20px 8px 8px;
}
.ova-icon-audio .waveform {
  display: grid;
  grid-template-columns: 10% 90%;
  grid-auto-flow: column;
  align-items: center;
  grid-column-gap: 12px;
}
.ova-icon-audio .waveform button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: unset;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
}
.ova-icon-audio .waveform button i {
  color: #ff00de;
  font-size: 14px;
}

.ova-author-box {
  position: relative;
  overflow: hidden;
}
.ova-author-box .description {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 60px;
}
.ova-author-box .info-img {
  display: flex;
  column-gap: 32px;
  align-items: center;
  position: relative;
  padding-left: 72px;
  margin-bottom: 60px;
}
@media (max-width: 520px) {
  .ova-author-box .info-img {
    flex-direction: column;
    padding-left: 42px;
    margin-bottom: 20px;
  }
}
.ova-author-box .info-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #C7FF00;
  width: 60px;
  height: 5px;
}
.ova-author-box .info-img .author-img {
  display: block;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.ova-author-box .info-img .info {
  margin: 0;
  padding-left: 32px;
  border-left: 1px solid #a8a8a8;
  text-align: left;
  width: 100%;
  height: auto;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 520px) {
  .ova-author-box .info-img .info {
    padding-left: 10px;
    border-left: unset;
    text-align: center;
  }
}
.ova-author-box .info-img .info .name {
  color: #c7ff00;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 12px;
}
.ova-author-box .info-img .info .job {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.ova-author-box .list-icon {
  padding: 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all all 0.4s ease;
  transition: all 0.4s ease;
}
.ova-author-box .list-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (max-width: 520px) {
  .ova-author-box .list-icon ul {
    text-align: center;
  }
}
.ova-author-box .list-icon ul .item {
  display: inline-block;
}
.ova-author-box .list-icon ul .item:not(:last-child) {
  margin-right: 12px;
}
.ova-author-box .list-icon ul .item a {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-author-box .list-icon ul .item a i {
  font-size: 18px;
  line-height: 1;
}
.ova-author-box .list-icon ul .item a:hover {
  background-color: #2b2b2b;
  color: #c7ff00;
}

.ova-simple-image-box {
  position: relative;
  overflow: hidden;
  padding-left: 57px;
}
@media (max-width: 420px) {
  .ova-simple-image-box {
    padding-left: 30px;
  }
}
.ova-simple-image-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #C7FF00;
  width: 22px;
  height: 4px;
}
@media (max-width: 420px) {
  .ova-simple-image-box:before {
    width: 15px;
  }
}
.ova-simple-image-box .box-img {
  display: block;
  margin-bottom: 20px;
}
.ova-simple-image-box .caption {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.ova-text-background {
  width: max-content;
  font-size: 180px;
  line-height: 216px;
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.7);
  -webkit-text-fill-color: transparent;
}

.ova-video .ova-video-container {
  position: relative;
}
.ova-video .ova-video-container .video-js {
  width: 100%;
  height: 518px;
}
@media (max-width: 767px) {
  .ova-video .ova-video-container .video-js {
    height: 360px;
  }
}
.ova-video .ova-video-container .video-js .vjs-tech {
  object-fit: cover;
}
.ova-video .ova-video-container .video-js .vjs-poster {
  background-size: cover;
}
.ova-video .ova-video-container .video-js .vjs-big-play-button, .ova-video .ova-video-container .video-js .vjs-volume-panel, .ova-video .ova-video-container .video-js .vjs-fullscreen-control, .ova-video .ova-video-container .video-js .vjs-picture-in-picture-control {
  display: none;
}
.ova-video .ova-video-container .video-js .vjs-control-bar {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  border-radius: 28.5px;
  bottom: 28px;
  left: 28px;
  width: 85%;
  height: 50px;
}
.ova-video .ova-video-container .video-js .vjs-play-progress {
  background-color: #ff00de;
  border-radius: 4px;
}
.ova-video .ova-video-container .video-js .vjs-play-progress:before {
  content: none;
}
.ova-video .ova-video-container .video-js .vjs-slider {
  background-color: #fff;
  border-radius: 4px;
  height: 7px;
}
.ova-video .ova-video-container .video-js .vjs-load-progress div {
  background-color: #fff;
}
.ova-video .ova-video-container .video-js .vjs-play-control .vjs-icon-placeholder {
  color: #ff00de;
  display: inline-flex;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.ova-video .ova-video-container .video-js .vjs-play-control .vjs-icon-placeholder:before {
  top: 8px;
  font-size: 20px;
}
.ova-video .ova-video-container .video-js .vjs-time-control {
  color: #000;
  padding-left: 5px;
  padding-right: 21px;
  top: 6px;
  font-size: 12px;
}
.ova-video .ova-video-container .overlay-video {
  cursor: pointer;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ova-video .ova-video-container .overlay-video .overlay-video-wrapper {
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.ova-video .ova-video-container .overlay-video .overlay-video-wrapper .title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  font-family: Zen Dots;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .ova-video .ova-video-container .overlay-video .overlay-video-wrapper .title {
    width: 100%;
  }
}
.ova-video .ova-video-container .overlay-video .overlay-video-wrapper .play-icon {
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #ff00de;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-video .ova-video-container .overlay-video .overlay-video-wrapper .play-icon i {
  color: #fff;
  font-size: 32px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-video .ova-video-container .overlay-video .overlay-video-wrapper:hover .play-icon {
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
  top: 50%;
}

.ova-testimonial-3 .owl-stage-outer {
  border-radius: 14px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #fff;
}
.ova-testimonial-3 .slide-testimonials .client_info {
  padding: 50px 60px;
}
@media screen and (max-width: 480px) {
  .ova-testimonial-3 .slide-testimonials .client_info {
    padding: 40px;
  }
}
.ova-testimonial-3 .slide-testimonials .client_info .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.ova-testimonial-3 .slide-testimonials .client_info .head div {
  flex: 0 0 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.ova-testimonial-3 .slide-testimonials .client_info .head .client {
  border: 3px solid #6844ED;
  box-shadow: rgba(104, 68, 237, 0.3) 0px 20px 40px;
}
.ova-testimonial-3 .slide-testimonials .client_info .head .client img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ova-testimonial-3 .slide-testimonials .client_info .icon-quote {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6844ED;
}
.ova-testimonial-3 .slide-testimonials .client_info .icon-quote i {
  display: inline-flex;
  color: #fff;
}
.ova-testimonial-3 .slide-testimonials .client_info .icon-quote i:before {
  margin: 0;
  font-size: 34px;
  line-height: 1;
}
.ova-testimonial-3 .slide-testimonials .client_info p.evaluate {
  margin: 0;
  margin-top: 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #030014;
}
@media screen and (max-width: 480px) {
  .ova-testimonial-3 .slide-testimonials .client_info p.evaluate {
    font-size: 20px;
  }
}
.ova-testimonial-3 .slide-testimonials .client_info .info {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.ova-testimonial-3 .slide-testimonials .client_info .info .name-job p {
  margin: 0;
}
.ova-testimonial-3 .slide-testimonials .client_info .info .name-job .name {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #6844ED;
  text-transform: capitalize;
}
.ova-testimonial-3 .slide-testimonials .client_info .info .name-job .job {
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #696969;
  text-transform: capitalize;
}
.ova-testimonial-3 .slide-testimonials .client_info .info .rate {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.ova-testimonial-3 .slide-testimonials .client_info .info .rate li i {
  font-size: 16px;
  color: #FF9900;
}
.ova-testimonial-3 .slide-testimonials .owl-dots {
  text-align: center;
  margin-top: 2px;
}
.ova-testimonial-3 .slide-testimonials .owl-dots .owl-dot {
  outline: none;
}
.ova-testimonial-3 .slide-testimonials .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #d1d1d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.ova-testimonial-3 .slide-testimonials .owl-dots .owl-dot.active span {
  width: 24px;
  border-radius: 5px;
  opacity: 1;
  background: #6844ED;
}

.ova-owl-nav {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.ova-owl-nav button {
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #EBEBFD;
  border: none;
  border-radius: 50%;
  transition: all 0.3s linear;
}
.ova-owl-nav button:hover {
  background: #6844ED;
}
.ova-owl-nav button:hover i {
  color: #fff;
}
.ova-owl-nav i {
  display: inline-flex;
  color: #6844ED;
  transition: all 0.3s linear;
}

.ova-testimonial {
  position: relative;
  z-index: 3;
}
.ova-testimonial:before {
  position: absolute;
  content: "";
  background: #fff;
  box-shadow: rgba(181, 181, 234, 0.41) 0px 6px 44px 0px;
  width: calc(100% - 70px);
  height: 100%;
  left: 50%;
  bottom: -27px;
  transform: translateX(-50%);
  z-index: 2;
  border-radius: 20px;
}
.ova-testimonial:after {
  position: absolute;
  content: "";
  background: #fff;
  box-shadow: rgba(181, 181, 234, 0.41) 0px 6px 44px 0px;
  width: calc(100% - 130px);
  height: 100%;
  left: 50%;
  bottom: -56px;
  transform: translateX(-50%);
  z-index: 1;
  border-radius: 20px;
}
.ova-testimonial .owl-stage-outer {
  border-radius: 20px;
  box-shadow: rgba(181, 181, 234, 0.41) 0px 6px 44px 0px;
  background: #fff;
}
.ova-testimonial .slide-testimonials {
  position: relative;
  z-index: 3;
}
.ova-testimonial .slide-testimonials .client_info {
  padding: 52px 80px 46px 62px;
  position: relative;
  background: #fff;
}
.ova-testimonial .slide-testimonials .client_info:after {
  position: absolute;
  content: "";
  background: #8620ED;
  width: 92px;
  height: 4px;
  bottom: 0;
  right: 94px;
  transform: skewX(-20deg);
}
@media screen and (max-width: 480px) {
  .ova-testimonial .slide-testimonials .client_info {
    padding: 52px 40px 46px 40px;
  }
}
.ova-testimonial .slide-testimonials .client_info .rate {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.ova-testimonial .slide-testimonials .client_info .rate li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 20px;
  background: #00B67A;
}
.ova-testimonial .slide-testimonials .client_info .rate li i {
  font-size: 14px;
  color: #fff;
}
.ova-testimonial .slide-testimonials .client_info p.evaluate {
  margin: 0;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
  color: #3C4256;
}
.ova-testimonial .slide-testimonials .client_info .info {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.ova-testimonial .slide-testimonials .client_info .info .client {
  flex: 0 0 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
}
.ova-testimonial .slide-testimonials .client_info .info .client img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ova-testimonial .slide-testimonials .client_info .info .name-job p {
  margin: 0;
}
.ova-testimonial .slide-testimonials .client_info .info .name-job .name {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #160647;
  text-transform: capitalize;
}
.ova-testimonial .slide-testimonials .client_info .info .name-job .job {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  color: #849AB2;
  text-transform: capitalize;
}
.ova-testimonial .slide-testimonials .owl-dots {
  text-align: center;
  margin-top: 2px;
}
.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: #d1d1d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.ova-testimonial .slide-testimonials .owl-dots .owl-dot.active span {
  width: 24px;
  border-radius: 5px;
  opacity: 1;
  background: #6844ED;
}
.ova-testimonial .slide-testimonials .owl-nav {
  position: absolute;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 85px;
  height: 85px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  gap: 10px;
  right: -106px;
  transform: translateY(-50%);
  box-shadow: rgba(66, 93, 187, 0.15) 0px 4px 10px 0px;
}
.ova-testimonial .slide-testimonials .owl-nav button {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  height: 50%;
  transition: all 0.3s linear;
}
.ova-testimonial .slide-testimonials .owl-nav button.owl-prev {
  align-items: flex-end;
}
.ova-testimonial .slide-testimonials .owl-nav button:hover i {
  color: #8620ED;
}
.ova-testimonial .slide-testimonials .owl-nav button i {
  display: inline-flex;
  color: #000;
  transition: all 0.3s linear;
}

.ova-testimonial-2 .slide-testimonials .client_info {
  position: relative;
  padding: 45px 90px 40px 62px;
  background: #080814;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 12px;
}
@media screen and (max-width: 480px) {
  .ova-testimonial-2 .slide-testimonials .client_info {
    padding: 45px 40px 40px 40px;
  }
}
.ova-testimonial-2 .slide-testimonials .client_info:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -1px;
  background: linear-gradient(to right, rgba(255, 195, 217, 0.38), rgba(140, 0, 226, 0.92));
  opacity: 0.5;
  border-radius: inherit;
  z-index: -1;
}
.ova-testimonial-2 .slide-testimonials .client_info .rate {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.ova-testimonial-2 .slide-testimonials .client_info .rate li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 20px;
  background: #00B67A;
}
.ova-testimonial-2 .slide-testimonials .client_info .rate li i {
  font-size: 14px;
  color: #fff;
}
.ova-testimonial-2 .slide-testimonials .client_info p.evaluate {
  margin: 0;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #D0D9F1;
}
.ova-testimonial-2 .slide-testimonials .client_info .info {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.ova-testimonial-2 .slide-testimonials .client_info .info .client {
  flex: 0 0 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
}
.ova-testimonial-2 .slide-testimonials .client_info .info .client img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ova-testimonial-2 .slide-testimonials .client_info .info .name-job p {
  margin: 0;
}
.ova-testimonial-2 .slide-testimonials .client_info .info .name-job .name {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}
.ova-testimonial-2 .slide-testimonials .client_info .info .name-job .job {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  color: #D0D9F1;
  text-transform: capitalize;
}
.ova-testimonial-2 .slide-testimonials .owl-dots {
  text-align: center;
  margin-top: 10px;
}
.ova-testimonial-2 .slide-testimonials .owl-dots .owl-dot {
  outline: none;
}
.ova-testimonial-2 .slide-testimonials .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #d1d1d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.ova-testimonial-2 .slide-testimonials .owl-dots .owl-dot.active span {
  width: 24px;
  border-radius: 5px;
  opacity: 1;
  background: #6844ED;
}
.ova-testimonial-2 .slide-testimonials .ova-nav-wrap {
  margin-top: 30px;
  text-align: center;
}
.ova-testimonial-2 .slide-testimonials .owl-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  gap: 10px;
  background: #04D493;
  border-radius: 50%;
  overflow: hidden;
}
.ova-testimonial-2 .slide-testimonials .owl-nav button {
  display: inline-flex;
  align-items: center;
  width: 50%;
  height: 100%;
  transition: all 0.3s linear;
}
.ova-testimonial-2 .slide-testimonials .owl-nav button.owl-prev {
  justify-content: flex-end;
}
.ova-testimonial-2 .slide-testimonials .owl-nav button:hover i {
  color: #8620ED;
}
.ova-testimonial-2 .slide-testimonials .owl-nav button i {
  display: inline-flex;
  color: #000;
  transition: all 0.3s linear;
}

.ova-heading-2 {
  text-align: left;
}
.ova-heading-2 .sub-title-wrapper {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 3px;
  border-bottom: 1px dashed #000;
}
.ova-heading-2 .sub-title-wrapper .prefix {
  color: var(--primary);
  font-size: 20px;
  line-height: 1.1;
  margin: 0 4px 0 0;
}
.ova-heading-2 .sub-title-wrapper .sub-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  color: #090505;
}
.ova-heading-2 .title {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  margin: 0 0 20px 0;
  font-size: 52px;
  font-weight: 700;
  color: #160647;
  line-height: 1.1;
  white-space: pre-line;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .ova-heading-2 .title {
    font-size: 42px;
  }
}
.ova-heading-2 .title:hover {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.ova-heading-2 .title .wrap-word {
  display: inline-block;
  position: relative;
}
.ova-heading-2 .title .word {
  background: linear-gradient(148deg, #FB5FD6 0%, #7D50FF 37.37%, #4BB3FE 75.57%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ova-heading-2 .title a {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: var(--heading);
}
.ova-heading-2 .title a:hover {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: var(--text);
}
.ova-heading-2 .title img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 8px 16px;
  width: 59px;
  min-width: 59px;
  height: 59px;
  object-fit: cover;
  border-radius: 50%;
}
.ova-heading-2 .description {
  margin: 0;
  font-size: 18px;
  white-space: pre-line;
}
.ova-heading-2 .author {
  text-align: right;
  margin: 0;
}
.ova-heading-2 .author .divider {
  width: 26px;
  height: 2px;
  background-color: var(--primary);
  display: inline-block;
  vertical-align: middle;
}
.ova-heading-2 .author .author-prefix {
  color: var(--primary);
  font-size: 16px;
  margin: 0 5px 0 15px;
}
.ova-heading-2 .author .text {
  font-weight: 600;
  font-size: 16px;
  color: var(--heading);
}
.ova-heading-2.template2 .title {
  font-size: 100px;
  background: linear-gradient(98deg, #FF691C 0%, #FFCEF1 54.69%, #17E78F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1200px) {
  .ova-heading-2.template2 .title {
    font-size: 82px;
  }
}
@media (max-width: 1024px) {
  .ova-heading-2.template2 .title {
    font-size: 62px;
  }
}
@media (max-width: 767px) {
  .ova-heading-2.template2 .title {
    font-size: 42px;
  }
}
.ova-heading-2.template2 .title .word {
  background: linear-gradient(47deg, #FF691C 0%, #FFCEF1 4.69%, #17E78F 100%);
  -webkit-background-clip: text;
}
.ova-heading-2.template2 .title img {
  position: absolute;
  left: -20px;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}
.ova-heading-2.template2 .description {
  font-size: 20px;
  font-weight: 500;
  color: #969CD6;
}
.ova-heading-2.template3 {
  text-align: center;
}
.ova-heading-2.template3 .title {
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 500;
  margin: 13px 0 0 0;
}
@media (max-width: 1400px) {
  .ova-heading-2.template3 .title {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .ova-heading-2.template3 .title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .ova-heading-2.template3 .title {
    font-size: 40px;
  }
}
.ova-heading-2.template3 .button-booking {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: var(--primary);
  color: #fff;
  z-index: 2;
}
.ova-heading-2.template3 .button-booking:hover {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  background-color: var(--heading);
  color: var(--primary);
}
.ova-heading-2.template3 .button-booking .text-booking {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
}

.ova_wrap_search_popup {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.ova_wrap_search_popup .ova_search_close {
  display: none;
}
.ova_wrap_search_popup.show .ova_search_popup {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.ova_wrap_search_popup i {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
  font-size: 21px;
  color: var(--heading);
  display: inline-flex;
}
.ova_wrap_search_popup i:hover {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: var(--primary);
}
.ova_wrap_search_popup .ova_search_popup {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
}
.ova_wrap_search_popup .ova_search_popup .search-popup__overlay {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--heading);
  opacity: 0.75;
  cursor: pointer;
  z-index: -1;
}
.ova_wrap_search_popup .ova_search_popup .container {
  width: 100%;
  max-width: 500px;
}
@media (max-width: 600px) {
  .ova_wrap_search_popup .ova_search_popup .container {
    max-width: 300px;
  }
}
.ova_wrap_search_popup .ova_search_popup .container .search-form {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
.ova_wrap_search_popup .ova_search_popup .container .search-form .search-field {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
  transition: all 0.3s;
  border-radius: 0;
}
.ova_wrap_search_popup .ova_search_popup .container .search-form .search-field::placeholder {
  opacity: 1;
  color: var(--text);
  font-weight: 500;
}
.ova_wrap_search_popup .ova_search_popup .container .search-form .search-field::-webkit-search-cancel-button {
  filter: invert(63%) sepia(43%) saturate(286%) hue-rotate(351deg) brightness(93%) contrast(97%);
  opacity: 1;
  background-color: black;
}
.ova_wrap_search_popup .ova_search_popup .container .search-form .search-submit {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  cursor: pointer;
  border-radius: 0;
  background-color: var(--primary);
}
.ova_wrap_search_popup .ova_search_popup .container .search-form .search-submit i {
  font-size: 22px;
  color: #fff;
  line-height: 1;
}
.ova_wrap_search_popup .ova_search_popup .container .search-form .search-submit:hover {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: var(--heading);
}

.toggle-content .content {
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #222;
  color: #fff;
  width: 380px;
  padding: 50px;
  z-index: 999;
  opacity: 1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.toggle-content .content .close-menu {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  z-index: 999;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 30px;
  right: 30px;
}
.toggle-content .content .close-menu:hover {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: var(--heading);
}
.toggle-content .content .close-menu:hover i {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: var(--primary);
}
.toggle-content .content .close-menu i {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-size: 14px;
  color: #fff;
}
.toggle-content .content.pos_left {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  left: 0;
  transform: translate3d(-380px, 0, 0);
}
.toggle-content .content.pos_right {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  right: 0;
  transform: translate3d(380px, 0, 0);
}
.toggle-content .content .wrap-content img {
  display: block;
  margin: 0 auto;
  width: 175px;
  height: 175px;
  object-fit: cover;
  border-radius: 50%;
}
.toggle-content .content .wrap-content .content-title {
  margin: 40px 0 20px 0;
  color: #fff;
}
.toggle-content .content .wrap-content .description {
  margin: 0 0 20px 0;
}
.toggle-content .content .wrap-content .button-contact {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: var(--primary);
  color: #fff;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  gap: 10px;
  border-radius: 14px;
}
.toggle-content .content .wrap-content .button-contact:hover {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: var(--primary);
  background-color: #fff;
}
.toggle-content .content .wrap-content .contact-info-title {
  margin: 40px 0 20px 0;
  color: #fff;
}
.toggle-content .content .wrap-content .contact-item {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
  gap: 10px;
}
.toggle-content .content .wrap-content .contact-item i {
  display: inline-flex;
  color: var(--primary);
}
.toggle-content .content .wrap-content .list-social {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 20px 0 0 0;
}
.toggle-content .content .wrap-content .list-social .social {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.toggle-content .content .wrap-content .list-social .social:hover {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: var(--heading);
}
.toggle-content .content .wrap-content .list-social .social:hover i {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: #fff;
}
.toggle-content .content .wrap-content .list-social .social i {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: inline-flex;
  color: #fff;
}
.toggle-content .site-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 998;
}
.toggle-content.toggled .content.pos_left {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform: none;
}
.toggle-content.toggled .content.pos_right {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform: none;
}
.toggle-content.toggled .site-overlay {
  opacity: 0.8;
  visibility: visible;
  transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
}
.toggle-content .button-toggle {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #1F2137;
  border: none;
}
.toggle-content .button-toggle i {
  display: inline-flex;
}
.toggle-content .button-toggle:before, .toggle-content .button-toggle:after {
  width: 0;
}
.toggle-content .button-toggle span:before {
  width: 0;
}
.toggle-content .button-toggle:hover {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.toggle-content .button-toggle:hover .title {
  color: var(--primary);
}
.toggle-content .button-toggle:hover i {
  color: var(--primary);
}
.toggle-content .button-toggle .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .toggle-content .button-toggle .title {
    font-size: 14px;
  }
}
.toggle-content .dropdown-toggle {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 0.5em 0 0.5em 10px;
  color: inherit;
  border-radius: 0;
  border: none;
  cursor: pointer;
}
.toggle-content .dropdown-toggle::after {
  content: "\f104";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 0.6em;
}
.toggle-content .dropdown-toggle:focus {
  outline: none;
}
.toggle-content .dropdown-toggle:hover {
  background: transparent;
}
.toggle-content .dropdown-toggle.toggled-on:after {
  content: "\f10c";
  font-family: "ovaicon";
}
.toggle-content.template2 .button-toggle {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 50%;
  width: 60px;
  min-width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: white;
  border: none;
  box-shadow: 0px 4px 20px 0px rgba(40, 70, 87, 0.2);
}
.toggle-content.template2 .button-toggle:before, .toggle-content.template2 .button-toggle:after {
  width: 0;
}
.toggle-content.template2 .button-toggle span:before {
  width: 0;
}
.toggle-content.template2 .button-toggle:hover {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.toggle-content.template2 .button-toggle:hover i {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: var(--primary);
}
.toggle-content.template2 .button-toggle i {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-size: 20px;
  color: var(--heading);
}

.ova-icon-box-text.column_1 .list {
  grid-template-columns: 1fr;
}
.ova-icon-box-text.column_2 .list {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .ova-icon-box-text.column_2 .list {
    grid-template-columns: 1fr;
  }
}
.ova-icon-box-text.column_3 .list {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1200px) {
  .ova-icon-box-text.column_3 .list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .ova-icon-box-text.column_3 .list {
    grid-template-columns: 1fr;
  }
}
.ova-icon-box-text.column_4 .list {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1200px) {
  .ova-icon-box-text.column_4 .list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .ova-icon-box-text.column_4 .list {
    grid-template-columns: 1fr;
  }
}
.ova-icon-box-text .list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-column-gap: 30px;
}
.ova-icon-box-text .list .item .box {
  display: flex;
  gap: 40px;
}
.ova-icon-box-text .list .item .box .icon {
  flex: 0 0 60px;
}
.ova-icon-box-text .list .item .box .icon i {
  font-size: 60px;
  line-height: 1;
  display: inline-flex;
}
.ova-icon-box-text .list .item .box .content .title {
  margin: 0;
  transition: all 0.3s linear;
}
.ova-icon-box-text .list .item .box .content .title a {
  transition: all 0.3s linear;
}
.ova-icon-box-text .list .item .box .content .desc {
  margin: 0;
}
.ova-icon-box-text.template_1 .list {
  grid-row-gap: 15px;
}
.ova-icon-box-text.template_1 .list .box {
  padding: 25px 50px 25px 50px;
  border-radius: 14px;
  background: rgba(104, 68, 237, 0.07);
  border: 1px solid rgba(104, 68, 237, 0.15);
}
@media screen and (max-width: 767px) {
  .ova-icon-box-text.template_1 .list .box {
    padding: 35px 25px 30px 25px;
  }
}
.ova-icon-box-text.template_1 .list .box .icon i {
  color: #6844ED;
}
.ova-icon-box-text.template_1 .list .box .content .title {
  font-size: 22px;
  font-weight: 700;
  color: #030014;
}
.ova-icon-box-text.template_1 .list .box .content .title a {
  font-size: 22px;
  font-weight: 700;
  color: #030014;
}
.ova-icon-box-text.template_1 .list .box .content .title a:hover {
  color: #030014;
  text-decoration: underline;
}
.ova-icon-box-text.template_1 .list .box .content .desc {
  margin-top: 5px;
  color: #696969;
}
.ova-icon-box-text.template_2 .list {
  grid-row-gap: 30px;
}
.ova-icon-box-text.template_2 .list .box {
  padding: 45px 40px 40px 47px;
  background: #100C1E;
  border: 1px solid transparent;
  transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  .ova-icon-box-text.template_2 .list .box {
    padding: 35px 25px 30px 25px;
  }
}
.ova-icon-box-text.template_2 .list .box:hover {
  border-color: #284578;
}
.ova-icon-box-text.template_2 .list .box .content .title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.ova-icon-box-text.template_2 .list .box .content .title a {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.ova-icon-box-text.template_2 .list .box .content .title a:hover {
  color: #fff;
  text-decoration: underline;
}
.ova-icon-box-text.template_2 .list .box .content .desc {
  margin-top: 8px;
  color: #969CD6;
  font-weight: 500;
}
.ova-icon-box-text.template_3 .list {
  grid-row-gap: 30px;
}
.ova-icon-box-text.template_3 .list .box {
  gap: 18px;
}
.ova-icon-box-text.template_3 .list .box .icon {
  flex: 0 0 79px;
  height: 72px;
  border-radius: 7px;
  border: 1px solid #EFECFA;
  background: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(51, 102, 201, 0.1);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.ova-icon-box-text.template_3 .list .box .icon i {
  font-size: 40px;
}
.ova-icon-box-text.template_3 .list .box .content .title {
  color: #160647;
  font-size: 18px;
  font-weight: 600;
}
.ova-icon-box-text.template_3 .list .box .content .title a {
  color: #160647;
  font-size: 18px;
  font-weight: 600;
}
.ova-icon-box-text.template_3 .list .box .content .desc {
  color: #3C4156;
}

.ova-text-marquee {
  position: relative;
  overflow: hidden;
  padding: 13px 0;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  background-color: #0F0E0E;
  width: 100%;
  direction: ltr;
}
.ova-text-marquee.direction-ltr {
  direction: rtl;
}
.ova-text-marquee.direction-ltr .content-wrapper {
  animation: ova_scroll_ltr 20s linear infinite;
  animation-delay: -20s;
}
.ova-text-marquee.direction-ltr .content-wrapper-2 {
  animation: ova_scroll2_ltr 20s linear infinite;
  animation-delay: -10s;
}
.ova-text-marquee.direction-ltr.duration-slow .content-wrapper {
  animation: ova_scroll_ltr 30s linear infinite;
  animation-delay: -30s;
}
.ova-text-marquee.direction-ltr.duration-slow .content-wrapper-2 {
  animation: ova_scroll2_ltr 30s linear infinite;
  animation-delay: -15s;
}
.ova-text-marquee.direction-ltr.duration-fast .content-wrapper {
  animation: ova_scroll_ltr 10s linear infinite;
  animation-delay: -10s;
}
.ova-text-marquee.direction-ltr.duration-fast .content-wrapper-2 {
  animation: ova_scroll2_ltr 10s linear infinite;
  animation-delay: -5s;
}
.ova-text-marquee .content-wrapper, .ova-text-marquee .content-wrapper-2 {
  width: 300%;
}
@media (max-width: 1024px) {
  .ova-text-marquee .content-wrapper, .ova-text-marquee .content-wrapper-2 {
    width: 400%;
  }
}
@media (max-width: 767px) {
  .ova-text-marquee .content-wrapper, .ova-text-marquee .content-wrapper-2 {
    width: 700%;
  }
}
.ova-text-marquee .content-wrapper .icon-text:nth-child(odd) .icon i, .ova-text-marquee .content-wrapper .icon-text:nth-child(odd) .icon svg, .ova-text-marquee .content-wrapper-2 .icon-text:nth-child(odd) .icon i, .ova-text-marquee .content-wrapper-2 .icon-text:nth-child(odd) .icon svg {
  color: var(--primary);
  fill: var(--primary);
}
.ova-text-marquee .content-wrapper .icon-text:nth-child(odd) .icon svg path, .ova-text-marquee .content-wrapper-2 .icon-text:nth-child(odd) .icon svg path {
  fill: var(--primary);
}
.ova-text-marquee .content-wrapper .icon, .ova-text-marquee .content-wrapper-2 .icon {
  margin: 0 15px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.ova-text-marquee .content-wrapper .icon i, .ova-text-marquee .content-wrapper .icon svg, .ova-text-marquee .content-wrapper-2 .icon i, .ova-text-marquee .content-wrapper-2 .icon svg {
  font-size: 25px;
  width: 25px;
  height: 25px;
  color: #fff;
  fill: #fff;
}
.ova-text-marquee .content-wrapper .icon svg path, .ova-text-marquee .content-wrapper-2 .icon svg path {
  fill: #fff;
}
.ova-text-marquee .content-wrapper .text, .ova-text-marquee .content-wrapper-2 .text {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  width: 200%;
}
.ova-text-marquee .content-wrapper {
  animation: ova_scroll 20s linear infinite;
  animation-delay: -20s;
}
.ova-text-marquee .spacing {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 600px;
}
.ova-text-marquee .content-wrapper-2 {
  animation: ova_scroll2 20s linear infinite;
  animation-delay: -10s;
}
.ova-text-marquee.duration-none .content-wrapper {
  animation: none;
}
.ova-text-marquee.duration-none .content-wrapper-2 {
  animation: none;
}
.ova-text-marquee.duration-slow .content-wrapper {
  animation: ova_scroll 30s linear infinite;
  animation-delay: -30s;
}
.ova-text-marquee.duration-slow .content-wrapper-2 {
  animation: ova_scroll2 30s linear infinite;
  animation-delay: -15s;
}
.ova-text-marquee.duration-fast .content-wrapper {
  animation: ova_scroll 10s linear infinite;
  animation-delay: -10s;
}
.ova-text-marquee.duration-fast .content-wrapper-2 {
  animation: ova_scroll2 10s linear infinite;
  animation-delay: -5s;
}

@keyframes ova_scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes ova_scroll2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes ova_scroll_ltr {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes ova_scroll2_ltr {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(200%);
  }
}
.ova-text-marquee-2 {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  width: 100%;
  direction: ltr;
}
.ova-text-marquee-2.direction-ltr {
  direction: rtl;
}
.ova-text-marquee-2.direction-ltr .content-wrapper {
  animation: ova_scroll_ltr 20s linear infinite;
  animation-delay: -20s;
}
.ova-text-marquee-2.direction-ltr .content-wrapper-2 {
  animation: ova_scroll2_ltr 20s linear infinite;
  animation-delay: -10s;
}
.ova-text-marquee-2.direction-ltr.duration-slow .content-wrapper {
  animation: ova_scroll_ltr 20s linear infinite;
  animation-delay: -20s;
}
.ova-text-marquee-2.direction-ltr.duration-slow .content-wrapper-2 {
  animation: ova_scroll2_ltr 20s linear infinite;
  animation-delay: -10s;
}
.ova-text-marquee-2.direction-ltr.duration-fast .content-wrapper {
  animation: ova_scroll_ltr 10s linear infinite;
  animation-delay: -10s;
}
.ova-text-marquee-2.direction-ltr.duration-fast .content-wrapper-2 {
  animation: ova_scroll2_ltr 10s linear infinite;
  animation-delay: -5s;
}
.ova-text-marquee-2 .content-wrapper .text, .ova-text-marquee-2 .content-wrapper-2 .text {
  font-weight: 500;
  font-size: 130px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--heading);
}
@media (max-width: 1024px) {
  .ova-text-marquee-2 .content-wrapper .text, .ova-text-marquee-2 .content-wrapper-2 .text {
    font-size: 80px;
  }
}
.ova-text-marquee-2 .content-wrapper .image, .ova-text-marquee-2 .content-wrapper-2 .image {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 35px 0 10px;
  vertical-align: bottom;
}
.ova-text-marquee-2 .content-wrapper .image img, .ova-text-marquee-2 .content-wrapper-2 .image img {
  display: inline-block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 0 20px 0;
}
.ova-text-marquee-2 .content-wrapper .image .line-decoration, .ova-text-marquee-2 .content-wrapper-2 .image .line-decoration {
  width: 85px;
  height: 11px;
  background-color: var(--heading);
  display: inline-block;
}
.ova-text-marquee-2 .content-wrapper {
  animation: ova_scroll 20s linear infinite;
  animation-delay: -20s;
}
.ova-text-marquee-2 .spacing {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 600px;
}
.ova-text-marquee-2 .content-wrapper-2 {
  animation: ova_scroll2 20s linear infinite;
  animation-delay: -10s;
}
.ova-text-marquee-2.duration-slow .content-wrapper {
  animation: ova_scroll 20s linear infinite;
  animation-delay: -20s;
}
.ova-text-marquee-2.duration-slow .content-wrapper-2 {
  animation: ova_scroll2 20s linear infinite;
  animation-delay: -10s;
}
.ova-text-marquee-2.duration-fast .content-wrapper {
  animation: ova_scroll 10s linear infinite;
  animation-delay: -10s;
}
.ova-text-marquee-2.duration-fast .content-wrapper-2 {
  animation: ova_scroll2 10s linear infinite;
  animation-delay: -5s;
}

.ova-text-marquee-3 {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.ova-text-marquee-3 .content-wrapper, .ova-text-marquee-3 .content-wrapper-2 {
  width: 200%;
}
.ova-text-marquee-3 .content-wrapper .text, .ova-text-marquee-3 .content-wrapper-2 .text {
  font-size: 110px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: transparent;
  width: 200%;
  background: linear-gradient(163deg, #FF8556 0%, #E1D1E5 54.76%, #60DFAE 92.26%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.ova-text-marquee-3 .content-wrapper .text.text-color, .ova-text-marquee-3 .content-wrapper-2 .text.text-color {
  color: var(--heading);
}
@media (max-width: 1024px) {
  .ova-text-marquee-3 .content-wrapper .text, .ova-text-marquee-3 .content-wrapper-2 .text {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .ova-text-marquee-3 .content-wrapper .text, .ova-text-marquee-3 .content-wrapper-2 .text {
    font-size: 50px;
  }
}
.ova-text-marquee-3 .content-wrapper {
  animation: ova_scroll 20s linear infinite;
  animation-delay: -20s;
}
.ova-text-marquee-3 .spacing {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 500px;
}
.ova-text-marquee-3 .content-wrapper-2 {
  animation: ova_scroll2 20s linear infinite;
  animation-delay: -10s;
}
.ova-text-marquee-3.duration-none .content-wrapper {
  animation: none;
}
.ova-text-marquee-3.duration-none .content-wrapper-2 {
  animation: none;
}
.ova-text-marquee-3.duration-slow .content-wrapper {
  animation: ova_scroll 30s linear infinite;
  animation-delay: -30s;
}
.ova-text-marquee-3.duration-slow .content-wrapper-2 {
  animation: ova_scroll2 30s linear infinite;
  animation-delay: -15s;
}
.ova-text-marquee-3.duration-fast .content-wrapper {
  animation: ova_scroll 10s linear infinite;
  animation-delay: -10s;
}
.ova-text-marquee-3.duration-fast .content-wrapper-2 {
  animation: ova_scroll2 10s linear infinite;
  animation-delay: -5s;
}

.ova-number-box-text.column_1 .list {
  grid-template-columns: 1fr;
}
.ova-number-box-text.column_2 .list {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .ova-number-box-text.column_2 .list {
    grid-template-columns: 1fr;
  }
}
.ova-number-box-text.column_4 .list {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1200px) {
  .ova-number-box-text.column_4 .list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .ova-number-box-text.column_4 .list {
    grid-template-columns: 1fr;
  }
}
.ova-number-box-text .list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 45px;
}
@media screen and (max-width: 1200px) {
  .ova-number-box-text .list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .ova-number-box-text .list {
    grid-template-columns: 1fr;
  }
}
.ova-number-box-text .list .item .box {
  position: relative;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(104, 68, 237, 0.2);
  padding: 60px 35px 30px 47px;
}
.ova-number-box-text .list .item .box .number {
  position: absolute;
  left: 45px;
  top: -40px;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background: #6844ED;
  border: 6px solid #fff;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  box-shadow: rgba(104, 68, 237, 0.2) 0px 20px 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ova-number-box-text .list .item .box .content .title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #030014;
}
.ova-number-box-text .list .item .box .content .desc {
  margin: 0;
  margin-top: 15px;
  color: #696969;
}

.ova-igenerator-form {
  margin: 0 auto;
  max-width: 800px;
}
.ova-igenerator-form .igenerator_form_field_inner {
  position: relative;
  width: 100%;
}
@media (max-width: 580px) {
  .ova-igenerator-form .igenerator_form_field_inner {
    text-align: center;
  }
}
.ova-igenerator-form .igenerator_form_field_inner .igenerator_form_field_prompt_text {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 500;
  padding: 0 25% 0 25px;
  background-color: #fff;
  box-shadow: 0 4px 33px rgba(0, 0, 0, 0.1);
  height: 84px;
  border: none;
  border-radius: 9px;
  width: 100%;
  text-overflow: ellipsis;
}
.ova-igenerator-form .igenerator_form_field_inner .igenerator_form_field_prompt_text::placeholder {
  color: #515463;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .ova-igenerator-form .igenerator_form_field_inner .igenerator_form_field_prompt_text {
    font-size: 14px;
    padding: 0 25px;
  }
}
.ova-igenerator-form .igenerator_form_field_inner .igenerator_form_field_prompt_button {
  transition: all 0.3s ease;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  padding: 0 42px;
  height: 64px;
  line-height: 1;
  border-radius: 7px;
  border: 1px solid transparent;
  color: #fff;
  background-color: var(--primary);
}
.ova-igenerator-form .igenerator_form_field_inner .igenerator_form_field_prompt_button:hover {
  transition: all 0.3s ease;
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: #fff;
}
@media (max-width: 580px) {
  .ova-igenerator-form .igenerator_form_field_inner .igenerator_form_field_prompt_button {
    position: static;
    transform: unset;
    margin: 15px 0 0 0;
  }
}
.ova-igenerator-form .igenerator_form_field_tags {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .ova-igenerator-form .igenerator_form_field_tags {
    flex-direction: column;
  }
}
.ova-igenerator-form .igenerator_form_field_tags .label {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #C7CAE4;
}
.ova-igenerator-form .igenerator_form_field_tags .igenerator_form_field_tags_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 6px;
}
.ova-igenerator-form .igenerator_form_field_tags .igenerator_form_field_tags_list .tags_item {
  transition: all 0.3s ease;
  display: inline-block;
  padding: 10px 14px;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 5px;
  color: #E0DBFF;
  background-color: #181832;
  cursor: pointer;
}
.ova-igenerator-form .igenerator_form_field_tags .igenerator_form_field_tags_list .tags_item:hover {
  transition: all 0.3s ease;
  color: #fff;
  background-color: var(--primary);
}

.ova-icon-box-text-2.column_1 .list {
  grid-template-columns: 1fr;
}
.ova-icon-box-text-2.column_2 .list {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .ova-icon-box-text-2.column_2 .list {
    grid-template-columns: 1fr;
  }
}
.ova-icon-box-text-2.column_3 .list {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1200px) {
  .ova-icon-box-text-2.column_3 .list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .ova-icon-box-text-2.column_3 .list {
    grid-template-columns: 1fr;
  }
}
.ova-icon-box-text-2.column_4 .list {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1200px) {
  .ova-icon-box-text-2.column_4 .list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .ova-icon-box-text-2.column_4 .list {
    grid-template-columns: 1fr;
  }
}
.ova-icon-box-text-2 .list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-column-gap: 30px;
}
.ova-icon-box-text-2 .list .item .box {
  transition: all 0.3s linear;
}
.ova-icon-box-text-2 .list .item .box .icon {
  transition: all 0.3s linear;
}
.ova-icon-box-text-2 .list .item .box .icon i {
  display: inline-flex;
  transition: all 0.3s linear;
}
.ova-icon-box-text-2 .list .item .box .icon svg {
  transition: all 0.3s linear;
}
.ova-icon-box-text-2 .list .item .box .content .title {
  margin: 0;
}
.ova-icon-box-text-2 .list .item .box .content .title a {
  font-weight: 700;
  transition: all 0.3s linear;
}
.ova-icon-box-text-2 .list .item .box .content .title a:hover {
  text-decoration: underline;
}
.ova-icon-box-text-2 .list .item .box .content .title i {
  margin-left: 10px;
  display: inline-flex;
  font-size: 28px;
  line-height: 1;
  color: #1BCD62;
}
.ova-icon-box-text-2 .list .item .box .content .desc {
  margin: 0;
}
.ova-icon-box-text-2 .list .item .box .link {
  display: inline-block;
  transition: all 0.3s linear;
}
.ova-icon-box-text-2 .list .item .box .link:hover {
  text-decoration: underline;
}
.ova-icon-box-text-2 .list .item .box .link i {
  display: inline-flex;
  transition: all 0.3s linear;
  vertical-align: middle;
}
.ova-icon-box-text-2.template_1 .list {
  grid-row-gap: 80px;
}
.ova-icon-box-text-2.template_1 .list .item .box {
  position: relative;
  border-radius: 14px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 60px 0px;
  border: 1px solid rgba(3, 0, 20, 0.07);
  padding: 85px 35px 30px 47px;
}
@media screen and (max-width: 767px) {
  .ova-icon-box-text-2.template_1 .list .item .box {
    padding: 85px 30px 30px 30px;
  }
}
.ova-icon-box-text-2.template_1 .list .item .box:hover {
  border: 1px solid rgb(104, 68, 237);
  box-shadow: rgba(104, 68, 237, 0.3) 0px 10px 60px;
}
.ova-icon-box-text-2.template_1 .list .item .box:hover .icon {
  outline-color: rgb(104, 68, 237);
}
.ova-icon-box-text-2.template_1 .list .item .box:hover .icon:after {
  background: #6844ED;
}
.ova-icon-box-text-2.template_1 .list .item .box:hover .icon i {
  color: #fff;
}
.ova-icon-box-text-2.template_1 .list .item .box .icon {
  position: absolute;
  left: 45px;
  top: -50px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  border: 10px solid #fff;
  outline: 1px solid rgba(3, 0, 20, 0.07);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ova-icon-box-text-2.template_1 .list .item .box .icon:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background: rgba(104, 68, 237, 0.1);
  transition: all 0.3s linear;
  z-index: 1;
}
.ova-icon-box-text-2.template_1 .list .item .box .icon i {
  font-size: 30px;
  color: #6844ED;
  z-index: 2;
}
.ova-icon-box-text-2.template_1 .list .item .box .icon svg {
  z-index: 2;
}
.ova-icon-box-text-2.template_1 .list .item .box .content .title a {
  font-size: 24px;
  font-weight: 700;
  color: #030014;
}
.ova-icon-box-text-2.template_1 .list .item .box .content .title a:hover {
  color: #6844ED;
}
.ova-icon-box-text-2.template_1 .list .item .box .content .desc {
  margin-top: 15px;
  color: #696969;
}
.ova-icon-box-text-2.template_1 .list .item .box .link {
  margin-top: 20px;
  font-size: 14px;
  color: #6844ED;
}
.ova-icon-box-text-2.template_1 .list .item .box .link i {
  margin-left: 7px;
}
.ova-icon-box-text-2.template_2 .list {
  grid-row-gap: 30px;
}
.ova-icon-box-text-2.template_2 .list .item .box {
  padding: 40px 40px 35px 40px;
  background: #032030;
  border: 1px solid transparent;
  border-width: 1px;
  border-image-slice: 1;
}
@media screen and (max-width: 767px) {
  .ova-icon-box-text-2.template_2 .list .item .box {
    padding: 40px 30px 35px 30px;
  }
}
.ova-icon-box-text-2.template_2 .list .item .box:hover {
  border-image-source: linear-gradient(to bottom, rgba(249, 95, 215, 0.5), rgba(126, 78, 255, 0.5), rgba(0, 0, 0, 0));
}
.ova-icon-box-text-2.template_2 .list .item .box .icon i {
  font-size: 70px;
  line-height: 1;
  color: #04D493;
}
.ova-icon-box-text-2.template_2 .list .item .box .content .title {
  margin-top: 20px;
}
.ova-icon-box-text-2.template_2 .list .item .box .content .title a {
  font-size: 28px;
  color: #fff;
}
.ova-icon-box-text-2.template_2 .list .item .box .content .title a:hover {
  color: #04D493;
}
.ova-icon-box-text-2.template_2 .list .item .box .content .desc {
  margin-top: 20px;
  color: #98A3B0;
}
.ova-icon-box-text-2.template_2 .list .item .box .link {
  margin-top: 33px;
  color: #97A4A0;
}
.ova-icon-box-text-2.template_2 .list .item .box .link:hover {
  color: #04D493;
}
.ova-icon-box-text-2.template_2 .list .item .box .link i {
  line-height: 1;
  color: #04D493;
  margin-left: 10px;
}
.ova-icon-box-text-2.template_3 .list {
  grid-row-gap: 30px;
}
.ova-icon-box-text-2.template_3 .list .item .box {
  padding: 63px 40px 35px 40px;
  background: #F1F3F5;
  border-radius: 14px;
}
@media screen and (max-width: 767px) {
  .ova-icon-box-text-2.template_3 .list .item .box {
    padding: 40px 30px 35px 30px;
  }
}
.ova-icon-box-text-2.template_3 .list .item .box:hover {
  border-image-source: linear-gradient(to bottom, rgba(249, 95, 215, 0.5), rgba(126, 78, 255, 0.5), rgba(0, 0, 0, 0));
}
.ova-icon-box-text-2.template_3 .list .item .box .icon {
  margin-top: 35px;
  display: block;
}
.ova-icon-box-text-2.template_3 .list .item .box .icon i {
  font-size: 190px;
  line-height: 1;
  color: #04D493;
}
.ova-icon-box-text-2.template_3 .list .item .box .icon svg {
  max-width: 100%;
  height: 170px;
}
@media screen and (max-width: 767px) {
  .ova-icon-box-text-2.template_3 .list .item .box .icon svg {
    height: auto;
  }
}
.ova-icon-box-text-2.template_3 .list .item .box .content .title a {
  font-size: 30px;
  color: #160647;
}
.ova-icon-box-text-2.template_3 .list .item .box .content .desc {
  margin-top: 17px;
  color: #000;
}
.ova-icon-box-text-2.template_3 .list .item .box .link {
  margin-top: 28px;
  font-weight: 600;
  color: #04D493;
}
.ova-icon-box-text-2.template_3 .list .item .box .link i {
  line-height: 1;
  color: #04D493;
  margin-left: 10px;
}

.ova-itext-box {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ova-itext-box .image img {
  display: inline-block;
  vertical-align: middle;
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .ova-itext-box .image img {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
}
.ova-itext-box .wrap-box {
  position: relative;
  background-color: #fff;
  padding: 18px 32px;
  border-radius: 7px;
  box-shadow: 0px 4px 33px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .ova-itext-box .wrap-box {
    padding: 14px 26px;
  }
}
.ova-itext-box .wrap-box .title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #21153E;
}
@media (max-width: 767px) {
  .ova-itext-box .wrap-box .title {
    font-size: 17px;
  }
}
.ova-itext-box .wrap-box .shape {
  display: block;
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.47);
  border-radius: 7px;
}

.ova-gallery-filter .filter-btn-wrapper {
  list-style-type: none;
  text-align: center;
  margin: 0 0 60px 0;
  padding: 0;
}
.ova-gallery-filter .filter-btn-wrapper li.filter-btn {
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #DFDBFF;
  text-transform: capitalize;
  cursor: pointer;
  display: inline-block;
  padding: 12px 16px;
}
.ova-gallery-filter .filter-btn-wrapper li.filter-btn.active-category, .ova-gallery-filter .filter-btn-wrapper li.filter-btn:hover {
  transition: all 0.3s ease;
  text-decoration: underline;
}
.ova-gallery-filter .gallery-column.three_column .gallery-item {
  width: calc(33.33% - 20px);
}
@media (max-width: 991px) {
  .ova-gallery-filter .gallery-column.three_column .gallery-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .ova-gallery-filter .gallery-column.three_column .gallery-item {
    width: 100%;
  }
}
.ova-gallery-filter .gallery-column.four_column .gallery-item {
  width: calc(25% - 25px);
}
@media (max-width: 1024px) {
  .ova-gallery-filter .gallery-column.four_column .gallery-item {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 991px) {
  .ova-gallery-filter .gallery-column.four_column .gallery-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .ova-gallery-filter .gallery-column.four_column .gallery-item {
    width: 100%;
  }
}
.ova-gallery-filter .gallery-item {
  margin-bottom: 30px;
}
.ova-gallery-filter .gallery-item:hover .gallery-img img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  transform: scale(1.05);
}
.ova-gallery-filter .gallery-item:hover .gallery-img .info {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
.ova-gallery-filter .gallery-item .gallery-img {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.ova-gallery-filter .gallery-item .gallery-img img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: block;
  object-fit: cover;
  transform: scale(1);
}
.ova-gallery-filter .gallery-item .gallery-img .info {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  position: absolute;
  z-index: 1;
  left: 30px;
  bottom: 10px;
  width: 80%;
  max-width: 272px;
  background-color: var(--secondary);
  opacity: 0;
  visibility: hidden;
  text-align: center;
}
.ova-gallery-filter .gallery-item .title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  padding: 13px;
  background-color: var(--primary);
}
.ova-gallery-filter .gallery-item .description {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  max-width: 100px;
  width: 40%;
  padding: 4px;
  background-color: #92A3B9;
}

.ova-price {
  background: #1D1F21;
  border-radius: 14px;
  padding-bottom: 10px;
  overflow: hidden;
}
.ova-price.is-active {
  background: #6844ED;
}
.ova-price.is-active .link {
  border-color: #fff;
}
.ova-price.is-active .list .item .content i {
  color: #fff;
}
.ova-price .info {
  padding: 40px;
}
.ova-price .title {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.72px;
  color: #fff;
}
.ova-price .price {
  margin: 0;
  margin-top: 15px;
}
.ova-price .price .number {
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
}
.ova-price .price .after_number {
  color: #fff;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 28px;
}
.ova-price .desc {
  margin: 0;
  margin-top: 25px;
  color: #fff;
  line-height: 28px;
}
.ova-price .link {
  margin-top: 30px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 14px;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
}
.ova-price .link:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: ova_shiny 5s ease-in-out infinite;
}
.ova-price .link:hover {
  box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
}
.ova-price .link i {
  vertical-align: middle;
  margin-left: 7px;
  font-size: 12px;
  line-height: 1;
  display: inline-flex;
}
.ova-price .list {
  margin: 0px 10px 0px 10px;
  padding: 40px 40px 30px 40px;
  list-style: none;
  border-radius: inherit;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(175deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
}
.ova-price .list li:not(:first-child) {
  margin-top: 20px;
}
.ova-price .list .item .content {
  margin: 0;
  vertical-align: middle;
  text-align: left;
}
.ova-price .list .item .content .text {
  margin-left: 12px;
  color: #fff;
  line-height: 28px;
}
.ova-price .list .item .content .text .highlight {
  font-weight: 700;
}
.ova-price .list .item .content i {
  display: inline-flex;
  color: #6844ED;
  font-size: 20px;
  line-height: 1;
}
.ova-price .list .item .content svg {
  width: 20px;
  height: 20px;
}

@-webkit-keyframes ova_shiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.ova-vertival-slider {
  position: relative;
}
.ova-vertival-slider .vertival-slider .owl-stage-outer {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 26px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid #F7E9FA;
  background: #fff;
}
.ova-vertival-slider .vertival-slider .owl-carousel, .ova-vertival-slider .vertival-slider .owl-carousel .owl-item {
  background: #fff;
}
.ova-vertival-slider .vertival-slider .card {
  position: relative;
  padding: 95px 50px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .ova-vertival-slider .vertival-slider .card {
    padding: 45px 30px;
  }
}
.ova-vertival-slider .vertival-slider .card .number {
  position: absolute;
  top: 37px;
  right: 70px;
  font-size: 42px;
  font-weight: 800;
  line-height: 93px;
  background: linear-gradient(135deg, #7F29F5 0%, #7E4EFF 45.64%, #FF6EF9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1200px) {
  .ova-vertival-slider .vertival-slider .card .number {
    display: none;
  }
}
.ova-vertival-slider .vertival-slider .card .wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .ova-vertival-slider .vertival-slider .card .wrapper {
    flex-wrap: wrap;
  }
}
.ova-vertival-slider .vertival-slider .card .wrapper .image {
  flex: 0 0 454px;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ova-vertival-slider .vertival-slider .card .wrapper .image {
    flex: 0 0 100%;
  }
}
.ova-vertival-slider .vertival-slider .card .wrapper .subtitle {
  margin: 0;
  display: inline-block;
  padding: 5px 17px;
  color: #2D2020;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 15.5px;
  border: 1px dashed #000;
}
.ova-vertival-slider .vertival-slider .card .wrapper .title {
  margin: 0;
  margin-top: 22px;
  color: #160647;
  font-size: 42px;
  font-weight: 700;
  white-space: pre-wrap;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .ova-vertival-slider .vertival-slider .card .wrapper .title {
    font-size: 32px;
  }
}
.ova-vertival-slider .vertival-slider .card .wrapper .description {
  margin: 0;
  margin-top: 28px;
  color: #616485;
  line-height: 30px;
  letter-spacing: -0.32px;
}
.ova-vertival-slider .vertival-slider .card .wrapper .text-button {
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 25px;
  padding: 12px 25px;
  background-color: var(--primary);
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
}
.ova-vertival-slider .vertival-slider .card .wrapper .text-button:hover {
  transition: all 0.3s ease;
  background-color: var(--heading);
}
.ova-vertival-slider .vertival-slider .owl-dots {
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 23px 19px;
  border-radius: 23px;
  border: 1px solid #F4F5F6;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.ova-vertival-slider .vertival-slider .owl-dots .owl-dot {
  outline: none;
}
.ova-vertival-slider .vertival-slider .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #E0E0E0;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.ova-vertival-slider .vertival-slider .owl-dots .owl-dot.active span {
  border-radius: 50%;
  background: #04D493;
  opacity: 1;
}

.ova-gallery-event.four_column .wrap-content {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "sm-12-1 lg-12-1 md-12-1 md-12-2" "sm-12-1 lg-12-1 lg-12-2 md-12-3" "sm-12-2 lg-12-1 lg-12-2 md-12-3" "sm-12-2 md-12-4 lg-12-2 md-12-3";
}
@media (max-width: 1230px) {
  .ova-gallery-event.four_column .wrap-content {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "sm-12-1 sm-12-1 lg-12-1" "md-12-1 md-12-2 md-12-2" "sm-12-2 md-12-4 md-12-3" "lg-12-2 lg-12-2 md-12-3";
  }
}
@media (max-width: 1024px) {
  .ova-gallery-event.four_column .wrap-content {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "sm-12-1 lg-12-1" "md-12-1 md-12-2" "sm-12-2 md-12-4" "lg-12-2 md-12-3";
  }
}
@media (max-width: 630px) {
  .ova-gallery-event.four_column .wrap-content {
    grid-template-columns: 1fr;
    grid-template-areas: "sm-12-1" "lg-12-1" "md-12-1" "md-12-2" "sm-12-2" "md-12-4" "lg-12-2" "md-12-3";
  }
}
.ova-gallery-event.three_column .wrap-content {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "sm-12-1 sm-12-1 lg-12-1" "md-12-1 md-12-2 md-12-2" "sm-12-2 md-12-4 md-12-3" "lg-12-2 lg-12-2 md-12-3";
}
@media (max-width: 1024px) {
  .ova-gallery-event.three_column .wrap-content {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "sm-12-1 lg-12-1" "md-12-1 md-12-2" "sm-12-2 md-12-4" "lg-12-2 md-12-3";
  }
}
@media (max-width: 630px) {
  .ova-gallery-event.three_column .wrap-content {
    grid-template-columns: 1fr;
    grid-template-areas: "sm-12-1" "lg-12-1" "md-12-1" "md-12-2" "sm-12-2" "md-12-4" "lg-12-2" "md-12-3";
  }
}
.ova-gallery-event .wrap-content {
  position: relative;
  display: grid;
  grid-gap: 30px;
}
.ova-gallery-event .wrap-content .item {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}
.ova-gallery-event .wrap-content .item:nth-child(1) {
  grid-area: sm-12-1;
}
.ova-gallery-event .wrap-content .item:nth-child(2) {
  grid-area: lg-12-1;
}
.ova-gallery-event .wrap-content .item:nth-child(3) {
  grid-area: md-12-1;
}
.ova-gallery-event .wrap-content .item:nth-child(4) {
  grid-area: md-12-2;
}
.ova-gallery-event .wrap-content .item:nth-child(5) {
  grid-area: sm-12-2;
}
.ova-gallery-event .wrap-content .item:nth-child(6) {
  grid-area: md-12-4;
}
.ova-gallery-event .wrap-content .item:nth-child(7) {
  grid-area: lg-12-2;
}
.ova-gallery-event .wrap-content .item:nth-child(8) {
  grid-area: md-12-3;
}
.ova-gallery-event .wrap-content .item:hover {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.ova-gallery-event .wrap-content .item:hover img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  transform: scale(1.05);
}
.ova-gallery-event .wrap-content .item:hover .content {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  bottom: 35px;
  opacity: 1;
  visibility: visible;
}
.ova-gallery-event .wrap-content .item img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  transform: scale(1);
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ova-gallery-event .wrap-content .item .content {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: absolute;
  width: 80%;
  max-width: 272px;
  bottom: 5px;
  left: 30px;
  opacity: 0;
  visibility: hidden;
}
.ova-gallery-event .wrap-content .item .content .wrap-title {
  display: flex;
  align-items: center;
  column-gap: 7px;
  background-color: var(--primary);
  padding: 14px 28px;
}
.ova-gallery-event .wrap-content .item .content .wrap-title .icon {
  display: inline-flex;
}
.ova-gallery-event .wrap-content .item .content .wrap-title .icon i {
  font-size: 20px;
  display: inline-flex;
  color: #fff;
}
.ova-gallery-event .wrap-content .item .content .wrap-title .icon svg {
  width: 20px;
  height: 20px;
}
.ova-gallery-event .wrap-content .item .content .wrap-title .title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 1400px) {
  .ova-gallery-event .wrap-content .item .content .wrap-title .title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .ova-gallery-event .wrap-content .item .content .wrap-title .title {
    font-size: 20px;
  }
}
.ova-gallery-event .wrap-content .item .content .description {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  max-width: 80px;
  width: 40%;
  padding: 4px 12px;
  background-color: rgba(255, 255, 255, 0.3019607843);
  text-align: center;
}
@media (max-width: 1400px) {
  .ova-gallery-event .wrap-content .item .content .description {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .ova-gallery-event .wrap-content .item .content .description {
    font-size: 18px;
  }
}

.rtl .ova-gallery-event .item .content {
  left: unset;
  right: 30px;
}

.ova-image-slider .image-slider .owl-stage-outer {
  padding-bottom: 36px;
}
.ova-image-slider .image-slider .card {
  height: 112px;
  background: #fff;
  box-shadow: rgba(16, 23, 54, 0.03) 0px 24px 16px 0px;
  border-radius: 10px;
  overflow: hidden;
}
.ova-image-slider .image-slider .card .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.ova-image-slider .image-slider .card .img img {
  width: auto;
  max-width: 100%;
}