/*
Theme Name: OnePress
Theme URI: https://www.famethemes.com/themes/onepress/
Author: FameThemes
Author URI: http://www.famethemes.com
Description: OnePress is an outstanding creative and flexible WordPress one page theme well suited for business website, portfolio, digital agency, product showcase, freelancers and everyone else who appreciate good design. The theme overall is an elegant and classic one, a fine example of Bootstrap 4 WordPress theme which compatibility with latest version of WooCommerce. (Live preview : https://demos.famethemes.com/onepress)
Version: 10
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onepress
Tested up to: 6.0.2
Requires PHP: 5.6
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, e-commerce, blog, portfolio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

OnePress is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0  Reset
2.0  Document
3.0  Layout
4.0  Structure
5.0  Contents
6.0  Elements
7.0  Widgets
8.0  Sections
9.0  External Plugins

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
/* Reset already include in bootstrap */
/*--------------------------------------------------------------
2.0 Document Setup
--------------------------------------------------------------*/
html, body {
 height: 100%;
}
/*------------------------------
	2.1 Typography
------------------------------*/
html, body {
 margin: 0;
 padding: 0;
}
html {
 box-sizing: border-box;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 font-size: 62.5%;
}
@media (max-width: 1440px) {
 html {
  font-size: 58.33%; /* 1.5rem = 14px for screens smaller than 1200px */
 }
}
body {
 background: #ffffff;
}
.site {
 background: #222;
 position: relative;
}
body, button, input, select, textarea {
 font-family: "Manrope", sans-serif;
 font-optical-sizing: auto;
 font-size: 1.5rem;
 line-height: 1.5;
 letter-spacing: .10rem;
 font-weight: 400;
 color: #b5b8c0
}
body.onepress-menu-mobile-opening, body.modal-open {
 overflow: hidden;
}
pre, code, input, textarea {
 font: inherit;
}
::-moz-selection {
 background: #000000;
 color: #FFFFFF;
}
::selection {
 background: #000000;
 color: #FFFFFF;
}
.container {
 width: 96%;
 max-width: 100%;
}
.container-fluid {
 max-width: 96%
}
.video-section.container {
 width: 96% !important;
 max-width: 100%;
}
.g-layout-full-width.container {
 width: 96%;
 max-width: 100%;
}
@media (min-width: 1680px) {
 .container, .g-layout-full-width.container {
  width: 1600px;
  max-width: 100%;
 }
 .container-fluid {
  max-width: 1800px
 }
 .video-section.container {
  width: 1600px !important;
  max-width: 100%;
 }
}
.fade {
 -webkit-animation-name: fallPerspective;
 animation-name: fallPerspective;
 -webkit-animation-duration: .5s;
 animation-duration: .5s;
 -webkit-animation-timing-function: cubic-bezier(.26, .69, .37, .96);
 animation-timing-function: cubic-bezier(.26, .69, .37, .96);
 -webkit-animation-play-state: running;
 animation-play-state: running;
}
.fade.active {
 opacity: 1;
}
@keyframes fallPerspective {
 0% {
  opacity: 0;
  -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
  transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg)
 }
 to {
  opacity: 1;
  -webkit-transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
  transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg)
 }
}
.sidebar-tabs {
 display: flex;
 justify-content: space-between; /* Distributes items evenly */
 border-bottom: solid 1px rgba(251, 247, 247, .3);
 border-top: solid 1px rgba(251, 247, 247, .3);
}
.sidebar-tabs .nav-item {
 flex-grow: 1; /* Each nav-item will take equal space */
 text-align: center; /* Center the text within each tab */
 margin-top: 0;
 margin-bottom: 0;
 margin-right: 1px
}
.sidebar-tabs .nav-item:last-of-type {
 margin-right: 0;
}
.sidebar-tabs .nav-link {
 padding: 10px 15px; /* Adjust padding for better spacing */
 border: none; /* Optional: Add border to make them look like tabs */
 border-radius: 0; /* Optional: Rounded corners */
 display: block;
 width: 100%; /* Ensure the link fills the nav-item */
 color: #fff;
 background-color: transparent;
}
.sidebar-tabs .nav-link.active {
 background: rgba(0, 0, 0, 1);
 border: none; /* Optional: Highlight the active tab */
 color: #96c93d
}
a {
 text-decoration: none;
 outline: none;
}
a:hover {
 text-decoration: none;
 outline: none;
 text-decoration: none;
}
a:active, a:focus, a:hover {
 outline: none;
 color: #fff;
}
img.alignnone{margin:3rem 0;}
.card {
 position: relative;
 display: -webkit-box;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 background-color: transparent;
 border: none !important;
 border-radius: 0
}
.card .card-header {
 padding: 0;
 margin-bottom: 0;
 border-bottom: none;
 margin-bottom: 1.5rem;
 background:transparent;
 border-radius: 10px;
}
.card-header .btn:hover, .card-header .btn:focus {
 background-color: transparent !important
}
.card h3 {
 display: inline-block;
 padding: 0;
 width: 84%;
 line-height: 1.3em;
 margin-bottom: 0;
 white-space: normal;
 margin-right: 0 !important;
 margin-left: 0 !important;
 font-size: 1.4rem
}
.card .btn.btn-link {
 width: 100%;
 text-align: left;
 background: 0 0;
 padding: 1.5rem 2rem;
 color: #fff !important;
 border-radius: 0;
 text-transform: none;
 font-size: 1.6rem;
 margin: 0;
 border: solid 1px #96c93d !important;
 border-bottom: solid 1px transparent !important;
}
.card .btn.btn-link:focus, .card .btn.btn-link:hover {
 color: #fff;
 text-decoration: none;
 background-color: transparent !important;
 outline: none !important;
 box-shadow: none !important;
 border-radius: 0
}
.card .btn.btn-link.collapsed {border-bottom: solid 1px #96c93d  !important;}
.card .arrow-down {
 position: absolute;
 right: 3rem;
 top: 20px;
 font-size: 14px;
 line-height: 1
}
.card .arrow-down {
 -webkit-transform: rotate(180deg);
 -moz-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 -o-transform: rotate(180deg);
 transform: rotate(180deg);
 transition: all .3s
}
.card .collapsed .arrow-down {
 -webkit-transform: rotate(0);
 -moz-transform: rotate(0);
 -ms-transform: rotate(0);
 -o-transform: rotate(0);
 transform: rotate(0);
 transition: all .3s
}
.answer {
 padding: 1rem 1.5rem 2rem
}
.answer.item {
 padding-bottom: 15px
}
.answer.item article {
 border-bottom: solid 2px #1a698a;
 padding-bottom: 20px
}
.answer.item:last-child article {
 border-bottom: none
}
.answer ul {
 list-style: disc
}
.numero {
 background: linear-gradient(to right, #f1f1f1, #f1f1f1), linear-gradient(to right, #a0cd56, #19698a);
 background-clip: padding-box, border-box;
 background-origin: padding-box, border-box;
 font-size: 2rem;
 font-weight: 800;
 width: 50px;
 height: 50px;
 line-height: 44px;
 margin: 5px;
 float: left;
 border-radius: 50%;
 display: block;
 text-align: center;
 -webkit-transition: background .2s linear;
 -moz-transition: background .2s linear;
 -o-transition: background .2s linear;
 -ms-transition: background .2s linear;
 transition: background .2s linear;
 color: #a2ce56;
 position: relative;
 z-index: 2;
 border: 3px solid transparent
}
/*------------------------------
	2.3 Heading
------------------------------*/
h1, h2, h3, h4, h5, h6 {
 clear: both;
 font-weight: 700;
 margin-bottom: 1.5rem;
 margin-top: 0;
 color: #fff
}
.section-features h2, .section-features h3, .section-features h4, .section-meta h2, .section-meta h3 {
 color: #333;
 font-weight: 600 !important
}
.section-features h3 {
 color: #b5b8c0;
 font-weight: 600 !important;
 margin-top: 1rem;
 padding: 1rem 1.5rem 0;
 position: relative;
}
.section-features .featured-item svg {
 max-width: 11px;
 margin-left: 2px
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
 text-decoration: none;
}
h1, .hcl2-content h2 {
 font-size: 7rem;
 font-weight: 700;
 text-transform: none;
 margin-bottom: 3rem;
 line-height: 1.1
}
h2, .home .section-about h1, .post-type-archive-product h1 {
 line-height: 1.2;
 font-size: 3rem;
}
.post-type-archive-product .section-title-area h1.section-title, .tax-product_cat .section-title-area h1.section-title {
 margin-bottom: 1.5rem;
}
.post-type-archive-product .section-title-area, .tax-product_cat .section-title-area {
 margin-bottom: 3rem;
 max-width: 768px;
}
.home .section-about h1 {
 margin-bottom: 4rem;
}
.entry-content {
 position: relative;
 z-index: 1
}
.section-about, .section-services {
 margin-top: -1px;
 z-index: 999;
 background: #222;
 position: relative
}
.home .section-about .entry-content {
 position: relative
}
.tab-content h2 {
 padding-bottom: 30px
}
.home .section-about .entry-content, .tab-content .entry-content, .archive .section-about .entry-content, .single .section-about .entry-content {
 margin-bottom: 0;
 padding: 0 0 20px 0;
}
.tab-content .entry-content {
 margin-top: 25px;
}
.entry-content p:last-child {
 margin-bottom: 0;
}
.home .section-about .entry-content:before, .tab-content .entry-content:after, .archive .section-about .entry-content:before, .single-applications .section-about .entry-content:before {
 content: "";
 width: calc(100% + 4rem);
 height: calc(100% + 3rem);
 border: solid 1px rgba(251, 247, 247, .3);
 position: absolute;
 left: -20px;
 top: -23px;
 z-index: 0
}
.section-meta .entry-content p:after {
 border: solid 1px rgba(0, 0, 0, .4)
}
.section-about .entry-content a svg {
 width: 15px;
 height: 15px;
}
.more {
 color: #b5b8c0;
 position: relative;
 z-index: 1;
 display: inline-flex; /* Enables flexbox for the link */
 align-items: center; /* Vertically aligns text and svg in the center */
 gap: 8px;
 margin-top: 1rem
}
.home .section-about .more .st0 {
 fill: #b5b8c0 !important;
}
.more:hover {
 color: #96c93d;
}
.home .section-about .more:hover .st0 {
 fill: #96c93d !important;
}
.more:select, .more:hover {
 text-decoration: none;
}
.more svg {
 max-width: 11px;
 margin-left: 2px;
}
h3 {
 line-height: 1.3;
 font-size: 2.4rem;
 font-weight: 400
}
h4, h5, h6, .section-features h3 {
 line-height: 1.4;
 font-size: 1.6rem;
 font-weight: 400
}
h5 {
 text-transform: uppercase;
 font-weight: 600
}
.page-header h5 {
 font-weight: 400;
}
.section-hero h4, .parallax-hero h4 {
 padding-left: 6px
}
img[src$=".svg"] {
 width: auto;
 height: auto;
 max-width: 100%; /* or set a fixed width if needed */
}
/*------------------------------
	2.4 Base
------------------------------*/
ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
 margin-bottom: 15px;
 margin-bottom: 0.9375rem;
 margin-top: 0;
 z-index: 1;
 position: relative;
}
/*------------------------------
	2.5 Content
------------------------------*/
img {
 height: auto;
 max-width: 100%;
 vertical-align: middle;
}
b, strong {
 font-weight: bold;
}
blockquote {
 clear: both;
 margin: 20px 0;
}
blockquote p {
 font-style: italic;
}
blockquote cite {
 font-style: normal;
 margin-bottom: 20px;
 font-size: 13px;
}
dfn, cite, em, i {
 font-style: italic;
}
figure {
 margin: 0;
}
address {
 margin: 20px 0;
}
hr {
 border: 0;
 border-top: 1px solid #e9e9e9;
 height: 1px;
 margin-bottom: 20px;
}
tt, kbd, pre, code, samp, var {
 background-color: #e9e9e9;
 padding: 5px 7px;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
}
pre {
 overflow: auto;
 white-space: pre-wrap;
 max-width: 100%;
 line-height: 1.7;
 margin: 20px 0;
 padding: 20px;
}
details summary {
 font-weight: bold;
 margin-bottom: 20px;
}
details :focus {
 outline: none;
}
abbr, acronym, dfn {
 cursor: help;
 font-size: 0.95em;
 text-transform: uppercase;
 border-bottom: 1px dotted #e9e9e9;
}
mark {
 background-color: #fff9c0;
 text-decoration: none;
}
small {
 font-size: 82%;
}
big {
 font-size: 125%;
}
ul, ol {
 padding-left: 20px;
}
ul {
 list-style: disc;
}
ol {
 list-style: decimal;
}
ul li, ol li {
 margin: 8px 0;
}
dt {
 font-weight: bold;
}
dd {
 margin: 0 20px 20px;
}
table {
 width: 100%;
 margin-bottom: 20px;
 border: 1px solid rgba(251, 247, 247, .3);
 ;
 border-collapse: collapse;
 border-spacing: 0;
}
table h3 {
 font-size: 2rem;
 margin-bottom: 0;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
 border: 1px solid rgba(251, 247, 247, .3);
 border-bottom: none;
 line-height: 1.42857;
 padding: 10px 15px;
 vertical-align: middle;
}
table > thead > tr > th, table > thead > tr > td {
 border-bottom-width: 2px;
}
table th {
 text-transform: uppercase;
}
fieldset {
 padding: 20px;
 border: 1px solid #e9e9e9;
}
input[type=reset], input[type=submit], input[type=submit] {
 text-transform: uppercase;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
 box-shadow: none;
 font-size: 1.4rem;
 font-weight: 600;
 border: solid 1px #96c93d;
 padding: 1rem 2rem;
 color: #96c93d;
 background-color: transparent !important;
 color: #96c93d;
 transition: all .2s
}
.page-template-template-contact input[type=submit] {
 margin-bottom: 2rem;
}
input[type=reset]:hover, input[type=submit]:hover, input[type=submit]:hover, .pirate-forms-submit-button:hover, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit:hover {
 background-color: #96c93d !important;
 color: #fff
}
input[type=button]:hover, input[type=button]:focus, input[type=reset]:hover, input[type=reset]:focus, input[type=submit]:hover, input[type=submit]:focus, button:hover, button:focus {
 cursor: pointer;
}
textarea {
 resize: vertical;
}
select {
 max-width: 100%;
 overflow: auto;
 vertical-align: top;
 outline: none;
 border: 1px solid #e9e9e9;
 padding: 10px;
}
textarea:not(.editor-post-title__input), input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
 padding: 10px;
 max-width: 100%;
 max-height: 110px;
 width: 100%;
 border: 0px;
 font-weight: normal;
 line-height: 22px;
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
 -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
 transition: all 0.2s linear;
 -moz-transition: all 0.2s linear;
 -webkit-transition: all 0.2s linear;
 -o-transition: all 0.2s linear;
 background-color: #f2f2f2;
 border-bottom: 1px solid #fff;
 box-sizing: border-box;
 color: #222;
 margin-top: 5px;
}
.page-template-template-contact input[type=tel], .page-template-template-contact input[type=text], .page-template-template-contact input[type=email], .page-template-template-contact textarea, .page-template-template-contact select {
 background-color: transparent;
 border: solid 1px rgba(251, 247, 247, .3);
 margin-bottom: 1.5rem;
 margin-top: .5rem;
}
.prodname input[type=text], .prodname input[type=text]:focus {
 background: transparent;
 box-shadow: none;
 border: none;
 padding-left: 0;
 font-size: 1.6rem;
}
textarea:not(.editor-post-title__input):focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus {
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
 -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
 transition: all 0.2s linear;
 -moz-transition: all 0.2s linear;
 -webkit-transition: all 0.2s linear;
 -o-transition: all 0.2s linear;
 border-color: #EBEBEB;
 border-bottom: 1px solid #fff !important;
 background: #e9e9e9;
}
button::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input[type=radio], input[type=checkbox] {
 margin: 0 10px;
}
.screen-reader-text {
 clip: rect(1px, 1px, 1px, 1px);
 position: absolute !important;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
 background-color: #f8f9f9;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 clip: auto !important;
 color: #96c93d;
 display: block;
 height: auto;
 left: 5px;
 line-height: normal;
 padding: 17px;
 text-decoration: none;
 top: 5px;
 width: auto;
 z-index: 100000; /* Above WP toolbar */
}
.alignleft {
 display: inline;
 float: left;
 margin-right: 3.5em;
}
.alignright {
 display: inline;
 float: right;
 margin-left: 3.5em;
}
.aligncenter {
 clear: both;
 display: block;
 margin-left: auto;
 margin-right: auto;
 text-align: center
}
.custom-scrollbar {
 height: 250px;
 width: 100%;
 padding: 3rem 3rem 3rem 0;
 overflow: scroll;
}
.custom-scrollbar::-webkit-scrollbar {
 width: 20px;
}
.custom-scrollbar::-webkit-scrollbar-track {
 background-color: transparent;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
 background-color: #555;
 min-height: 70px
}
.custom-scrollbar::-webkit-scrollbar-thumb {
 background-color: #555;
 border-radius: 20px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
 background-color: #555;
 border-radius: 20px;
 border: 6px solid transparent;
 background-clip: content-box;
}
.custom-scrollbar::-webkit-scrollbar-corner {
 background-color: #222; /* Make the corner match the background */
}
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
 content: "";
 display: table;
 clear: both;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
 clear: both;
}
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
 display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
 display: block;
}
.hide {
 display: none;
}
.clearleft {
 clear: left;
}
.break, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote, pre {
 word-break: break-word;
 word-wrap: break-word;
}
#primary {
 padding-bottom: 4.5rem;
 padding-top: 4rem;
}
.woocommerce #primary {
 margin-top: 3.5rem;
 border-top: solid 1px rgba(251, 247, 247, .3);
}
.post-type-archive-product #primary {
 margin-bottom: 0;
 padding-bottom: 0;
}
.single-product #primary {
 padding-bottom: 2rem;
}
.template-fullwidth-stretched #primary, .siteorigin-panels #primary {
 padding: 0;
}
.template-fullwidth-stretched .entry-content, .siteorigin-panels .entry-content {
 margin-bottom: 0px;
}
#secondary {
 padding-bottom: 40px;
 padding-top: 0;
}
@media screen and (min-width: 940px) {
 #secondary {
  padding-top: 40px;
 }
}
.content-area {
 width: 100%;
 float: none;
}
@media screen and (min-width: 940px) {
 .content-area {
  float: left;
 }
}
.sidebar {
 width: 100%;
 float: none;
}
@media screen and (min-width: 940px) {
 .sidebar {
  width: 44.2252252252%;
  float: left;
 }
}
.left-sidebar .site-main {
 margin-left: auto;
}
.no-sidebar .content-area {
 width: 100%;
}
.single-post .no-sidebar .site-main, .single-post .no-sidebar .entry-content > * {
 margin-left: auto;
 margin-right: auto;
}
@media screen and (min-width: 940px) {
 .left-sidebar .content-area {
  float: right;
  padding-left: 39px;
  border-left: 1px solid #b5b8c0;
  margin-right: 1px;
  width: 55.7747747748%;
 }
 .left-sidebar .sidebar {
  padding-right: 39px;
 }
 .right-sidebar .content-area {
  padding-right: 39px;
  width: 55.7747747748%;
 }
 .right-sidebar .sidebar {
  padding-left: 39px;
 }
}
.feature-item {
 text-align: center;
 position: relative;
 padding: 1rem
}
.feature-item:after {
 content: "";
 position: absolute;
 height: calc(100% + 159px);
 width: 1px;
 bottom: -60px;
 left: 0;
 background: rgba(251, 247, 247, .3);
}
.hcl2-content h4, .feature-item h4 {
 margin-bottom: 0;
}
.feature-item h4 {
 white-space: nowrap;
}
.feature-media {
 margin-bottom: 1rem;
}
.feature-media img {
 max-width: 60px;
 margin: 0 auto;
}
.hero__content .col-xl-7 {
 display: flex;
 flex-direction: column;
 justify-content: flex-end; /* Aligns the content at the bottom */
}
.hero__content .row.d-flex.justify-content-between {
 flex-grow: 1; /* Ensures the row grows to take up the available space */
 align-items: flex-end; /* Aligns the content of the row to the bottom */
}
.footer-widgets {
 background: #050505;
}
.footer-widgets.section-padding {
 padding: 70px 0px 35px;
 padding: 4.375rem 0rem 2.1875rem;
}
.footer-widgets .widget-title {
 color: #ffffff;
}
#footer-3 {
 text-align: right;
}
.footer-widgets .socials a {
 margin-left: 10px;
}
.footer-widgets .sidebar .widget {
 margin-bottom: 15px;
}
/*--------------------------------------------------------------
4.0 Structure
--------------------------------------------------------------*/
/* Header
------------------------------*/
.site-header {
 line-height: 75px;
 position: relative;
 width: 100%;
 background: transparent;
 z-index: 1000;
 -webkit-transition: all 1s ease-out;
 /* Safari */
 transition: all 0.5s ease-out;
 box-shadow: none;
 padding-top: 3rem;
}
.single-faq .site-header {
 padding-top: 3rem;
}
.single-faq .site-header .container:before {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    background: rgba(251, 247, 247, .3);
    left: 15px;
    bottom: -2rem;
}
.site-header.header-fixed {
 top: 0px;
 left: 0px;
 position: fixed;
}
.site-header .custom-logo-transparent {
 display: none;
}
.followWrap {
 display: block;
}
.header-full-width .container {
 max-width: auto;
 width: auto;
}
@media screen and (min-width: 940px) {
 .header-full-width .container {
  padding-left: 30px;
  padding-right: 30px;
 }
}
.is-transparent .followWrap {
 z-index: 99;
 width: 100%;
 background: transparent;
 position: absolute;
 top: 0px;
 display: block;
}
.is-transparent .site-header, .single-applications .site-header, .woocommerce .site-header, .single-post .site-header {
 background: transparent;
 position: fixed;
 top: 0px;
}
.is-transparent .site-header.no-sticky, .single-applications .site-header, .single-post .site-header {
 position: absolute;
 top: auto;
}
.woocommerce .site-header {
 position: relative;
 top: auto;
}
.is-transparent .site-header.no-scroll {
 box-shadow: none;
}
.is-transparent .site-header.no-scroll .has-t-logo .custom-logo-transparent {
 display: inline-block;
}
.is-transparent .site-header.no-scroll .has-t-logo .custom-logo {
 display: none;
}
.is-transparent .site-header.no-scroll #nav-toggle span {
 background-color: #ffffff;
}
.is-transparent .site-header.no-scroll #nav-toggle span::before, .is-transparent .site-header.no-scroll #nav-toggle span::after {
 background-color: #ffffff;
}
.is-transparent .site-header.no-scroll #nav-toggle.nav-is-visible span {
 background-color: transparent;
}
.is-transparent .site-header.header-fixed {
 background: #ffffff;
}
.is-transparent .site-header.header-fixed.no-scroll {
 background: transparent;
 box-shadow: none;
}
@media screen and (min-width: 1140px) {
 .is-transparent .no-scroll.site-header .onepress-menu > li > a {
  color: rgba(255, 255, 255, 0.9);
 }
}
.is-transparent .hero-slideshow-fullscreen .hero__content {
 padding-top: 50px;
 padding-top: 3.125rem;
}
.site-branding {
 float: left;
}
.site-branding .site-title, .site-branding .site-text-logo {
 margin: 0px;
 display: initial;
 vertical-align: middle
}
.site-branding .site-title:hover, .site-branding .site-text-logo:hover {
 text-decoration: none;
}
.site-branding .site-image-logo {
 display: block;
}
.site-branding .site-logo-div {
 line-height: 75px;
}
.site-branding .no-logo-img.has-desc, .site-branding .has-logo-img {
 line-height: 60px;
}
.site-branding .no-logo-img.has-desc .site-title, .site-branding .has-logo-img .site-title {
 margin-top: -5px;
 position: relative;
}
.site-branding .no-logo-img.has-desc .site-description, .site-branding .has-logo-img .site-description {
 margin-bottom: 0;
 position: relative;
 top: -15px;
}
.home.header-transparent .no-scroll .site-brand-inner, .home.header-transparent .no-scroll .site-text-logo {
 color: #fff;
}
.onepress-menu, .onepress-menu * {
 margin: 0;
 padding: 0;
 list-style: none;
}
.onepress-menu {
 float: right;
}
.onepress-menu ul {
 position: absolute;
 display: block;
 height: 1px;
 overflow: hidden;
 opacity: 0;
 z-index: -1;
 top: 100%;
 left: 50%;
 transform: translateX(-50%);
 background: rgba(0, 0, 0, .7);
 padding: 0 1.5rem 1.5rem;
 border: none;
 min-width: 250px;
 transition: all .3s;
}
.single .onepress-menu ul, .archive .onepress-menu ul {
 background: rgba(0, 0, 0, 1);
}
.modal-dialog {
 margin: 0;
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%) !important;
 max-width: 600px;
 font-size: 14px;
}
.modal-backdrop.show {
 background-color: rgba(0, 0, 0, 1); /* Adjust the opacity as needed */
 opacity: .8
}
.modal-header {
 background: #96c93d;
 color: #fff;
 border-bottom: none;
}
.modal-content {
 color: #222;
}
.modal-body {
 padding: 3rem 15px 15px;
}
.modal-header .close {
 float: right;
 font-size: 3rem;
 font-weight: 700;
 line-height: 1;
 color: #000;
 text-shadow: 0 1px 0 #fff;
 opacity: .5;
}
.onepress-menu ul ul {
 top: 0;
 left: 100%;
}
.onepress-menu li {
 position: relative;
}
.onepress-menu > li {
 float: left;
}
.onepress-menu li:hover > ul, .onepress-menu li.sfHover > ul {
 display: block;
 height: initial;
 overflow: initial;
 opacity: 1;
 z-index: 99;
}
.onepress-menu a {
 display: block;
 position: relative;
}
.onepress-menu li {
 -webkit-transition: background 0.2s;
 transition: background 0.2s;
 position: relative
}
.onepress-menu li:hover, .onepress-menu li.sfHover {
 -webkit-transition: none;
 transition: none;
}
.onepress-menu a, .languages .wpml-ls-legacy-list-horizontal a {
 padding-left: 17px;
 padding-right: 17px;
 font-size: 1.4rem;
 font-weight: 700;
 text-transform: uppercase;
 text-decoration: none;
 zoom: 1;
 color: #fff !important;
 transition: all .2s;
}
.languages .wpml-ls-legacy-list-horizontal a{
 padding:0 8px;
 line-height: inherit
}
.onepress-menu a:hover {
 color: #96c93d !important;
}
.onepress-menu ul li {
 line-height: 1.4;
 width: fit-content;
 min-width: 100%;
}
.onepress-menu ul li a {
 border-top: 1px solid #333;
 padding: 14px 0;
 font-size: 13px;
 color: #b5b8c0 !important;
}
.onepress-menu ul li:first-child a {
 border: none
}
.onepress-menu ul li a:hover {
 color: #96c93d;
}
.onepress-menu li.current-menu-item a, .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
 color: #96c93d !important;
}
.onepress-menu ul li.current-menu-item a {
 color: #96c93d;
}
.onepress-menu > li:last-child > a {
 padding-right: 0px;
}
.onepress-menu > li a.menu-actived {
 color: #96c93d;
}
.onepress-menu .nav-toggle-subarrow {
 display: none;
}
#nav-toggle {
 display: none;
 margin-left: 15px;
}
@media screen and (max-width: 1140px) {
 .is-transparent .site-header .onepress-menu li a::after {
  display: none
 }
 .main-navigation {
  position: static;
 }
 .main-navigation .onepress-menu {
  display: block;
  height: 100vh !important;
  overflow: hidden;
  width: 350px;
  position: fixed;
  top: 0 !important;
  right: -350px;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: #222;
  padding-top: 132px;
  text-align: right;
  z-index: 200
 }
 .onepress-menu.menu-large {
  display: none
 }
 .onepress-menu.menu-mobile {
  display: block !important
 }
 .onepress-menu.menu-mobile .btn {
  margin: 2rem 3.5rem 0
 }
 .onepress-menu.onepress-menu-mobile {
  right: 0;
  z-index: 1000;
  overflow: auto !important;
 }
 .onepress-menu.onepress-menu-mobile > li > a {
  padding: 12px 22px 12px 20px;
 }
 .onepress-menu.onepress-menu-mobile li.current-menu-item > a {
  color: #fff;
 }
 .onepress-menu.onepress-menu-mobile li:hover ul {
  display: none;
 }
 .onepress-menu.onepress-menu-mobile ul {
  box-shadow: none;
  padding-bottom: 0;
  border: none;
  position: relative;
  width: auto;
  left: auto;
  transform: translateX(0);
  text-align: right;
  background: transparent;
 }
 .onepress-menu.onepress-menu-mobile ul:before {
  display: none
 }
 .onepress-menu.onepress-menu-mobile ul li:last-child {
  border-bottom: none;
 }
 .onepress-menu.onepress-menu-mobile ul li a {
  padding: 12px 72px 12px 35px;
  border-top: none;
 }
 .onepress-menu.onepress-menu-mobile ul li a:hover {
  background: transparent;
 }
 .onepress-menu.onepress-menu-mobile ul li li a {
  padding: 12px 70px 12px 10px;
  border-top: none;
 }
 .onepress-menu.onepress-menu-mobile ul li li li a {
  padding: 12px 105px;
 }
 .onepress-menu.onepress-menu-mobile ul ul {
  left: 0px;
  background-color: transparent
 }
 .onepress-menu.onepress-menu-mobile ul a {
  color: #fff;
  background: transparent;
  font-size: 15px;
  text-transform: none
 }
 .onepress-menu.onepress-menu-mobile ul ul a {
  color: #fff;
  background: transparent;
  font-size: 13px;
 }
 .onepress-menu.onepress-menu-mobile .languages ul, .onepress-menu.onepress-menu-mobile .languages ul li {
  display: inline-block !important;
  position: relative !important;
  height: 100% !important;
 }
 .onepress-menu.onepress-menu-mobile .languages ul li {
  display: inline-block;
  width: auto !important;
  border-top: none !important;
 }
 .onepress-menu.onepress-menu-mobile .languages {
  margin-right: 30px;
 }
 .onepress-menu.onepress-menu-mobile .languages ul li a {
  padding: 12px 10px;
  border: none;
 }
 .onepress-menu.onepress-menu-mobile li.contact {
  border: none
 }
 .onepress-menu.onepress-menu-mobile li {
  line-height: 20px;
  border-top: 1px solid rgba(251, 247, 247, .3);
  width: 100% !important;
 }
 .onepress-menu.onepress-menu-mobile li.menu-item-has-children a {
  padding-right: 82px
 }
 .onepress-menu.onepress-menu-mobile ul li, .onepress-menu.onepress-menu-mobile ul li:first-child {
  border-bottom: none;
  border-top: none;
 }
 .onepress-menu.onepress-menu-mobile li:first-child {
  border-top: none
 }
 .onepress-menu.onepress-menu-mobile li.onepress-current-item > a {
  color: #96c93d;
 }
 .onepress-menu.onepress-menu-mobile a {
  color: #cbc283
 }
 .onepress-menu.onepress-menu-mobile a:hover {
  color: #eee;
 }
 .onepress-menu.onepress-menu-mobile .nav-toggle-subarrow {
  display: block;
  color: #ccc;
  border-left: 1px solid rgba(251, 247, 247, .3);
  font-weight: normal;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-align: center;
  padding: 15px 22px 15px 20px;
  z-index: 10;
  font-size: 15px;
  line-height: 1;
 }
 .onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > .nav-toggle-subarrow .fa-angle-down:before {
  content: "\f106" !important;
 }
 .onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > ul {
  display: block !important;
  width: 100%;
  min-width: 100%;
  max-width: none;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid rgba(251, 247, 247, .3);
 }
 .onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > ul a {
  padding: 4px 10px 4px;
 }
 #nav-toggle {
  display: block;
  z-index: 201;
 }
}
#nav-toggle {
 float: right;
 position: relative;
 width: 35px;
 overflow: hidden;
 white-space: nowrap;
 color: transparent;
 margin-right: -20px;
 z-index: 1001;
}
#nav-toggle:hover {
 cursor: pointer;
}
#nav-toggle span {
 position: absolute;
 top: 50%;
 right: 5px;
 margin-top: -2px;
 -webkit-transition: rotate 0.2s, translate 0.2s;
 -moz-transition: rotate 0.2s, translate 0.2s;
 transition: rotate 0.2s, translate 0.2s;
 display: inline-block;
 height: 2px;
 width: 24px;
 background: #fff;
}
#nav-toggle span:before {
 top: -8px;
}
#nav-toggle span:after {
 top: 8px;
}
#nav-toggle span:before, #nav-toggle span:after {
 position: absolute;
 display: inline-block;
 height: 2px;
 width: 24px;
 background: #fff;
 content: "";
 right: 0;
 -webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 -ms-transform: translateZ(0);
 -o-transform: translateZ(0);
 transform: translateZ(0);
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -webkit-transform-origin: 0% 50%;
 -moz-transform-origin: 0% 50%;
 -ms-transform-origin: 0% 50%;
 -o-transform-origin: 0% 50%;
 transform-origin: 0% 50%;
 -webkit-transition: -webkit-transform 0.2s;
 -moz-transition: -moz-transform 0.2s;
 transition: transform 0.2s;
}
#nav-toggle.nav-is-visible span {
 background: transparent;
}
#nav-toggle.nav-is-visible span:before {
 -webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
 -moz-transform: translateX(4px) translateY(-1px) rotate(45deg);
 -ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
 -o-transform: translateX(4px) translateY(-1px) rotate(45deg);
 transform: translateX(4px) translateY(-1px) rotate(45deg);
}
#nav-toggle.nav-is-visible span:after {
 -webkit-transform: translateX(4px) translateY(0px) rotate(-45deg);
 -moz-transform: translateX(4px) translateY(0px) rotate(-45deg);
 -ms-transform: translateX(4px) translateY(0px) rotate(-45deg);
 -o-transform: translateX(4px) translateY(0px) rotate(-45deg);
 transform: translateX(4px) translateY(0px) rotate(-45deg);
}
#nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after {
 background: #000000;
}
.site-content.no-border {
 border-top: none;
}
.blog .site-content, .tax-portfolio_cat .site-content, .single-post .site-content, .hiding-page-title .site-content {
 margin-top: 0;
}
.page-header {
 padding: 30px 0px;
 border-top: 1px solid #e9e9e9;
 background: #f8f9f9;
 border-bottom: 1px solid #e9e9e9;
 position: relative;
}
.page-header:before {
 position: absolute;
 top: 0px;
 bottom: 0;
 left: 0;
 width: 100%;
 display: block;
 content: " ";
}
.page-header .entry-title, .page-header .page-title, .post-type-archive-product .section-title, .tax-product_cat .section-title-area .section-title {
 font-size: 4.6rem;
 margin-bottom: 0;
 padding-right: 2rem;
}
.page-header .col-xl-5 {
 display: flex;
 flex-direction: column;
 justify-content: flex-end; /* Align content to the bottom */
}
.page-header p {
 margin: 6px 0px 0px 0px;
}
.page-header.page--cover {
 position: relative;
 padding: 8% 0px;
 text-align: center;
 border-top: 0 none;
 border-bottom: 0 none;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 background-position: center center;
 background-repeat: no-repeat;
}
.page-header.page--cover:before {
 position: absolute;
 top: 0px;
 bottom: 0;
 left: 0;
 width: 100%;
 display: block;
 background: rgba(0, 0, 0, 0.3);
 content: " ";
}
.page-header.page--cover .entry-title {
 color: #ffffff;
}
.page-header.page--cover .entry-tagline {
 color: #ffffff;
}
.site-footer {
 background: #000;
 color: #fff;
}
.site-footer .site-info {
 position: relative;
 text-align: center;
 padding: 35px 0px;
}
.site-footer .site-info .container {
 position: initial;
}
.site-footer .btt a {
 border-radius: 0px 20px 0 0;
 background: #000;
 display: block;
 font-size: 30px;
 height: 50px;
 line-height: 50px;
 margin: auto;
 position: absolute;
 right: 60px;
 top: -25px;
 transition: all 0.2s linear 0s;
 width: 50px;
 z-index: 99;
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
}
.site-footer .btt a:hover {
 color: #96c93d;
}
.site-footer .btt a i {
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 margin-left: 3px;
}
@media screen and (max-width: 940px) {
 .site-footer .btt a {
  right: 0;
  left: 0;
 }
}
.search-results .hentry {
 border-bottom: 1px solid #e9e9e9;
 padding-bottom: 25px;
 margin-bottom: 25px;
}
.search-results .entry-summary p {
 margin-bottom: 0px;
}
.search-results .entry-header .entry-title a:hover {
 text-decoration: none;
}
.entry-header .entry-title {
 font-weight: 500;
 text-transform: none;
}
.entry-thumbnail {
 margin-bottom: 3rem;
}
.single .entry-header .entry-title {
 margin-bottom: 3rem;;
 font-size:4.2rem;
 line-height: 1.2;
 font-weight: 500
}
.highlight {
 color: #96c93d;
}
.entry-content {
 margin-bottom: 0;
}
.languages{float:right; margin-left:30px; margin-top:-2px;}
.languages .wpml-ls-legacy-list-horizontal {
    border: none;
    padding: 0;
}
.languages .wpml-ls-legacy-list-horizontal .wpml-ls-item {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.entry-content p:last-of-type {
 margin-bottom: 0;
}
.section-about .entry-content {
 height: 100%;
}
.entry-content blockquote {
 padding: 30px;
 position: relative;
 background: #f8f9f9;
 border-left: 3px solid #96c93d;
 font-style: italic;
}
.entry-content blockquote p {
 margin: 0px;
}
.section-cta {
 overflow: visible !important;
 position: relative;
}
.section-cta {
 overflow: visible !important;
 background: #222;
 margin-top: -1px;
 z-index: 100;
 padding-top: 9.2rem !important;
}
.section-cta .container:before {
 content: "";
 position: absolute;
 width: calc(100% - 30px);
 height: 1px;
 background: rgba(251, 247, 247, .3);
 left: 15px;
 top: -4.4rem;
}
.section-cta .container:after {
 content: "";
 position: absolute;
 width: calc(100% - 30px);
 height: 1px;
 background: rgba(251, 247, 247, .3);
 left: 15px;
 bottom: -4.4rem;
}
.section-cta p {
 margin-bottom: 0;
}
.section-features, .related.products {
 background-color: #111;
 background-position: bottom left;
 background-image: url("assets/images/bg_img1.png");
}
.entry-meta {
 margin-bottom: 30px;
 text-transform: uppercase;
 padding-bottom: 30px;
 border-bottom: 1px solid #e9e9e9;
}
.entry-footer {
 margin-bottom: 30px;
 padding-top: 30px;
 border-top: 1px solid #e9e9e9;
}
.entry-footer .cat-links, .entry-footer .tags-links {
 display: block;
 text-transform: uppercase;
 margin-top: 5px;
}
.nav-links {
 padding: 30px 0px;
 border-left: none;
 border-right: none;
 margin-bottom: 50px;
 flex-basis: 100%;
 text-align: center;
}
.nav-links .nav-previous {
 float: left;
}
.nav-links .nav-next {
 float: right;
}
.nav-links a, .nav-links .page-numbers {
 background: #cccccc;
 color: #FFFFFF;
 padding: 12px 20px;
}
.nav-links a:hover, .nav-links a.current, .nav-links .page-numbers:hover, .nav-links .page-numbers.current {
 background: #96c93d;
 text-decoration: none;
}
.bypostauthor {
 margin: 0;
}
.wp-caption {
 max-width: 100%;
 font-style: italic;
 line-height: 1.35;
 margin-bottom: 15px;
 margin-top: 5px;
}
.wp-caption img[class*=wp-image-] {
 display: block;
 max-width: 100%;
}
.wp-caption .wp-caption-text {
 margin: 10px 0px;
}
.wp-caption-text, .entry-thumbnail-caption, .cycle-caption {
 font-style: italic;
 line-height: 1.35;
 font-size: 13px;
}
/* WordPress Gallery
------------------------------*/
.gallery {
 margin-bottom: 1.5em;
}
.gallery-item {
 display: inline-block;
 text-align: center;
 vertical-align: top;
 width: 100%;
}
.gallery-columns-2 .gallery-item {
 max-width: 50%;
}
.gallery-columns-3 .gallery-item {
 max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
 max-width: 25%;
}
.gallery-columns-5 .gallery-item {
 max-width: 20%;
}
.gallery-columns-6 .gallery-item {
 max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
 max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
 max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
 max-width: 11.11%;
}
.gallery-caption {
 display: block;
}
.btn, .woocommerce ul.products li.product .button {
 text-transform: uppercase;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
 box-shadow: none;
 font-size: 1.4rem;
 font-weight: 600;
 border: solid 1px #fff;
 padding: 1rem 2rem;
 border-color: #96c93d;
 color: #96c93d;
 background-color: transparent;
}
.btn:hover, .woocommerce ul.products li.product .button:hover {
 color: #fff;
 background-color: #96c93d;
}
.btn:active, .btn:focus {
 outline: none !important;
}
.slider-spinner {
 width: 40px;
 height: 40px;
 position: relative;
 margin: 100px auto;
}
.double-bounce1, .double-bounce2 {
 width: 100%;
 height: 100%;
 border-radius: 50%;
 background-color: #fff;
 opacity: 0.6;
 position: absolute;
 top: 0;
 left: 0;
 -webkit-animation: sk-bounce 2s infinite ease-in-out;
 animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
 -webkit-animation-delay: -1s;
 animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
 0%, 100% {
  -webkit-transform: scale(0);
 }
 50% {
  -webkit-transform: scale(1);
 }
}
@keyframes sk-bounce {
 0%, 100% {
  transform: scale(0);
  -webkit-transform: scale(0);
 }
 50% {
  transform: scale(1);
  -webkit-transform: scale(1);
 }
}
.sidebar .widget {
 margin-bottom: 40px;
}
.sidebar .widget ul {
 list-style: none;
 padding: 0px;
}
.sidebar .widget ul:after {
 clear: both;
 content: ".";
 display: block;
 height: 0;
 visibility: hidden;
}
.section-padding {
 padding: 9rem 0rem;
}
.section-padding-small {
 padding: 4.5rem 0rem;
}
.section-padding-top {
 padding: 9rem 0 0;
}
.section-padding-top-small {
 padding: 4.5rem 0 0;
}
.section-padding-bottom {
 padding: 0 0 9rem;
}
.section-padding-bottom-small {
 padding: 0 0 4.5rem;
}
.section-padding-side {
 padding: 0 17px 0 6rem;
}
.section-meta {
 background-color: #f8f9f9;
 color: #333;
 font-weight: 400;
}
.section-teta {
 background: #eee;
 color: #333;
 font-weight: 400;
}
.featured-item {
 text-align: center;
}
.featured-item a h3 {
 color: #b5b8c0;
}
.featured-item a:hover h3 {
 color: #96c93d;
}
.featured-item a:hover .st0 {
 fill: #96c93d !important;
}
.featured-item a:select, .featured-item a:hover {
 text-decoration: none;
}
.featured-item img {
 max-width: 50px
}
.onepage-section {
 position: relative;
 overflow: hidden;
}
.onepage-section:before {
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
 display: block;
 content: " ";
 z-index: 1;
}
.onepage-section .container-fluid, .onepage-section .container {
 position: relative;
 z-index: 5;
}
.section-title-area {
 margin-bottom: 2.2rem;
 text-align: left;
}
.section-title-area .section-title {
 position: relative;
 margin-bottom: 0px;
 ine-height: 1.3;
    font-size: 2.4rem;
    font-weight: 400;
}
.section-title-area .section-subtitle {
 display: inline-block;
 position: relative;
}
.hero-slideshow-wrapper {
 width: 100%;
 position: relative;
 background-color: #222222;
 overflow: hidden;
 /* Loading icon */
}
.hero-slideshow-wrapper:after {
 position: absolute;
 top: auto !important;
 bottom: 0 !important;
 left: 0;
 width: 100%;
 height: calc(40% + 2px);
 background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.90) 100%) !important;
 background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.90) 100%) !important;
 background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.90) 100%) !important;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
 display: block;
 content: "";
}
.hero-slideshow-wrapper:before {
 position: absolute;
 top: 0 !important;
 bottom: auto !important;
 left: 0;
 width: 100%;
 height: calc(40% + 2px);
 background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 display: block;
 content: "";
}
.jarallax-container:after {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: calc(100% + 2px);
 background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.90) 100%) !important;
 background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.90) 100%) !important;
 background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.90) 100%) !important;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
 display: block;
 content: "";
}
.hero-slideshow-wrapper .hero__content .hero-large-text, .hero-slideshow-wrapper .hero__content .hero-small-text, .hero-slideshow-wrapper .hero__content .btn, .hero-slideshow-wrapper .hero__content .hcl2-content {
 visibility: hidden;
 opacity: 0;
 -webkit-transform: translateY(100px);
 transform: translateY(100px);
 -webkit-transition: all 0.5s linear;
 transition: all 0.5s linear;
}
.hero-slideshow-wrapper .hero__content .hero-large-text {
 -webkit-transition-delay: 0.7s; /* Safari */
 transition-delay: 0.7s;
}
.hero-slideshow-wrapper .hero__content .hero-small-text {
 -webkit-transition-delay: 0.8s; /* Safari */
 transition-delay: 0.8s;
}
.hero-slideshow-wrapper .hero__content .btn {
 -webkit-transition-delay: 1s; /* Safari */
 transition-delay: 1s;
}
.hero-slideshow-wrapper .hero__content .hcl2-content {
 -webkit-transition-delay: 0.7s; /* Safari */
 transition-delay: 0.7s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text {
 -webkit-transition-delay: 0s; /* Safari */
 transition-delay: 0s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text {
 -webkit-transition-delay: 0s; /* Safari */
 transition-delay: 0s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
 -webkit-transition-delay: 0s; /* Safari */
 transition-delay: 0s;
}
.hero-slideshow-wrapper.loaded .container .hero__content .hero-large-text, .hero-slideshow-wrapper.loaded .container .hero__content .hero-small-text, .hero-slideshow-wrapper.loaded .container .hero__content .btn, .hero-slideshow-wrapper.loaded .container .hero__content .hcl2-content {
 visibility: visible;
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
.hero-slideshow-wrapper .slider-spinner {
 position: absolute;
 top: 50%;
 left: 50%;
 z-index: 9999999;
 margin: 0px;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
}
.animation-disable .hero-slideshow-wrapper {
 /* Loading icon */
}
.animation-disable .hero-slideshow-wrapper .hero__content .hero-large-text, .animation-disable .hero-slideshow-wrapper .hero__content .hero-small-text, .animation-disable .hero-slideshow-wrapper .hero__content .btn, .animation-disable .hero-slideshow-wrapper .hero__content .hcl2-content {
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
}
.animation-disable .hero-slideshow-wrapper .hero__content .hero-large-text {
 -webkit-transition-delay: 0s; /* Safari */
 transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .hero__content .hero-small-text {
 -webkit-transition-delay: 0s; /* Safari */
 transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .hero__content .btn {
 -webkit-transition-delay: 0s; /* Safari */
 transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .hero__content .hcl2-content {
 -webkit-transition-delay: 0s; /* Safari */
 transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content {
 -webkit-transition-delay: 0s; /* Safari */
 transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text {
 -webkit-transition-delay: 0s; /* Safari */
 transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text {
 -webkit-transition-delay: 0s; /* Safari */
 transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
 -webkit-transition-delay: 0s; /* Safari */
 transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content {
 -webkit-transition-delay: 0s; /* Safari */
 transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .slider-spinner {
 position: absolute;
 top: 50%;
 left: 50%;
 z-index: 9999999;
 margin: 0px;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
}
.js-rotating {
 display: none;
}
.js-rotating.morphext {
 display: inline-block;
}
.is-customize-preview .slider-spinner {
 display: none !important;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-large-text, .is-customize-preview .hero-slideshow-wrapper .hero__content .hero-small-text, .is-customize-preview .hero-slideshow-wrapper .hero__content .btn, .is-customize-preview .hero-slideshow-wrapper .hero__content .hcl2-content {
 visibility: visible;
 opacity: 1;
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
 -webkit-transition: all 0s linear;
 transition: all 0s linear;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-large-text {
 -webkit-transition-delay: 0s; /* Safari */
 transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-small-text {
 -webkit-transition-delay: 0s; /* Safari */
 transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .btn {
 -webkit-transition-delay: 0s; /* Safari */
 transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hcl2-content {
 -webkit-transition-delay: 0s; /* Safari */
 transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content {
 -webkit-transition-duration: 0s;
 transition-duration: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text {
 -webkit-transition-delay: 0s; /* Safari */
 transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text {
 -webkit-transition-delay: 0s; /* Safari */
 transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
 -webkit-transition-delay: 0s; /* Safari */
 transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content {
 -webkit-transition-delay: 0s; /* Safari */
 transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .hero-large-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .hero-small-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .btn, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .hcl2-content {
 visibility: visible;
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
.hero-slideshow-normal .container {
 padding: 22% 15px 60px;
 position: relative;
 z-index: 80;
}
.page-header .container {
 padding: 16% 15px 3%;
 position: relative;
 z-index: 80;
}
.jarallax-container {
 z-index: 1 !important;
 overflow: hidden
}
.jarallax-container img, #parallax-hero .parallax-bg img {
 position: absolute;
 left: 0;
 bottom: 0;
 min-width: 100%;
 min-height: 100%;
 width: auto;
 height: auto;
 max-width: 9999999px;
}
.hero-slideshow-fullscreen .container {
 z-index: 80;
 position: relative;
 top: 50%;
 transform: translateY(-50%);
}
.hero__content {
 color: #FFF;
}
.hero-content-style2 .hcl2-image {
 text-align: right;
}
.hero-content-style1 {
 text-align: center;
}
.hero-content-style1 h2 strong {
 font-weight: 900;
}
.hero-content-style1 a:active, .hero-content-style1 a:focus, .hero-content-style1 .btn:active, .hero-content-style1 .btn:focus {
 outline: none;
}
#hero .btn {
 box-shadow: none;
}
#hero .btn-theme-primary:focus {
 color: #fff;
}
.morphext > .animated {
 display: inline-block;
}
.wpcf7-form label {
 width: 100%;
}
div.wpcf7-validation-errors {
 margin: 20px 0px;
 padding: 15px;
}
div.wpcf7-response-output {
 margin: 20px 0px;
}
.section-videolightbox {
 text-align: center;
}
.section-videolightbox .videolightbox__icon {
 margin-bottom: 40px;
 margin-bottom: 2.5rem;
}
.section-videolightbox .video_icon {
 background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
 border: 4px solid #fff;
 border-radius: 100px;
 height: 50px;
 line-height: 1;
 padding: 10px;
 width: 50px;
 display: inline-block;
}
.section-videolightbox .video_icon i {
 color: #fff;
 font-size: 20px;
 margin-left: 6px;
 margin-top: 1px;
 line-height: 1;
}
.section-videolightbox .video_icon:hover {
 background: #FFFFFF;
}
.section-videolightbox .video_icon:hover i {
 color: #000;
}
/* Section: Gallery
------------------------------*/
.gallery-grid .g-item {
 padding: 10px;
 float: left;
}
.all-gallery {
 text-align: center;
 margin-top: 40px;
 display: block;
}
.g-zoom-in .g-item {
 display: block;
 overflow: hidden;
 padding: 0 !important
}
.g-zoom-in .g-item .inner-content {
 display: block;
 width: 100%;
 height: 100%;
 overflow: hidden;
}
.g-zoom-in .g-item img {
 display: block;
 overflow: hidden;
 -webkit-transition: all 0.5s linear;
 transition: all 0.5s linear;
}
.g-zoom-in .g-item:hover img {
 -ms-transform: scale(1.5, 1.5); /* IE 9 */
 -webkit-transform: scale(1.5, 1.5); /* Safari */
 transform: scale(1.5, 1.5);
}
@media screen and (min-width: 720px) {
 .g-col-1 .g-item {
  width: 100%;
 }
 .g-col-1 .g-item:nth-child(1n+1) {
  clear: left;
 }
 .g-col-2 .g-item {
  width: 50%;
 }
 .g-col-2 .g-item:nth-child(2n+1) {
  clear: left;
 }
 .g-col-3 .g-item {
  width: 33.3333333333%;
 }
 .g-col-3 .g-item:nth-child(3n+1) {
  clear: left;
 }
 .g-col-4 .g-item {
  width: 25%;
 }
 .g-col-4 .g-item:nth-child(4n+1) {
  clear: left;
 }
 .g-col-5 .g-item {
  width: 20%;
 }
 .g-col-5 .g-item:nth-child(5n+1) {
  clear: left;
 }
 .g-col-6 .g-item {
  width: 16.6666666667%;
 }
 .g-col-6 .g-item:nth-child(6n+1) {
  clear: left;
 }
}
@media screen and (min-width: 576px) and (max-width: 720px) {
 .g-col-1 .g-item {
  width: 100%;
 }
 .g-col-1 .g-item:nth-child(1n+1) {
  clear: left;
 }
 .g-col-2 .g-item {
  width: 50%;
 }
 .g-col-2 .g-item:nth-child(2n+1) {
  clear: left;
 }
 .g-col-3 .g-item {
  width: 33.3333333333%;
 }
 .g-col-3 .g-item:nth-child(3n+1) {
  clear: left;
 }
 .g-col-4 .g-item {
  width: 25%;
 }
 .g-col-4 .g-item:nth-child(4n+1) {
  clear: left;
 }
 .g-col-5 .g-item {
  width: 20%;
 }
 .g-col-5 .g-item:nth-child(5n+1) {
  clear: left;
 }
 .g-col-6 .g-item {
  width: 16.6666666667%;
 }
 .g-col-6 .g-item:nth-child(6n+1) {
  clear: left;
 }
}
@media screen and (max-width: 576px) {
 .g-col-1 .g-item {
  width: 100%;
 }
 .g-col-1 .g-item:nth-child(1n+1) {
  clear: left;
 }
 .g-col-2 .g-item {
  width: 50%;
 }
 .g-col-2 .g-item:nth-child(2n+1) {
  clear: left;
 }
 .g-col-3 .g-item {
  width: 33.3333333333%;
 }
 .g-col-3 .g-item:nth-child(3n+1) {
  clear: left;
 }
 .g-col-4 .g-item {
  width: 25%;
 }
 .g-col-4 .g-item:nth-child(4n+1) {
  clear: left;
 }
 .g-col-5 .g-item {
  width: 20%;
 }
 .g-col-5 .g-item:nth-child(5n+1) {
  clear: left;
 }
 .g-col-6 .g-item {
  width: 16.6666666667%;
 }
 .g-col-6 .g-item:nth-child(6n+1) {
  clear: left;
 }
}
.section-videolightbox {
    padding-top: 12%;
    padding-bottom: 60px;
}
.gallery-justified {
 width: 100%;
 position: relative;
 overflow: hidden;
}
.gallery-justified img {
 max-width: none;
 position: absolute;
 top: 50%;
 left: 50%;
 margin: 0;
 padding: 0;
 border: none;
}
.gallery-justified > a, .gallery-justified > div {
 position: absolute;
 display: inline-block;
 overflow: hidden;
 float: left;
}
.gallery-masonry {
 width: 100%;
 position: relative;
 display: block;
}
.gallery-masonry:after {
 clear: both;
}
.gallery-masonry .inner {
 display: block;
}
.woocommerce span.onsale {
    min-height: 60px;
    min-width: 60px;
    line-height: 60px;
    font-weight: 400;
    position: absolute;
    text-align: center;
    top: -22px !important;
    left: auto !important;
    right:-10px;
    margin: 0;
    border-radius: 100%;
    background-color: #96c93d;
    color: #fff;
    font-size: 1.2rem;
    z-index: 9;
    padding:5px;
}
.woocommerce-result-count {
 font-style: italic;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
 margin-bottom: 1.5em;
}
.woocommerce-ordering select {
 padding: 7px;
 margin-top: -10px;
}
.woocommerce ul.products li.product h3 {
 font-size: 1.7rem;
 margin-bottom: 10px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce button.button.alt {
 background-color: #96c93d;
 padding: 10px 20px;
 color: #FFF;
 font-weight: 700;
 text-transform: uppercase;
 font-size: 1.4rem;
 border-radius: 2px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce button.button.alt:hover {
 background: #222222;
 color: #FFF;
 -webkit-transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out;
}
.woocommerce table.shop_table {
 border-collapse: collapse;
}
.woocommerce .quantity .qty {
 padding: 5px;
}
.woocommerce span.onsale {
 padding: inherit;
}
.related.products h3, #tab-description h2 {
 font-size: 1.7rem;
 text-transform: uppercase;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
 padding: 9px 14px;
 font-weight: bold;
}
.woocommerce #customer_details .col-1, .woocommerce #customer_details .col-2, .woocommerce #customer_login .col-1, .woocommerce #customer_login .col-2, .woocommerce .woocommerce-Addresses .col-1, .woocommerce .woocommerce-Addresses .col-2, .woocommerce .woocommerce-customer-details .col-1, .woocommerce .woocommerce-customer-details .col-2 {
 max-width: 100%;
 padding-left: 0px;
 padding-right: 0px;
}
.woocommerce .woocommerce-additional-fields h3 {
 margin-top: 20px;
}
.woocommerce .cart_totals th {
 text-align: left;
}
.woocommerce .cart_totals h2 {
 font-size: 20px;
 font-size: 2rem;
}
.woocommerce .wc-proceed-to-checkout {
 text-align: center;
}
.woocommerce .woocommerce-order-details__title, .woocommerce .woocommerce-customer-details h2 {
 font-size: 20px;
 font-size: 2rem;
}
.woocommerce ul.products li.product .price del {
 display: inline-block;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
 width: 100%;
 float: none;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
 display: inline-block;
 margin: 0 auto;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
 background-color: #96c93d;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
 background-color: #96c93d;
 opacity: 0.8;
}
.woocommerce-MyAccount-navigation ul {
 margin: 0px;
 padding-left: 0px;
}
.woocommerce-MyAccount-navigation li {
 list-style: none;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
 width: 36%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
 width: 60%;
}
.woocommerce div.product .product_title {
 font-size: 4rem
}
.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
 padding-top: 4.5rem;
}
.woocommerce div.product p.price {
 color: #96c93d;
 font-size: 1.25em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
 border: none;
 background-color: transparent;
 color: #515151;
 display: inline-block;
 position: relative;
 z-index: 0;
 border-radius: 0;
 margin: 0;
 padding: 0 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
 display: none !important
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
 padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
 border: solid 1px rgba(251, 247, 247, .3);
}
.woocommerce div.product .woocommerce-tabs ul.tabs::after {
 position: absolute;
 content: " ";
 width: 100%;
 top: 0;
 left: 0;
 border: solid 1px rgba(251, 247, 247, .3);
 z-index: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
 background: rgba(251, 247, 247, .2);
 color: #96c93d;
 border: none;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
 color: #96c93d;
 float: left;
 clear:both;
 font-size: 1.4rem;
 font-weight: 700
}
.woocommerce ul.products li.product .button.find-more-button {
 border: none;
 background: transparent !important;
 padding: 0 20px 0 0;
 transition: all .2s;
 margin-top: 4px;
 float:left;
 clear: both;
}
.woocommerce .button.find-more-button svg {
 max-width: 11px;
 position: absolute;
 right: 4px;
 top: 50%;
 margin-top: -6px;
 transition: all .2s;
}
.woocommerce .price bdi{padding-right: 1.5rem;}
.woocommerce .button.find-more-button:hover svg {
 right: 0;
}
.woocommerce .button.find-more-button:hover .st0, .section-about .st0 {
 fill: #fff !important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
 padding: .5em 0;
 margin: 0 0 8px;
 font-size: 1.4rem;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
 float: left;
 margin: 0 2% 2.992em 0;
 padding: 0;
 position: relative;
 width: 23.50%;
 margin-left: 0;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
 margin-right: 0;
}
.woocommerce-product-details__short-description .btn {
 margin-top: 2.5rem;
}
.woocommerce .woocommerce-result-count {
 display: none;
}
.woocommerce .products ul, .woocommerce ul.products {
 margin: 0;
}
.responsive-video {
 width: 100%;
 height: auto; /* Maintains the aspect ratio */
 display: block; /* Removes any inline-block spacing */
 max-width: 100%; /* Ensures the video doesn’t exceed the container width */
}
/* Coursel and slider */
/**
 * Owl Carousel v2.3.0
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel .video_icon {
 width: 40px;
 max-width: 40px;
 position: absolute;
 left: 50%;
 top: 50%;
 transition: all .3s;
 z-index: 3;
 transform: translate(-50%, -50%);
}
.owl-carousel .video_icon .play {
 width: 40px;
 max-width: 40px;
}
.owl-carousel {
 display: none;
 width: 100%;
 -webkit-tap-highlight-color: transparent;
 /* position relative and z-index fix webkit rendering fonts issue */
 position: relative;
 z-index: 1;
}
.owl-carousel .owl-stage {
 position: relative;
 -ms-touch-action: pan-Y;
 touch-action: manipulation;
 -moz-backface-visibility: hidden;
 /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
 height: 0;
}
.owl-carousel .owl-stage-outer {
 position: relative;
 overflow: hidden;
 /* fix for flashing background */
 -webkit-transform: translate3d(0px, 0px, 0px);
}
.gallery-carousel.owl-carousel .owl-stage-outer {
 padding-bottom: 50px;
}
.gallery-carousel .inner img.thumbnail {
 border: solid 1px rgba(251, 247, 247, .3);
}
.hero-slideshow-wrapper .owl-carousel .owl-stage-outer, .page-header .owl-carousel .owl-stage-outer {
 padding-top: 50px;
 padding-bottom: 50px;
 margin-bottom: -60px;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
 -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -ms-backface-visibility: hidden;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
 position: relative;
 min-height: 1px;
 float: left;
 -webkit-backface-visibility: hidden;
 -webkit-tap-highlight-color: transparent;
 -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
 display: block;
 width: 100%;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
 display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
 cursor: pointer;
 cursor: hand;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
.owl-carousel.owl-loaded {
 display: block;
}
.owl-carousel.owl-loading {
 opacity: 0;
 display: block;
}
.owl-carousel.owl-hidden {
 opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
 visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
 -ms-touch-action: none;
 touch-action: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
.owl-carousel.owl-grab {
 cursor: move;
 cursor: grab;
}
.owl-carousel.owl-rtl {
 direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
 float: right;
}
/* No Js */
.no-js .owl-carousel {
 display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
 -webkit-animation-duration: 1000ms;
 animation-duration: 1000ms;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
 z-index: 0;
}
.owl-carousel .owl-animated-out {
 z-index: 1;
}
.owl-carousel .fadeOut {
 -webkit-animation-name: fadeOut;
 animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
 0% {
  opacity: 1;
 }
 100% {
  opacity: 0;
 }
}
@keyframes fadeOut {
 0% {
  opacity: 1;
 }
 100% {
  opacity: 0;
 }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
 transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
 opacity: 0;
 transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
 -webkit-transform-style: preserve-3d;
 transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
 position: relative;
 height: 100%;
 background: #000;
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
 display: none;
}
.owl-carousel .owl-video-tn {
 opacity: 0;
 height: 100%;
 background-position: center center;
 background-repeat: no-repeat;
 background-size: contain;
 transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
 position: relative;
 z-index: 1;
 height: 100%;
 width: 100%;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme {
 position: relative;
}
.owl-theme .owl-nav button {
 position: absolute;
 top: 85%;
 background-color: rgba(0, 0, 0, 0.45);
 border-radius: 2px;
 color: #999;
 cursor: pointer;
 display: block;
 font-size: 22px;
 margin-top: 0px;
 padding: 4px 10px 5px;
 border: 0px none;
 z-index: 100
}
.owl-theme .owl-nav button:focus {
 box-shadow: none;
 outline: none;
}
.owl-theme .owl-nav:hover {
 background-color: rgba(0, 0, 0, 0.6);
 color: #fff;
}
.owl-theme .owl-nav .owl-prev {
 left: 15px;
}
.owl-theme .owl-nav .owl-prev .lg-icon::before {
 content: "\e094";
}
.owl-theme .owl-nav .owl-next {
 right: 15px;
}
.owl-theme .owl-nav .owl-next .lg-icon::before {
 content: "\e095";
}
.owl-theme .owl-nav {
 margin-top: 0px;
 text-align: center;
 -webkit-tap-highlight-color: transparent;
}
.gallery-carousel.owl-theme .owl-nav [class*=owl-] {
 color: #FFF;
 font-size: 22px;
 margin: 0;
 padding: 3px 7px 4px 7px;
 display: inline-block;
 cursor: pointer;
 background: #b5b8c0;
 border-radius: 50%;
 line-height: 1
}
.owl-theme .owl-nav [class*=owl-]:hover {
 background: #96c93d;
 color: #FFF;
 text-decoration: none;
}
.owl-theme .owl-nav .disabled {
 opacity: 0.5;
 cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
 margin-top: 10px;
}
.owl-theme .owl-dots {
 text-align: center;
 -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
 display: inline-block;
 zoom: 1;
 *display: inline;
 background: none !important;
 box-shadow: none !important;
 outline: none !important;
 border: 0px none;
 padding: 0px;
}
.owl-theme .owl-dots .owl-dot span {
 width: 10px;
 height: 10px;
 margin: 5px 7px;
 background: #D6D6D6;
 display: block;
 -webkit-backface-visibility: visible;
 transition: opacity 200ms ease;
 border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
 background: #869791;
}
@media screen and (max-width: 1599px) {
 .section-about .section-padding-side, .section-services .section-padding-side {
  padding: 0 17px 0 3rem;
 }
 .section-cta .site-logo-div img {
  width: 80px !important;
  height: auto !important
 }
}
@media screen and (max-width: 1440px) and (min-width: 1199px) {
 .hero__content .col-xl-5 {
  -webkit-box-flex: 0;
  flex: 0 0 37.666667%;
  max-width: 37.666667%;
 }
 .hero__content .col-xl-7 {
  -webkit-box-flex: 0;
  flex: 0 0 62.333333%;
  max-width: 62.333333%;
 }
 h1 {
  font-size: 5.6rem;
  line-height: 1.2;
 }
 .tab-content .entry-content, .archive .section-about .entry-content, .single .section-about .entry-content, .home .section-about .entry-content p {
  padding: 0 0 1rem 0;
 }
}
@media screen and (max-width: 1199px) {
 .hero__content .col-xl-5 {
  margin-bottom: 3rem;
 }
 .hero-slideshow-normal .container {
  padding: 22% 15px 30px;
 }
 .featured-item {
  margin-top: 2rem;
 }
 .feature-item:after {
  content: "";
  position: absolute;
  height: calc(100% + 90px);
  width: 1px;
  bottom: -60px;
 }
 .media-container {
  margin-bottom: 4rem;
 }
 .feature-item.hide-after:after {
  display: none;
 }
 .home .section-about .entry-content:before, .tab-content .entry-content:after, .archive .section-about .entry-content:before, .single .section-about .entry-content:before {
  width: calc(100% + 5rem);
  left: -30px;
 }
 .tab-content .entry-content:after {
  left: -29px;
 }
 .page-header .entry-title, .page-header .page-title {
  margin-bottom: 3rem;
 }
}
@media screen and (max-width: 991px) {
 .container {
  width: 98%;
  max-width: 100%;
 }
 .cta-heading {
  padding: 2rem 0;
 }
 h1 {
  font-size: 5rem;
 }
 h2 {
  line-height: 1.3;
  font-size: 2.6rem;
 }
 .site-header {
  padding-bottom: 3rem;
 }
 .hero-slideshow-normal .container, .page-header .container {
  padding: 200px 15px 30px;
 }
 #nav-toggle {
  margin-right: -8px
 }
 .section-padding {
  padding: 7rem 0rem;
 }
 .section-padding-top {
  padding: 7rem 0 0;
 }
 .section-title-area {
  padding-left: 0;
 }
 .sidebar-tabs {
  flex-direction: column; /* Change flex direction to vertical (column) */
  justify-content: flex-start; /* Align items to the top/start */
  align-items: stretch;
  float: left;
  max-width: 25%;
  border: none;
 }
 .sidebar-tabs .nav-item {
  flex-grow: 0; /* Remove flex-grow to prevent the items from stretching */
  text-align: left; /* Align the text to the left */
  margin-right: 0; /* Remove any margin on the right */
  margin-bottom: 10; /* Add spacing between the items if needed */
 }
 .sidebar-tabs .nav-link {
  padding: 7px 10px 7px 0;
 }
 .sidebar-tabs .nav-link.active {
  padding-left: 10px
 }
 .tab-content.section-padding-top-small {
  padding-top: 0;
 }
 .tab-content .media-container {
  display: none;
 }
 .section-cta p {
  max-width: 700px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
 }
 .tab-content .entry-content {
  margin-top: 22px;
 }
 .archive .section-about .entry-content, .single .section-about .entry-content {
  margin-bottom: 0;
  padding: 0 15px;
 }
 .archive .section-about .entry-content, .single .section-about .entry-content {
  border: solid 1px rgba(251, 247, 247, .3);
  padding: 3rem 2rem;
 }
 .archive .section-about .entry-content:before, .single .section-about .entry-content:before {
  display: none;
 }
 .woocommerce div.product .product_title {
  font-size: 3rem;
  line-height: 1.3
 }
}
@media screen and (max-width:768px) {
 .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 100%;
 }
 .woocommerce div.product .summary .product_title, .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  display: none;
 }
 .mobile {
  display: block !important
 }
}
@media screen and (max-width:767px) {
 .sidebar-tabs {
  max-width: 33%;
 }
 #footer-3 {
  text-align: left;
 }
 .footer-widgets .socials a {
  margin-left: 0;
  margin-right: 10px;
 }
 .single .entry-content .btn {
  margin-bottom: 2rem;
 }
 .mobile {
  display: block !important
 }
 .hcl2-content h2 {
  font-size: 5.4rem;
  margin-bottom: 2rem;
 }
}
@media screen and (max-width:600px) {
 .sidebar-tabs {
  max-width: 100%;
  float: none;
  margin-bottom: 3rem;
 }
}
@media screen and (max-width:575px) {
 .section-features .col-sm-4 {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
 }
}