/*
Theme Name: Moore
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Version: 1.1.4
Description: Moore 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. Moore 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: moore
Domain Path: /languages/
*/
/*--------------------------------------------------------------
>>> 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 Block

16.0 Sticky

17.0 404

18.0 WooCommerce

19.0 Elementor

20.0 Recent Post Thumbnails Plugin

--------------------------------------------------------------*/
/* 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-family: var(--secondary-font);
  font-weight: bold;
  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;
  color: var(--primary);
}
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;
}
@media (max-width: 767px) {
  blockquote {
    padding: 0;
    margin: 10px;
  }
}
blockquote.wp-block-quote.is-style-large {
  padding: 20px 60px 20px;
}
@media (max-width: 767px) {
  blockquote.wp-block-quote.is-style-large {
    padding: 0;
    margin: 10px;
  }
}
blockquote p {
  margin-bottom: 30px;
}
blockquote cite {
  text-decoration: underline;
}
blockquote:before {
  position: absolute;
  left: 10px;
  top: 25px;
  content: "\f180";
  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);
}
@media (max-width: 767px) {
  blockquote:before {
    left: -20px;
    top: -5px;
    font-size: 15px;
  }
}
blockquote.has-text-align-right:before {
  right: 0;
  left: auto;
  transform: rotate(180deg);
  width: 30px;
  height: 30px;
  text-align: right;
  position: absolute;
}
@media (max-width: 767px) {
  blockquote.has-text-align-right:before {
    right: -20px;
    width: 15px;
    height: 15px;
  }
}
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;
}

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

@font-face {
  font-family: "Bludhaven";
  src: local(Bludhaven) url("assets/libs/font/BLUDHAVEN.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
/*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: 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) - 60px);
  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;
}
@media (min-width: 1024px) {
  .wrap_header {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
}
.wrap_header .site-brand img {
  width: 150px;
}

/*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: 2px;
  right: 0;
  display: block;
  padding: 0.5em 1em;
  color: inherit;
  border-radius: 0;
  border: 1px solid #eee;
}
.main-navigation .dropdown-toggle::after {
  content: "\f104";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 0.6em;
}
.main-navigation .dropdown-toggle:focus {
  outline: none;
}
.main-navigation .dropdown-toggle:hover {
  background: transparent;
}
.main-navigation .dropdown-toggle.toggled-on:after {
  content: "\f10c";
  font-family: "ovaicon";
}
@media (min-width: 1024px) {
  .main-navigation .dropdown-toggle {
    display: none;
  }
}

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

@media (min-width: 1024px) {
  .main-navigation ul li {
    display: inline-block;
    position: relative;
    text-align: left;
  }
  .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: 1.1em;
    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: 15px 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: 260px;
  }
  .main-navigation ul.menu {
    max-height: none;
    overflow: visible;
    margin-top: 0;
    transition: none;
  }
  .main-navigation ul.menu > li > a {
    padding: 1em;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .main-navigation ul.menu > li.menu-item-has-children:hover::after, .main-navigation ul.menu > li.page_item_has_children:hover::after {
    display: block;
  }
  .main-navigation ul.menu > li.menu-item-has-children > a:after, .main-navigation ul.menu > li.page_item_has_children > a:after, .main-navigation ul.menu > li.has-mega-menu > a:after {
    content: "\f104";
    font-family: "ovaicon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    margin-left: 0.7em;
    font-size: 0.5em;
    font-weight: 500;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .main-navigation ul.menu > li:last-child > a {
    padding-right: 0;
  }
  .main-navigation ul.menu ul.sub-menu {
    margin: 0;
    padding: 15px 0px;
  }
  .main-navigation ul.menu ul.sub-menu li.menu-item a {
    padding: 8px 25px 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
  }
  .main-navigation ul.menu ul.sub-menu li.menu-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .main-navigation ul.menu ul.sub-menu ul {
    margin: 0;
  }
  .main-navigation ul.menu ul.sub-menu li.menu-item-has-children > a::after, .main-navigation ul.menu ul.sub-menu li.page_item_has_children > a::after {
    content: "\f104";
    font-family: "ovaicon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    float: right;
    margin-left: 10px;
    margin-top: 7px;
    font-size: 0.5em;
    font-weight: 500;
    line-height: 1;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
/*2.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 Content*/
/* 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.3em;
}
article.post-wrap .post-title a {
  color: var(--heading);
  -webkit-hyphens: unset;
  -moz-hyphens: unset;
  -ms-hyphens: unset;
  hyphens: unset;
  word-break: break-word;
  font-size: 35px;
}
article.post-wrap .post-title a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
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;
}

/**
 * Blog Default
 */
.blog_default .post-title {
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .blog_default .post-title {
    font-size: 30px;
  }
}
.blog_default .post-excerpt {
  font-size: 14px;
}
.blog_default .meta ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .blog_default .meta ul {
    flex-direction: column;
  }
}
.blog_default .meta ul li {
  padding: 5px 5px;
  list-style-type: none;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--heading);
}
.blog_default .meta ul li.splash {
  opacity: 0.4;
}
@media (max-width: 767px) {
  .blog_default .meta ul li.splash {
    display: none;
  }
}
@media (max-width: 767px) {
  .blog_default .meta ul li {
    position: relative;
    padding-left: 15px;
  }
  .blog_default .meta ul li:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: 5px;
    height: 1px;
    background-color: #343434;
  }
}
.blog_default .meta ul li a {
  color: #343434;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
}
.blog_default .meta ul li a:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
  background-color: #343434;
}
.blog_default .meta ul li a:hover:after {
  width: 100%;
}
.blog_default article:hover .post-media img {
  transition: all 0.3s ease;
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
}
.blog_default article .post-media {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.blog_default article .post-media img {
  transition: all 0.3s ease;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
}

.layout_1c .blog_default {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.layout_1c .blog_default .meta ul {
  justify-content: center;
}
@media (max-width: 767px) {
  .layout_1c .blog_default .meta ul li:before {
    position: absolute;
    content: none;
  }
}

/*Blog Grid*/
.blog_grid {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1023px) {
  .blog_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .blog_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog_grid article.post-wrap .post-title a {
  line-height: 34px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: normal;
}
.blog_grid .post-excerpt {
  font-size: 14px;
}
.blog_grid .date {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.blog_grid article:hover .post-media img {
  transition: all 0.3s ease;
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
}
.blog_grid article .post-media {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.blog_grid article .post-media img {
  transition: all 0.3s ease;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
}

.layout_2l .blog_grid, .layout_2r .blog_grid {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .layout_2l .blog_grid, .layout_2r .blog_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*Blog masonry*/
.blog_masonry {
  margin-left: -15px;
  margin-right: -15px;
}
.blog_masonry article {
  width: 33.3%;
  min-height: 200px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .blog_masonry article {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .blog_masonry article {
    width: 100%;
  }
}
.blog_masonry .content {
  margin: 0px 15px;
  position: relative;
  min-height: 100px;
}
.blog_masonry .content:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(47, 47, 47, 0) 50%, #2F2F2F 100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.blog_masonry .content:hover .post-media img {
  transition: all 0.3s ease;
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
}
.blog_masonry .content .post-media {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.blog_masonry .content .post-media img {
  width: 100%;
  transition: all 0.3s ease;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
}
.blog_masonry .content .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 26px 30px;
  color: #fff;
  z-index: 1;
}
.blog_masonry .content .footer a .post-title {
  font-weight: normal;
  font-size: 21px;
  text-transform: uppercase;
  line-height: 33px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: normal;
}
.blog_masonry .content .footer a .post-title:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.blog_masonry .content .footer .date {
  text-transform: uppercase;
  font-size: 14px;
}

.layout_2l .blog_masonry article, .layout_2r .blog_masonry article {
  width: 50%;
  min-height: 200px;
}
@media (max-width: 767px) {
  .layout_2l .blog_masonry article, .layout_2r .blog_masonry article {
    width: 100%;
  }
}

/* Detail */
.single article.post-wrap .post-title {
  -webkit-hyphens: unset;
  -moz-hyphens: unset;
  -ms-hyphens: unset;
  hyphens: unset;
  margin-bottom: 20px;
  margin-top: 0;
  word-break: break-word;
  text-transform: capitalize;
  font-size: 35px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .single article.post-wrap .post-title {
    font-size: 30px;
  }
}
.single article.post-wrap .post-media {
  margin-bottom: 30px;
}
.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-meta .date {
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
}
.single article.post-wrap .post-meta .splash {
  margin: 0 3px;
}
.single article.post-wrap .post-meta .author {
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
}
.single article.post-wrap .post-meta .author:hover {
  text-decoration: underline;
}
.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: #2f2f2f;
  border: none;
  border-radius: 20px;
  background-color: #F2F3F5;
  padding: 10px 16px;
  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;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.single article.post-wrap .post-tags a:hover {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}
.single article.post-wrap.sticky .post-tags {
  border-top: 1px solid #e1e1e1;
}
.single article.post-wrap .share ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.single article.post-wrap .share ul li {
  list-style-type: none;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  margin: 0px 5px 30px 5px;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.single article.post-wrap .share ul li:first-child {
  margin-left: 0;
}
.single article.post-wrap .share ul li a {
  color: #333;
  line-height: 40px;
  padding: 10px;
}
.single article.post-wrap .share ul li:hover {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  background-color: #fff;
  border-color: #333;
}
.single article.post-wrap .share ul li:hover a {
  color: #333;
}
.single.layout_1c article.post-wrap .post-title {
  text-align: center;
  padding: 0px 15%;
  font-size: 52px;
}
@media (max-widtguh: 767px) {
  .single.layout_1c article.post-wrap .post-title {
    padding: 0;
    font-size: 35px;
  }
}
.single.layout_1c article.post-wrap .post-meta {
  text-align: center;
}
.single.layout_1c article.post-wrap .post-media {
  padding: 40px 0px 30px 0px;
}
.single.layout_1c article.post-wrap .share ul {
  justify-content: center;
}
.single.layout_1c article.post-wrap .post-content,
.single.layout_1c article.post-wrap .post-tags {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .single.layout_1c article.post-wrap .post-content,
  .single.layout_1c article.post-wrap .post-tags {
    width: 100%;
  }
}
.single.layout_1c #comments {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .single.layout_1c #comments {
    width: 100%;
  }
}

h1.page-title {
  margin-top: 0;
  -webkit-hyphens: unset;
  -moz-hyphens: unset;
  -ms-hyphens: unset;
  hyphens: unset;
  font-size: 35px;
}

.search .page-header .page-title {
  margin-bottom: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.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;
  font-family: var(--secondary-font);
}
.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: 10px 16px;
  background-color: #F2F3F5;
  color: #2F2F2F;
  border: none;
  border-color: var(--light);
  border-radius: 4px;
  font-size: 14px !important;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  border-radius: 20px;
}
.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}
.sidebar .widget.widget_search form {
  position: relative;
}
.sidebar .widget.widget_search form:before {
  font-size: 18px;
  color: var(--light);
  font-family: "ovaicon";
  content: "\f14f";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 20px;
  line-height: 1;
  transform: translate(0, -50%);
  cursor: pointer;
}
.sidebar .widget.widget_search form input[type=search] {
  width: 100%;
  padding-right: 50px;
  padding-left: 20px;
}
.sidebar .widget.widget_search form input[type=submit] {
  position: absolute;
  right: 0px;
  top: 0;
  background-color: transparent;
  border: none;
  font-size: 0;
  width: 50px;
}
.sidebar .widget.widget_categories ul li, .sidebar .widget.widget_archive ul li {
  line-height: 30px;
  color: var(--light);
}
.sidebar .widget.widget_categories ul li:before, .sidebar .widget.widget_archive ul li:before {
  content: "\f161";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.6180469716em;
  display: block;
  float: left;
  color: var(--text);
  opacity: 0.5;
  width: 1em;
  font-size: 0.9em;
  line-height: inherit;
}
.sidebar .widget.widget_categories ul li a, .sidebar .widget.widget_archive ul li a {
  color: #2F2F2F;
  float: left;
  text-align: left;
  font-size: 14px;
}
.sidebar .widget.widget_categories ul li a:hover, .sidebar .widget.widget_archive ul li a:hover {
  color: var(--primary);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.sidebar .widget.widget_categories .widget-custom ul li, .sidebar .widget.widget_archive .widget-custom ul li {
  line-height: 30px;
}
.sidebar .widget.widget_categories .widget-custom ul li:before, .sidebar .widget.widget_archive .widget-custom ul li:before {
  content: "\f161";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.6180469716em;
  display: block;
  float: left;
  opacity: 0.5;
  width: 1em;
  font-size: 0.9em;
}
.sidebar .widget.widget_categories .widget-custom ul li a, .sidebar .widget.widget_archive .widget-custom ul li a {
  display: flex;
  justify-content: space-between;
}
.sidebar .widget.widget_categories .widget-custom ul li a .number, .sidebar .widget.widget_archive .widget-custom ul li a .number {
  background: #eee;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.sidebar .widget.widget_categories ul li:before {
  content: "\f162";
  font-family: "ovaicon";
}
.sidebar .widget.widget_categories .widget-custom ul li {
  line-height: 30px;
}
.sidebar .widget.widget_categories .widget-custom ul li:before {
  content: "\f162";
  font-family: "ovaicon";
}
.sidebar .widget.widget_pages ul li:before {
  content: "\f163";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.6180469716em;
  display: block;
  float: left;
  opacity: 0.5;
  width: 1em;
  font-size: 0.9em;
  line-height: inherit;
}
.sidebar .widget.widget_nav_menu ul li:before {
  content: "\f163";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.6180469716em;
  display: block;
  float: left;
  opacity: 0.5;
  width: 1em;
  font-size: 0.9em;
  line-height: inherit;
}
.sidebar .widget.widget_meta ul li:before {
  content: "\f112";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.6180469716em;
  display: block;
  float: left;
  opacity: 0.5;
  width: 1em;
  font-size: 0.9em;
  line-height: inherit;
}
.sidebar .widget.widget_recent_comments ul li {
  color: var(--light);
}
.sidebar .widget.widget_recent_comments ul li:before {
  content: "\f151";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.6180469716em;
  display: block;
  float: left;
  opacity: 0.5;
  width: 1em;
  font-size: 0.9em;
  line-height: inherit;
}
.sidebar .widget.widget_recent_comments ul li .comment-author-link {
  color: var(--heading);
  text-decoration: underline;
}
.sidebar .widget.widget_recent_comments ul li .comment-author-link a:hover {
  color: var(--primary);
}

/*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 td, table thead tr th {
  padding: 5px 10px;
  font-weight: bold;
  color: var(--heading);
  border: 1px solid #ededed;
  text-align: left;
}
table thead tr td a, table thead tr th a {
  color: var(--heading);
}
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 td, table tbody tr th {
  padding: 5px 10px;
  border: 1px solid #ededed;
  color: var(--text);
  text-align: left;
}
table tbody tr td a, table tbody tr th a {
  color: var(--heading);
  border-bottom: 1px solid var(--primary);
  font-weight: normal;
}
table tbody tr td a:hover, table tbody tr th 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: #ffffff;
  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;
  padding: 10px 20px;
  font-size: 1em;
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  border-radius: 5px;
  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: #ffffff;
  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.svg");
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}

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

label {
  font-weight: 400;
}

label.inline input {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
  position: relative;
}

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

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

/*10.0 Comment*/
/*List Comment*/
#comments {
  /*Title Comment*/
  /*Fist Level*/
}
#comments .title-comments {
  text-transform: capitalize;
  margin-bottom: 30px;
  font-size: 27px;
  font-weight: 600;
  line-height: 48px;
}
#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 .trackback .comment-body,
#comments .comment-lists .pingback .comment-body,
#comments .comment-lists .comment .comment-body {
  padding-left: 140px;
  min-height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #comments .comment-lists .trackback .comment-body,
  #comments .comment-lists .pingback .comment-body,
  #comments .comment-lists .comment .comment-body {
    padding-left: 0;
  }
}
#comments .comment-lists .trackback .comment-body .comment-meta,
#comments .comment-lists .pingback .comment-body .comment-meta,
#comments .comment-lists .comment .comment-body .comment-meta {
  position: relative;
  margin-bottom: 10px;
}
#comments .comment-lists .trackback .comment-body .comment-meta .avatar,
#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;
}
@media (max-width: 767px) {
  #comments .comment-lists .trackback .comment-body .comment-meta .avatar,
  #comments .comment-lists .pingback .comment-body .comment-meta .avatar,
  #comments .comment-lists .comment .comment-body .comment-meta .avatar {
    display: none;
  }
}
#comments .comment-lists .trackback .comment-body .comment-meta cite,
#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 .trackback .comment-body .comment-meta cite a,
#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 .trackback .comment-body .comment-meta .comment-date time,
#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 .trackback .comment-body .comment-content,
#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 .trackback .comment-body .comment-content .comment-text p,
#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 .trackback .comment-body .comment-content .reply a,
#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 .trackback .comment-body .comment-content .reply a.comment-reply-link,
#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 .trackback .comment-body .comment-content .reply a.comment-reply-link:before,
#comments .comment-lists .pingback .comment-body .comment-content .reply a.comment-reply-link:before,
#comments .comment-lists .comment .comment-body .comment-content .reply a.comment-reply-link:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  content: "\f10f";
  font-weight: 600;
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: middle;
}
#comments .comment-lists .trackback .comment-body .comment-content .reply a.comment-reply-link:hover,
#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 .trackback .comment-body .comment-content .reply a.comment-edit-link,
#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 .trackback .comment-body .comment-content .reply a.comment-edit-link:before,
#comments .comment-lists .pingback .comment-body .comment-content .reply a.comment-edit-link:before,
#comments .comment-lists .comment .comment-body .comment-content .reply a.comment-edit-link:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  content: "\f167";
  font-weight: 600;
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: middle;
}
#comments .comment-lists .trackback .comment-body #respond,
#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: capitalize;
  font-size: 27px;
  font-weight: 600;
  line-height: 48px;
}
#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;
  clear: both;
}
#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 ::-webkit-input-placeholder { /* Edge */
  text-transform: uppercase;
  color: #828282;
  font-size: 14px;
}
#respond #commentform :-ms-input-placeholder { /* Internet Explorer 10-11 */
  text-transform: uppercase;
  color: #828282;
  font-size: 14px;
}
#respond #commentform ::placeholder {
  text-transform: capitalize;
  color: #828282;
  font-size: 14px;
}
#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 .comment-form-cookies-consent {
  order: 3;
}
#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;
}

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

/*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: unset;
  -moz-hyphens: unset;
  -ms-hyphens: unset;
  hyphens: unset;
  display: inline-block;
  padding-right: 5px;
  word-break: break-word;
}
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;
}

/*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 Block*/
/*Block Button*/
.wp-block-button {
  margin: 10px 0px;
}
.wp-block-button a {
  text-transform: uppercase;
  font-weight: 600;
}
.wp-block-button.alignleft {
  margin-right: 20px;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border-style: dashed;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 5px;
}
.wp-block-button.alignleft {
  margin-right: 20px;
}

/*Block Image*/
.wp-block-image figcaption,
figure figcaption {
  text-align: left;
  font-style: italic;
  border-bottom: 2px solid #e6e6e6;
  padding: 0.5407911001em 0;
  font-size: 0.875em;
  color: var(--light);
  padding-top: 0;
  margin-top: 5px;
}

/*Block Covern*/
.wp-block-cover {
  margin-bottom: 30px;
}
.wp-block-cover.has-background-dim {
  color: #fff;
}

/*Block Gallery*/
.wp-block-gallery {
  margin-bottom: 30px;
  padding-top: 20px;
}

/*Block Column*/
.wp-block-columns blockquote {
  padding: 0px 0px 20px 50px;
}
.wp-block-columns blockquote:before {
  left: 0;
  top: 5px;
}

/*Block Category*/
/*Block Group*/
.wp-block-group.has-background {
  margin-bottom: 30px;
  padding: 30px;
}

/*Block media*/
.wp-block-media-text {
  margin-bottom: 30px;
}

/*Block Archive Widget*/
.wp-block-archives.wp-block-archives-list {
  list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.wp-block-archives.wp-block-archives-list li {
  margin: 5px 0px;
}
.wp-block-archives.wp-block-archives-list li a {
  position: relative;
}
.wp-block-archives.wp-block-archives-list li a:before {
  content: "\f161";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.6180469716em;
  display: block;
  float: left;
  color: var(--text);
  opacity: 0.5;
  width: 1em;
  font-size: 0.9em;
  line-height: inherit;
}

/*Block Calendar*/
.wp-block-calendar {
  margin-bottom: 30px;
}

/*Bock categories*/
.wp-block-categories {
  list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.wp-block-categories li {
  margin: 5px 0px;
}
.wp-block-categories li a {
  position: relative;
}
.wp-block-categories li a:before {
  content: "\f161";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.6180469716em;
  display: block;
  float: left;
  color: var(--text);
  opacity: 0.5;
  width: 1em;
  font-size: 0.9em;
  line-height: inherit;
}

/*Block latest comment*/
.wp-block-latest-comments {
  padding-left: 0;
}
.wp-block-latest-comments.has-avatars li:before {
  display: none;
}
.wp-block-latest-comments li {
  margin-bottom: 2em;
  line-height: 1.5em;
}
.wp-block-latest-comments li:before {
  content: "\f151";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.6180469716em;
  display: block;
  float: left;
  opacity: 0.5;
  width: 1em;
  font-size: 0.9em;
  line-height: inherit;
}
.wp-block-latest-comments li .wp-block-latest-comments__comment-author {
  text-decoration: underline;
}
.wp-block-latest-comments li a {
  color: var(--primary);
}
.wp-block-latest-comments li time {
  padding-top: 10px;
}

/*Block search*/
.wp-block-search {
  margin-bottom: 30px;
}
.wp-block-search .wp-block-search__label {
  margin-bottom: 10px;
  display: block;
}
.wp-block-search:before {
  display: none !important;
}
.wp-block-search .wp-block-search__input {
  border-color: #e0e0e0;
  padding-right: 20px !important;
}
.wp-block-search .wp-block-search__button {
  padding: 10px 25px;
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.wp-block-search .wp-block-search__button:hover {
  background-color: transparent;
  color: var(--primary);
}

/*Recent Post*/
.wp-block-latest-posts li a {
  position: relative;
}
.wp-block-latest-posts li a:before {
  content: "\f163";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.6180469716em;
  display: block;
  float: left;
  color: var(--text);
  opacity: 0.5;
  width: 1em;
  font-size: 0.9em;
  line-height: inherit;
}
.wp-block-latest-posts.has-dates li {
  margin-bottom: 15px;
}
.wp-block-latest-posts.has-dates time {
  padding-left: 20px;
}

/*Tags*/
.wp-block-tag-cloud {
  clear: both;
  position: relative;
}
.wp-block-tag-cloud:after {
  clear: both;
  content: "";
  display: inline-block;
  width: 100%;
}
.wp-block-tag-cloud 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;
}
.wp-block-tag-cloud a:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

/*RSS*/
.wp-block-rss {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.wp-block-rss li {
  margin-bottom: 5px;
}
.wp-block-rss li a:before {
  content: "\f197";
  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;
}

.widget_block .wp-block-group__inner-container > h2 {
  font-size: 1.3195em;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/*16.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_dark {
  background-color: var(--heading);
}

/*17.0 404*/
.page_404 {
  text-align: center;
  margin: 0 auto;
  padding: 60px 0px;
}
.page_404 .text404 {
  font-size: 200px;
  font-weight: 500;
  margin: 0px 0px 40px 0px;
  line-height: 1em;
}
@media (max-width: 767px) {
  .page_404 .text404 {
    font-size: 150px;
  }
}
.page_404 .message {
  text-transform: uppercase;
  font-family: var(--secondary-font);
  font-size: 40px;
  font-weight: 500;
  width: 80%;
  margin: 30px auto 40px auto;
  line-height: 1.1em;
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 767px) {
  .page_404 .message {
    font-size: 30px;
  }
}
.page_404 .btn {
  background-color: #F2F3F5;
  font-size: 14px;
  font-weight: 500;
  color: #2F2F2F;
  text-transform: uppercase;
  padding: 20px 30px;
  border-radius: 50px;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.page_404 .btn:hover {
  background-color: #2F2F2F;
  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;
}

/*18.0 WooCommerce*/
body.woocommerce.woo_layout_1c #woo_main {
  max-width: 100%;
}
body.woocommerce.woo_layout_1c #woo_main #primary {
  flex: 0 0 100%;
}
body.woocommerce.woo_layout_2l #woo_main {
  float: right;
}
body.woocommerce.woo_layout_2l #woo_sidebar {
  float: left;
}
body.woocommerce.woo_layout_2r #woo_main {
  float: left;
}
body.woocommerce.woo_layout_2r #woo_sidebar {
  float: right;
}
body.woocommerce #woo_main {
  max-width: calc(var(--woo-main-content) - 30px);
  width: 100%;
}
@media (max-width: 1023px) {
  body.woocommerce #woo_main {
    max-width: 100%;
  }
}
body.woocommerce #woo_sidebar {
  max-width: var(--woo-width-sidebar);
  width: 100%;
}
@media (max-width: 1023px) {
  body.woocommerce #woo_sidebar {
    max-width: 100%;
  }
}

.woocommerce-account .page-title {
  display: none;
}

.woocommerce > h2 {
  display: none;
}
.woocommerce .woocommerce-message a.button {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  background-color: #333;
}
.woocommerce .woocommerce-message a.button:hover {
  background: #06163A;
}

.woocommerce a.add_to_cart_button:after,
.woocommerce a.add_to_cart_button.loading:after {
  position: absolute;
  top: 0;
  right: 10px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
}

.woocommerce-checkout form.checkout_coupon .button {
  border-radius: 10px;
}

.woocommerce .woocommerce-customer-details address {
  border: 1px solid #e8e8e8;
}

/*Coupon*/
.woocommerce form.woocommerce-form-coupon .form-row input.input-text {
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  border-radius: 4px;
}
.woocommerce form.woocommerce-form-coupon .form-row .button {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  border-radius: 4px;
  background: #333;
}

/*Message*/
.woocommerce-message,
.woocommerce-info {
  border-top-color: var(--primary);
}

.woocommerce-message::before {
  color: var(--primary);
}

.woocommerce-info::before {
  color: var(--primary);
}

/*Select2*/
.woocommerce .select2-container .select2-selection--single .select2-selection__arrow {
  background-image: url(./assets/img/base/select-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
.woocommerce .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

form.checkout_coupon .form-row {
  width: 49%;
}

@media (max-width: 767px) {
  .woocommerce ul.order_details li {
    margin-bottom: 15px;
  }
}
.woocommerce .woocommerce-checkout #payment ul.wc_payment_methods li .payment_box p {
  font-size: 16px !important;
}

.woocommerce #woo_main {
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .woocommerce #woo_main {
    padding: 0 20px;
    flex-direction: column;
  }
}
@media (max-width: 1024px -1) {
  .woocommerce #woo_main .content-area {
    flex: 0 0 100%;
    padding-left: 0px;
    width: 100%;
  }
}
.woocommerce #woo_main .content-area .woocommerce-result-count {
  margin: 6px 0 0 0;
  font-size: 18px;
  line-height: 26px;
  color: #62718d;
  font-weight: 400;
}
.woocommerce #woo_main .content-area .woocommerce-ordering {
  width: 245px;
  margin-bottom: 40px;
}
.woocommerce #woo_main .content-area ul.products {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .woocommerce #woo_main .content-area ul.products {
    margin-bottom: 0px;
  }
}
.woocommerce #woo_main .content-area ul.products li.product {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
.woocommerce #woo_main .content-area ul.products li.product .cat_product {
  color: #62718d;
  font-size: 17px;
  font-weight: 500;
  line-height: 50px;
  display: inline-block;
  padding: 0px 15px 0px 15px;
}
.woocommerce #woo_main .content-area ul.products li.product .button {
  visibility: visible;
  opacity: 1;
}
.woocommerce #woo_main .content-area ul.products li.product:hover {
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
.woocommerce #woo_main .content-area ul.products li.product .star-rating {
  font-size: 13px;
  margin: 0 auto 8px auto;
}
.woocommerce #woo_main .content-area ul.products li.product .onsale {
  display: inline-block;
  top: 10px;
  right: 10px;
  left: auto;
  background: var(--primary);
  padding: 0 10px;
  margin: 0;
  min-height: 25px;
  line-height: 25px;
  font-size: 14px;
  font-weight: 600;
  min-width: unset;
  border-radius: 3px;
  text-transform: uppercase;
}
.woocommerce #woo_main .content-area ul.products li.product a.woocommerce-loop-product__link img {
  margin: 0;
}
.woocommerce #woo_main .content-area ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  line-height: 26px;
  color: #2c2734;
  margin-top: -20px;
  padding: 20px 15px 7px 15px;
  z-index: 3;
  font-weight: 600;
}
.woocommerce #woo_main .content-area ul.products li.product .price {
  font-size: 16px;
  line-height: 26px;
  color: var(--primary);
  font-weight: 600;
  padding: 0px 15px 0px 15px;
}
.woocommerce #woo_main .content-area ul.products li.product .price ins {
  font-weight: 600;
  margin-left: 6px;
  text-decoration: none;
}
.woocommerce #woo_main .content-area ul.products li.product .button, .woocommerce #woo_main .content-area ul.products li.product a.added_to_cart {
  margin-top: 10px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px 0px 15px;
  font-weight: 600;
  color: #fff;
  margin: 0px;
  border-radius: 20px;
  transition: 0.4s;
  z-index: 2;
  margin: 10px 15px 0px 15px;
  background: #333;
  border: 1px solid #333;
  color: #fff;
  border-radius: 10px;
}
.woocommerce #woo_main .content-area ul.products li.product .button:after, .woocommerce #woo_main .content-area ul.products li.product a.added_to_cart:after {
  font-family: "ovaicon";
  content: "\f102";
  vertical-align: middle;
  font-size: 10px;
}
.woocommerce #woo_main .content-area ul.products li.product .button:hover, .woocommerce #woo_main .content-area ul.products li.product a.added_to_cart:hover {
  background: #06163A;
}
.woocommerce #woo_main .content-area ul.products li.product .button.added, .woocommerce #woo_main .content-area ul.products li.product a.added_to_cart.added {
  visibility: visible;
  opacity: 1;
}
.woocommerce #woo_main .content-area ul.products li.product a.added_to_cart {
  margin-top: 20px;
  display: inline-block;
  visibility: visible;
  opacity: 1;
  background-color: transparent !important;
  color: #2c2734;
  padding: 0px 15px 0px 15px;
}
.woocommerce #woo_main .content-area ul.products li.product a.added_to_cart:hover {
  color: var(--primary);
  transition: 0.3s ease;
}
.woocommerce #woo_main .content-area ul.products li.product a.added_to_cart:after {
  padding-left: 5px;
}
.woocommerce #woo_main .content-area ul.products li.product .product_type_external:after,
.woocommerce #woo_main .content-area ul.products li.product .product_type_grouped:after,
.woocommerce #woo_main .content-area ul.products li.product .product_type_variable:after {
  position: absolute;
  top: 0;
  right: 10px;
}
.woocommerce.elementor-default #woo_main {
  padding: 0 10px;
}

.woocommerce div.product {
  /**
   * Sumary
   */
  /*end summary*/
  /* woo tabs */
  /* end woo tabs */
  /* related */
  /* end related */
}
.woocommerce div.product .onsale {
  display: inline-block;
  top: 10px;
  left: 10px;
  right: auto;
  background: var(--primary);
  padding: 0 10px;
  margin: 0;
  min-height: 25px;
  line-height: 25px;
  font-size: 14px;
  font-weight: 600;
  min-width: unset;
  border-radius: 0;
  text-transform: uppercase;
}
.woocommerce div.product .woocommerce-product-gallery {
  margin: 0 0px 60px 0px;
}
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image:first-child {
  margin-left: 0px;
  margin-right: 0px;
  display: block;
}
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image:not(:first-child) {
  margin-top: 10px;
  padding: 0px 0px 0 0px;
}
.woocommerce div.product .summary .product_title {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #2c2734;
  margin-bottom: 15px;
}
.woocommerce div.product .summary .woocommerce-product-rating {
  display: flex;
  align-items: center;
  margin: 0 0 15px 0;
}
.woocommerce div.product .summary .woocommerce-product-rating .star-rating {
  font-size: 13px;
  margin: 0px;
  color: var(--primary);
}
.woocommerce div.product .summary .woocommerce-product-rating .woocommerce-review-link {
  font-size: 15px;
  color: #62718d;
  line-height: 1.2;
}
.woocommerce div.product .summary .price {
  margin: 0 0 20px 0;
  color: var(--primary);
}
.woocommerce div.product .summary .price .woocommerce-Price-amount {
  font-size: 25px;
  line-height: 26px;
  color: var(--primary);
  font-weight: 600;
}
.woocommerce div.product .summary .price ins {
  margin-left: 3px;
  font-weight: 600;
  text-decoration: none;
}
.woocommerce div.product .summary .woocommerce-product-details__short-description {
  margin-bottom: 7px;
}
.woocommerce div.product .summary .woocommerce-product-details__short-description p {
  line-height: 24px;
  margin: 0px;
}
.woocommerce div.product .summary .stock {
  margin: 0 0 18px 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #0067da;
}
.woocommerce div.product .summary form.cart {
  margin-bottom: 36px;
  margin-top: 18px;
}
.woocommerce div.product .summary form.cart table.group_table {
  border: none;
}
.woocommerce div.product .summary form.cart table.group_table tr {
  border: none;
}
.woocommerce div.product .summary form.cart table.group_table td {
  border-color: #e8e8e8;
}
.woocommerce div.product .summary form.cart table.group_table td {
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #202b5d;
}
.woocommerce div.product .summary form.cart table.group_table td label {
  margin: 0;
}
.woocommerce div.product .summary form.cart table.variations {
  margin: 0;
}
.woocommerce div.product .summary form.cart table.variations tr {
  border: none;
}
.woocommerce div.product .summary form.cart table.variations tr td {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #62718d;
}
.woocommerce div.product .summary form.cart table.variations tr td label {
  font-weight: 400;
  margin: 0;
}
.woocommerce div.product .summary form.cart table.variations tr td .reset_variations {
  font-size: 15px;
  line-height: 1.2;
  color: #202b5d;
  margin-top: 10px;
  display: inline-block !important;
}
.woocommerce div.product .summary form.cart table.variations tr td .select2-container {
  height: 40px;
}
.woocommerce div.product .summary form.cart table.variations tr td .select2-selection--single {
  border: 1px solid #e8e8e8;
  border-radius: 2px;
}
.woocommerce div.product .summary form.cart table.variations tr td .select2-selection__rendered {
  padding: 0 14px;
  font-size: 15px;
  color: #919baf;
}
.woocommerce div.product .summary form.cart .single_variation_wrap .woocommerce-variation-price {
  margin-bottom: 23px;
}
.woocommerce div.product .summary form.cart .quantity {
  margin: 0 15px 0 0;
}
.woocommerce div.product .summary form.cart .quantity input {
  font-size: 17px;
  color: #202b5d;
  padding-left: 20px;
  padding-right: 10px;
  border-color: #e5e5e5;
  width: 80px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
}
.woocommerce div.product .summary form.cart .quantity input::placeholder {
  font-size: 17px;
  color: #202b5d;
}
.woocommerce div.product .summary form.cart .single_add_to_cart_button {
  height: 50px;
  padding: 0 55px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  background-color: #333;
}
.woocommerce div.product .summary form.cart .single_add_to_cart_button:hover {
  background: #06163A;
}
.woocommerce div.product .summary form.cart .single_add_to_cart_button:focus {
  outline: none;
}
.woocommerce div.product .summary .product_meta .posted_in {
  margin-bottom: 8px;
  display: block;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #62718d;
}
.woocommerce div.product .summary .product_meta .posted_in a {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #202b5d;
}
.woocommerce div.product .summary .product_meta .tagged_as {
  display: block;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #62718d;
}
.woocommerce div.product .summary .product_meta .tagged_as a {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #202b5d;
}
.woocommerce div.product .summary .product_meta .sku_wrapper {
  margin-bottom: 8px;
  display: block;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #62718d;
}
.woocommerce div.product .summary .product_meta .sku_wrapper .sku {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #202b5d;
}
.woocommerce div.product .woocommerce-tabs {
  margin-bottom: 55px;
}
.woocommerce div.product .woocommerce-tabs .panel {
  border: 1px solid #e8e8e8;
  border-top: none;
  padding: 36px 30px 20px 30px;
}
.woocommerce div.product .woocommerce-tabs .panel#tab-additional_information h2 {
  font-size: 24px;
  line-height: 1.2;
  color: #202b5d;
  font-weight: 600;
  margin: 0 0 20px 0;
  display: inline-block;
}
.woocommerce div.product .woocommerce-tabs .panel#tab-additional_information table.shop_attributes {
  border: 1px solid #e8e8e8;
}
.woocommerce div.product .woocommerce-tabs .panel#tab-additional_information table.shop_attributes th {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #202b5d;
  text-transform: capitalize;
  padding: 5px 15px;
}
.woocommerce div.product .woocommerce-tabs .panel#tab-additional_information table.shop_attributes td {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #62718d;
  padding: 5px 15px;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #comments .woocommerce-Reviews-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #2c2734;
  margin-bottom: 35px;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #comments .woocommerce-noreviews {
  margin: -25px 0 29px 0;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist li:not(:last-child) {
  margin-bottom: 35px;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment_container img.avatar {
  width: 80px;
  border: none;
  border-radius: 50%;
  background: transparent;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment_container .comment-text {
  margin: 0 0 0 105px;
  border: none;
  padding: 0;
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment_container .comment-text .star-rating {
  font-size: 13px;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment_container .comment-text .meta {
  margin: 0 0 14px 0;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment_container .comment-text .meta .woocommerce-review__author {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #202b5d;
  margin-bottom: 4px;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment_container .comment-text .meta .woocommerce-review__dash {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment_container .comment-text .meta .woocommerce-review__published-date {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #42516d;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment_container .comment-text .description {
  font-size: 17px;
  line-height: 26px;
  color: #62718d;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-reply-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #2c2734;
  margin-bottom: 7px;
  display: inline-block;
  font-family: var(--secondary-font);
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form {
  margin: 0;
  display: block;
  flex-wrap: inherit;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form p {
  padding: 0 0 20px 0;
  max-width: 100%;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-notes {
  font-size: 17px;
  line-height: 24px;
  color: #62718d;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-notes .required {
  color: #ff623f;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form label {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: var(--heading);
  text-transform: capitalize;
  font-weight: 500;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form label .required {
  color: #ff623f;
}
@media (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form label {
    display: block;
  }
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form textarea {
  border: 1px solid #e8e8e8;
  height: 145px;
  margin: 0;
  padding: 11px 15px;
  border-radius: 10px;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form input {
  border: 1px solid #e8e8e8;
  height: 45px;
  width: calc(100% - 150px);
  margin: 0;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form input {
    width: 100%;
  }
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-form-rating label {
  margin: 15px 0px 10px 0px;
  display: block;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-form-rating .stars {
  align-items: center;
  margin: 0;
  padding-bottom: 10px;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-form-rating .stars a {
  color: #cccccc;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-form-rating .stars span {
  display: inline-flex;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-form-rating .select2-container--default {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-form-comment label {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form .comment-form-cookies-consent {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form .form-submit input {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 0 30px;
  width: unset;
  border-radius: 4px;
  background-color: var(--primary);
  border-color: var(--primary);
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form .form-submit input:hover {
  background: #222222;
  border-color: #222222;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0px;
  display: flex;
  background: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: 1px solid #e8e8e8;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background: #fff;
  border-radius: 0px;
  padding: 0 30px;
  margin: 0;
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #e8e8e8;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border: 1px solid #e8e8e8;
  border-bottom: none;
  border-top: 2px solid;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:first-child {
  margin-left: 1px;
  border-left: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:first-child:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  background: #e8e8e8;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #2c2734;
  padding: 15px 0;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .woocommerce-Reviews-title {
  font-size: 20px;
  line-height: 1.2;
  color: #202b5d;
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel#tab-description > p {
  margin-top: 0;
  margin-bottom: 0;
}
.woocommerce div.product .related > h2 {
  font-size: 24px;
  line-height: 1.2;
  color: #2c2734;
  font-weight: 600;
  margin: 0 0 35px 0;
}

.woocommerce .woocommerce-checkout .col-1, .woocommerce .woocommerce-checkout .col-2 {
  max-width: 100%;
  padding: 0;
}
.woocommerce .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
  margin: 0 0 30px 0;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 400;
  color: #62718d;
  letter-spacing: 0.2px;
  padding: 20px 25px 21px 25px;
  border: none;
  background: #e8eaee;
}
.woocommerce .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info:before {
  display: none;
}
.woocommerce .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .showlogin {
  color: #202b5d;
}
.woocommerce .woocommerce-checkout .woocommerce-form-login-toggle + form.woocommerce-form-login.login > .lost_password {
  display: none;
}
.woocommerce .woocommerce-checkout .woocommerce-form-login-toggle + form.woocommerce-form-login.login .form-row {
  display: none;
}
.woocommerce .woocommerce-checkout .woocommerce-form-login-toggle + form.woocommerce-form-login.login .form-row.form-row-first, .woocommerce .woocommerce-checkout .woocommerce-form-login-toggle + form.woocommerce-form-login.login .form-row.form-row-last, .woocommerce .woocommerce-checkout .woocommerce-form-login-toggle + form.woocommerce-form-login.login .form-row.woocommerce-form-row {
  display: block;
}
.woocommerce .woocommerce-checkout .woocommerce-form-login-toggle + form.woocommerce-form-login.login .form-row .input-text {
  border: 1px solid #e5e5e5;
  color: #62718d;
  padding: 0 12px 0 12px;
}
.woocommerce .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  margin: 0 0 58px 0;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 400;
  color: #62718d;
  letter-spacing: 0.2px;
  padding: 20px 25px 21px 25px;
  border: none;
  background: #e8eaee;
}
.woocommerce .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info:before {
  display: none;
}
.woocommerce .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
  color: #202b5d;
}
.woocommerce .woocommerce-checkout form.checkout_coupon p {
  margin-bottom: 10px;
  margin-top: 0;
}
.woocommerce .woocommerce-checkout form.checkout_coupon .form-row {
  padding: 0;
}
.woocommerce .woocommerce-checkout form.checkout_coupon input {
  border: 1px solid #b5b5b5;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  color: #62718d;
}
.woocommerce .woocommerce-checkout form.checkout_coupon .button {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  border-radius: 0px;
}
.woocommerce .woocommerce-checkout form.checkout_coupon .button:hover {
  background: #06163A;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields > h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  color: #2c2734;
  margin: 0 0 28px 0;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row {
  width: 100%;
  padding: 0;
  margin: 0 0 15px 0;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row input {
  border: 1px solid #e8e8e8;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  color: #62718d;
  border-radius: 4px;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row#billing_first_name_field {
  order: 1;
  width: 50%;
  padding: 0 10px 0 0;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row#billing_first_name_field {
    padding: 0;
    width: 100%;
  }
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row#billing_last_name_field {
  order: 2;
  width: 50%;
  padding: 0 0 0 10px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row#billing_last_name_field {
    padding: 0;
    width: 100%;
  }
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row#billing_company_field {
  order: 3;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row#billing_phone_field {
  order: 4;
  width: 50%;
  padding: 0 10px 0 0;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row#billing_phone_field {
    padding: 0;
    width: 100%;
  }
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row#billing_email_field {
  order: 5;
  width: 50%;
  padding: 0 0 0 10px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row#billing_email_field {
    padding: 0;
    width: 100%;
  }
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row#billing_country_field {
  order: 7;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row#billing_address_1_field {
  order: 8;
  margin: 0 0 7px;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row#billing_address_2_field {
  order: 9;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row#billing_city_field {
  order: 10;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row#billing_state_field {
  order: 11;
  width: 50%;
  padding: 0 10px 0 0;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row#billing_state_field {
    padding: 0;
    width: 100%;
  }
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row#billing_postcode_field {
  order: 12;
  width: 50%;
  padding: 0 0 0 0px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row#billing_postcode_field {
    padding: 0;
    width: 100%;
  }
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row label {
  display: block;
  width: 100%;
  font-size: 17px;
  line-height: 24px;
  color: #555555;
  letter-spacing: 0.2px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 5px;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row .woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row .select2-container .select2-selection--single {
  height: 45px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row .select2-container .select2-selection--single .select2-selection__arrow {
  height: 45px;
  position: absolute;
  top: 1px;
  right: 10px;
  width: 20px;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row .select2-container .select2-selection--single .select2-selection__rendered {
  color: #62718d;
  padding-left: 15px;
  line-height: 45px;
}
.woocommerce .woocommerce-checkout #order_review_heading {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  color: #2c2734;
  margin: 48px 0 33px 0;
}
.woocommerce .woocommerce-checkout table.shop_table {
  border-radius: 20px;
  margin-bottom: 40px;
}
.woocommerce .woocommerce-checkout table.shop_table tbody th, .woocommerce .woocommerce-checkout table.shop_table tbody td, .woocommerce .woocommerce-checkout table.shop_table tfoot th, .woocommerce .woocommerce-checkout table.shop_table tfoot td {
  font-weight: 400;
  border-top: none;
}
.woocommerce .woocommerce-checkout table.shop_table th {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #202b5d;
  padding: 15px 25px;
  text-transform: capitalize;
}
.woocommerce .woocommerce-checkout table.shop_table td {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  border-top: 1px solid #e8e8e8;
  color: #202b5d;
  padding: 15px 25px;
  text-transform: capitalize;
  width: 50%;
}
.woocommerce .woocommerce-checkout table.shop_table td.product-name {
  color: #62718d;
}
.woocommerce .woocommerce-checkout table.shop_table td .amount {
  font-weight: 400;
}
.woocommerce .woocommerce-checkout table.shop_table #shipping_method li {
  display: flex;
  align-items: center;
}
.woocommerce .woocommerce-checkout table.shop_table #shipping_method li:not(:last-child) {
  margin-bottom: 4px;
}
.woocommerce .woocommerce-checkout table.shop_table #shipping_method li input {
  margin: 0 10px 0 0;
  height: unset;
}
.woocommerce .woocommerce-checkout table.shop_table #shipping_method li label {
  margin: 0;
  font-size: 15px;
  color: #62718d;
  letter-spacing: 0.2px;
  font-weight: 400;
}
.woocommerce .woocommerce-checkout table.shop_table #shipping_method li label .amount {
  font-weight: 400;
  color: #202b5d;
}
.woocommerce .woocommerce-checkout #payment {
  border-radius: 0px;
  background: #e8eaee;
}
.woocommerce .woocommerce-checkout #payment ul.wc_payment_methods {
  padding: 32px 25px 32px 25px;
  border-bottom-color: #e0e0e0;
}
.woocommerce .woocommerce-checkout #payment ul.wc_payment_methods li input {
  height: unset;
  margin: 0 8px 0 0;
}
.woocommerce .woocommerce-checkout #payment ul.wc_payment_methods li label {
  margin: 0 0 0 0;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #202b5d;
  font-weight: 400;
}
.woocommerce .woocommerce-checkout #payment ul.wc_payment_methods li .payment_box {
  background: #fff;
  margin: 12px 0 22px 0;
  border-radius: 0;
}
.woocommerce .woocommerce-checkout #payment ul.wc_payment_methods li .payment_box:before {
  border-bottom-color: #fff;
}
.woocommerce .woocommerce-checkout #payment ul.wc_payment_methods li .payment_box p {
  font-size: 17px;
  line-height: 22px;
  color: #62718d;
}
.woocommerce .woocommerce-checkout #payment ul.wc_payment_methods li.payment_method_paypal label {
  width: calc(100% - 26px);
}
.woocommerce .woocommerce-checkout #payment ul.wc_payment_methods li.payment_method_paypal label a {
  float: right;
}
.woocommerce .woocommerce-checkout #payment ul.wc_payment_methods li.payment_method_paypal label a:after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce .woocommerce-checkout #payment .place-order {
  justify-content: flex-end;
  padding: 20px 25px 20px 20px;
}
.woocommerce .woocommerce-checkout #payment .place-order #place_order {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  border-radius: 4px;
  background: #333;
}
.woocommerce .woocommerce-checkout #payment .place-order #place_order:hover {
  background: var(--primary);
}
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields h3#ship-to-different-address {
  margin: 0 0 15px;
}
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields h3#ship-to-different-address label input {
  height: unset;
  margin: 0 5px 0 0;
}
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields h3#ship-to-different-address label span {
  font-size: 30px;
  color: #202b5d;
  font-weight: 600;
}
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields .form-row {
  margin: 0 0 15px 0;
}
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields .form-row.form-row-first {
  width: 100%;
}
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields .form-row.form-row-last {
  width: 100%;
}
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields .form-row label {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #62718d;
  margin-bottom: 6px;
  width: 100%;
}
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields .form-row .select2-container .select2-selection--single {
  height: 45px;
  border: 1px solid #e8e8e8;
}
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields .form-row .select2-container .select2-selection--single .select2-selection__rendered {
  color: #62718d;
  padding-left: 15px;
  line-height: 45px;
}
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields .form-row input {
  border: 1px solid #e8e8e8;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  color: #62718d;
}
.woocommerce .woocommerce-checkout .woocommerce-additional-fields > h3 {
  margin: 0 0 15px 0;
  font-size: 30px;
  color: #2c2734;
  font-weight: 600;
}
.woocommerce .woocommerce-checkout .woocommerce-additional-fields .form-row {
  padding: 0;
}
.woocommerce .woocommerce-checkout .woocommerce-additional-fields .form-row textarea {
  border: 1px solid #e8e8e8;
  height: 100px;
  padding: 10px 15px;
  border-radius: 4px;
  color: #62718d;
}
.woocommerce .woocommerce-checkout .woocommerce-additional-fields .form-row label {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #555555;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 100%;
}
.woocommerce .woocommerce-checkout .woocommerce-additional-fields .form-row .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce {
  /* end cart form */
}
.woocommerce .woocommerce-cart-form table, .woocommerce .woocommerce-cart-form tr, .woocommerce .woocommerce-cart-form td, .woocommerce .woocommerce-cart-form th {
  border: none;
}
.woocommerce .woocommerce-cart-form table.shop_table td {
  border: none;
}
.woocommerce .woocommerce-cart-form table.shop_table thead tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #e8eaee;
  height: 55px;
  padding: 0 0 0 13px;
}
.woocommerce .woocommerce-cart-form table.shop_table thead tr th {
  font-size: 17px;
  line-height: 1.2;
  color: #2c2734;
  text-transform: capitalize;
}
.woocommerce .woocommerce-cart-form table.shop_table thead tr th.product-remove {
  order: 9;
  flex: 0 0 60px;
}
.woocommerce .woocommerce-cart-form table.shop_table thead tr th.product-thumbnail {
  display: none;
}
.woocommerce .woocommerce-cart-form table.shop_table thead tr th.product-name {
  flex: 0 0 calc(100% - 610px);
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table thead tr th.product-name {
    flex: 0 0 100%;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table thead tr th.product-price {
  flex: 0 0 150px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table thead tr th.product-price {
    flex: 0 0 100%;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table thead tr th.product-quantity {
  flex: 0 0 165px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table thead tr th.product-quantity {
    flex: 0 0 100%;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table thead tr th.product-subtotal {
  flex: 0 0 235px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table thead tr th.product-subtotal {
    flex: 0 0 100%;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 0 13px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table tbody tr {
    padding: 0;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr:last-child {
  padding: 0;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr:last-child td {
  padding: 25px 0px 20px 0px;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td {
  font-size: 16px;
  letter-spacing: 0.2px;
  padding: 20px 12px;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td input {
  border-radius: 4px;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-remove {
  order: 9;
  flex: 0 0 60px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-remove {
    order: unset;
    flex: 0 0 100%;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-remove a {
  font-size: 20px;
  border: 1px solid #e5e5e5;
  width: 25px;
  height: 25px;
  font-weight: normal;
  padding: 1px 0px 0px 1px;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-remove a:hover {
  color: #fff !important;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-thumbnail {
  flex: 0 0 90px;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-name {
  flex: 0 0 calc(100% - 700px);
  padding-left: 0;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-name {
    flex: 0 0 100%;
    padding-left: 12px;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-name a {
  font-size: 16px;
  line-height: 24px;
  color: #62718d;
  font-weight: bold;
  border-bottom: none;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-price {
  flex: 0 0 150px;
  color: #202b5d;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-price {
    flex: 0 0 100%;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-quantity {
  flex: 0 0 165px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-quantity {
    flex: 0 0 100%;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-quantity input {
  font-size: 16px;
  color: #202b5d;
  height: 33px;
  width: 70px;
  line-height: 33px;
  border: 1px solid #e8e8e8;
  padding-right: 0;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-subtotal {
  flex: 0 0 195px;
  color: #202b5d;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-subtotal {
    flex: 0 0 100%;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .coupon {
    width: 100%;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .coupon .input-text {
  height: 40px;
  line-height: 40px;
  width: 160px;
  padding: 0 10px;
  border: 1px solid #e8e8e8;
  margin-right: 10px;
  font-size: 15px;
  color: #202b5d;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .coupon .input-text::placeholder {
  font-size: 15px;
  color: #62718d;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .coupon .input-text {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .coupon .button {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: var(--primary);
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.2px;
  color: #fff;
  border-radius: 5px;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .coupon .button:hover {
  background-color: #333;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .coupon .button:focus {
  background-color: #333;
  outline: none;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .coupon .button {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .button {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 600;
  background-color: #333;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .button:hover {
  background: #06163A;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .button {
    display: block;
    width: 100%;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td a {
  display: inline-block;
  border-bottom: none;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody tr td a img {
  width: 60px;
}
.woocommerce .cart-collaterals {
  margin-bottom: 73px;
}
.woocommerce .cart-collaterals .cart_totals > h2 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  color: #2c2734;
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals table, .woocommerce .cart-collaterals .cart_totals tr, .woocommerce .cart-collaterals .cart_totals td, .woocommerce .cart-collaterals .cart_totals th {
    border: none;
  }
}
.woocommerce .cart-collaterals .cart_totals .shop_table {
  border: 1px solid #e8e8e8;
  border-collapse: separate !important;
  border-radius: 4px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr:first-child th {
  border-radius: 4px 0px 0px 0px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr:first-child td {
  border-radius: 0px 4px 0px 0px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr:last-child th {
  border-radius: 0px 0px 0px 4px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr:last-child td {
  border-radius: 0px 0px 4px 0px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals ul#shipping_method {
  margin: 0px 0 11px 0;
}
@media (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals ul#shipping_method {
    margin-top: 35px;
  }
  .woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals ul#shipping_method:before {
    content: "";
    display: block;
    clear: both;
  }
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals ul#shipping_method li {
  display: flex;
  align-items: center;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals ul#shipping_method li input {
  margin: 0 5px 0 0;
  height: unset;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals ul#shipping_method li label {
  margin: 0px;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #62718d;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals ul#shipping_method li label .amount {
  font-weight: 400;
  color: #202b5d;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-destination {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #62718d;
}
@media (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-destination {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator {
    text-align: left !important;
  }
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-button {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #0067da;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator p {
  margin: 0 0 12px 0;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator .form-row {
  padding: 0;
  margin: 0 0 10px 0;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator .select2-container {
  height: 40px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator .select2-selection--single {
  border: 1px solid #e8e8e8;
  border-radius: 50px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator .select2-selection__rendered {
  padding: 0 14px;
  font-size: 15px;
  color: #919baf;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator input {
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  border: 1px solid #e8e8e8;
  font-size: 15px;
  color: #202b5d;
  border-radius: 50px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator input:placeholder {
  color: #919baf;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator .button {
  font-size: 15px;
  letter-spacing: 0.2px;
  color: #263788;
  background: #e8eaee;
  height: 40px;
  line-height: 40px;
  padding: 0 22px;
  border-radius: 50px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-calculator .button:hover {
  color: #fff;
}
.woocommerce .cart-collaterals .cart_totals .shop_table th, .woocommerce .cart-collaterals .cart_totals .shop_table td {
  border: 1px solid #e8e8e8;
}
.woocommerce .cart-collaterals .cart_totals .shop_table th {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #202b5d;
  text-transform: capitalize;
  padding: 17px 20px;
  background: #fcfcfc;
}
.woocommerce .cart-collaterals .cart_totals .shop_table td {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #202b5d;
  font-weight: 400;
  padding: 17px 20px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table td strong {
  font-weight: 400;
}
.woocommerce .cart-collaterals .cart_totals .checkout-button {
  font-size: 20px;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  padding: 0;
  border-radius: 4px;
  background-color: #333;
}
.woocommerce .cart-collaterals .cart_totals .checkout-button:hover {
  background: var(--primary);
}

.woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .button {
  opacity: 1;
}

.woocommerce-checkout table.shop_table tbody td {
  border-top: none;
}
.woocommerce-checkout table.shop_table tbody td a {
  border: none;
}

.woocommerce-checkout table.shop_table {
  border: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr {
  border-top: 1px solid #e8e8e8;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr {
  border-top: 1px solid #e8e8e8;
}

.woocommerce form.woocommerce-form-login.login {
  border: none;
  max-width: 450px;
  padding: 0;
  margin: -5px auto 80px auto;
}
.woocommerce form.woocommerce-form-login.login .woocommerce-LostPassword {
  display: none;
}
.woocommerce form.woocommerce-form-login.login .woocommerce-LostPassword.lost_password_asting {
  display: block;
}
.woocommerce form.woocommerce-form-login.login .form-row {
  display: none;
}
.woocommerce form.woocommerce-form-login.login .form-row.woocommerce-form-row {
  display: block;
}
.woocommerce form.woocommerce-form-login.login .form-row.woocommerce-form-row.rememberme_lost_password {
  margin: 20px 0 15px 0;
}
.woocommerce form.woocommerce-form-login.login .form-row.woocommerce-form-row.rememberme_lost_password .rememberme-asting {
  float: left;
}
.woocommerce form.woocommerce-form-login.login .form-row.woocommerce-form-row.rememberme_lost_password .lost_password_asting {
  float: right;
}
.woocommerce form.woocommerce-form-login.login .form-row.woocommerce-form-row.rememberme_lost_password .lost_password_asting:after {
  display: block;
  content: "";
  clear: both;
}
.woocommerce form.woocommerce-form-login.login .form-row.woocommerce-form-row.rememberme_lost_password label {
  display: inline-block;
  width: unset;
  font-size: 17px;
  line-height: 24px;
  color: #62718d;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.woocommerce form.woocommerce-form-login.login .form-row.woocommerce-form-row.rememberme_lost_password a {
  font-size: 17px;
  line-height: 24px;
  color: #62718d;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.woocommerce form.woocommerce-form-login.login .form-row.woocommerce-form-row.rememberme_lost_password #rememberme {
  width: unset;
  height: unset;
  margin: 0 3px 0 0;
}
.woocommerce form.woocommerce-form-login.login .woocommerce-form-row {
  padding: 0;
  margin: 0 0 15px 0;
}
.woocommerce form.woocommerce-form-login.login .woocommerce-form-row label {
  font-size: 17px;
  line-height: 24px;
  color: #62718d;
  letter-spacing: 0.2px;
  font-weight: 400;
  display: block;
  width: 100%;
  margin: 0 0 6px 0;
}
.woocommerce form.woocommerce-form-login.login .woocommerce-form-row input {
  width: 450px;
  border: 1px solid #e5e5e5;
  color: #62718d;
  padding: 0 12px 0 12px;
}
.woocommerce form.woocommerce-form-login.login .woocommerce-form-row .show-password-input {
  display: none;
}
.woocommerce form.woocommerce-form-login.login .woocommerce-form-login__submit {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  height: 50px;
  border-radius: 50px;
  float: unset;
  width: 100%;
}
.woocommerce form.woocommerce-form-login.login .woocommerce-form-login__submit:hover {
  background: #06163A;
}
.woocommerce ul.asting-login-register-woo {
  list-style-type: none;
  padding: 0;
  margin: 0 0 50px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.woocommerce ul.asting-login-register-woo li {
  padding: 0 13px;
}
.woocommerce ul.asting-login-register-woo li.active a {
  position: relative;
}
.woocommerce ul.asting-login-register-woo li.active a:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #f00;
}
.woocommerce ul.asting-login-register-woo li a {
  font-size: 24px;
  line-height: 26px;
  color: #202b5d;
  letter-spacing: 0.2px;
  font-weight: 400;
}
.woocommerce #customer_login.col2-set .col-1, .woocommerce #customer_login.col2-set .col-2 {
  max-width: 100%;
  float: unset;
  margin: 0 auto;
}
.woocommerce #customer_login.col2-set .col-1 > h2, .woocommerce #customer_login.col2-set .col-2 > h2 {
  display: none;
}
.woocommerce #customer_login .woocommerce-form .woocommerce-form-row {
  padding: 0;
  margin: 0 0 15px 0;
}
.woocommerce #customer_login .woocommerce-form .woocommerce-form-row label {
  font-size: 17px;
  line-height: 24px;
  color: #62718d;
  letter-spacing: 0.2px;
  font-weight: 400;
  display: block;
  width: 100%;
  margin: 0 0 6px 0;
}
.woocommerce #customer_login .woocommerce-form .woocommerce-form-row input {
  width: 450px;
  border: 1px solid #e5e5e5;
  color: #62718d;
  padding: 0 12px 0 12px;
  border-radius: 50px;
}
.woocommerce #customer_login .woocommerce-form .woocommerce-form-row .show-password-input {
  display: none;
}
.woocommerce #customer_login .woocommerce-form.woocommerce-form-register {
  display: none;
  border: none;
  max-width: 450px;
  padding: 0;
  margin: -5px auto 80px auto;
}
.woocommerce #customer_login .woocommerce-form.woocommerce-form-register .woocommerce-form-row, .woocommerce #customer_login .woocommerce-form.woocommerce-form-register .woocommerce-privacy-policy-text {
  margin-bottom: 15px;
}
.woocommerce #customer_login .woocommerce-form.woocommerce-form-register p {
  margin-bottom: 10px;
}
.woocommerce #customer_login .woocommerce-form.woocommerce-form-register .woocommerce-form-register__submit {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  height: 50px;
  border-radius: 50px;
  float: unset;
  width: 100%;
}
.woocommerce #customer_login .woocommerce-form.woocommerce-form-register .woocommerce-form-register__submit:hover {
  background: #06163A;
}

.woocommerce .woo-sidebar {
  flex: 0 0 320px;
}
@media (max-width: 991px) {
  .woocommerce .woo-sidebar {
    flex: 0 0 100%;
  }
}
.woocommerce .woo-sidebar .widget_product_categories {
  padding: 50px 30px 40px 30px;
  background-color: #f7f4f2;
  border-radius: 10px;
}
.woocommerce .woo-sidebar .woo_widget ul {
  margin: 0;
}
.woocommerce .woo-sidebar .widget_products {
  padding: 50px 30px 40px 30px;
  background-color: #f7f4f2;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .woocommerce .woo-sidebar .widget_products ul.product_list_widget {
    padding: 0 20px 0 0;
  }
}
.woocommerce .woo-sidebar .widget_products ul.product_list_widget li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 20px 0;
  padding: 0 0 40px 0;
}
.woocommerce .woo-sidebar .widget_products ul.product_list_widget li a {
  display: flex;
  margin-bottom: -47px;
}
.woocommerce .woo-sidebar .widget_products ul.product_list_widget li a img {
  float: unset;
  width: 80px;
  flex: 0 0 80px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.woocommerce .woo-sidebar .widget_products ul.product_list_widget li a .product-title {
  flex: 0 0 calc(100% - 100px);
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.2px;
  font-weight: 400;
  color: #2c2734;
  margin-left: 20px;
}
.woocommerce .woo-sidebar .widget_products ul.product_list_widget li .star-rating {
  margin: 0 0 8px 104px;
  font-size: 13px;
}
.woocommerce .woo-sidebar .widget_products ul.product_list_widget li .woocommerce-Price-amount {
  font-size: 20px;
  line-height: 26px;
  color: #88858e;
  font-weight: 400;
  margin-left: 104px;
  position: relative;
  bottom: -20px;
}
.woocommerce .woo-sidebar .widget_products ul.product_list_widget li ins .woocommerce-Price-amount {
  margin-left: 2px;
}
.woocommerce .woo-sidebar .widget_product_tag_cloud .tagcloud a {
  float: left;
  display: block;
  margin: 0 10px 10px 0;
}
.woocommerce .woo-sidebar .widget_price_filter .price_slider_wrapper .price_slider {
  border-radius: 0;
  background: #e5e5e5;
  margin: 0 0 25px 0;
}
.woocommerce .woo-sidebar .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
  background: #fff;
  border: 1px solid #e5e5e5;
}
.woocommerce .woo-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce .woo-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  background: #2c2734;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  border-radius: 20px;
}
.woocommerce .woo-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  font-size: 16px;
  line-height: 1.2;
  color: #88858e;
  text-transform: uppercase;
}
.woocommerce .woo-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount .clear {
  display: none;
}

/*19.0 Elementor*/
.brand_el .logo_desktop {
  display: block;
}
@media (max-width: 1023px) {
  .brand_el .logo_desktop {
    display: none;
  }
}
.brand_el .logo_mobile {
  display: none;
}
@media (max-width: 1023px) {
  .brand_el .logo_mobile {
    display: block;
  }
}
.brand_el .logo_sticky {
  display: none;
}

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

@media (max-width: 1023px) {
  .elementor-widget-ova_menu .primary-navigation {
    position: absolute;
    left: 0;
    top: 0;
  }
}
/* DeskTop *********************************************************************/
/* Fix when menu is full width */
.align_right > .elementor-container {
  float: right;
  width: 100%;
}

/* Button Open Canvas */
.ova_openNav {
  display: none;
}

.ova_nav {
  width: 100%;
  /* Sub Menu */
  /* Parent Menu */
}
.ova_nav .ova_closeNav {
  display: none;
}
.ova_nav .dropdown-menu {
  padding: 0px;
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.ova_nav .dropdown-menu > li {
  width: 100%;
  position: relative;
}
.ova_nav .dropdown-menu > li > a {
  color: #343434;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
.ova_nav ul.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  /* Dropdown arrow */
}
.ova_nav ul.menu > li {
  padding: 0px 15px;
}
.ova_nav ul.menu > li > a {
  color: #343434;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
}
.ova_nav ul.menu button.dropdown-toggle {
  display: none;
}
.ova_nav ul.menu button.dropdown-toggle:after {
  display: none;
}

/* Fix Sub Menu Direction */
.sub_menu_dir_left .dropdown-menu li {
  text-align: right;
  position: relative;
  /* Menu level 3 */
}
.sub_menu_dir_left .dropdown-menu li.dropdown a i {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
}
.sub_menu_dir_left .dropdown-menu li.dropdown a i:before {
  content: "4";
  font-family: "eleganticons";
}
.sub_menu_dir_left .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: auto;
  right: 100%;
  top: 0;
}

.sub_menu_dir_right .dropdown-menu li {
  text-align: left;
  /* Menu level 3 */
}
.sub_menu_dir_right .dropdown-menu li.dropdown a i {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}
.sub_menu_dir_right .dropdown-menu li.dropdown a i:before {
  content: "5";
  font-family: "eleganticons";
}
.sub_menu_dir_right .dropdown-menu li .dropdown-menu {
  position: absolute;
  right: auto;
  left: 100%;
  top: 0;
}

/* Cover page when open canvas */
.ova_closeCanvas {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  visibility: hidden;
}
.ova_closeCanvas.show {
  opacity: 1;
  z-index: 9998;
  visibility: visible;
}

@media (min-width: 1025px) {
  /* Vertical Menu Desktop */
  .ova_wrap_nav.column ul.menu.sub_menu_dir_right > li.dropdown > a i:before {
    content: "5";
    font-family: "eleganticons";
  }
  .ova_wrap_nav.column ul.menu > li {
    width: 100%;
  }
  .ova_wrap_nav.column ul.menu > li > .dropdown-menu {
    left: 100%;
    top: 0 !important;
  }
  .ova_nav ul.menu {
    /* Sub Menu */
  }
  .ova_nav ul.menu .dropdown-menu {
    visibility: hidden;
    display: block;
    top: 110%;
    z-index: -1;
  }
  .ova_nav ul.menu > li:hover > .dropdown-menu {
    display: block;
    z-index: 9999;
    webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    visibility: visible;
    top: 100%;
  }
  .ova_nav ul.menu > li:hover > .dropdown-menu > li:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    z-index: 9999;
    webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    visibility: visible;
    top: 0;
  }
}
/* Mobile *********************************************************************/
@media (max-width: 1024px) {
  /*transition when display nav*/
  .ova-wrapp {
    transition: margin-left 0.5s;
  }
  .ova_openNav {
    display: block;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .ova_openNav:focus {
    outline: none;
  }
  /* Align Menu Button */
  .NavBtn_right {
    float: right;
    margin: 0;
    padding: 0;
  }
  .NavBtn_left {
    float: left;
  }
  .NavBtn_center {
    justify-content: center;
  }
  /* Hide Menu */
  .logged-in .ova_nav {
    padding-top: 60px;
  }
  .ova_nav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 9999;
    top: 0;
    overflow-x: hidden;
    padding-top: 30px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    /* Canvas direction */
    /* Background Canvas */
    /* Always display column in mobile */
  }
  .ova_nav ul.menu li {
    width: 100%;
    display: block;
    align-items: center;
    /* Dropdown arrow */
  }
  .ova_nav ul.menu li a {
    width: 100%;
  }
  .ova_nav ul.menu li a i {
    display: none;
  }
  .ova_nav ul.menu li button.dropdown-toggle {
    display: block;
    position: absolute;
    top: 3px;
    right: 10px;
    background: transparent;
    border: none;
    outline: none;
  }
  .ova_nav ul.menu li.active_sub > .dropdown-menu {
    display: block;
  }
  .ova_nav ul.menu li.active_sub > button.dropdown-toggle > i:before {
    content: "2";
    font-family: "eleganticons";
  }
  .ova_nav ul.menu .dropdown-menu {
    position: relative !important;
    transform: none !important;
    left: 0;
    top: 0;
    right: auto;
    border: none !important;
    background: transparent !important;
    display: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  .ova_nav.canvas_left {
    left: 0;
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
    /* Show/hide Canvas */
  }
  .ova_nav.canvas_left.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .ova_nav.canvas_left .ova_closeNav {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    color: #fff;
    text-align: right;
  }
  .ova_nav.canvas_left ul.menu {
    align-items: flex-start;
    text-align: left;
    /* Dropdown arrow */
    /* level 2 */
  }
  .ova_nav.canvas_left ul.menu button.dropdown-toggle {
    right: 10px;
  }
  .ova_nav.canvas_left ul.menu .dropdown-menu {
    transition: unset;
    /* level 3 */
  }
  .ova_nav.canvas_left ul.menu .dropdown-menu li {
    text-align: left;
    border: none !important;
    background: transparent !important;
    clear: both;
  }
  .ova_nav.canvas_left ul.menu .dropdown-menu .dropdown-menu {
    padding-left: 15px;
  }
  .ova_nav.canvas_right {
    right: 0;
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
    /* Show/hide Canvas */
  }
  .ova_nav.canvas_right.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .ova_nav.canvas_right .ova_closeNav {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    color: #fff;
    text-align: left;
  }
  .ova_nav.canvas_right ul.menu {
    align-items: flex-end;
    text-align: right;
    /* Dropdown arrow */
    /* level 2 */
  }
  .ova_nav.canvas_right ul.menu button.dropdown-toggle {
    left: 10px;
  }
  .ova_nav.canvas_right ul.menu .dropdown-menu {
    transition: unset;
    /* level 3 */
  }
  .ova_nav.canvas_right ul.menu .dropdown-menu li {
    text-align: right;
    border: none !important;
    background: transparent !important;
  }
  .ova_nav.canvas_right ul.menu .dropdown-menu .dropdown-menu {
    padding-right: 15px;
  }
  .ova_nav.canvas_bg_gray {
    background-color: #343434;
  }
  .ova_nav.canvas_bg_gray ul.menu li a,
  .ova_nav.canvas_bg_gray ul.menu li .dropdown-toggle {
    color: #fff !important;
  }
  .ova_nav.canvas_bg_white {
    background-color: #fff;
  }
  .ova_nav.canvas_bg_white ul.menu li a,
  .ova_nav.canvas_bg_white ul.menu li .dropdown-toggle {
    color: #343434 !important;
  }
  .ova_nav ul.menu {
    flex-direction: column !important;
  }
}
@media (max-width: 767px) {
  /* Align Menu Button */
  .NavBtn_right, .NavBtn_left {
    float: none;
    margin: 0;
    padding: 0;
  }
  .NavBtn_right_m {
    float: right;
    margin: 0;
    padding: 0;
  }
  .NavBtn_left_m {
    float: left;
  }
  .NavBtn_center_m {
    justify-content: center;
  }
  .mobi_no_shrink {
    position: relative !important;
  }
}
/*Hide in desktop*/
.menu-canvas {
  /*Style Menu*/
}
.menu-canvas .menu-toggle {
  display: block;
  z-index: 999;
  padding: 0px;
  width: 25px;
  height: 25px;
  border: none;
  background-color: transparent;
}
.menu-canvas .menu-toggle:before, .menu-canvas .menu-toggle:after,
.menu-canvas .menu-toggle span:before {
  width: 25px;
  left: 0px;
  background-color: var(--primary);
}
.menu-canvas .menu-toggle:before {
  transform: translateY(-7px);
}
.menu-canvas .menu-toggle:after {
  transform: translateY(7px);
}
.menu-canvas .container-menu {
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #222;
  color: #fff;
  width: 290px;
  padding: 30px;
  z-index: 999;
  opacity: 1;
  transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.menu-canvas .container-menu .close-menu {
  padding-top: 0px;
  color: #fff;
  font-size: 1em;
  z-index: 999;
  cursor: pointer;
  text-align: right;
}
.menu-canvas .container-menu.dir_left {
  left: 0;
  -webkit-transform: translate3d(-290px, 0, 0);
  transform: translate3d(-290px, 0, 0);
}
.menu-canvas .container-menu.dir_right {
  right: 0;
  -webkit-transform: translate3d(290px, 0, 0);
  transform: translate3d(290px, 0, 0);
}
.menu-canvas .site-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 998;
}
.menu-canvas.toggled .menu-toggle:before, .menu-canvas.toggled .menu-toggle:after,
.menu-canvas.toggled .menu-toggle span:before {
  background-color: #fff !important;
}
.menu-canvas.toggled .container-menu {
  transform: none;
  -webkit-transform: none;
}
.menu-canvas.toggled .site-overlay {
  opacity: 0.8;
  visibility: visible;
  transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
}
.menu-canvas .menu {
  clear: both;
}
.menu-canvas ul {
  list-style: none;
}
.menu-canvas ul.menu {
  margin: 0;
  padding: 0;
}
.menu-canvas ul.menu ul {
  max-height: 0;
  overflow: hidden;
  transition: all ease 0.4s;
  margin: 0 0px 0 15px;
  padding: 0;
}
.menu-canvas ul.menu ul.show {
  max-height: 999px;
}
.menu-canvas ul li {
  display: inline-block;
  position: relative;
  text-align: left;
  display: block;
}
.menu-canvas ul li a {
  color: #fff;
  padding: 0.6180469716em 0;
  display: block;
  border-bottom: 1px solid #333;
}
.menu-canvas ul li a:hover {
  opacity: 0.7;
}
.menu-canvas .dropdown-toggle {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 0.5em 0 0.5em 10px;
  color: inherit;
  border-radius: 0;
  border: none;
  cursor: pointer;
}
.menu-canvas .dropdown-toggle::after {
  content: "\f104";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 0.6em;
}
.menu-canvas .dropdown-toggle:focus {
  outline: none;
}
.menu-canvas .dropdown-toggle:hover {
  background: transparent;
}
.menu-canvas .dropdown-toggle.toggled-on:after {
  content: "\f10c";
  font-family: "ovaicon";
}

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

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

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

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

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

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

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

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

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

@-webkit-keyframes ovaPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes ovaPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes ovaPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes ovaPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
.ova-testimonial {
  /*.owl-carousel .owl-stage-outer {
        	margin-right: -30px;
        	margin-left: -30px;
      padding-left: 30px;
      padding-right: 30px;
      width: calc(100% + 60px);

      @media(max-width: 1290px){
      	margin-right: 0px;
      	margin-left: 0px;
      	padding-left: 0px;
  	    padding-right: 0px;
  	    width: 100%;
      }
  }*/
}
.ova-testimonial .slide-testimonials .owl-item .item .client_info {
  width: 100%;
  position: relative;
}
.ova-testimonial .slide-testimonials .owl-item .item .client_info .info {
  padding-right: 120px;
}
@media screen and (max-width: 1023px) {
  .ova-testimonial .slide-testimonials .owl-item .item .client_info .info {
    padding-right: 0;
  }
}
.ova-testimonial .slide-testimonials .owl-item .item .client_info .info .evaluate {
  margin: 0;
  font-family: var(--secondary-font);
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 400;
  color: var(--heading);
  line-height: 56px;
  padding-bottom: 40px;
}
.ova-testimonial .slide-testimonials .owl-item .item .client_info .info .evaluate_description {
  margin: 0;
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 400;
  color: var(--text);
  line-height: 26px;
  padding-bottom: 45px;
}
.ova-testimonial .slide-testimonials .owl-item .item .client_info .info .name-job p {
  margin: 0;
}
.ova-testimonial .slide-testimonials .owl-item .item .client_info .info .name-job .job, .ova-testimonial .slide-testimonials .owl-item .item .client_info .info .name-job .name {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 21px;
  font-weight: 500;
  color: var(--heading);
}
.ova-testimonial .slide-testimonials .owl-item .item .client_info .icon-quote {
  position: absolute;
  top: 5px;
  right: 10px;
}
@media screen and (max-width: 1023px) {
  .ova-testimonial .slide-testimonials .owl-item .item .client_info .icon-quote {
    display: none;
  }
}
.ova-testimonial .slide-testimonials .owl-item .item .client_info .icon-quote i {
  display: inline-block;
}
.ova-testimonial .slide-testimonials .owl-item .item .client_info .icon-quote i:before {
  margin: 0;
  font-size: 72px;
  line-height: 1;
  color: var(--heading);
}
.ova-testimonial .slide-testimonials .owl-dots {
  text-align: left;
  margin-top: 30px;
}
.ova-testimonial .slide-testimonials .owl-dots .owl-dot {
  outline: none;
}
.ova-testimonial .slide-testimonials .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background-color: var(--heading);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.ova-testimonial .slide-testimonials .owl-dots .owl-dot.active span {
  width: 15px;
  border-radius: 5px;
  opacity: 1;
}

.ova-contact-info {
  display: flex;
}
.ova-contact-info .icon {
  color: #fff;
  font-size: 30px;
  margin-right: 10px;
  margin-top: 5px;
}
.ova-contact-info .contact .label {
  font-size: 24px;
  margin: 0 0px 10px 0px;
  padding: 0;
  font-weight: 600;
  line-height: 1.2em;
}
.ova-contact-info .contact .info {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ova-contact-info .contact .info .item {
  color: var(--heading);
}
@media screen and (max-width: 767px) {
  .ova-contact-info .contact .info .item a {
    font-size: 25px;
  }
}
.ova-contact-info .contact .info .item a {
  font-family: var(--secondary-font);
  font-size: 40px;
  line-height: 56px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--heading);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.ova-contact-info .contact .info .item a:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
  background-color: var(--primary);
}
.ova-contact-info .contact .info .item a:hover {
  color: var(--primary);
}
.ova-contact-info .contact .info .item a:hover:before {
  width: 100%;
}

.ova-instagram {
  position: relative;
}
.ova-instagram .owl-nav {
  margin: 0;
}
.ova-instagram .owl-carousel .owl-nav button.owl-prev,
.ova-instagram .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
  height: 70px;
  width: 40px;
  margin: 0;
  font-size: 28px;
}
.ova-instagram .owl-carousel .owl-nav button.owl-prev:focus,
.ova-instagram .owl-carousel .owl-nav button.owl-next:focus {
  outline: 0;
}
.ova-instagram .owl-carousel .owl-nav button.owl-prev:hover,
.ova-instagram .owl-carousel .owl-nav button.owl-next:hover {
  transition: all 0.3s linear;
  color: #fafafa;
  background-color: rgba(0, 0, 0, 0.6);
}
.ova-instagram .owl-carousel .owl-nav button.owl-prev {
  left: 0;
  border-radius: 0 6px 6px 0;
}
.ova-instagram .owl-carousel .owl-nav button.owl-next {
  right: 0;
  border-radius: 6px 0 0 6px;
}
.ova-instagram .follow {
  position: absolute;
  color: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.ova-instagram .follow a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 134px 42px;
}
.ova-instagram .follow a i {
  width: 100%;
  margin-bottom: 55px;
  padding: 0 2px 0 3px;
  font-size: 55px;
  color: #b9a271;
}
.ova-instagram .follow a .title {
  font-size: 36px;
  margin-bottom: 29px;
  font-style: italic;
}
.ova-instagram .follow a .description {
  font-size: 36px;
  margin-bottom: 0;
  color: #bfbfbf;
  font-weight: lighter;
}
.ova-instagram .follow.version_2 a {
  transform: rotate(45deg);
  padding: 20px;
}
.ova-instagram .follow.version_2 a .title, .ova-instagram .follow.version_2 a .description {
  display: none;
}
.ova-instagram .follow.version_2 a i {
  margin: 0;
  transform: rotate(-45deg);
  font-size: 40px;
}
.ova-instagram .item {
  width: 100%;
}
.ova-instagram .item .image {
  width: auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.ova-instagram .item .image.image-top {
  background-position: top;
}
@media (max-width: 1299px) {
  .ova-instagram .item .image.image-top {
    background-position: center;
  }
}
.ova-instagram .item .image.image-bottom {
  background-position: bottom;
}
@media (max-width: 1299px) {
  .ova-instagram .item .image.image-bottom {
    background-position: center;
  }
}
.ova-instagram .item:hover .overlay {
  opacity: 1;
}
.ova-instagram .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  color: white;
  font-size: 50px;
}
.ova-instagram .item .overlay a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ova-instagram .item .overlay a i {
  transition: all 0.3s ease;
  background-color: white;
  color: var(--heading);
  border-radius: 20px;
  font-family: var(--primary-font);
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 21px;
  font-weight: 500px;
  padding: 10px 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ova-instagram .item .overlay a i.bottom {
  top: 62.5%;
}
@media (max-width: 1299px) {
  .ova-instagram .item .overlay a i.bottom {
    top: 50%;
  }
}
.ova-instagram .item .overlay a i.top {
  top: 37.5%;
}
@media (max-width: 1299px) {
  .ova-instagram .item .overlay a i.top {
    top: 50%;
  }
}
.ova-instagram .item .overlay a i:hover {
  transition: all 0.2s linear;
  background-color: var(--heading);
  color: #fff;
}

@media (max-width: 767px) {
  .ova-instagram .follow {
    display: none;
  }
}
.ova-box-info {
  border: 1px solid #dedede;
  padding: 45px 58px 25px 58px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.ova-box-info:hover {
  transition: all 0.3s ease;
}
.ova-box-info:hover .icon {
  transition: all 0.3s ease;
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
}
.ova-box-info .icon {
  transition: all 0.3s ease;
}
.ova-box-info .icon:hover {
  transition: all 0.3s ease;
}
.ova-box-info .icon i {
  transition: all 0.3s ease;
  font-size: 40px;
  color: var(--heading);
}
.ova-box-info .title {
  transition: all 0.3s ease;
  margin: 0;
  padding-top: 35px;
  font-family: var(--primary-font);
  color: var(--heading);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
}
.ova-box-info .title:hover {
  transition: all 0.3s ease;
}

.ova-gallery-category {
  transition: all 0.3s ease;
}
.ova-gallery-category:hover {
  transition: all 0.3s ease;
}
.ova-gallery-category:hover .icon i {
  transition: all 0.3s ease;
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
}
.ova-gallery-category .image img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.ova-gallery-category .align-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -36px;
}
.ova-gallery-category .align-icon .icon {
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  width: 72px;
  border-radius: 50%;
  background-color: var(--heading);
  position: relative;
  overflow: hidden;
}
.ova-gallery-category .align-icon .icon:hover {
  transition: all 0.3s ease;
}
.ova-gallery-category .align-icon .icon i {
  transition: all 0.3s ease;
  font-size: 32px;
  color: #fff;
}
.ova-gallery-category .info {
  padding: 20px;
}
.ova-gallery-category .info .title {
  transition: all 0.3s ease;
  margin: 0;
  color: var(--heading);
  font-size: 18px;
  font-weight: 400;
  line-height: auto;
  text-transform: uppercase;
}
.ova-gallery-category .info .title:hover {
  transition: all 0.3s ease;
}
.ova-gallery-category .info .description {
  transition: all 0.3s ease;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 10px;
  color: var(--text);
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.ova-gallery-category .info .description:hover {
  transition: all 0.3s ease;
}

.ova-heading .title {
  white-space: pre-line;
  font-weight: 400;
  font-size: 40px;
  line-height: 56px;
  margin: 0;
  padding: 0;
  color: var(--heading);
  text-transform: uppercase;
}

.ova-package {
  transition: all 0.3s ease;
}
.ova-package:hover {
  transition: all 0.3s ease;
}
.ova-package:hover .icon i {
  transition: all 0.3s ease;
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
}
.ova-package .image img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.ova-package .align-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -36px;
}
.ova-package .align-icon .icon {
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  width: 72px;
  border-radius: 50%;
  background-color: var(--heading);
  position: relative;
  overflow: hidden;
}
.ova-package .align-icon .icon:hover {
  transition: all 0.3s ease;
}
.ova-package .align-icon .icon i {
  transition: all 0.3s ease;
  font-size: 32px;
  color: #fff;
}
.ova-package .info {
  padding: 20px;
}
.ova-package .info .title {
  text-align: center;
  transition: all 0.3s ease;
  margin: 0;
  padding-bottom: 24px;
  padding-top: 14px;
  color: var(--heading);
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  text-transform: uppercase;
}
.ova-package .info .title:hover {
  transition: all 0.3s ease;
}
.ova-package .info .items {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
  width: max-content;
  padding-bottom: 14px;
  color: var(--heading);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.ova-package .info .items:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  left: 0;
  bottom: 12px;
  transition: all 0.5s ease;
  background-color: var(--primary);
}
.ova-package .info .items:hover {
  color: var(--primary);
}
.ova-package .info .items:hover:before {
  width: 100%;
}

.ova-blog {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
@media (max-width: 1023px) {
  .ova-blog {
    flex-direction: column;
  }
}
.ova-blog .item {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 1023px) {
  .ova-blog .item {
    margin-bottom: 45px;
  }
}
.ova-blog .item.columns2 {
  flex: 50%;
}
.ova-blog .item.columns3 {
  flex: 33.3%;
}
.ova-blog .item.columns4 {
  flex: 25%;
}
.ova-blog .item .media {
  position: relative;
  overflow: hidden;
}
.ova-blog .item .media img {
  transition: all 0.3s ease;
  width: 100%;
  vertical-align: middle;
}
.ova-blog .item .post-meta {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.ova-blog .item .post-meta .item-meta {
  margin-right: 30px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ova-blog .item .post-meta .item-meta .left {
  padding-right: 5px;
  opacity: 0.6;
  color: var(--heading);
}
.ova-blog .item .post-meta .item-meta .right {
  color: var(--heading);
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  text-transform: uppercase;
}
.ova-blog .item .post-meta .item-meta .right a {
  color: var(--heading);
}
.ova-blog .item:hover {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-blog .item:hover .post-title {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: var(--primary);
  text-decoration-color: var(--primary);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.ova-blog .item:hover .media img {
  transition: all 0.3s ease;
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
}
.ova-blog .item .post-title {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  position: relative;
  color: var(--heading);
  font-family: var(--secondary-font);
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  line-height: 33px;
  margin: 0;
  padding-top: 35px;
  padding-bottom: 15px;
}
.ova-blog .item .short_desc {
  margin-bottom: 30px;
  padding-right: 10px;
  color: var(--text);
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.ova-blog .item .read-more {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: var(--heading);
  font-family: var(--secondary-font);
  text-transform: uppercase;
  color: #fff;
  margin-top: 15px;
  padding: 10px 15px;
  display: inline-block;
}
.ova-blog .item .read-more:hover {
  background-color: var(--primary);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.ova-team:hover .team-img {
  transition: all 0.3s ease;
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
}
.ova-team .img {
  overflow: hidden;
}
.ova-team .img .team-img {
  transition: all 0.3s ease;
  vertical-align: middle;
  width: 100%;
}
.ova-team .info {
  margin: 0;
  text-align: center;
  width: 100%;
  height: auto;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all all 0.4s ease;
  transition: all 0.4s ease;
}
.ova-team .info .name {
  color: var(--heading);
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  padding-top: 33px;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.ova-team .info .job {
  margin: 0;
  color: var(--heading);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 21px;
}

.ova-box-feature {
  padding: 60px 40px 35px 40px;
  border: 1px solid #dedede;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .ova-box-feature {
    padding: 60px 30px 25px 30px;
  }
}
.ova-box-feature:hover {
  transition: all 0.3s ease;
}
.ova-box-feature:hover .image img {
  transition: all 0.3s ease;
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
}
.ova-box-feature .image {
  overflow: hidden;
  max-width: 195px;
  max-height: 195px;
  border-radius: 50%;
  object-fit: cover;
  display: inline-block;
}
.ova-box-feature .image img {
  transition: all 0.3s ease;
  vertical-align: middle;
}
.ova-box-feature .info .title {
  transition: all 0.3s ease;
  margin: 0;
  color: var(--heading);
  font-size: 22px;
  line-height: 33px;
  font-weight: 400;
  padding-top: 55px;
  text-transform: uppercase;
}
.ova-box-feature .info .title:hover {
  transition: all 0.3s ease;
}
.ova-box-feature .info .description {
  transition: all 0.3s ease;
  margin: 0;
  padding-top: 15px;
  color: var(--text);
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.ova-box-feature .info .description:hover {
  transition: all 0.3s ease;
}
.ova-box-feature .info .sub-title {
  transition: all 0.3s ease;
  margin: 0;
  padding-top: 25px;
  text-transform: uppercase;
  color: var(--heading);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.ova-box-feature .info .sub-title:hover {
  transition: all 0.3s ease;
}

.ova-progress:hover .image .icon {
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.ova-progress .image {
  position: relative;
}
.ova-progress .image img {
  width: 100%;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.ova-progress .image .icon {
  transition: all 0.3s ease;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ova-progress .image .icon i {
  transition: all 0.3s ease;
  font-size: 16px;
  color: var(--heading);
}
.ova-progress .info .day {
  transition: all 0.3s ease;
  margin: 0;
  padding-top: 25px;
  font-family: var(--secondary-font);
  color: var(--heading);
  font-size: 56px;
  font-weight: 400;
  line-height: 72px;
  text-transform: uppercase;
}
.ova-progress .info .day:hover {
  transition: all 0.3s ease;
}
.ova-progress .info .month {
  transition: all 0.3s ease;
  margin: 0;
  padding-top: 20px;
  font-family: var(--secondary-font);
  color: var(--heading);
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  text-transform: uppercase;
}
.ova-progress .info .month:hover {
  transition: all 0.3s ease;
}
.ova-progress .info .year {
  transition: all 0.3s ease;
  margin: 0;
  padding-top: 10px;
  color: var(--heading);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: uppercase;
}
.ova-progress .info .year:hover {
  transition: all 0.3s ease;
}

.ova-project-declaration {
  display: flex;
  width: 100%;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.ova-project-declaration:hover {
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .ova-project-declaration {
    flex-direction: column;
    justify-content: space-between;
  }
}
.ova-project-declaration .download {
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .ova-project-declaration .download {
    text-align: left;
    margin-top: 20px;
  }
}
.ova-project-declaration .download .button {
  transition: all 0.3s ease;
  background-color: var(--heading);
  padding: 14px 35px 14px 35px;
  border-radius: 28px;
  color: #fafafa;
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  height: fit-content;
  width: fit-content;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.ova-project-declaration .download .button:hover {
  transition: all 0.3s ease;
}
.ova-project-declaration .download .info-file {
  transition: all 0.3s ease;
  color: var(--heading);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
}
.ova-project-declaration .download .info-file:hover {
  transition: all 0.3s ease;
}
.ova-project-declaration .info {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .ova-project-declaration .info {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .ova-project-declaration .info {
    width: 100%;
  }
}
.ova-project-declaration .info .title {
  transition: all 0.3s ease;
  margin: 0;
  color: var(--heading);
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  text-transform: uppercase;
  padding-bottom: 35px;
}
.ova-project-declaration .info .title:hover {
  transition: all 0.3s ease;
}
.ova-project-declaration .info .sub-title, .ova-project-declaration .info .date {
  transition: all 0.3s ease;
  margin: 0;
  padding-top: 4px;
  color: var(--heading);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
}
.ova-project-declaration .info .sub-title:hover, .ova-project-declaration .info .date:hover {
  transition: all 0.3s ease;
}

.ova-box-feature2 .img {
  position: relative;
  overflow: hidden;
}
.ova-box-feature2 .img .box-feature2-img {
  vertical-align: middle;
  width: 100%;
  transition: all 0.3s ease;
}
.ova-box-feature2 .img .button {
  transition: all 0.3s ease;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 50%;
  top: 60%;
  width: fit-content;
  transform: translate(-50%, -50%);
  border-radius: 28px;
  background-color: #fff;
  cursor: pointer;
}
.ova-box-feature2 .img .button .text {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 35px;
  text-transform: uppercase;
  color: var(--heading);
}
.ova-box-feature2 .img:hover .box-feature2-img {
  transition: all 0.3s ease;
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
}
.ova-box-feature2 .info {
  margin: 0;
  text-align: center;
  width: 100%;
  height: auto;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all all 0.4s ease;
  transition: all 0.4s ease;
}
.ova-box-feature2 .info .title {
  position: relative;
  color: var(--heading);
  margin: 0 auto;
  width: max-content;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  padding-top: 33px;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.ova-box-feature2 .info .title:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  left: 0;
  bottom: 12px;
  transition: all 0.5s ease;
  background-color: var(--primary);
}
.ova-box-feature2 .info .sub-title {
  margin: 0;
  color: var(--heading);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 21px;
}
.ova-box-feature2:hover .info .title {
  color: var(--primary);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-box-feature2:hover .info .title:after {
  width: 100%;
}
.ova-box-feature2:hover .img .button {
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.ova-gallery .grid:after {
  content: "";
  display: block;
  clear: both;
}
.ova-gallery .grid .grid-sizer, .ova-gallery .grid .grid-item {
  width: 33.3%;
  height: auto;
}
.ova-gallery .grid .grid-item {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
}
.ova-gallery .grid .grid-item .gallery-fancybox {
  display: block;
  position: relative;
  cursor: pointer;
}
.ova-gallery .grid .grid-item .gallery-fancybox img {
  display: block;
  width: 100%;
}
.ova-gallery .grid .grid-item .gallery-fancybox .gallery-container {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}
.ova-gallery .grid .grid-item .gallery-fancybox .gallery-container:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--heading);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.ova-gallery .grid .grid-item .gallery-fancybox .gallery-container .gallery-icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 60%;
  left: 50%;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-gallery .grid .grid-item .gallery-fancybox .gallery-container .gallery-icon i {
  color: var(--heading);
  font-size: 16px;
}
.ova-gallery .grid .grid-item .gallery-fancybox .button {
  transition: all 0.3s ease;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 50%;
  top: 60%;
  width: fit-content;
  transform: translate(-50%, -50%);
  border-radius: 28px;
  background-color: #fff;
  cursor: pointer;
}
.ova-gallery .grid .grid-item .gallery-fancybox .button .show-view-all {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 35px;
  text-transform: uppercase;
  color: var(--heading);
}
.ova-gallery .grid .grid-item:hover .gallery-fancybox .gallery-container:before {
  opacity: 0.4;
}
.ova-gallery .grid .grid-item:hover .gallery-fancybox .gallery-container .gallery-icon {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.ova-gallery .grid .grid-item:hover .gallery-fancybox .button {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.ova-gallery .grid .grid-item-fisrt {
  width: 33.3%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .ova-gallery .grid .grid-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .ova-gallery .grid .grid-item {
    width: 100%;
  }
}

.fancybox__content img {
  cursor: zoom-in;
}

.fancybox__caption {
  text-align: center;
}

.ova-apartments-masonry .grid:after {
  content: "";
  display: block;
  clear: both;
}
.ova-apartments-masonry .grid .grid-sizer, .ova-apartments-masonry .grid .grid-item {
  width: 33.3%;
  height: auto;
}
.ova-apartments-masonry .grid .grid-item {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
}
.ova-apartments-masonry .grid .grid-item .apartments {
  position: relative;
  overflow: hidden;
}
.ova-apartments-masonry .grid .grid-item .apartments img {
  transition: all 0.3s ease;
  display: block;
  width: 100%;
}
.ova-apartments-masonry .grid .grid-item .apartments .apartments-container {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  cursor: pointer;
}
.ova-apartments-masonry .grid .grid-item .apartments .apartments-container:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(47, 47, 47, 0) 50%, #2F2F2F 100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.ova-apartments-masonry .grid .grid-item .apartments .apartments-container .content {
  position: absolute;
  width: 100%;
  bottom: 32px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-apartments-masonry .grid .grid-item .apartments .apartments-container .content .title {
  text-align: center;
  margin: 0 auto;
  font-size: 22px;
  line-height: 33px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fafafa;
  position: relative;
  width: fit-content;
}
.ova-apartments-masonry .grid .grid-item .apartments .apartments-container .content .title:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  left: 0;
  bottom: 0;
  transition: all 500ms ease;
  background-color: #fafafa;
}
.ova-apartments-masonry .grid .grid-item .apartments .apartments-container .content .sub-title {
  text-align: center;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-transform: uppercase;
  color: #fafafa;
  padding-top: 5px;
}
.ova-apartments-masonry .grid .grid-item:hover .apartments .apartments-container:before {
  opacity: 0.8;
}
.ova-apartments-masonry .grid .grid-item:hover .apartments .apartments-container .title:before {
  width: 100%;
}
.ova-apartments-masonry .grid .grid-item:hover .apartments img {
  transition: all 0.3s ease;
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
}
.ova-apartments-masonry .grid .grid-item-fisrt {
  width: 33.3%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .ova-apartments-masonry .grid .grid-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .ova-apartments-masonry .grid .grid-item {
    width: 100%;
  }
}

.ova-gallery-simple {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 800px) {
  .ova-gallery-simple {
    grid-template-columns: 50% 50%;
  }
}
@media screen and (max-width: 500px) {
  .ova-gallery-simple {
    grid-template-columns: 100%;
  }
}
.ova-gallery-simple .grid-item {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  position: relative;
  cursor: pointer;
}
.ova-gallery-simple .grid-item img {
  width: 100%;
  vertical-align: middle;
}
.ova-gallery-simple .grid-item .gallery-simple-icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 60%;
  left: 50%;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-gallery-simple .grid-item .gallery-simple-icon i {
  color: var(--heading);
  font-size: 16px;
}
.ova-gallery-simple .grid-item:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-gallery-simple .grid-item:hover .gallery-simple-icon {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.ova-gallery-simple .grid-item:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.fancybox__content img {
  cursor: zoom-in;
}

.fancybox__caption {
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border-color: red;
  color: red;
}

.ova-ctfrom7 .form1 {
  display: grid;
  justify-content: center;
  grid-template-columns: 50% 50%;
  grid-gap: 25px;
}
@media screen and (max-width: 767px) {
  .ova-ctfrom7 .form1 {
    grid-template-columns: 100%;
    grid-gap: 20px;
  }
}
.ova-ctfrom7 .form1 input[type=text], .ova-ctfrom7 .form1 input[type=tel] {
  transition: all 0.3s ease;
  width: 100%;
  padding: 17px 25px;
  border-radius: 0;
  outline: none;
  border-color: #dedede;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #fff;
  font-family: var(--primary-font);
  color: #2f2f2f;
  font-weight: 500;
  line-height: 21px;
}
.ova-ctfrom7 .form1 input[type=text]::placeholder, .ova-ctfrom7 .form1 input[type=tel]::placeholder {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--primary-font);
  color: #828282;
  line-height: 21px;
}
.ova-ctfrom7 .form1 input[type=text]:focus, .ova-ctfrom7 .form1 input[type=tel]:focus {
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 14px;
  border-color: #2f2f2f;
  text-transform: uppercase;
  font-family: var(--primary-font);
  color: #2f2f2f;
  line-height: 21px;
}
.ova-ctfrom7 .form1 .accept-terms {
  width: 100%;
  text-align: center;
  grid-column-start: 1;
  grid-column-end: 3;
  font-size: 14px;
  line-height: 21px;
  color: var(--text);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .ova-ctfrom7 .form1 .accept-terms {
    grid-column-start: unset;
    grid-column-end: unset;
  }
}
.ova-ctfrom7 .form1 .accept-terms span[class=highlight] {
  font-weight: 500;
  text-transform: capitalize;
}
.ova-ctfrom7 .form1 .accept-terms label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ova-ctfrom7 .form1 .accept-terms label span[class=wpcf7-list-item-label] {
  padding-left: 5px;
}
.ova-ctfrom7 .form1 .ova-submit {
  text-align: center;
  grid-column-start: 1;
  grid-column-end: 3;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .ova-ctfrom7 .form1 .ova-submit {
    grid-column-start: unset;
    grid-column-end: unset;
  }
}
.ova-ctfrom7 .form1 .ova-submit input[type=submit] {
  width: 187px;
  padding: 15px 35px;
  border-radius: 28px;
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #fafafa;
  border-color: #fff;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-ctfrom7 .form1 .ova-submit input[type=submit]:hover {
  border-color: #000;
  background-color: #fff;
  color: var(--primary);
  transition: all 0.3s ease;
}
.ova-ctfrom7 .form1 .ova-submit .wpcf7-spinner {
  position: absolute;
}
.ova-ctfrom7 .form1 .ajax-loader {
  margin: 0 0 0 -24px;
}
.ova-ctfrom7 .form2 {
  display: grid;
  justify-content: center;
  grid-template-columns: 50% 50%;
  grid-gap: 25px;
}
@media screen and (max-width: 767px) {
  .ova-ctfrom7 .form2 {
    grid-template-columns: 100%;
    grid-gap: 20px;
  }
}
.ova-ctfrom7 .form2 input[type=text], .ova-ctfrom7 .form2 input[type=tel], .ova-ctfrom7 .form2 textarea {
  transition: all 0.3s ease;
  width: 100%;
  padding: 17px 25px;
  outline: none;
  border-radius: 0;
  background-color: #fff;
  border-color: #dedede;
  text-transform: uppercase;
  font-family: var(--primary-font);
  font-size: 14px;
  color: #2f2f2f;
  font-weight: 500;
  line-height: 21px;
}
.ova-ctfrom7 .form2 input[type=text]::placeholder, .ova-ctfrom7 .form2 input[type=tel]::placeholder, .ova-ctfrom7 .form2 textarea::placeholder {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--primary-font);
  color: #828282;
  line-height: 21px;
}
.ova-ctfrom7 .form2 input[type=text]:focus, .ova-ctfrom7 .form2 input[type=tel]:focus, .ova-ctfrom7 .form2 textarea:focus {
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 14px;
  border-color: #2f2f2f;
  text-transform: uppercase;
  font-family: var(--primary-font);
  color: #2f2f2f;
  line-height: 21px;
}
.ova-ctfrom7 .form2 .message-info {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media screen and (max-width: 767px) {
  .ova-ctfrom7 .form2 .message-info {
    grid-column-start: unset;
    grid-column-end: unset;
  }
}
.ova-ctfrom7 .form2 .message-info textarea {
  height: 200px;
}
.ova-ctfrom7 .form2 .accept-terms {
  width: 100%;
  text-align: center;
  grid-column-start: 1;
  grid-column-end: 3;
  font-size: 14px;
  line-height: 21px;
  color: var(--text);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .ova-ctfrom7 .form2 .accept-terms {
    grid-column-start: unset;
    grid-column-end: unset;
  }
}
.ova-ctfrom7 .form2 .accept-terms span[class=highlight] {
  font-weight: 500;
  text-transform: capitalize;
}
.ova-ctfrom7 .form2 .accept-terms label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ova-ctfrom7 .form2 .accept-terms label span[class=wpcf7-list-item-label] {
  padding-left: 5px;
}
.ova-ctfrom7 .form2 .ova-submit {
  text-align: center;
  grid-column-start: 1;
  grid-column-end: 3;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .ova-ctfrom7 .form2 .ova-submit {
    grid-column-start: unset;
    grid-column-end: unset;
  }
}
.ova-ctfrom7 .form2 .ova-submit input[type=submit] {
  width: 187px;
  padding: 17px 35px;
  border-radius: 28px;
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #fafafa;
  border-color: #fff;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-ctfrom7 .form2 .ova-submit input[type=submit]:hover {
  transition: all 0.3s ease;
  border-color: #000;
  background-color: #fff;
  color: var(--primary);
}
.ova-ctfrom7 .form2 .ova-submit .wpcf7-spinner {
  position: absolute;
}
.ova-ctfrom7 .form2 .ajax-loader {
  margin: 0 0 0 -24px;
}

.ova-menu-footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ova-menu-footer .menu a {
  text-decoration: none;
  position: relative;
  color: var(--heading);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-menu-footer .menu a:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
  background-color: var(--primary);
}
.ova-menu-footer .menu a:hover:before {
  width: 100%;
}
.ova-menu-footer .menu .sub-menu {
  list-style: none;
}

.ova-apartments-slider .owl-stage-outer {
  padding-bottom: 90px;
}
.ova-apartments-slider .slide-apartments-slider {
  position: relative;
}
.ova-apartments-slider .slide-apartments-slider:hover .owl-nav {
  opacity: 1;
  transition: all 0.3s ease;
}
.ova-apartments-slider .slide-apartments-slider .owl-item {
  transition: all 0.3s ease;
}
.ova-apartments-slider .slide-apartments-slider .owl-item .item {
  position: relative;
}
.ova-apartments-slider .slide-apartments-slider .owl-item .item:hover .client_info:before {
  opacity: 0.9;
  transition: all 0.3s ease;
}
.ova-apartments-slider .slide-apartments-slider .owl-item .item:hover .apartments-slider-img img {
  transition: all 0.3s ease;
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
}
.ova-apartments-slider .slide-apartments-slider .owl-item .item .apartments-slider-img {
  overflow: hidden;
}
.ova-apartments-slider .slide-apartments-slider .owl-item .item .apartments-slider-img img {
  transition: all 0.3s ease;
  display: block;
  width: 100%;
  height: calc(100vh - 150px);
  object-fit: cover;
  object-position: center;
}
.ova-apartments-slider .slide-apartments-slider .owl-item .item .client_info {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}
.ova-apartments-slider .slide-apartments-slider .owl-item .item .client_info:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(47, 47, 47, 0) 50%, #2F2F2F 100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.ova-apartments-slider .slide-apartments-slider .owl-item .item .client_info .info {
  position: absolute;
  width: 100%;
  padding-left: 12%;
  padding-right: 12%;
  bottom: -90px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 530px) {
  .ova-apartments-slider .slide-apartments-slider .owl-item .item .client_info .info {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.ova-apartments-slider .slide-apartments-slider .owl-item .item .client_info .info .title {
  text-align: center;
  margin: 0;
  font-size: 40px;
  line-height: 56px;
  padding-bottom: 5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fafafa;
}
.ova-apartments-slider .slide-apartments-slider .owl-item .item .client_info .info .sub-title {
  text-align: center;
  margin: 0;
  font-size: 14px;
  padding-top: 5px;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
  color: #fafafa;
}
.ova-apartments-slider .slide-apartments-slider .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.ova-apartments-slider .slide-apartments-slider .owl-dots .owl-dot {
  outline: none;
}
.ova-apartments-slider .slide-apartments-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background-color: var(--heading);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.ova-apartments-slider .slide-apartments-slider .owl-dots .owl-dot.active span {
  width: 15px;
  border-radius: 5px;
  opacity: 1;
}
.ova-apartments-slider .slide-apartments-slider .owl-nav {
  transition: all 0.3s ease;
  opacity: 0;
}
.ova-apartments-slider .slide-apartments-slider .owl-nav .owl-prev, .ova-apartments-slider .slide-apartments-slider .owl-nav .owl-next {
  position: absolute;
  top: 43.5%;
  max-width: 50px;
  min-height: 50px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: all 0.3s ease;
  font-size: 22px;
  color: #fff;
}
.ova-apartments-slider .slide-apartments-slider .owl-nav .owl-prev i, .ova-apartments-slider .slide-apartments-slider .owl-nav .owl-next i {
  -webkit-backface-visibility: visible;
}
.ova-apartments-slider .slide-apartments-slider .owl-nav .owl-prev {
  left: -15px;
}
.ova-apartments-slider .slide-apartments-slider .owl-nav .owl-prev:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1024px) {
  .ova-apartments-slider .slide-apartments-slider .owl-nav .owl-prev {
    left: 10px;
  }
}
.ova-apartments-slider .slide-apartments-slider .owl-nav .owl-next {
  right: -15px;
}
.ova-apartments-slider .slide-apartments-slider .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1024px) {
  .ova-apartments-slider .slide-apartments-slider .owl-nav .owl-next {
    right: 10px;
  }
}

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

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

.ova-text-list {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-text-list a {
  color: var(--heading);
}
.ova-text-list .item {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  width: max-content;
  padding-bottom: 14px;
  color: var(--heading);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.ova-text-list .item:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  left: 0;
  bottom: 12px;
  transition: all 0.5s ease;
  background-color: var(--primary);
}
.ova-text-list .item:hover {
  color: var(--primary);
}
.ova-text-list .item:hover:before {
  width: 100%;
}

.ova-room-list {
  padding-bottom: 70px;
}
.ova-room-list .room {
  cursor: pointer;
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 1px solid #dedede;
  display: flex;
}
@media screen and (max-width: 650px) {
  .ova-room-list .room {
    flex-direction: column;
    align-items: center;
  }
}
.ova-room-list .room .date {
  flex: 1 1 0;
}
.ova-room-list .room .date .room-date {
  margin: 0;
  font-family: var(--secondary-font);
  font-size: 40px;
  line-height: 56px;
  font-weight: 400;
  color: var(--heading);
}
.ova-room-list .room .plan {
  flex: 1 1 0;
}
.ova-room-list .room .plan img {
  display: block;
}
.ova-room-list .room .plan .square {
  margin: 10px 0 0 0;
  font-size: 14px;
  padding-left: 30px;
  line-height: 21px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--heading);
}
.ova-room-list .room .bed-floor {
  flex: 1 1 0;
  margin-top: 5px;
}
@media screen and (max-width: 650px) {
  .ova-room-list .room .bed-floor {
    margin: 10px 0 10px 0;
  }
}
.ova-room-list .room .bed-floor .bedrooms, .ova-room-list .room .bed-floor .floor {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--heading);
}
.ova-room-list .room .price {
  flex: 1 1 0;
}
@media screen and (max-width: 650px) {
  .ova-room-list .room .price {
    margin-bottom: 10px;
  }
}
.ova-room-list .room .price .total_price {
  margin: 5px 0 0 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--heading);
}
.ova-room-list .room .icon_group {
  display: flex;
  justify-content: flex-end;
  flex: 2 1 0;
}
.ova-room-list .room .icon_group .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--heading);
  position: relative;
}
.ova-room-list .room .icon_group .icons i {
  font-size: 20px;
  color: #fafafa;
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.ova-room-list .room .hidden-info-popup {
  display: none;
}
.ova-room-list .right {
  opacity: 0;
  right: 56%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
@media screen and (max-width: 1024px) {
  .ova-room-list .right {
    right: 70%;
  }
}
@media screen and (max-width: 767px) {
  .ova-room-list .right {
    right: 90%;
  }
}
.ova-room-list .right.toggled {
  visibility: visible;
  opacity: 1;
  right: 56%;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
@media screen and (max-width: 1024px) {
  .ova-room-list .right.toggled {
    right: 70%;
  }
}
@media screen and (max-width: 767px) {
  .ova-room-list .right.toggled {
    right: 90%;
  }
}
.ova-room-list .right.toggled .site-overlay {
  opacity: 0.7;
  visibility: visible;
  transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
}
.ova-room-list .right .content {
  z-index: 9999;
  height: 100%;
  width: 56%;
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .ova-room-list .right .content {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .ova-room-list .right .content {
    width: 90%;
  }
}
.ova-room-list .right .content .btn {
  position: absolute;
  top: 60px;
  left: -32px;
}
.ova-room-list .right .content .btn .room-toggle {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  border-radius: 50%;
  background-color: var(--heading);
  width: 64px;
  height: 64px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ova-room-list .right .content .btn .room-toggle i {
  font-size: 12px;
  color: #fafafa;
}
.ova-room-list .right .content .btn .room-toggle:hover {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  border-color: #dedede;
  background-color: #fff;
}
.ova-room-list .right .content .btn .room-toggle:hover i {
  color: var(--heading);
}
.ova-room-list .right .content .room-popup {
  text-align: center;
  text-transform: uppercase;
  overflow-y: scroll;
  padding: 60px 40px;
}
.ova-room-list .right .content .room-popup .title-popup, .ova-room-list .right .content .room-popup .date {
  font-family: var(--secondary-font);
  font-size: 40px;
  line-height: 56px;
  font-weight: 400;
  color: var(--heading);
}
.ova-room-list .right .content .room-popup .date {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ova-room-list .right .content .room-popup .date .date-popup {
  padding-left: 8px;
}
.ova-room-list .right .content .room-popup .total_price_popup {
  font-family: var(--secondary-font);
  font-size: 22px;
  font-weight: 400;
  color: var(--heading);
}
.ova-room-list .right .content .room-popup .square-bed-floor {
  font-weight: 500;
  font-size: 14px;
  color: var(--heading);
  padding: 30px 0;
}
.ova-room-list .right .content .room-popup .icon_group_popup {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}
.ova-room-list .right .content .room-popup .icon_group_popup .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  margin-left: 12px;
}
.ova-room-list .right .content .room-popup .icon_group_popup .icons i {
  font-size: 40px;
  color: var(--heading);
  line-height: 1;
  top: 50%;
}
.ova-room-list .right .content .room-popup p, .ova-room-list .right .content .room-popup h2 {
  margin: 0;
}
.ova-room-list .right .content .room-popup .room-image-popup {
  max-height: 450px;
  vertical-align: middle;
}
.ova-room-list .right .content .room-popup .download {
  text-align: center;
  margin-top: 30px;
}
.ova-room-list .right .content .room-popup .download .btn-send-request {
  transition: all 0.3s ease;
  background-color: var(--heading);
  padding: 14px 35px 14px 35px;
  display: inline-block;
  border-radius: 28px;
  color: #fafafa;
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 10px;
}
.ova-room-list .right .content .room-popup .download .btn-send-request:hover {
  transition: all 0.3s ease;
}
.ova-room-list .right .content .room-popup .download .info-file {
  display: block;
  transition: all 0.3s ease;
  color: var(--heading);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.ova-room-list .right .content .room-popup .download .info-file:hover {
  transition: all 0.3s ease;
}
.ova-room-list .right .site-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  right: 56%;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 1000;
}

.button-room {
  transition: all 0.3s ease;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  width: fit-content;
}
.button-room:hover {
  transition: all 0.3s ease;
}
.button-room:hover .text-button {
  transition: all 0.3s ease;
  color: #fafafa;
  background-color: var(--heading);
}
.button-room .text-button {
  transition: all 0.3s ease;
  font-size: 14px;
  margin: 0;
  line-height: 21px;
  font-weight: 500;
  padding: 18px 45px 18px 45px;
  border-radius: 28px;
  background-color: #f2f3f5;
  text-transform: uppercase;
  color: var(--heading);
  display: inline-block;
}

.button-room-nodata {
  display: none;
  transition: all 0.3s ease;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  width: fit-content;
}
.button-room-nodata:hover {
  transition: all 0.3s ease;
}
.button-room-nodata:hover .text-button-nodata {
  transition: all 0.3s ease;
  color: #fafafa;
  background-color: var(--heading);
}
.button-room-nodata .text-button-nodata {
  transition: all 0.3s ease;
  font-size: 14px;
  margin: 0;
  line-height: 21px;
  font-weight: 500;
  border-radius: 28px;
  background-color: #f2f3f5;
  padding: 18px 45px 18px 45px;
  text-transform: uppercase;
  color: var(--heading);
  display: inline-block;
}

.ova-header-left {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 998;
}
.ova-header-left .left {
  width: 120px;
  border-right: 1px solid #ccc;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}
.ova-header-left .left .logo {
  padding-top: 20px;
}
.ova-header-left .left .bottom {
  padding-top: 62px;
  padding-left: 165px;
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}
.ova-header-left .left .bottom .btn {
  position: relative;
  top: -50px;
  left: -90px;
}
.ova-header-left .left .bottom .btn .header-menu-toggle {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  border-radius: 50%;
  border-color: #dedede;
  background-color: #fff;
  width: 64px;
  height: 64px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ova-header-left .left .bottom .btn .header-menu-toggle.show i:before {
  content: "\f108";
}
.ova-header-left .left .bottom .btn .header-menu-toggle i {
  font-size: 14px;
  color: var(--heading);
}
.ova-header-left .left .bottom .btn .header-menu-toggle:hover {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  background-color: var(--heading);
}
.ova-header-left .left .bottom .btn .header-menu-toggle:hover i {
  color: #fff;
}
.ova-header-left .left .bottom .phone, .ova-header-left .left .bottom .mail {
  font-size: 14px;
  font-family: var(--primary-font);
  color: var(--heading);
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 500;
}
.ova-header-left .right {
  opacity: 0;
  left: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  /*Style Menu*/
}
.ova-header-left .right.toggled {
  visibility: visible;
  opacity: 1;
  left: 120px;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.ova-header-left .right .content {
  z-index: 9999;
  height: 100%;
  display: flex;
  padding: 50px 80px 40px 80px;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  position: relative;
  overflow-y: auto;
}
.ova-header-left .right .container-menu {
  overflow: hidden;
  overflow-y: auto;
  background-color: #fff;
  color: var(--heading);
  width: 340px;
  z-index: 999;
  opacity: 1;
  height: 350px;
  transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.ova-header-left .right .container-menu .close-menu {
  padding-top: 0px;
  color: #fff;
  font-size: 1em;
  z-index: 999;
  cursor: pointer;
  text-align: right;
}
.ova-header-left .right .header-left-site-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 120px;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 999;
}
.ova-header-left .right.toggled .header-left-site-overlay {
  opacity: 0.7;
  visibility: visible;
  transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
}
.ova-header-left .right .menu {
  clear: both;
}
.ova-header-left .right ul {
  list-style: none;
}
.ova-header-left .right ul.menu {
  margin: 0;
  padding: 0;
}
.ova-header-left .right ul.menu ul {
  max-height: 0;
  overflow: hidden;
  transition: all ease 0.4s;
  margin: 0 0px 0 15px;
  padding: 0;
}
.ova-header-left .right ul.menu ul.show {
  max-height: 999px;
}
.ova-header-left .right ul.sub-menu li a {
  font-size: 14px;
  font-family: var(--primary-font);
  color: var(--heading);
  font-weight: 500;
  padding: 0.4em 0;
}
.ova-header-left .right ul li {
  display: inline-block;
  position: relative;
  text-align: left;
  display: block;
}
.ova-header-left .right ul li a {
  color: var(--heading);
  padding: 0.5em 0;
  display: block;
  font-size: 40px;
  font-weight: 400;
  font-family: var(--secondary-font);
  text-transform: uppercase;
}
.ova-header-left .right ul li a:hover {
  opacity: 0.9;
}
.ova-header-left .right .dropdown-toggle {
  background: transparent;
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
  padding: 0.5em 0 0.5em 10px;
  color: inherit;
  border-radius: 0;
  border: none;
  cursor: pointer;
}
.ova-header-left .right .dropdown-toggle::after {
  content: "\f104";
  font-family: "ovaicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 0.8em;
}
.ova-header-left .right .dropdown-toggle:focus {
  outline: none;
}
.ova-header-left .right .dropdown-toggle:hover {
  background: transparent;
}
.ova-header-left .right .dropdown-toggle.toggled-on:after {
  content: "\f10c";
  font-family: "ovaicon";
}

.ova-rooms-filter {
  position: relative;
}
.ova-rooms-filter #rooms-filter .select-filter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 24px;
}
@media screen and (max-width: 1024px) {
  .ova-rooms-filter #rooms-filter .select-filter {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .ova-rooms-filter #rooms-filter .select-filter {
    grid-template-columns: auto;
  }
}
.ova-rooms-filter #rooms-filter .select-filter select {
  color: var(--heading);
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0;
  padding-left: 24px;
}
.ova-rooms-filter #rooms-filter .select-filter .floor {
  position: relative;
  display: inline-block;
  font-size: 14px;
  height: 46px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: left;
  padding-top: 10px;
  border: 1px solid #dedede;
  background-color: #fff;
}
.ova-rooms-filter #rooms-filter .select-filter .floor .label-floor {
  padding-left: 25px;
}
.ova-rooms-filter #rooms-filter .select-filter .floor .floor-number {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 118px;
  position: absolute;
  top: 46px;
  padding: 20px;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 20px 32px rgba(47, 47, 47, 0.05);
}
.ova-rooms-filter #rooms-filter .select-filter .floor .floor-number input[type=number]::-webkit-inner-spin-button,
.ova-rooms-filter #rooms-filter .select-filter .floor .floor-number input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .ova-rooms-filter #rooms-filter .select-filter .floor .floor-number {
    border: 1px solid var(--heading);
    top: 45px;
  }
}
.ova-rooms-filter #rooms-filter .select-filter .floor .floor-number #from, .ova-rooms-filter #rooms-filter .select-filter .floor .floor-number #to {
  font-size: 14px;
  line-height: 21px;
  padding-left: 35px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  width: 88px;
  height: 48px;
  border-radius: 24px;
  text-align: left;
  border: 1px solid #dedede;
  background-color: #f2f3f5;
}
.ova-rooms-filter #rooms-filter .select-filter .floor .floor-number .label-to {
  font-weight: 500;
  font-size: 10px;
  color: #9f9f9f;
  padding: 0 15px;
}
.ova-rooms-filter #rooms-filter .select-filter .floor:hover .floor-number {
  transition: all 0.3s ease;
  visibility: visible;
  opacity: 1;
}
.ova-rooms-filter #rooms-filter .select-filter .floor:before {
  content: "\f104";
  position: absolute;
  font-size: 15px;
  color: #000;
  right: 15px;
  bottom: 15px;
  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-rooms-filter #rooms-filter .option-filter {
  padding: 0 20px;
  margin-top: 100px;
  text-align: center;
  display: grid;
  align-items: flex-end;
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 66px;
}
@media screen and (max-width: 767px) {
  .ova-rooms-filter #rooms-filter .option-filter {
    position: relative;
    grid-template-columns: 0.9fr;
    margin-top: 80px;
    grid-row-gap: 20px;
  }
}
.ova-rooms-filter #rooms-filter .option-filter p {
  margin: 0;
  padding-top: 20px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--heading);
}
.ova-rooms-filter #rooms-filter .option-filter .area-value-filter #slider-range-area.noUi-target {
  position: relative;
  direction: ltr;
  border: none;
  box-shadow: unset;
  background: #dedede;
}
.ova-rooms-filter #rooms-filter .option-filter .area-value-filter #slider-range-area.noUi-horizontal {
  height: 3px;
}
.ova-rooms-filter #rooms-filter .option-filter .area-value-filter #slider-range-area.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  right: -17px;
  top: -6px;
  border-radius: 8px;
  background: var(--heading);
  box-shadow: unset;
  border: none;
}
.ova-rooms-filter #rooms-filter .option-filter .area-value-filter #slider-range-area.noUi-horizontal .noUi-handle:after, .ova-rooms-filter #rooms-filter .option-filter .area-value-filter #slider-range-area.noUi-horizontal .noUi-handle:before {
  display: none;
}
.ova-rooms-filter #rooms-filter .option-filter .area-value-filter #slider-range-area.noUi-horizontal .noUi-handle .noUi-tooltip {
  width: 54px;
  bottom: 250%;
  border: unset;
  box-shadow: 0px 20px 32px rgba(47, 47, 47, 0.05);
}
.ova-rooms-filter #rooms-filter .option-filter .area-value-filter #slider-range-area.noUi-horizontal .noUi-connects .noUi-connect {
  background: var(--heading);
}
.ova-rooms-filter #rooms-filter .option-filter .area-value-filter #slider-range-area.noUi-horizontal .noUi-origin {
  right: 2px;
  top: -2px;
}
.ova-rooms-filter #rooms-filter .option-filter .price-value-filter #slider-range-price.noUi-target {
  position: relative;
  direction: ltr;
  border: none;
  box-shadow: unset;
  background: #dedede;
}
.ova-rooms-filter #rooms-filter .option-filter .price-value-filter #slider-range-price.noUi-horizontal {
  height: 3px;
}
.ova-rooms-filter #rooms-filter .option-filter .price-value-filter #slider-range-price.noUi-horizontal .noUi-handle {
  box-shadow: unset;
  border: none;
  background: var(--heading);
  width: 16px;
  height: 16px;
  right: -17px;
  top: -6px;
  border-radius: 8px;
}
.ova-rooms-filter #rooms-filter .option-filter .price-value-filter #slider-range-price.noUi-horizontal .noUi-handle:after, .ova-rooms-filter #rooms-filter .option-filter .price-value-filter #slider-range-price.noUi-horizontal .noUi-handle:before {
  display: none;
}
.ova-rooms-filter #rooms-filter .option-filter .price-value-filter #slider-range-price.noUi-horizontal .noUi-handle .noUi-tooltip {
  width: 54px;
  bottom: 250%;
  border: unset;
  box-shadow: 0px 20px 32px rgba(47, 47, 47, 0.05);
}
.ova-rooms-filter #rooms-filter .option-filter .price-value-filter #slider-range-price.noUi-horizontal .noUi-connects .noUi-connect {
  background: var(--heading);
}
.ova-rooms-filter #rooms-filter .option-filter .price-value-filter #slider-range-price.noUi-horizontal .noUi-origin {
  right: 2px;
  top: -2px;
}
.ova-rooms-filter #rooms-filter .option-filter .clear-filter input[type=button] {
  color: var(--heading);
  background-color: #f2f3f5;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 24px;
  border: unset;
  width: 159px;
  padding: 13px;
  position: relative;
  top: -20px;
}
@media screen and (max-width: 767px) {
  .ova-rooms-filter #rooms-filter .option-filter .clear-filter input[type=button] {
    position: absolute;
    bottom: -70px;
    top: unset;
    left: calc(50% - 80px);
  }
}
.ova-rooms-filter #rooms-filter .option-filter .clear-filter:hover input[type=button] {
  transition: all 0.3s ease;
  color: #fafafa;
  background-color: var(--heading);
}
.ova-rooms-filter .results-found {
  margin-top: 120px;
  margin-bottom: 60px;
  font-size: 40px;
  line-height: 56px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: var(--heading);
  font-family: var(--secondary-font);
}
@media screen and (max-width: 767px) {
  .ova-rooms-filter .results-found {
    margin-top: 125px;
  }
}
.ova-rooms-filter .results-filter {
  margin-bottom: 70px;
}
.ova-rooms-filter .results-filter .room {
  cursor: pointer;
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 1px solid #dedede;
  display: flex;
}
@media screen and (max-width: 650px) {
  .ova-rooms-filter .results-filter .room {
    flex-direction: column;
    align-items: center;
  }
}
.ova-rooms-filter .results-filter .room:nth-of-type(1) {
  border-top: 1px solid #dedede;
}
.ova-rooms-filter .results-filter .room .date {
  flex: 1 1 0;
}
.ova-rooms-filter .results-filter .room .date .room-date {
  margin: 0;
  font-family: var(--secondary-font);
  font-size: 40px;
  line-height: 56px;
  font-weight: 400;
  color: var(--heading);
}
.ova-rooms-filter .results-filter .room .plan {
  flex: 1 1 0;
}
.ova-rooms-filter .results-filter .room .plan img {
  display: block;
}
.ova-rooms-filter .results-filter .room .plan .square {
  margin: 10px 0 0 0;
  font-size: 14px;
  padding-left: 30px;
  line-height: 21px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--heading);
}
.ova-rooms-filter .results-filter .room .bed-floor {
  flex: 1 1 0;
  margin-top: 5px;
}
@media screen and (max-width: 650px) {
  .ova-rooms-filter .results-filter .room .bed-floor {
    margin: 10px 0 10px 0;
  }
}
.ova-rooms-filter .results-filter .room .bed-floor .bedrooms, .ova-rooms-filter .results-filter .room .bed-floor .floor {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--heading);
}
.ova-rooms-filter .results-filter .room .price {
  flex: 1 1 0;
}
@media screen and (max-width: 650px) {
  .ova-rooms-filter .results-filter .room .price {
    margin-bottom: 10px;
  }
}
.ova-rooms-filter .results-filter .room .price .total_price {
  margin: 5px 0 0 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--heading);
}
.ova-rooms-filter .results-filter .room .icon_group {
  display: flex;
  justify-content: flex-end;
  flex: 2 1 0;
}
.ova-rooms-filter .results-filter .room .icon_group .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--heading);
  position: relative;
}
.ova-rooms-filter .results-filter .room .icon_group .icons i {
  font-size: 20px;
  color: #fafafa;
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.ova-rooms-filter .results-filter .room .hidden-info-popup {
  display: none;
}
.ova-rooms-filter .button-loadmore {
  transition: all 0.3s ease;
  margin: 0 auto;
  cursor: pointer;
  width: fit-content;
  text-align: center;
}
.ova-rooms-filter .button-loadmore:hover {
  transition: all 0.3s ease;
}
.ova-rooms-filter .button-loadmore:hover .text-button {
  transition: all 0.3s ease;
  color: #fafafa;
  background-color: var(--heading);
}
.ova-rooms-filter .button-loadmore .text-button {
  transition: all 0.3s ease;
  font-size: 14px;
  margin: 0;
  line-height: 21px;
  font-weight: 500;
  border-radius: 28px;
  background-color: #f2f3f5;
  padding: 18px 45px 18px 45px;
  text-transform: uppercase;
  color: var(--heading);
  display: inline-block;
}
.ova-rooms-filter .button-loadmore-nodata {
  display: none;
  transition: all 0.3s ease;
  margin: 0 auto;
  cursor: pointer;
  width: fit-content;
  text-align: center;
}
.ova-rooms-filter .button-loadmore-nodata:hover {
  transition: all 0.3s ease;
}
.ova-rooms-filter .button-loadmore-nodata:hover .text-button-nodata {
  transition: all 0.3s ease;
  color: #fafafa;
  background-color: var(--heading);
}
.ova-rooms-filter .button-loadmore-nodata .text-button-nodata {
  transition: all 0.3s ease;
  font-size: 14px;
  margin: 0;
  line-height: 21px;
  font-weight: 500;
  border-radius: 28px;
  background-color: #f2f3f5;
  padding: 18px 45px 18px 45px;
  text-transform: uppercase;
  color: var(--heading);
  display: inline-block;
}
.ova-rooms-filter .right {
  opacity: 0;
  right: 56%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
@media screen and (max-width: 1024px) {
  .ova-rooms-filter .right {
    right: 70%;
  }
}
@media screen and (max-width: 767px) {
  .ova-rooms-filter .right {
    right: 90%;
  }
}
.ova-rooms-filter .right.toggled {
  visibility: visible;
  opacity: 1;
  right: 56%;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
@media screen and (max-width: 1024px) {
  .ova-rooms-filter .right.toggled {
    right: 70%;
  }
}
@media screen and (max-width: 767px) {
  .ova-rooms-filter .right.toggled {
    right: 90%;
  }
}
.ova-rooms-filter .right.toggled .site-overlay {
  opacity: 0.7;
  visibility: visible;
  transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
}
.ova-rooms-filter .right .content {
  z-index: 9999;
  height: 100%;
  width: 56%;
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .ova-rooms-filter .right .content {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .ova-rooms-filter .right .content {
    width: 90%;
  }
}
.ova-rooms-filter .right .content .btn {
  position: absolute;
  top: 60px;
  left: -32px;
}
.ova-rooms-filter .right .content .btn .room-toggle {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  border-radius: 50%;
  background-color: var(--heading);
  width: 64px;
  height: 64px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ova-rooms-filter .right .content .btn .room-toggle i {
  font-size: 12px;
  color: #fafafa;
}
.ova-rooms-filter .right .content .btn .room-toggle:hover {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  border-color: #dedede;
  background-color: #fff;
}
.ova-rooms-filter .right .content .btn .room-toggle:hover i {
  color: var(--heading);
}
.ova-rooms-filter .right .content .room-popup {
  text-align: center;
  text-transform: uppercase;
  padding: 60px 40px;
  overflow-y: scroll;
}
.ova-rooms-filter .right .content .room-popup .title-popup, .ova-rooms-filter .right .content .room-popup .date {
  font-family: var(--secondary-font);
  font-size: 40px;
  line-height: 56px;
  font-weight: 400;
  color: var(--heading);
}
.ova-rooms-filter .right .content .room-popup .date {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ova-rooms-filter .right .content .room-popup .date .date-popup {
  padding-left: 8px;
}
.ova-rooms-filter .right .content .room-popup .total_price_popup {
  font-family: var(--secondary-font);
  font-size: 22px;
  font-weight: 400;
  color: var(--heading);
}
.ova-rooms-filter .right .content .room-popup .square-bed-floor {
  font-weight: 500;
  font-size: 14px;
  color: var(--heading);
  padding: 30px 0;
}
.ova-rooms-filter .right .content .room-popup .icon_group_popup {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}
.ova-rooms-filter .right .content .room-popup .icon_group_popup .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  margin-left: 12px;
}
.ova-rooms-filter .right .content .room-popup .icon_group_popup .icons i {
  font-size: 40px;
  color: var(--heading);
  line-height: 1;
  top: 50%;
}
.ova-rooms-filter .right .content .room-popup p, .ova-rooms-filter .right .content .room-popup h2 {
  margin: 0;
}
.ova-rooms-filter .right .content .room-popup .room-image-popup {
  max-height: 450px;
  vertical-align: middle;
}
.ova-rooms-filter .right .content .room-popup .download {
  text-align: center;
  margin-top: 30px;
}
.ova-rooms-filter .right .content .room-popup .download .btn-send-request {
  transition: all 0.3s ease;
  background-color: var(--heading);
  padding: 14px 35px 14px 35px;
  display: inline-block;
  border-radius: 28px;
  color: #fafafa;
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 10px;
}
.ova-rooms-filter .right .content .room-popup .download .btn-send-request:hover {
  transition: all 0.3s ease;
}
.ova-rooms-filter .right .content .room-popup .download .info-file {
  display: block;
  transition: all 0.3s ease;
  color: var(--heading);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.ova-rooms-filter .right .content .room-popup .download .info-file:hover {
  transition: all 0.3s ease;
}
.ova-rooms-filter .right .site-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  right: 56%;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 1000;
}

.ova-direction-slider .slide-direction-slider .owl-item {
  transition: all 0.3s ease;
}
.ova-direction-slider .slide-direction-slider .owl-item .item .direction-slider-img img {
  display: block;
  width: 100%;
}
.ova-direction-slider .slide-direction-slider .owl-dots {
  position: relative;
  top: -100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ova-direction-slider .slide-direction-slider .owl-dots {
    top: -60px;
  }
}
.ova-direction-slider .slide-direction-slider .owl-dots .owl-dot {
  outline: none;
  border-radius: 50%;
  margin-right: 4px;
  margin-left: 4px;
}
.ova-direction-slider .slide-direction-slider .owl-dots .owl-dot button {
  font-size: 14px;
  text-transform: uppercase;
  border: unset;
  min-width: 48px;
  min-height: 48px;
  padding: 0;
  border-radius: 50%;
  background-color: #fff;
  color: var(--heading);
  display: block;
  transition: all 0.3s ease;
}
.ova-direction-slider .slide-direction-slider .owl-dots .owl-dot.active button {
  min-width: 70px;
  transition: all 0.3s ease;
  border-radius: 24px;
}

.ova-button-scrolldown {
  padding-bottom: 55px;
}
@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.ova-button-scrolldown .scroll-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.ova-button-scrolldown .scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
  font-family: var(--primary-font);
  letter-spacing: 2px;
}
.ova-button-scrolldown .scroll-btn > *:hover,
.ova-button-scrolldown .scroll-btn > *:focus,
.ova-button-scrolldown .scroll-btn > *.active {
  color: #ffffff;
}
.ova-button-scrolldown .scroll-btn > *:hover,
.ova-button-scrolldown .scroll-btn > *:focus,
.ova-button-scrolldown .scroll-btn > *:active,
.ova-button-scrolldown .scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.ova-button-scrolldown .scroll-btn .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid white;
  border-radius: 23px;
}
.ova-button-scrolldown .scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: white;
  border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}

/* 20.0 Recent Post Thumbnails Plugin */
.rpwwt-widget ul li .rpwwt-post-title {
  font-family: var(--secondary-font);
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}
.rpwwt-widget ul li .rpwwt-post-title:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.rpwwt-widget ul li .rpwwt-post-date {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.4px;
  margin-top: 10px;
  color: #727272;
}