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

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

1.0 Normalize
	1.1 Typography

2.0 Layout
	2.1 Header
		2.1.1 Brand
		2.1.2 Menu
	2.2 Footer

3.0 Content

4.0 Widgets

5.0 Table

6.0 Form

7.0 Galleries

8.0 Image

9.0 Embed

10.0 Comment

11.0 Pagination

12.0 Breadcrumbs

13.0 Toup

14.0 Caption

15.0 Sticky

16.0 404


17.0 Elementor

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h3 {
  font-size: 1.5157em;
}

h4 {
  font-size: 1.3195em;
}

h5 {
  font-size: 1.1487em;
}

h6 {
  font-size: 1em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

label {
  font-weight: 400;
}

label.inline input {
  width: auto;
}

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

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

.slide_gallery {
  clear: both;
  margin-bottom: 30px;
}
.slide_gallery.swiper-loading {
  visibility: hidden;
}
.slide_gallery .swiper-pagination {
  bottom: 0px;
}
.slide_gallery .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.slide_gallery .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}
.slide_gallery .carousel-item img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .slide_gallery .carousel-item img {
    height: 300px;
  }
}

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

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

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

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

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

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

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

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

.bypostauthor {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*17.0 Font*/
@font-face {
  font-family: "Open Sauce Sans";
  src: url("./assets/libs/fonts/OpenSauceSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sauce Sans";
  src: url("./assets/libs/fonts/OpenSauceSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sauce Sans";
  src: url("./assets/libs/fonts/OpenSauceSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Open Sauce Sans";
  src: url("./assets/libs/fonts/OpenSauceSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sauce Sans";
  src: url("./assets/libs/fonts/OpenSauceSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sauce Sans";
  src: url("./assets/libs/fonts/OpenSauceSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Open Sauce Sans";
  src: url("./assets/libs/fonts/OpenSauceSans-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
/*18.0 Elementor*/
/* 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;
  }
}
.subcribe-home1 .ova-mc4wp {
  display: flex;
}
.subcribe-home1 .ova-mc4wp .ova-mc4wp-name {
  display: none;
}
.subcribe-home1 .ova-mc4wp .ova-mc4wp-email {
  width: 70%;
  margin-right: 20px;
}
.subcribe-home1 .ova-mc4wp .ova-mc4wp-email input[type=email] {
  background-color: #292A47;
  border-radius: 28px;
  color: rgba(224, 224, 224, 0.8);
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  padding: 16px 20px;
  width: 100%;
  height: auto;
  border: none;
}
.subcribe-home1 .ova-mc4wp .ova-mc4wp-submit {
  width: 30%;
}
.subcribe-home1 .ova-mc4wp .ova-mc4wp-submit input[type=submit] {
  background-color: var(--primary);
  border-radius: 28px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 16px 20px;
  color: #FFFFFF;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.subcribe-home1 .ova-mc4wp .ova-mc4wp-submit input[type=submit]:hover {
  background-color: #fff;
  color: var(--text);
  border-color: var(--text);
}
@media screen and (max-width: 465px) {
  .subcribe-home1 .ova-mc4wp {
    flex-direction: column;
  }
  .subcribe-home1 .ova-mc4wp .ova-mc4wp-email {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .subcribe-home1 .ova-mc4wp .ova-mc4wp-submit {
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg {
  margin-inline-start: 0px !important;
}