@charset "UTF-8";
@font-face {
    font-family: iransans;
    src: url('assets/fonts/IRANSansWeb(FaNum).ttf');
}

:root {
    --heading: #333;
    --heading-dark: #f1f1f1;
    --text-dark: #f1f1f1;
}

/*-------------------------------------------------------------->>> TABLE OF CONTENTS:----------------------------------------------------------------1.0 Normalize	1.1 Typography2.0 Layout	2.1 Header		2.1.1 Brand		2.1.2 Menu	2.2 Footer3.0 Content4.0 Widgets5.0 Table6.0 Form7.0 Galleries8.0 Image9.0 Embed10.0 Comment11.0 Pagination12.0 Breadcrumbs13.0 Toup14.0 Caption15.0 Sticky16.0 40417.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: iransans; /* 1 */
    font-size: 1em; /* 2 */
}

span {
    font-family: 'iransans';
}

/* Text-level semantics   ========================================================================== *//** * Remove the gray background on active links in IE 10. */
a {
    background-color: transparent;
    font-family: iransans !important;
}
.elementor-tab-title a {
    font-family: iransans !important;
}
/** * 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: iransans; /* 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: iransans; /* 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;
    font-family: 'iransans';
}

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

body {
    font-family: iransans;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    direction: rtl;
    text-align: right;
    font-size: var(--font-size);
    line-height: var(--line-height);
    color: var(--text);
    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 0px 0.5em 0;
    font-family: iransans !important;
}

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;
    font-family: iransans !important;
}
div{
    font-family: iransans !important;
}
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;
}

blockquote:before {
    position: absolute;
    right: 10px;
    top: 25px;
    content: "";
    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-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

blockquote.right {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

ul {
    padding: 0 15px 0 0;
    list-style-type: square;
}

ul li {
    display: list-item;
    text-align: -webkit-match-parent;
}

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

address {
    margin: 0 0 24px;
}

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: #030303;
    font-size: var(--font-size);
    line-height: var(--line-height);
    color: var(--text-dark);
    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: #eee;
}

.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-right: 10px;
    padding-left: 10px;
    font-family: 'iransans';
    margin-top: 70px;
}

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-right: 10px;
        padding-left: 10px;
    }
}

body.page-template-default .elementor-section.elementor-section-boxed > .elementor-container {
    padding-right: 0px;
    padding-left: 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: left;
}

body.layout_2l #sidebar {
    float: right;
}

body.layout_2r #main-content {
    float: right;
}

body.layout_2r #sidebar {
    float: left;
}

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: right;
        max-width: calc(100% - 120px);
        z-index: 1;
        position: relative;
    }
}

/*2.1.2 Menu*//** * General Menu Styles */
button.menu-toggle {
    cursor: pointer;
    text-align: right;
    position: relative;
    border: 2px solid transparent;
    box-shadow: none;
    border-radius: 4px;
    background-image: none;
    padding: 0.6180469716em 2.617924em 0.6180469716em 0.875em;
    font-size: 0.875em;
    max-width: 120px;
    display: block;
    margin-right: auto;
    color: #fff;
    background-color: var(--primary);
}

@media (min-width: 1024px) {
    button.menu-toggle {
        display: none;
    }
}

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%;
    right: 1em;
    margin-top: -1px;
    transition: all, ease, 0.2s;
    border-radius: 3px;
    background-color: #fff;
}

button.menu-toggle:before {
    transform: translateY(-7px);
}

button.menu-toggle:after {
    transform: translateY(7px);
}

.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-right: 0;
    margin-bottom: 0;
}

.main-navigation ul.menu ul {
    display: block;
    margin-right: 1em;
}

.main-navigation ul li {
    display: inline-block;
    position: relative;
    text-align: right;
}

@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 a {
    color: var(--text);
    padding: 0.6180469716em;
    display: block;
    font-family: iransans !important;
}

.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;
    left: 0;
    display: block;
    padding: 0.5em 1em;
    color: inherit;
    border-radius: 0;
    border: 1px solid #eee;
}

.main-navigation .dropdown-toggle::after {
    content: "";
    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: "";
    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: right;
    }

    .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
        right: 0;
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .main-navigation ul li:hover > ul li > ul, .main-navigation ul li.focus > ul li > ul {
        right: -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;
        right: 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 {
        right: 100%;
        top: 0;
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .main-navigation ul ul.sub-menu {
        float: right;
        position: absolute;
        top: 100%;
        z-index: 99999;
        right: 0;
        width: 220px;
        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;
        right: 0;
    }

    .main-navigation ul ul.sub-menu li {
        display: block;
        min-width: 230px;
    }

    .main-navigation ul.menu {
        max-height: 100px;
        position: relative;
        margin-top: 0;
        transition: none;
        width: 100%;
        display: flex;
    }

    .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: "";
        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-right: 0.8em;
        font-size: 0.7em;
        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-left: 0;
    }

    .main-navigation ul.menu ul.sub-menu {
        margin: 3px 27px;
        padding: 5px;
    }

    .main-navigation ul.menu ul.sub-menu li.menu-item a {
        padding: 10px 15px 10px 15px;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.7;
    }

    .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: "";
        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: left;
        margin-right: 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: right;
    position: relative;
    border: 2px solid transparent;
    box-shadow: none;
    border-radius: 4px;
    background-image: none;
    padding: 0.6180469716em 2.617924em 0.6180469716em 0.875em;
    font-size: 0.875em;
    max-width: 120px;
    display: block;
    margin-right: auto;
    color: #fff;
}

@media (min-width: 1024px) {
    .site_dark button.menu-toggle {
        display: none;
    }
}

.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: 3px;
    position: absolute;
    top: 50%;
    right: 1em;
    width: 25px;
    margin-top: -1px;
    transition: all, ease, 0.2s;
    border-radius: 3px;
    background-color: var(--primary);
}

.site_dark button.menu-toggle:before {
    transform: translateY(-7px);
}

.site_dark button.menu-toggle:after {
    transform: translateY(7px);
}

.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-right: 0;
    margin-bottom: 0;
}

.site_dark .main-navigation ul.menu ul {
    display: block;
    margin-right: 1em;
}

.site_dark .main-navigation ul li {
    display: inline-block;
    position: relative;
    text-align: right;
}

@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: rgb(0 0 0 / 11%);
}

.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;
    left: 0;
    display: block;
    padding: 0.5em 1em;
    color: inherit;
    border-radius: 0;
    border: 1px solid #eee;
}

.site_dark .main-navigation .dropdown-toggle::after {
    content: "";
    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: "";
    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: right;
    }

    .site_dark .main-navigation ul li:hover > ul, .site_dark .main-navigation ul li.focus > ul {
        right: 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 {
        right: -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;
        right: 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 {
        right: 100%;
        top: 0;
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .site_dark .main-navigation ul ul.sub-menu {
        float: right;
        position: absolute;
        top: 100%;
        z-index: 99999;
        right: 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;
        right: 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: "";
        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-right: 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-left: 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: "";
        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: left;
        margin-right: 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: 30px;
    padding-top: 30px;
    background-color: #030303;
    color: #fff;
    text-align: center;
    margin-top: 0;
    border-top: 1px solid #484848;
}

/*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-media img {
    border-radius: 12px;
}

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 0 0px 10px;
    color: var(--light);
}

article.post-wrap .post-meta ul li i {
    font-size: 0.8em;
    color: var(--primary);
    padding-left: 5px;
}

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-left: 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 0px 5px 5px;
}

.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);
    float: right;
}

.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: #000000;
    border: solid;
    border-color: #5142FC;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 16px 32px 0px rgb(44 204 255 / 15%);
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 16px 24px 16px 24px;
    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: right;
    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-right: 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.8em 0 0;
}

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

.sidebar .widget.widget_tag_cloud .tagcloud a {
    float: right;
    margin: 0 0 10px 10px;
    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 input[type=search] {
    width: 100%;
    padding-right: 20px;
}

.sidebar .widget.widget_search form input[type=submit] {
    position: absolute;
    left: 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: "";
    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-left: 0.6180469716em;
    display: block;
    float: right;
    color: var(--text);
    opacity: 0.5;
    width: 1em;
    font-size: 0.9em;
    line-height: inherit;
}
.sidebar .widget.widget_search form:before {
    right: auto;
    left: 20px;
}
.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: "";
    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-left: 0.6180469716em;
    display: block;
    float: right;
    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: "";
    font-family: "ovaicon";
}

.sidebar .widget.widget_categories .widget-custom ul li {
    line-height: 30px;
}

.sidebar .widget.widget_categories .widget-custom ul li:before {
    content: "";
    font-family: "ovaicon";
}

.sidebar .widget.widget_pages ul li:before {
    content: "";
    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-left: 0.6180469716em;
    display: block;
    float: right;
    opacity: 0.5;
    width: 1em;
    font-size: 0.9em;
    line-height: inherit;
}

.sidebar .widget.widget_nav_menu ul li:before {
    content: "";
    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-left: 0.6180469716em;
    display: block;
    float: right;
    opacity: 0.5;
    width: 1em;
    font-size: 0.9em;
    line-height: inherit;
}

.sidebar .widget.widget_meta ul li:before {
    content: "";
    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-left: 0.6180469716em;
    display: block;
    float: right;
    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: "";
    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-left: 0.6180469716em;
    display: block;
    float: right;
    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: 6px;
    border-color: #16151A;
    background-color: #16151A;
    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: #eee;
}

.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] {
    background-color: #000000;
    border: solid;
    border-color: #5142FC;
    border-radius: 30px 30px 30px 30px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 16px 24px 16px 24px;
    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% - (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;
    right: 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 0px 20px 0;
    }
}

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

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

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

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

.aligncenter, img.aligncenter {
    margin-left: auto;
    margin-right: 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-right: 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-right: 0;
    margin-right: 0; /*Children level*/ /*Item*/
}

#comments .comment-lists .children {
    list-style-type: none;
    padding-right: 0;
    margin-right: 70px;
}

@media (max-width: 767px) {
    #comments .comment-lists .children {
        margin-right: 15px;
    }
}

#comments .comment-lists .pingback .comment-body, #comments .comment-lists .comment .comment-body {
    padding-right: 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;
    right: -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;
}

#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-left: 10px;
    font-weight: bold;
    color: var(--primary);
    position: relative;
    padding-right: 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;
    right: 0;
    top: 50%;
    margin-top: -7px;
    content: "";
    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-left: 10px;
    font-weight: bold;
    color: var(--primary);
    position: relative;
    padding-right: 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;
    right: 0;
    top: 50%;
    margin-top: -7px;
    content: "";
    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-right: 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: left;
    text-align: left;
    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-right: 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: right;
}

.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-left: 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-left: 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-left: 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-left: 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;
    left: 20px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-image: linear-gradient(145deg, #4f5eff 0%, #468dff 80%);
    color: #fff;
    text-align: center;
}

#scrollUp:hover {
    background-color: #4f5eff;
    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;
    font-size: 18px;
    padding: 0;
}

#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: right;
    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;
    right: 0;
    width: 100%;
    z-index: 9999;
    padding-top: 15px !important;
    padding-bottom: 15px !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: #030303;
}

/*16.0 404*/
.page_404 {
    margin-bottom: 60px;
}

.page_404 .message {
    margin-top: 0;
    padding-top: 0;
}

/*17.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;
        right: 0;
        top: 0;
    }
}

/* DeskTop *********************************************************************//* Fix when menu is full width */
.align_right > .elementor-container {
    float: left;
    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: left;
    position: relative; /* Menu level 3 */
}

.sub_menu_dir_left .dropdown-menu li.dropdown a i {
    position: absolute;
    right: 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;
    right: auto;
    left: 100%;
    top: 0;
}

.sub_menu_dir_right .dropdown-menu li {
    text-align: right; /* Menu level 3 */
}

.sub_menu_dir_right .dropdown-menu li.dropdown a i {
    position: absolute;
    left: 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;
    left: auto;
    right: 100%;
    top: 0;
}

/* Cover page when open canvas */
.ova_closeCanvas {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
    right: 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 {
        right: 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-right 0.5s;
    }

    .ova_openNav {
        display: block;
        border: none;
        outline: none;
        cursor: pointer;
    }

    .ova_openNav:focus {
        outline: none;
    }

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

    .NavBtn_left {
        float: right;
    }

    .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;
        left: 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;
        right: 0;
        top: 0;
        left: auto;
        border: none !important;
        background: transparent !important;
        display: none;
        opacity: 1;
        visibility: visible;
        width: 100%;
    }

    .ova_nav.canvas_left {
        right: 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-right: 20px;
        padding-left: 20px;
        padding-bottom: 10px;
        color: #fff;
        text-align: left;
    }

    .ova_nav.canvas_left ul.menu {
        align-items: flex-start;
        text-align: right; /* Dropdown arrow */ /* level 2 */
    }

    .ova_nav.canvas_left ul.menu button.dropdown-toggle {
        left: 10px;
    }

    .ova_nav.canvas_left ul.menu .dropdown-menu {
        transition: unset; /* level 3 */
    }

    .ova_nav.canvas_left ul.menu .dropdown-menu li {
        text-align: right;
        border: none !important;
        background: transparent !important;
        clear: both;
    }

    .ova_nav.canvas_left ul.menu .dropdown-menu .dropdown-menu {
        padding-right: 15px;
    }

    .ova_nav.canvas_right {
        left: 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-right: 20px;
        padding-left: 20px;
        padding-bottom: 10px;
        color: #fff;
        text-align: right;
    }

    .ova_nav.canvas_right ul.menu {
        align-items: flex-end;
        text-align: left; /* Dropdown arrow */ /* level 2 */
    }

    .ova_nav.canvas_right ul.menu button.dropdown-toggle {
        right: 10px;
    }

    .ova_nav.canvas_right ul.menu .dropdown-menu {
        transition: unset; /* level 3 */
    }

    .ova_nav.canvas_right ul.menu .dropdown-menu li {
        text-align: left;
        border: none !important;
        background: transparent !important;
    }

    .ova_nav.canvas_right ul.menu .dropdown-menu .dropdown-menu {
        padding-left: 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: left;
        margin: 0;
        padding: 0;
    }

    .NavBtn_left_m {
        float: right;
    }

    .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;
    right: 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: left;
}

.menu-canvas .container-menu.dir_left {
    right: 0;
    -webkit-transform: translate3d(290px, 0, 0);
    transform: translate3d(290px, 0, 0);
}

.menu-canvas .container-menu.dir_right {
    left: 0;
    -webkit-transform: translate3d(-290px, 0, 0);
    transform: translate3d(-290px, 0, 0);
}

.menu-canvas .site-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    right: 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 15px 0 0px;
    padding: 0;
}

.menu-canvas ul.menu ul.show {
    max-height: 999px;
}

.menu-canvas ul li {
    display: inline-block;
    position: relative;
    text-align: right;
    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: 10px;
    left: 0;
    display: block;
    padding: 0.5em 10px 0.5em 0;
    color: inherit;
    border-radius: 0;
    border: none;
    cursor: pointer;
}

.menu-canvas .dropdown-toggle::after {
    content: "";
    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;
    float: left;
}

.menu-canvas .dropdown-toggle:focus {
    outline: none;
}

.menu-canvas .dropdown-toggle:hover {
    background: transparent;
}

.menu-canvas .dropdown-toggle.toggled-on:after {
    content: "";
    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;
    right: 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;
    right: 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: right;
    width: 100%;
    height: auto;
    padding: 0 28px 25px 28px;
    position: absolute;
    bottom: 0;
    right: 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;
    right: 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: right;
}

.ova-team .list-icon ul .item {
    display: inline-block;
}

.ova-team .list-icon ul .item:not(:last-child) {
    margin-left: 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-left: 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;
    right: 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-left: 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: 0;
    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 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;
}

.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-left: 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-left: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000;
    white-space: nowrap;
}

.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-content: 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 {
    font-size: 22px;
    vertical-align: middle;
}

.ova-button .url-button i.before {
    margin-left: 5px;
}

.download-btn a i {
    font-size: 28px;
}

.ova-button .url-button i.after {
    margin-right: 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-left: 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: right;
    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-left: 30px;
    width: 300px;
}

@media screen and (max-width: 768px) {
    .subcribe-home2 .ova-mc4wp .ova-mc4wp-name, .subcribe-home2 .ova-mc4wp .ova-mc4wp-email {
        margin-left: 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-left: 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: right;
    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-left: 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: right;
    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-left: 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: right;
    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%;
    }
}

.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-left: 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-left: 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-right: 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-right: 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;
    }
}

.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-home1 .ova-submit .ajax-loader {
    display: none;
}

.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-left: 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-left: 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-right: 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-right: 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 73px 15px 75px;
    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-home2 .ova-submit .ajax-loader {
    display: none;
}

.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-left: 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-left: 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-right: 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-right: 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 73px 15px 75px;
    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-home3 .ova-submit .ajax-loader {
    display: none;
}

.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-left: 30px;
}

@media screen and (max-width: 768px) {
    .ova-ctfrom7 .form-subcribe-home3 .content-info .wpcf7-form-control-wrap {
        margin-left: 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-subcribe-home3 .content-info .ajax-loader {
    display: none;
}

.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 {
    margin-left: 15px;
}

.ova-ctfrom7 .form-home4 .name-info .wpcf7-form-control-wrap.last-name {
    margin-right: 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 {
        margin: 0;
    }
}

.ova-ctfrom7 .form-home4 .email-phone-info .wpcf7-form-control-wrap.your-email {
    margin-left: 15px;
}

.ova-ctfrom7 .form-home4 .email-phone-info .wpcf7-form-control-wrap.phone {
    margin-right: 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 {
        margin: 0;
    }
}

.ova-ctfrom7 .form-home4 .message-info {
    margin-bottom: 40px;
}

.ova-ctfrom7 .form-home4 .message-info .message 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 .message textarea[name=message]::placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #8D869B;
    font-weight: 400;
}

.ova-ctfrom7 .form-home4 .message-info .message 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;
    right: 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: left;
}

.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 .ajax-loader {
    float: right;
    margin-left: 0;
    margin-top: 40px;
}

.ova-ctfrom7 .form-home6 {
    background-color: #333854;
    border-radius: 14px;
    padding: 40px;
}
.form-5 .form-home6 {
    background: #fff;
}
.form-5 .form-home6 input[type=text], .form-5 .form-home6 input[type=email], .form-5 .form-home6 textarea{
    background-color: #ffff !important;
    border: 1px solid #d5d5d5 !important;
    color: #2b2b2b!important;
}
.form-5 .form-home6 input[type=submit]{
    background-color: #520eee !important;
    border-color: #520eee !important;
}
.form-5 .form-home6 input[type=submit]:hover{
    color: #ffffff!important;
}
@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;
    text-align: right;
}

.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;
    text-align: right;
}

.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: 16px 30px 16px 30px;
    background-color: #000000;
    border: solid;
    border-color: #5142FC;
    border-radius: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

element.style {
}

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

.wpcf7-spinner {
    position: absolute;
    left: auto;
    right: 35%;
    top: auto;
    bottom: 12%;
}

.ova-ctfrom7 .form-home6 .ova-submit input[type=submit]:hover {
    background-color: #FFFFFF;
    color: #5142FC;
}

.ova-ctfrom7 .form-home6 .ova-submit .ajax-loader {
    float: right;
    margin-left: 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;
    left: 0;
    font-size: 20px;
    content: "";
    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: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    direction: rtl;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    direction: rtl;
}

.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: right;
    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-right: 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-right: 0;
}

.ova-progress .ova-percent-view .ova-notes .item-note:last-child {
    margin-right: 19%;
}

.ova-progress .ova-percent-view .ova-notes .item-note:before {
    content: "";
    width: 1px;
    height: 35px;
    position: absolute;
    top: -30px;
    right: 50%;
    border-right: 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-right: 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;
    right: 50%;
    border-right: 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: 25px;
}

.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-left: 24px;
}

.ova-card-v2 .card-container-v2 .card-content-v2 .ova-card-icon-box.icon-right {
    margin-right: 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;
    right: 50%;
    margin-right: -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: transparent;
    border: 1px solid transparent;
    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;
    direction: ltr;
}

.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: auto;
    margin-right: 25px;
}

@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;
    font-family: iransans;
    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;
    font-family: iransans;
}

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

.ova-heading.ova_top:before {
    content: "";
    position: absolute;
    right: 0;
    top: -10px;
    width: 106px;
    height: 4px;
    background-color: var(--heading);
}

.ova-heading.ova_botton:before {
    content: "";
    position: absolute;
    right: 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-left: 6px;
}

.ova-heading .ova_after {
    display: inline-block;
    width: 73px;
    height: 2px;
    background-color: var(--heading);
    margin-right: 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-left: 6px;
}

.ova-heading .ova_both_after {
    margin-right: 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;
    right: 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;
    right: 50%;
    bottom: 0;
    border-right: 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-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-left .timeline-info .content-info {
        margin-right: 30px;
        padding: 10px;
        padding-left: 0;
    }
}

.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-left .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-left .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-left .timeline-info:before {
    position: absolute;
    z-index: 1;
    content: "";
    right: -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: "";
    color: #fff;
    font-family: ovaicon !important;
    font-weight: 900;
    right: -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%;
    right: -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;
    right: 50%;
    bottom: 0;
    border-right: 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-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-right .timeline-info .content-info {
        margin-left: 30px;
        padding: 10px;
        padding-right: 0;
    }
}

.ova-road-map-v1 .road-map-wrapper .timeline-column .timeline-item-right .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-right .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-right .timeline-info:before {
    position: absolute;
    z-index: 1;
    content: "";
    left: -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: "";
    color: #fff;
    font-family: ovaicon !important;
    font-weight: 900;
    left: -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%;
    left: -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;
    right: 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;
    left: -50px;
    width: 20%;
    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(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;
    right: 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;
    right: 0;
    width: 13%;
    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(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-right: 57.5px;
}

.ova-road-map-v2 .road-map-wrapper .timeline-row:nth-of-type(even) .timeline-items .item:last-child {
    margin-left: 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-right: -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: "";
    right: 50%;
    bottom: -60px;
    width: 41px;
    height: 41px;
    background-color: var(--primary);
    border-radius: 50%;
    margin-right: -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: "";
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 50%;
    bottom: -54px;
    margin-right: -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;
        right: 20px;
        height: 100%;
        content: "";
        border-right: 2px dashed #414073;
    }

    .ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-date {
        text-align: right;
        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;
        right: 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-right: 100px;
    }

    .ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-date .date:before {
        right: -80px;
        bottom: -36px;
    }

    .ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-date .date:after {
        right: -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-right: 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 {
        right: -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-right: 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 {
        right: -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;
    }
}

@media screen and (max-width: 840px) {
    .ova-road-map-v2 .road-map-wrapper .timeline-row .timeline-items .item .timeline-item .timeline-info {
        margin-right: 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-right: 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-right: 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-right: 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%;
    right: 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-left: 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-left: 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-left: 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-left: 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-right: 2px dashed #54CAEF;
    top: 0;
    right: 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;
    right: 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;
    right: 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-left: 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;
        right: 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-left: 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%;
    right: 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%;
    right: -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-right: 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: #E3E3E3;
    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%;
    right: 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 {
    right: -0.5px;
    border-left: 1px dashed #FFFFFF;
}

.ova-road-map-v6 .road-map-wrapper .road-map-container.mobile .item .item-wrapper .timeline {
    right: -19px;
}

.ova-road-map-v6 .road-map-wrapper .road-map-container.mobile .item .item-wrapper .content-wrapper {
    margin: 30px 60px 30px 0;
    text-align: right;
    border-right: 8px solid var(--primary);
}

.ova-road-map-v6 .road-map-wrapper .road-map-container.mobile .item.done .item-wrapper:before {
    border-left: 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;
    }
    section.bg-header {
        background-image: none !important;
}
.site_dark button.menu-toggle{
     background-color: transparent;
}
.site_dark button.menu-toggle:before, .site_dark button.menu-toggle:after, .site_dark button.menu-toggle span:before {
        height: 2px;
    background-color: #ffffff;
}
}

@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-left: 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;
    right: 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-right: 24px;
    text-align: right;
}

.ova-details-v3 .details-wrapper .item:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 100%;
    top: 0;
    right: 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-right: 24px;
}

.ova-ico-crypto .item {
    text-align: right;
    position: relative;
    padding-bottom: 60px;
}

.ova-ico-crypto .item:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    right: 0;
    bottom: 0;
    border-right: 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 i {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 24px;
    color: #ffff;
    background-color: #3772ff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: -24px;
}

.ova-ico-crypto .item .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 15px;
    padding-right: 50px;
    padding-top: 10px;
}

.ova-ico-crypto .item .desc {
    padding-right: 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    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-right: 0;
    padding-left: 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-left: 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;
    right: 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;
    right: 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;
    }
    #comments .comment-lists .pingback .comment-body, #comments .comment-lists .comment .comment-body{
        padding-right: 0;
        padding-left: 0;
    }
    blockquote{
        padding: 15px 0 0 10px;
    }
    blockquote:before{
        right: -38px;
    }
}

@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;
    left: -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-right: 25px;
    position: relative;
}

.ova-icon .icon-view-v2:before {
    position: absolute;
    content: "";
    right: 0;
    height: 58px;
    top: 5px;
    border-right: 2px dashed #A4AEBD;
}

.ova-icon .icon-view-v2 .icon-v2-left {
    display: inline-block;
    margin-left: 10px;
    padding-right: 30px;
    position: relative;
}

.ova-icon .icon-view-v2 .icon-v2-left:before {
    position: absolute;
    content: "";
    right: 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-left: 6px;
}

.ova-icon .icon-view-v2 .icon-v2-text a {
    margin-right: 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-left: 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-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: 60px;
    min-height: 60px;
    border-radius: 12px;
    font-size: 20px;
    color: #ffff;
    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-right: 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: 32px;
    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-left: 20px;
    margin-right: auto;
}

.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;
    right: 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;
    right: 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 1fr;
    }
}

@media screen and (max-width: 1024px) {
    .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 .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    margin-left: 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 .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: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-left: 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-left: 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: right;
}

.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;
    right: -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-right: -60px;
}

@media screen and (max-width: 1400px) {
    .road-map-slider .road-map-wrapper.owl-carousel .owl-nav button.owl-prev {
        margin-right: -50px;
    }
}

@media screen and (max-width: 1380px) {
    .road-map-slider .road-map-wrapper.owl-carousel .owl-nav button.owl-prev {
        margin-right: -30px;
    }
}

.road-map-slider .road-map-wrapper.owl-carousel .owl-nav button.owl-next {
    margin-left: -60px;
}

@media screen and (max-width: 1400px) {
    .road-map-slider .road-map-wrapper.owl-carousel .owl-nav button.owl-next {
        margin-left: -50px;
    }
}

@media screen and (max-width: 1380px) {
    .road-map-slider .road-map-wrapper.owl-carousel .owl-nav button.owl-next {
        margin-left: -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;
    right: -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-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;
    background-color: #FFFFFF;
}

.ova-blog-slide .ova-wrapper-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item {
    background-color: #FFFFFF;
    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);
}

.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 {
    -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 {
    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: 30px;
    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;
    direction: rtl;
}

.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-left: 10px;
    margin-right: 0;
}

.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: 21px;
    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-left: 3px;
    color: var(--primary);
    font-size: 24px;
    vertical-align: middle;
    float: right;
}

.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-left: 3px;
    color: var(--primary);
    font-size: 24px;
    vertical-align: middle;
    float: right;
}

.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: 21px;
    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: 24px;
    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 {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    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-right: -60px;
}

@media screen and (max-width: 1400px) {
    .ova-blog-slide .ova-wrapper-blog.owl-carousel.nav_v1 .owl-nav button.owl-prev {
        margin-right: -50px;
    }
}

@media screen and (max-width: 1380px) {
    .ova-blog-slide .ova-wrapper-blog.owl-carousel.nav_v1 .owl-nav button.owl-prev {
        margin-right: -30px;
    }
}

.ova-blog-slide .ova-wrapper-blog.owl-carousel.nav_v1 .owl-nav button.owl-next {
    margin-left: -60px;
}

@media screen and (max-width: 1400px) {
    .ova-blog-slide .ova-wrapper-blog.owl-carousel.nav_v1 .owl-nav button.owl-next {
        margin-left: -50px;
    }
}

@media screen and (max-width: 1380px) {
    .ova-blog-slide .ova-wrapper-blog.owl-carousel.nav_v1 .owl-nav button.owl-next {
        margin-left: -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-left: 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-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-left: 16px;
    margin-left: 0;
}

.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-left: 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);
    right: 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);
    right: 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;
    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(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;
    left: 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);
    left: 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;
    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(even) .timeline-item:last-child:before {
    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(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 {
    right: 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%;
    right: 0;
    top: 40%;
    margin-right: 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;
    right: 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;
    right: 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-right: 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: right;
    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;
    right: -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;
    left: -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;
}

.wp-block-search__button {
    background-color: #16151a !important;
    border: solid;
    border-color: #5142FC !important;
    width: 70%;
}

.owl-carousel {
    direction: ltr !important;
}
