/*
Theme Name: Horticare Landscaping Gutenberg WordPress Theme
Theme URI: https://dessign.net/gutenberg-starter-wordpress-theme-free/
Author: Excentric
Author URI: https://excentric.ca/
Description: Gutenberg  WordPress Theme perfect for any project, Business, Agency, Portfolio, Personal or Commercial Fully Responsive Website.
Version: 1.0.3
License: GNU General Public License version v3
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: Gutenberg Starter
Tags:  three-columns, right-sidebar, left-sidebar, theme-options, custom-background, custom-menu, featured-images, footer-widgets, custom-colors, custom-logo
gutenbergtheme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Credits to: Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/



/* ===================================
   1. RESET / NORMALIZE
=================================== */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
}

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

.clearfix::after,
.clearfix::before {
  content: " ";
  display: table;
}

.clearfix::after {
   clear: both;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: var(--wp--preset--font-family--figtree);
  position: relative;
  background-color: #e5f6ff;
  color: var(--wp--preset--color--base);
  font-size: var(--wp--preset--font-size--body);
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.32px;

}
#page {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  overflow: hidden;
  background-color: var(--wp--preset--color--white);
  padding: 0 3vw;
}
@media screen and (min-width: 1920px) {
  #page {
    padding: 0 70px;
  }
}
@media screen and (max-width: 1520px) {
  #page {
    padding: 0 15px;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
.sticky {
   display: block;
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
   border: 0;
   margin: 0;
   padding: 0;
   vertical-align: baseline;
   outline: 0;
}

p {
   margin: 0 0 22px 0;
}
p:last-child {
  margin-bottom: 0;
}

audio,
canvas,
progress,
video {
   display: inline-block;
   vertical-align: baseline;
}

audio:not([controls]) {
   display: none;
   height: 0;
}

[hidden],
template {
   display: none;
}

::-moz-selection {
   background-color: var(--wp--preset--color--white);
   color: var(--wp--preset--color--white);
}

::selection {
   background-color: var(--wp--preset--color--black, #000);
   color: var(--wp--preset--color--white);
}

a {
   color: var(--wp--preset--color--anchor);
   background-color: transparent;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   transition: all 0.3s linear;
}

p.has-text-color a {
   color: inherit;
}

a:active,
a:hover {
   outline: 0;
}

a:hover,
a:focus,
a:active {
   color: var(--wp--preset--color--anchor-hover);
}

a:focus:not(:focus-visible) {
   outline: none;
}

a:focus-visible {
   outline: 2px dotted var(--wp--preset--color--anchor-hover);
}

abbr[title] {
   border-bottom: 1px dotted;
}

b,
strong {
   font-weight: bold;
}

dfn {
   font-style: italic;
}

mark {
   background: #ff0;
   color: var(--wp--preset--color--white);
}

small {
   font-size: 80%;
}

sub,
sup {
   font-size: 75%;
   line-height: 0;
   position: relative;
   vertical-align: baseline;
}

sup {
   top: -0.5em;
}

sub {
   bottom: -0.25em;
}

img {
   border: 0;
}

svg:not(:root) {
   overflow: hidden;
}

figure {
   margin: 1em 40px;
}

hr {
   box-sizing: content-box;
   height: 0;
}

pre {
   overflow: auto;
}

code,
kbd,
pre,
samp {
   font-family: monospace, monospace;
   font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
   color: inherit;
   font: inherit;
   margin: 0;
}

button {
   overflow: visible;
}

button,
select {
   text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
   -webkit-appearance: button;
   cursor: pointer;
}

button[disabled],
html input[disabled] {
   cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
   border: 0;
   padding: 0;
}

input {
   line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
   box-sizing: border-box;
   padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
   height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
   -webkit-appearance: none;
}

fieldset {
   border: 1px solid #c0c0c0;
   margin: 0 2px;
   padding: 0.35em 0.625em 0.75em;
}

legend {
   border: 0;
   padding: 0;
}

textarea {
   overflow: auto;
}

optgroup {
   font-weight: bold;
}

table {
   border-collapse: collapse;
   border-spacing: 0;
}

td,
th {
   padding: 0;
}

.author-credits {
   text-align: left;
}

.author-credits a {
   color: var(--wp--preset--color--base);
   text-decoration: none;
}

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

blockquote {
   margin: 0 1.5em;
}

address {
   margin: 0 0 1.5em;
}

blockquote,
q {
   quotes: """";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
   content: "";
}

hr {
   border: 0;
   height: 1px;
   margin-bottom: 1.5em;
}

ul,
ol {
   margin:0
}

ul {
   list-style: disc;
}
ul.slides{
  list-style: none;
}

ol {
   list-style: decimal;
}

li>ul,
li>ol {
   margin-bottom: 0;
   margin-left: 1.5em;
}

dt {
   font-weight: bold;
}

dd {
   margin: 0 1.5em 1.5em;
}

img {
   height: auto;
   /* Make sure images are scaled correctly. */
   max-width: 100%;
   /* Adhere to container width. */
   width: auto;
}

figure {
   margin: 0;
   /* Extra wide images within figure tags don't overflow the content area. */
}

table {
   margin: 0 0 1.5em;
   width: 100%;
}

pre {
   background: #eee;
   font-family: var(--wp--preset--font-family--figtree);
   font-size: 15px;
   font-size: 0.9375rem;
   line-height: 1.6;
   margin-bottom: 1.6em;
   max-width: 100%;
   overflow: auto;
   padding: 1.6em;
}

code,
kbd,
tt,
var {
   font-family: var(--wp--preset--font-family--figtree);
   font-size: 15px;
   font-size: 0.9375rem;
}

abbr,
acronym {
   border-bottom: 1px dotted var(--wp--preset--color--base);
   cursor: help;
}

mark,
ins {
   background: #fff9c0;
   text-decoration: none;
}

.hidden {
   display: none !important;
}
.wp-block-image.inline-block {
  display: inline-block;
  margin-bottom: 0;
}

.wp-block-image.video-image {
  position: relative;
}

.wp-block-image.video-image a::after {
  content: "\f04b ";
  width: 130px;
  height: 130px;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  top: 50%;
  left: 50%;
  margin: -65px 0 0 -65px;
  border-radius: 50%;
  font-family: FontAwesome;
  color: var(--wp--preset--color--white);
  text-align: center;
  line-height: 118px;
  font-size: 45px;
  text-indent: 9px;
  border: 8px solid;
}

.wp-block-image.video-image:hover a::after {
  background: rgba(26, 160, 117, 0.5);
}

#html5-watermark {
  display: none !important;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
   clip: rect(1px, 1px, 1px, 1px);
   position: absolute !important;
   height: 1px;
   width: 1px;
   overflow: hidden;
   word-wrap: normal !important;
   /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
   background-color: #f1f1f1;
   border-radius: 3px;
   box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
   clip: auto !important;
   color: #21759b;
   display: block;
   font-size: 14px;
   font-size: 0.875rem;
   font-weight: bold;
   height: auto;
   left: 5px;
   line-height: normal;
   padding: 15px 23px 14px;
   text-decoration: none;
   top: 5px;
   width: auto;
   z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
   outline: 0;
}
/* ===================================
    UTILITIES
   - helpers
=================================== */
.alignleft,
.alignright {
  max-width: var(--wp--style--global--content-size) !important;
  /* Let's work to make this !important unnecessary */
}

.alignleft img,
.alignright img,
.alignleft figcaption,
.alignright figcaption {
  /*max-width: 50%;
	width: 50%;*/
}

.alignleft figcaption {
  clear: left;
}

.alignright figcaption {
  clear: right;
}

.alignleft img,
.alignleft figcaption {
  float: left;
  margin-right: 1.5em;
}

.alignright img,
.alignright figcaption {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.wp-block-acf.has_bg{

  background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
  border-radius: 30px;
}
.wp-block-acf.has_bg_color{
  border-radius: 30px;
}
.wp-block-acf.block_margin_bottom {
	margin-bottom: 120px !important;
}

.button_wrap{
  margin-top: 30px;
}
.button_wrap_large{
  margin-top: 80px;
}
.global-block-ptb{
  padding:100px 0;
}
.no-padding-bottom{
  padding-bottom: 0;
}
.text-transform-upper{
  text-transform: uppercase;
}
.font-weight-bold{
  font-weight: 600;
}


.bgcolor-base {
  background-color: var(--wp--preset--color--base);
}
.bgcolor-primary {
  background-color: var(--wp--preset--color--primary);
}
.bgcolor-secondary {
  background-color: var(--wp--preset--color--secondary);
}
.bgcolor-black {
  background-color: var(--wp--preset--color--black);
}
.bgcolor-white {
  background-color: var(--wp--preset--color--white);
}
.bgcolor-anchor {
  background-color: var(--wp--preset--color--anchor);
}
.bgcolor-anchor-hover {
  background-color: var(--wp--preset--color--anchor-hover);
}
.bgcolor-green {
  background-color: var(--wp--preset--color--green);
}
.bgcolor-greenx {
  background-color: var(--wp--preset--color--greenx);
}
.bgcolor-beige {
  background-color: var(--wp--preset--color--beige);
}

.textcolor-base {
  color: var(--wp--preset--color--base);
}
.textcolor-primary {
  color: var(--wp--preset--color--primary);
}
.textcolor-secondary {
  color: var(--wp--preset--color--secondary);
}
.textcolor-black {
  color: var(--wp--preset--color--black);
}
.textcolor-white {
  color: var(--wp--preset--color--white);
}
.textcolor-beige {
  color: var(--wp--preset--color--beige);
}
.textcolor-anchor {
  color: var(--wp--preset--color--anchor);
}
.textcolor-anchor-hover {
  color: var(--wp--preset--color--anchor-hover);
}
.textcolor-green {
  color: var(--wp--preset--color--green);
}
.textcolor-greenx {
  color: var(--wp--preset--color--greenx);
}
.textcolor-beige {
  color: var(--wp--preset--color--beige);
}

.fontsize-body {
  font-size: var(--wp--preset--font-size--body);
}
.fontsize-x-small {
  font-size: var(--wp--preset--font-size--x-small);
}
.fontsize-small {
  font-size: var(--wp--preset--font-size--small);
}
.fontsize-medium {
  font-size: var(--wp--preset--font-size--medium);
}
.fontsize-large {
  font-size: var(--wp--preset--font-size--large);
}
.fontsize-x-large {
  font-size: var(--wp--preset--font-size--x-large);
}
.fontsize-x-large-2 {
  font-size: var(--wp--preset--font-size--x-large-2);
}
.fontsize-xx-large {
  font-size: var(--wp--preset--font-size--xx-large);
   line-height:109%;
}
.fontsize-xxx-large {
  font-size: var(--wp--preset--font-size--xxx-large);
  line-height: 102%;
}

@media only screen and (max-width: 1024px) {
  .global-block-ptb{
    padding:70px 0;
  }
}

@media only screen and (max-width: 768px) {
  .global-block-ptb{
    padding:50px 0;
  }
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
# Site Container
--------------------------------------------------------------*/
.header-inner,
.slide_item .slide_item_inner,
.slider_text .slider_text_inner,
.banner_points .banner_points_inner,
.footer-inner,
.container,
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation,
.wp-block-video video,
.entry-content>.alignwide,
.wp-block-kadence-rowlayout.alignwide,
.footer-call-to-widget>.alignwide,
.page-header,
.site-info,
.post-navigation,
.page-navigation,
.not-found .page-content,
.search .entry-summary,
.wp-block-cover.alignfull .wp-block-cover__inner-container,
.full_slider_inner .flex-control-paging {
  max-width: var(--wp--style--global--content-size);
 
}

.container {
  margin: 0 auto;
}
@media only screen and (max-width: 1450px) {
  .header-inner,
  .slide_item .slide_item_inner,
  .slider_text .slider_text_inner,
  .banner_points .banner_points_inner,
  .footer-inner,
  .container,
  .site-main .comment-navigation,
  .site-main .posts-navigation,
  .site-main .post-navigation,
  .wp-block-video video,
  .entry-content>.alignwide,
  .wp-block-kadence-rowlayout.alignwide,
  .footer-call-to-widget>.alignwide,
  .page-header,
  .site-info,
  .post-navigation,
  .page-navigation,
  .not-found .page-content,
  .search .entry-summary,
  .wp-block-cover.alignfull .wp-block-cover__inner-container,
  .full_slider_inner .flex-control-paging {
  padding-left: 15px !important;
  padding-right: 15px !important; 
  }
}
/*--------------------------------------------------------------
# Site Header Topbar
--------------------------------------------------------------*/
.header-topbar {
   position: relative;
   z-index: 10;
   text-align: right;
   font-size: 18px;
   line-height: 50px;
   font-weight: 400;
   background-color: var(--wp--preset--color--primary);
   color: var(--wp--preset--color--black);
}

.header-topbar .container {
   position: relative;
}

.header-topbar .header-row {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   -ms-align-items: center;
   align-items: center;
   justify-content: right;
   padding: 0;
   min-height: 26px;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   transition: all 0.3s linear;
}

.header-topbar .header-row .topbar-widget {
   margin-left: 15px;
}

.header-topbar .header-row .topbar-widget:first-child {
   margin-left: 0;
}

.header-topbar .header-row .topbar-widget p {
   margin: 0;
}

   .header-topbar .header-row .topbar-widget p a {
   font-size: 16px;
   text-decoration: none;
   color: var(--wp--preset--color--primary);
}
.header-topbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-topbar ul li {
  list-style: none;
  margin: 0 0 0 40px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.header-topbar ul li::after {
  content: "|";
  color: var(--wp--preset--color--primary);
  position: absolute;
  right: -21px;
}

.header-topbar ul li:last-child::after {
  display: none;
}

.header-topbar ul.wp-block-social-links li {
  margin: 0;
}

.header-topbar ul li:first-child {
  margin-left: 0;
}

/*.header-topbar ul li.mail-icon a { position:relative; padding-left: 22px; }
.header-topbar ul li.mail-icon a::before {content:"";width:16px;height:12px;background-image: url(assets/images/mail-icon.png);background-position:left top;background-repeat: no-repeat;position:absolute;left:0;top:6px;filter: brightness(0) invert(1);}
.header-topbar ul li.mail-icon a:hover::before{ background-position:left bottom; filter: none;}
body.fixed-header.scrolled .header-topbar ul li.mail-icon a::before{ filter: none;}
*/
.header-topbar ul li.phone-icon a {
  padding-left: 32px;
  position: relative;
}

.header-topbar ul li.phone-icon a::before {
  content: "";
  width: 22px;
  height: 20px;
  background-image: url(assets/images/phone-icon.png);
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}

.header-topbar ul li.phone-icon a:hover::before {
  filter: brightness(0) invert(1);
}

/*.header-topbar ul li.phone-icon::after{ content:","; color:var(--wp--preset--color--black); right:-8px;}
.header-topbar ul li.phone-2{ margin-left:8px;}*/

.header-topbar ul li a {
  text-decoration: none;
  letter-spacing: 0;
}

.header-topbar ul li a:hover,
.header-topbar ul li.current_page_item a,
.header-topbar ul li.current-menu-item a,
.header-topbar ul li.current_page_parent a {
  color: var(--wp--preset--color--white);
}
.header-widget .search-icon {
  display: none !important;
}

.header-widget .search-icon a {
  position: relative;
  display: block;
  padding: 0;
}

.secondary-menu-widget ul li.search-icon>a {
  position: relative;
  font-size: 0;
  line-height: 0;
}

.header-widget .search-icon a:before,
.secondary-menu-widget ul li.search-icon>a:before {
  content: '\e835';
  font-family: "ienso_icons";
  display: block;
  font-size: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 70px;
}

.header-widget .search-icon a:hover {
  color: var(--wp--preset--color--primary);
}

.header-widget .search-icon a:hover {
  background-position: bottom center;
}

@media screen and (max-width: 1024px) {

  .header-topbar .header-row {
    min-height: 70px;
    position: relative;
    top: auto;
    color: var(--wp--preset--color--black);
    display: none;
  }

  .header-topbar {
    height: 20px;
  }

  .header-topbar .header-row .topbar-widget p a {
    color: var(--wp--preset--color--black);
  }
}


@media screen and (max-width: 600px) {
  .header-topbar {
    font-size: 12px;
  }

  .header-topbar .header-row .topbar-widget p a {
    font-size: 12px;
  }

  .header-widget ul li.mail-icon a {
    font-size: 12px;
  }

  .header-widget ul li.member-icon a {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {

  .header-topbar .header-row .topbar-widget p {
    line-height: 15px;
  }

  .header-topbar .header-row .topbar-widget p a {
    display: block;
  }



  .header-widget ul li.member-icon {
    display: none;
  }

  .secondary-menu-widget ul li.phone-icon a {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 30px;
  }


}
/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: block;
}

.light-logo-link {
  display: none;
}


.custom-logo-link img,
.light-logo-link img {
  display: block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.site-branding {
  position: relative;
  padding: 22px 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.site-branding img {
  height: auto;
  max-width: 149px;
}

body.fixed-header .open_m .site-branding {
  filter: none;
}
/*
body.light-header:not(.scrolled) .site-header:not(.open_m) .custom-logo-link,
body.light-header.scrolled .site-header .light-logo-link {
	display: none;
}
body.light-header.scrolled .site-header .custom-logo-link,
body.light-header:not(.scrolled) .site-header:not(.open_m) .light-logo-link {
  display: block;
}
*/
.site-header {
  color: var(--wp--preset--color--base);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

body.fixed-header .site-header {
  position: fixed;
  top: 0;
  max-width: 1920px;
  left: 50%;
  transform: translateX(-50%);
}

/*
body.light-header:not(.scrolled) .site-header{ color:var(--wp--preset--color--white);}
*/
.divide_fixed_header {
  display: none;
}

body.fixed-header .divide_fixed_header {
  min-height: 94px;
  display: block;
}

body.fixed-header.admin-bar .site-header,
body.absolute-header.admin-bar .site-header {
  padding-top: 32px;
}

body.absolute-header .site-main>.hentry,
body.absolute-header .site-main .entry-content,
body.absolute-header .site-main .entry-content>* {
  margin-top: 0;
}

.header-bg {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  opacity: 1;
  background-color: var(--wp--preset--color--white);
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-inner {
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;

  position: relative;
  z-index: 10;
}

body.fixed-header.scrolled .header-bg,
body.fixed-header .open_m .header-bg {
 /* background: rgba(0, 0, 0, 1) !important;*/
  background-size: cover !important;
  display: block;
  opacity: 1;
}



.header-right p {
  margin: 0;
}

.header-right a {
  text-decoration: none;
}

.header-right a:hover {
  color: var(--wp--preset--color--black);
}
@media screen and (max-width: 1024px) {
  body.fixed-header.scrolled .site-branding {
    background-color: transparent;
    border-radius: 0;
  }

  body.fixed-header.scrolled .header-bg {
    height: 100% !important;
  }

}

.site-header a {
  color: inherit;
}
.header-left>div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 87px;
}

.header-right>.secondary-menu-widget {
  margin-left: 20px;
}


.header-right>div,
.header-right>nav {
  display: inline-block;
  vertical-align: middle;
}

.header-center {
  display: flex;
  align-items: center;
  flex: 1;
}
@media screen and (max-width: 1400px) {
  .header-left>div {
    margin-right: 40px;
  }
}

@media screen and (max-width: 1100px) {

  .header-right > .secondary-menu-widget {
    margin-left: 0px;
    margin-right: 10px;
  }
  .header-inner {
    justify-content: end;
  }

  .header-inner .header-left {
    margin-right: auto;
  }

  .site_social_links.header_socail_links {
    padding-right: 30px;
    padding-left: 0;
  }

  .custom-logo-link {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .site-branding img {
    height: auto;
    
  }
}
@media screen and (max-width: 1024px) {
  .header-left>div {
    display: block;
    margin-right: 0;
  }
}
/* ===================================
    Search header
=================================== */

.header_search {
  position: absolute;
  width: 100%;
  left: 0;
  background-color: var(--wp--preset--color--white);
  z-index: 999999;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  top: 100%;
  border-bottom: 1px solid #e3e6eb;
}

.header_search .container {
  position: relative;
}

.header_search.open {
  opacity: 1;
  height: auto;
}

.header_search .gutenberg_search_form input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
  visibility: hidden;
}

.gutenberg_search_form .gutenberg_icon_in_search {
  color: #959595;
  font-size: 16px;
  display: inline-block;
  padding: 0 0 0 15px;
  float: left;
  line-height: 50px;
}

.header_search .gutenberg_search_form input,
.header_search .gutenberg_search_form input:focus {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #404041;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  margin: 15px 0;
  width: 90%;
  padding: 0 0 0 10px;
  font-family: inherit;
  outline: 0;
  outline-offset: 0;
  -webkit-appearance: none;
  border-radius: 0;
  float: left;
}

.gutenberg_search_form .gutenberg_search_close {
  color: #959595;
  font-size: 16px;
  position: absolute;
  line-height: 50px;
  height: 50px;
  top: 0;
  right: 15px;
}
/* ===================================
    Site Title
=================================== */
.site-title {
  margin: 0;
  font-size: 1.33em;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-title a {
  text-decoration: none;
  color: inherit;
}

.site-description {
  margin: .4375em 0 0;
  font-size: 17px;
  font-weight: inherit;
  line-height: 1.4;
  word-wrap: break-word;
  color: #929292;
}
/* ===================================
    toggle Menu
=================================== */
.toggle-menu {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 0px;
  width: 70px;
  z-index: 10;
}

#primary-menu-triger {
  display: none;
}

#secondary-menu-triger {
  display: block;
}

/*.toggle-menu span:after,
.toggle-menu span:before{
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
.toggle-menu span:after{
  top: 9px;
}
.toggle-menu span{
  position: relative;
  display: block;
  top: 9px;
}
.toggle-menu span,
.toggle-menu span:after,
.toggle-menu span:before{
  width: 100%;
  height: 2px;
  background-color: var(--wp--preset--color--black);
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}*/
@media screen and (max-width: 1100px) {

  #primary-menu-triger {
    display: block;
    background-color: var(--wp--preset--color--primary);
    line-height: 50px;
    padding: 0 12px;
    box-sizing: border-box;
    width: 50px;
    border-radius: 50px;
    aspect-ratio: 1;
  }

  #secondary-menu-triger {
    display: none;
  }

  #site-navigation {
    display: none;
    max-height: 80vh;
    overflow: auto;
    position: absolute;
    left: 0;
    top: 94px;
    width: 100%;
  }
}
@media screen and (max-width: 980px) {

  #primary-menu-triger {
    border-left: 0;
  }
}
/* ===================================
    Site secondary Menu
=================================== */

.secondary-menu-block {
  background: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  overflow: auto;
  z-index: 999;
}

.close-menu {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--white);
  cursor: pointer;
  display: block;
  font-size: 24px;
  line-height: 1;
  padding: 10px 15px;
  position: absolute;
  top: 20px;
  right: 40px;
}

.secondary-menu-inner {
  height: 100vh;
  display: table;
  width: 100%;
}

.secondary-menu-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.secondary-menu-content ul {
  font-size: 24px;
  list-style-type: none;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.secondary-menu-content li {
  padding: 25px 0 0;
}

.secondary-menu-content ul ul {
  padding-left: 4em;
}

.secondary-menu-content a {
  color: var(--wp--preset--color--white);
  text-decoration: none;
}

.secondary-menu-content a:hover {
  text-decoration: underline;
}

.secondary-menu-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;

}

.secondary-menu-widget ul li {
  list-style: none;
  padding: 0 15px;
}

.secondary-menu-widget ul li:first-child {
  padding-left: 0;
}

.secondary-menu-widget ul li:last-child {
  padding-right: 0;
}

.secondary-menu-widget ul li a {
  text-decoration: none;
  display: block;
  text-decoration: none;
  line-height: 50px;
  font-size: 18px;
  font-weight: 400;
}
.secondary-menu-widget ul li a:hover,
.secondary-menu-widget ul li.active a {
  color: var(--wp--preset--color--black);
}
.secondary-menu-widget ul li.phone-no a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
}
.secondary-menu-widget ul li.phone-no a::before {
	content: "";
	width: 50px;
	height: 50px;
  aspect-ratio: 1;
	display: block;
  background-image: url(assets/images/icon-phone.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
	background-color: var(--wp--preset--color--beige);
	border-radius: 50px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.secondary-menu-widget ul li.phone-no a:hover::before {
	background-color: var(--wp--preset--color--primary);
}

.secondary-menu-widget>div>ul>li.button-style {
  display: flex;
  align-items: center;
  padding: 0 0 0 22px;
  margin-left: auto;
}

.secondary-menu-widget>div>ul>li.button-style~li.button-style {
  margin-left: 0px;
}

.secondary-menu-widget>div>ul>li.button-style>a {
  color: var(--wp--preset--color--black) !important;
  font-weight: 500;
  background-color: var(--wp--preset--color--primary);
  padding: 0 10px 0 30px !important;
  font-size: 16px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.secondary-menu-widget > div > ul > li.button-style > a::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 20px;
  width: 30px;
  height: 30px;
  display: block;
  background-color: var(--wp--preset--color--white);
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
  color: var(--wp--preset--color--black) !important;
}

.secondary-menu-widget>div>ul>li.button-style>a:hover,
.secondary-menu-widget>div>ul>li.button-style.current-menu-item>a {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white) !important;
}
.secondary-menu-widget>div>ul>li.button-style>a:hover::after,
.secondary-menu-widget>div>ul>li.button-style.current-menu-item>a::after {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--black) !important;
}

@media screen and (max-width: 1400px) {
  .secondary-menu-widget ul li {
    padding: 0 5px;
  }
  .secondary-menu-widget ul li.phone-no a {
    width: 50px;
    overflow: hidden;
    font-size: 0;
  }
  .secondary-menu-widget>div>ul>li.button-style {
    display: flex;
    align-items: center;
    padding: 0 0 0 5px;
    margin-left: auto;
  }
}
@media screen and (max-width: 480px) {
  .secondary-menu-widget > div > ul > li.button-style {
    display: none;
  }
}



/* ===================================
    Site Main Menu
=================================== */
.main-navigation {
  clear: both;
  display: block;

  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;

}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  line-height: 94px;
  font-size: 16px;
  letter-spacing: 0.3px;
  font-weight: 400;
  text-transform: none;
  
}

.main-navigation>div>ul>li>a {
  position: relative;
  display: flex;
}

/*.main-navigation>div>ul>li>a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  border-bottom: 6px solid var(--wp--preset--color--primary);
  transition: all 0.3s;
}*/

@media only screen and (min-width: 1101px) {
  .main-navigation>div>ul>li.button-style {
    display: flex;
    align-items: center;
 
  }

  .main-navigation>div>ul>li.button-style~li.button-style {
    margin-left: 0px;
  }

  .main-navigation>div>ul>li.button-style>a {
    color: var(--wp--preset--color--white) !important;
    font-weight: 500;
    background-color: var(--wp--preset--color--primary);
    padding: 0 50px !important;
  }

  .main-navigation>div>ul>li.button-style>a::before {
    display: none;
  }

  .main-navigation>div>ul>li.button-style>a:hover,
  .main-navigation>div>ul>li.button-style.current-menu-item>a {
    background-color: var(--wp--preset--color--black);
    color: var(--wp--preset--color--white) !important;
  }

}

.main-navigation>div>ul>li:hover>a::before,
.main-navigation>div>ul>li>a:hover::before,
.main-navigation>div>ul>li.current_page_item>a::before,
.main-navigation>div>ul>li.current-menu-item>a::before,
.main-navigation>div>ul>li.current_page_parent>a::before,
/*.main-navigation > div > ul > li.current-menu-ancestor > a::before,*/
.main-navigation>div>ul>li.current_page_ancestor>a::before {
  width: 100%;
}


.main-navigation>div>ul>li:hover>a,
.main-navigation>div>ul>li>a:hover,
.main-navigation>div>ul>li.current_page_item>a,
.main-navigation>div>ul>li.current-menu-item>a,
.main-navigation>div>ul>li.current_page_parent>a,
.main-navigation>div>ul>li.current-menu-ancestor>a,
.main-navigation>div>ul>li.current_page_ancestor>a {
  color: var(--wp--preset--color--black);
  text-decoration: none;
}


/*
body.light-header:not(.scrolled) .site-header .main-navigation > div > ul > li > a:hover,
body.light-header:not(.scrolled) .site-header .main-navigation > div > ul > li.current_page_item > a,
body.light-header:not(.scrolled) .site-header .main-navigation > div > ul > li.current-menu-item > a,
body.light-header:not(.scrolled) .site-header .main-navigation > div > ul > li.current_page_parent > a,
body.light-header:not(.scrolled) .site-header .main-navigation > div > ul > li.current-menu-ancestor > a,
body.light-header:not(.scrolled) .site-header .main-navigation > div > ul > li.current_page_ancestor > a{ color: var(--wp--preset--color--white); text-decoration:none;}
*/

.main-navigation>div>ul>li.current_page_item>a,
.main-navigation>div>ul>li.current-menu-item>a,
.main-navigation>div>ul>li.current_page_parent>a,
.main-navigation>div>ul>li.current-menu-ancestor>a,
.main-navigation>div>ul>li.current_page_ancestor>a {
  font-weight: 600;
}

@media screen and (max-width: 1100px) {



  body.fixed-header.scrolled .main-navigation {
    margin-top: 0;
  }

  .main-navigation a {
    line-height: 26px;
    min-height: 50px;
    font-size: 18px;
    padding: 10px 15px;
    color: var(--wp--preset--color--base);
  }
  .main-navigation a .item_image {
    display: none;
  }
  .main-navigation a::before {
    display: none !important;
  }

  #primary-menu {
    background-color: var(--wp--preset--color--white);
    padding: 0 0 0 0;
    border-top: 2px solid var(--wp--preset--color--primary);
  }

  .mobile-secondary-nav {
    background-color: var(--wp--preset--color--white);
    border-bottom: 0px solid #f0f0f0;
  }

  .main-navigation li {
    position: relative;
    border-top: 1px solid #f0f0f0;
  }

  .mobile-secondary-nav ul li.search-icon {
    display: none;
  }

  .main-navigation>div>ul>li {
    margin: 0 !important;
  }

  .main-navigation ul {
    display: block;
  }

  .main-navigation ul ul {
    background: transparent !important;
  }

  .main-navigation ul ul li a {
    padding-left: 30px;
    display: flex;
    align-items: center;
  }

  .main-navigation ul ul li ul li a {
    padding-left: 50px;
  }

  .main-navigation ul ul li a br {
    display: none;
  }

  

  .main-navigation>div>ul>li.sub-menu-type-wide>.sub_menu {
    padding: 0 !important;
  }

  .main-navigation li a:hover,
  .main-navigation>div>ul>li>a:hover,
  .main-navigation>div>ul>li.current_page_item>a,
  .main-navigation>div>ul>li.current-menu-item>a,
  .main-navigation>div>ul>li.current_page_parent>a,
  .main-navigation>div>ul>li.current-menu-ancestor>a,
  .main-navigation>div>ul>li.current_page_ancestor>a {
    color: var(--wp--preset--color--greenx) !important;
  }

  .main-navigation li.button-style a {
    color: var(--wp--preset--color--black);
    background-color: var(--wp--preset--color--primary);
  }

  .main-navigation li.button-style a:hover {
    color: var(--wp--preset--color--white) !important;
    background-color: var(--wp--preset--color--secondary);
  }

  
}

@media screen and (min-width: 1101px) {

  .menu-toggle {
    display: none;
  }

  .main-navigation-w-secondary {
    padding-right: 80px;
  }

  .main-navigation .mobile-secondary-nav {
    display: none;
  }

  .main-navigation ul {
    display: flex;
    flex-wrap: wrap;
  }

  .main-navigation>div>ul>li {
    margin: 0 16px;
  }

  .main-navigation>div>ul>li.has_sub>a::after {
    content: "\f107";	
    font-family: FontAwesome;	
    margin-left: 5px; 
    font-size: 16px;
  }

  .main-navigation>div>ul>li:last-child {
    margin-right: 0;
  }

  .main-navigation>div>ul>li:first-child {
    margin-left: 0;
  }

  .main-navigation a {
    padding: 0;
  }

  .main-navigation>div>ul>li.hide-on-desktop {
    display: none;
  }

  .main-navigation ul .sub_menu {
    display: none;
    float: left;
    position: absolute;
    top: 100%;
    left: -40px;
    z-index: 99999;
    text-align: left;
    width: 300px;
    padding: 25px 0;
    border-radius: 0 0 30px 30px;
    background: var(--wp--preset--color--white);
    box-shadow: 6px 11px 29.2px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 6px 11px 29.2px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 6px 11px 29.2px 0 rgba(0, 0, 0, 0.25);
   
  }

  .main-navigation ul .sub_menu ul {
    display: block;
  }

    .main-navigation ul ul li.has_sub>a::after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 18px;
  }

  .main-navigation ul ul li a {
    display: flex;
    gap: 10px;
    align-items: center;
    line-height: 20px;
    padding: 5px 40px;
    font-weight: 300;
    color: var(--wp--preset--color--base);
  }

  .main-navigation ul ul li:hover>a,
  .main-navigation ul ul li.current_page_item>a,
  /*.main-navigation ul ul li.current-menu-item > a,*/
  .main-navigation ul ul li.current_page_parent>a,
  .main-navigation ul ul li a:hover,
  .main-navigation ul ul li a.clicked,
  .main-navigation ul ul li a.active {
    color: var(--wp--preset--color--greenx);
    font-weight: 600;
  }

  .main-navigation ul ul li a.active span,
  .main-navigation ul ul li a.clicked span,
  .main-navigation ul ul li.current_page_item>a span {
    color: var(--wp--preset--color--black) !important;
  }

  .main-navigation ul ul .sub_menu {
    left: -999em;
    top: -20px;
  }

  .main-navigation ul ul li:hover>.sub_menu,
  .main-navigation ul ul li.focus>.sub_menu {
    left: calc(100% - 30px);
  }

  .main-navigation ul li:hover>.sub_menu,
  .main-navigation ul li.focus>.sub_menu {
    display: block;
    /* left: auto;*/
  }
  /*----Wide Menu----*/
@media screen and (min-width: 1101px) {
     .site-header .header-inner > div {
    background-color: #fff;
  }
}
    .site-header .header-inner > div.header-right {
      display: flex;
      height: 94px;
      align-items: center;
    }
    .main-navigation > div > ul > li.sub-menu-type-wide {
      position: static;
    }
    .main-navigation > div > ul > li.sub-menu-type-wide > .sub_menu {
      width: 100%;
      transition: all 1s;
      opacity: 0;
      display: block;
      transform: translate(-50%,-100%);
      z-index: -1;
      max-width: 1060px;
      left: 50%;
      padding: 40px;
    }
    .main-navigation > div > ul > li.sub-menu-type-wide:hover > .sub_menu, 
    .main-navigation > div > ul > li.sub-menu-type-wide.focus > .sub_menu {
      opacity: 1;
      transform: translate(-50%,0);
    }
    .main-navigation > div > ul > li.sub-menu-type-wide > .sub_menu > ul {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 8%;
    }
    .main-navigation > div > ul > li.sub-menu-type-wide > .sub_menu > ul > li > a {
      color: var(--wp--preset--color--secondary);
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      letter-spacing: -0.3px;
      padding: 0 0 7px 0;
    }
    .main-navigation > div > ul > li.sub-menu-type-wide > .sub_menu > ul > li > a::after {
      display:none;
    }
    .main-navigation > div > ul > li.sub-menu-type-wide > .sub_menu > ul > li::after {
      content: "";
      border-right: 1px solid rgba(0, 54, 28, 0.30);
      height: 100%;
      position: absolute;
      top: 0;
      right: -8%;
    }
    .main-navigation > div > ul > li.sub-menu-type-wide > .sub_menu > ul > li:last-child::after {
      display: none;
    }
    .main-navigation > div > ul > li.sub-menu-type-wide > .sub_menu > ul > li.sub-menu-type-item-image {
      padding-left: 48%;
    }
    
    .main-navigation > div > ul > li.sub-menu-type-wide > .sub_menu > ul > li.sub-menu-type-item-image > a .item_image {
      position: absolute;
      left: 0;
      top: 0;
      border-radius: 10px;
      overflow: hidden;
      width: 40%;
    }
    .main-navigation > div > ul > li.sub-menu-type-wide > .sub_menu > ul > li.sub-menu-type-item-image > a .item_image img{
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    /*3rd level sub menu in wide menu*/
    .main-navigation > div > ul > li.sub-menu-type-wide > .sub_menu > ul > li.has_sub .sub_menu {
      display: block;
      position: relative;
      left: auto;
      top: auto;
      width: auto;
      padding: 0;
      box-sizing: border-box;
      box-shadow: none;
      background: none;
      border-radius: 0;
    }
    .main-navigation > div > ul > li.sub-menu-type-wide > .sub_menu > ul > li.has_sub .sub_menu li a{
      padding-left: 0;
      padding-right: 0;
    }
    .main-navigation > div > ul > li.sub-menu-type-wide > .sub_menu > ul > li.has_sub .sub_menu li:last-child a {
      padding-bottom: 0;
    }
  /*----End Wide Menu----*/
}
.main-navigation ul li span.mobile_arrow {
  display: none;
}

@media screen and (max-width: 1100px) {
  .main-navigation ul>li.has_sub>span.mobile_arrow {
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: var(--wp--preset--color--beige);
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    z-index: 9000;
    -webkit-tap-highlight-color: transparent;
  }

  .main-navigation ul>li.has_sub>span.mobile_arrow:hover,
  .main-navigation ul>li.open_sub>span.mobile_arrow {
    background-color: var(--wp--preset--color--primary);
  }

  .main-navigation ul>li.has_sub>span.mobile_arrow i {
    display: inline;
  }

  .main-navigation ul li span.mobile_arrow i {
    color: var(--wp--preset--color--black);
    font-size: 20px;
    line-height: 46px;
  }

  .main-navigation ul>li.has_sub.open_sub>span.mobile_arrow i.fa-angle-right,
  .main-navigation ul>li.has_sub>span.mobile_arrow i.fa-angle-down,
  .main-navigation ul>li.has_sub>ul.open_sub>li>span.mobile_arrow i.fa-angle-right {
    display: none;
  }

  nav.main-navigation ul>li.has_sub ul.open_sub>li>span.mobile_arrow i.fa-angle-down,
  nav.main-navigation ul>li.has_sub.open_sub>span.mobile_arrow i.fa-angle-down {
    display: inline;
  }

  .main-navigation div.sub_menu {
    display: none;
  }
 
}
/* ===================================
    Mobile Menu Toggle Button
=================================== */
nav.mobile_menu>div>ul {
  border-bottom: 0px solid #2d2d2d;
}

.mobile_menu_button span:hover {
  opacity: 1;
}

.mobile_menu_button span {
  width: 30px;
  height: 45px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.mobile_menu_button span>i {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 19px;
  position: relative;
}

.mobile_menu_button span em {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: var(--wp--preset--color--black);
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

body.light-header:not(.scrolled) .site-header:not(.open_m) .mobile_menu_button span em {
  background: var(--wp--preset--color--white);
}

.mobile_menu_button span.open > i {
	margin-top: -6px;
}
.mobile_menu_button span.open em {
  background: var(--wp--preset--color--black);
}

.mobile_menu_button span em:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

.mobile_menu_button span em:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

.mobile_menu_button span em:nth-child(1),
.mobile_menu_button span em:nth-child(2) {
  top: 0px;
}

.mobile_menu_button span em:nth-child(3),
.mobile_menu_button span em:nth-child(4) {
  top: 7px;
}

.mobile_menu_button span em:nth-child(5),
.mobile_menu_button span em:nth-child(6) {
  top: 14px;
}

.mobile_menu_button span.open em:nth-child(1),
.mobile_menu_button span.open em:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile_menu_button span.open em:nth-child(2),
.mobile_menu_button span.open em:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile_menu_button span.open em:nth-child(1) {
  left: 2px;
  top: 6px;
}

.mobile_menu_button span.open em:nth-child(2) {
  left: calc(50% - 3px);
  top: 6px;
}

.mobile_menu_button span.open em:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.mobile_menu_button span.open em:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.mobile_menu_button span.open em:nth-child(5) {
  left: 2px;
  top: 14px;
}

.mobile_menu_button span.open em:nth-child(6) {
  left: calc(50% - 3px);
  top: 14px;
}

/* ===================================
    COMPONENTS
   - buttons
   - cards
   - forms
   - navigation
=================================== */

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
   color: var(--wp--preset--color--black);
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  font-family: var(--wp--preset--font-family--figtree);
  border: 1px solid rgba(9, 34, 16, 0.10);
  height: 3.1rem;
  padding: 0.8em;
  width: 100%;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  resize: none;
  background-color: var(--wp--preset--color--white);
  border-radius: 10px;;
  display: block;
  position: relative;

}

select {
   background: url(assets/images/select-arrow.png) no-repeat 97% center var(--wp--preset--color--white);
}

textarea {
   width: 100%;
   height: auto;
   border: 1px solid rgba(9, 34, 16, 0.10);
}
input::placeholder,
textarea::placeholder {
  color: var(--wp--preset--color--base);
  opacity: 1; /* important for Firefox */
}

form.wpcf7-form label {
   color: var(--wp--preset--color--black);
   display: block;
   margin-bottom: 15px;
}

form.wpcf7-form label>span:not(.wpcf7-list-item-label) {
   color: var(--wp--preset--color--primary);
}

.wpcf7-form-control.wpcf7-textarea {
   height: 110px;
}

.wpcf7 input[type="file"] {
   font-family: var(--wp--preset--font-family--figtree);
}

form.wpcf7-form p {
   margin: 0;
   width: 100%;
}

form.wpcf7-form br {
   display: none;
}

form.wpcf7-form label small,
form.wpcf7-form label i {
   display: block;
   color: var(--wp--preset--color--base);
   font-size: 14px;
   margin-top: 15px;
}

form.wpcf7-form .wpcf7-form-control-wrap {
   position: relative;
   margin-bottom: 10px;
   display: block;
}

.wpcf7-list-item {
   margin: 0;
   display: block;
   position: relative;
   padding-left: 30px;
}

.wpcf7-list-item input[type="checkbox"] {
   position: absolute;
   left: 0;
   top: 5px;
}

.wpcf7-list-item label .wpcf7-list-item-label {
   color: var(--wp--preset--color--base);
}

form.wpcf7-form {
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   flex-wrap: wrap;
   -webkit-flex-wrap: wrap;
   justify-content: space-between;
}

.half-col {
   width: 49%;
   margin-bottom: 10px;
}

.full-col {
   width: 100%;
   margin-bottom: 10px;
}
.full-col.btn_col p {
	display: flex;
	gap: 10px;
	align-items: center;
}
.one-third-col {
   width: 29%;
   margin-bottom: 10px;
}

.one-forth-col {
   width: 23.5%;
   margin-bottom: 10px;
}

.one-forth-col .wpcf7-form-control.wpcf7-textarea {
   height: 120px;
}

span[data-name="opt-in"] .wpcf7-list-item-label {
   font-size: 14px;
   color: var(--wp--preset--color--base);
}

.wpcf7-spinner {
   display: block;
}

.center .wpcf7-spinner {
   margin: 0 auto;
}

.wpcf7-not-valid-tip {
	color: var(--wp--preset--color--white);
	font-size: 0.9em;
	font-weight: normal;
	display: block;
	background-color: #dc3232;
	padding: 15px 0.8rem 5px;
	border-radius: 0 0 10px 10px;
	margin-top: -10px;
}

.codedropz-upload-inner {
   background: url(assets/images/file_upload_icon.png) no-repeat top center;
   padding-top: 118px;
}

.codedropz-upload-inner h3 {
   font-size: var(--wp--preset--font-size--small);
}

.codedropz-upload-container {
   padding: 100px 20px;
}

.image_file {
   margin-bottom: 26px;
}

@media only screen and (max-width: 1000px) {
   .one-forth-col {
      width: 48.5%;
   }
}

@media only screen and (max-width: 600px) {

   .half-col,
   .one-third-col,
   .one-forth-col {
      width: 100%;
   }
}

/* ===================================
   Buttons
=================================== */

button:not(.carousel__button ),
.button,
input[type="button"],
input[type="reset"],
input[type="submit"]:not([disabled]) {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0;
  color: var(--wp--preset--color--black);
  border: 1px solid var(--wp--preset--color--primary);
  font-size: 15px;
  line-height: 47px;
  height: 50px;
  font-weight: 500;
  background-color: var(--wp--preset--color--primary);
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  letter-spacing: 0.7px;
  text-transform: capitalize;
  border-width: 1px;
  padding: 0 12px 0 30px;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  font-style: normal;
  font-family: var(--wp--preset--font-family--figtree);
  transition: color .1s linear, background-color .1s linear, border-color .1s linear;
  box-sizing: border-box !important;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
input[type="button"], input[type="reset"], input[type="submit"]:not([disabled]) {
	padding: 0 50px;
}
button.button-white,
.button.button-white {
  background-color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--secondary);
}

button.button-darkgreen,
.button.button-darkgreen {
  background-color: var(--wp--preset--color--secondary);
  border-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
}

button.button-transparent,
.button.button-transparent {
  background-color: transparent;
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--secondary);
  background-color: var(--wp--preset--color--secondary);
}

button:not(.carousel__button )::after,
.button::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 20px;
  width: 30px;
  height: 30px;
  display: block;
  background-color: var(--wp--preset--color--white);
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
  color: var(--wp--preset--color--black);
  transition: all .3s linear;
}

button.button-white::after,
.button.button-white::after,
button.button-darkgreen::after,
.button.button-darkgreen::after,
button.button-transparent::after,
.button.button-transparent::after {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--secondary);
}

button:not(.carousel__button ):hover::after,
.button:hover::after {
  margin-left: 5px;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--secondary);
}


button.hover-button-primary:hover,
.button.hover-button-primary:hover,
button.button-darkgreen:hover,
.button.button-darkgreen:hover {
  color: var(--wp--preset--color--black);
  border-color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--primary);
}

button.hover-button-primary:hover::after,
.button.hover-button-primary:hover::after,
button.button-darkgreen:hover::after,
.button.button-darkgreen:hover::after {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--secondary);
}

button.hover-button-white:hover,
.button.hover-button-white:hover {
  color: var(--wp--preset--color--secondary);
  border-color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--white);
}

button.hover-button-white:hover::after,
.button.hover-button-white:hover::after {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--secondary);
}

button.hover-button-darkgreen:hover,
.button.hover-button-darkgreen:hover {
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--secondary);
  background-color: var(--wp--preset--color--secondary);
}

button.hover-button-darkgreen:hover::after,
.button.hover-button-darkgreen:hover::after {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--secondary);
}


button:active,
button:focus,
.button:active,
.button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--black);
}


button.direction_btn {
	padding: 0;
	font-size: 0;
	height: auto;
	line-height: 0;
	gap: 0;
  border:0;
  
}
button.direction_btn span{
  display: none;
}
button.direction_btn.prev_btn::after {
	content: "\f104";
}
button.direction_btn::after {
	margin-left: 0;
	background-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--white);
}
button.direction_btn:hover::after {
	margin-left: 0;
	background-color: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--white);
}

/* ===================================
   TYPOGRAPHY
=================================== */
h1 {
  font-size: var(--wp--preset--font-size--xx-large);
  color: var(--wp--preset--color--black);
  line-height:101.25%;
  font-weight: 400;
  margin: 0 0 22px 0;
  letter-spacing: -1.2px;
  text-transform: none;
}

h2 {
  font-size: var(--wp--preset--font-size--xx-large);
  color: var(--wp--preset--color--black);
  line-height:109%;
  font-weight: 400;
  margin: 0 0 22px 0;
  letter-spacing: -1.2px;
}

h3 {
  font-size: var(--wp--preset--font-size--x-large);
  color: var(--wp--preset--color--black);
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 14px 0;
  letter-spacing: -0.66px;
}

h4 {
  font-size: var(--wp--preset--font-size--large);
  color: var(--wp--preset--color--black);
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 15px 0;
}

h5 {
   font-size: var(--wp--preset--font-size--medium);
   font-weight: 400;
}

h6 {
   font-size: var(--wp--preset--font-size--small);
   font-weight: 400;
}

.textcolor-white h1,
.textcolor-white h2,
.textcolor-white h3,
.textcolor-white h4,
.textcolor-white h5 {
  color: var(--wp--preset--color--white);
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 0.5em;
}
/* ===================================
    Breadcurms
=================================== */

.breadcrumbs {
  padding: 12px 15px;
  font-size: 13px;
  color: var(--wp--preset--color--black);
  font-weight: 300;
  border-bottom: 1px solid var(--wp--preset--color--beige,#d0d6e6);
}

.breadcrumbs a {
  color: var(--wp--preset--color--black);
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: var(--wp--preset--color--primary);
}

.breadcrumbs .starter {
  display: none;
}
/* ===================================
    Slider Nav
=================================== */


ul.flex-direction-nav {
 
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  list-style: none;


}

ul.flex-direction-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -30px;
  z-index: 5;
}
ul.flex-direction-nav li::before{
  display: none;
}

ul.flex-direction-nav li.flex-nav-prev {
  left: 0;
  right: auto;
}

ul.flex-direction-nav li a {
	opacity: 1;
	text-decoration: none;
	text-transform: uppercase;
	color: var(--wp--preset--color--primary);
	border: 1px solid var(--wp--preset--color--primary);
	height: 40px;
	display: flex;
	line-height: normal;
	padding: 0;
	font-size: 0;
	aspect-ratio: 1;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

ul.flex-direction-nav li a:hover {
  opacity: 1;
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--primary);
}

ul.flex-direction-nav li a.flex-next::after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 25px;
  line-height: inherit;

  
}

ul.flex-direction-nav li a.flex-prev::before {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 25px;
  line-height: inherit;
}


ol.flex-control-nav {
  margin: 0 auto;
  list-style: none;
  z-index: 4;
  display: flex;
  justify-content: center;
  gap: 10px;
}

ol.flex-control-nav li {
  list-style: none;
  margin:  0;
  padding: 0;
  float: none;
}

ol.flex-control-nav li a {
  width: 15px;
  height: 15px;
  display: block;
  font-size: 0;
  border-radius: 50px;
  background-color: var(--wp--preset--color--light-gray);
  position: relative;
}

ol.flex-control-nav li a.flex-active {
  background-color: var(--wp--preset--color--primary);

}

.carousel .caroufredsel_wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.carousel .caroufredsel_wrapper ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 32%;
}

.carousel .caroufredsel_wrapper ul li > div {
	margin: 0 10px;
	height: 100%;
	overflow: hidden;
}


.slider_control {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
  gap: 30px;
	align-items: center;
	width: 100%;
	margin-top: 70px;
}
.slider_control .pager {
	display: flex;
	gap: 5px;
}
.slider_control .pager:not(.hidden) {
    display: flex !important;
 }
.slider_control .pager  a {
	font-size: 0;
	display: block;
	width: 12px;
	height: 12px;
	background-color: #22222248;
  border-radius: 50px;
}
 .slider_control .pager a.selected {
	
	background-color: #222222;
}

 .slider_control .directional_nav {
	display: flex;
	gap: 25px;
}

 .slider_control .directional_nav a {
	width: 30px;
	height: 30px;
  border-radius: 50%;
	background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--black);
	font-size: 0;
	padding: 0;
  font-size: 0;
  line-height: 0;
  outline: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
	 text-decoration: none;
}
 .slider_control .directional_nav a:not(.hidden) {
    display: flex !important;
 }


.slider_control .directional_nav a::before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 20px;
  text-align: center;
}

.slider_control .directional_nav a.next::before {
  content: "\f105";
}


.slider_control .directional_nav a:focus, 
.slider_control .directional_nav a:active, 
.slider_control .directional_nav a:hover {
	background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
}
@media only screen and (min-width: 1520px) {
  .has_active_slider {
    position: relative;
  }
  .has_active_slider .slider_control {
    justify-content: space-around;
  }
  .has_active_slider .directional_nav {
    top: 50%;
    position: absolute;
    margin-top: -40px;
    left: -50px;
  }

  .has_active_slider .directional_nav.drn-next{
    left: auto;
    right: -50px;
  }
}
/* ===================================
    PAGE Slider
=================================== */

.full_slider {
  position: relative;
  background-color: var(--wp--preset--color--beige);
  border-radius: 30px;
  overflow: hidden;
}

.full_slider,
.slide_item .slide_item_inner,
.slider_text .slider_text_inner {
 
  max-height: 100vh;
  min-height: 820px;
 
}

.full_slider .overlay {
	background: linear-gradient(270deg, rgba(0, 46, 20, 0.00) 12.98%, rgba(0, 46, 20, 0.17) 25.48%, rgba(0, 46, 20, 0.40) 38.94%, rgba(0, 46, 20, 0.60) 53.37%, rgba(0, 46, 20, 0.67) 65.87%);
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.full_slider ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.full_slider ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.slide_item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.slide_item .slide_item_inner {
  margin: 0 auto;
  display: table;
  width: 100%;
  position: relative;
  z-index: 2;
}

.slide_item .slide_item_inner .slide_item_text {
  display: table-cell;
  vertical-align: middle;
}

.slide_item .slide_item_inner .slide_item_text .slide_title,
.slider_text .slider_text_inner .slider_text_inner_text .slider_title {
  max-width: 660px;
  margin-bottom: 36px;

}
.slide_item .slide_item_inner .slide_item_text .slide_sub_heading,
.slider_text .slider_text_inner .slider_text_inner_text .slider_sub_heading {
  max-width: 660px;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.slide_item .slide_item_inner .slide_item_text .slide_description,
.slider_text .slider_text_inner .slider_text_inner_text .slider_description {
  display: block;
  max-width: 600px;
  letter-spacing:-0.66px;
  font-weight: 500;

}

.slider_btn_wrap {
  margin-top: 50px;
	display: flex;
  flex-wrap: wrap;
	gap: 15px;
}

.full_slider .slider_text {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.slider_text .slider_text_inner {
  margin: 0 auto;
  display: table;
  width: 100%;
  position: relative;
  z-index: 3;
}

.slider_text .slider_text_inner .slider_text_inner_text {
	display: table-cell;
	vertical-align: middle;
	padding: 50px 0;
}

.flex-active-slide   .slide_item_text .slide_sub_heading,
.flex-active-slide   .slide_item_text .slide_title,
.flex-active-slide   .slide_item_text .slide_description,
.flex-active-slide   .slide_item_text .button {
  animation-name: fadeInUp;
  animation-play-state: running;       
  visibility: visible;                
  opacity: 1;}


.full_slider ol.flex-control-nav {
  margin: 0 auto;
  list-style: none;
  top: 50%;
  right: 0;
  position: absolute;
  z-index: 4;
  transform: translateY(-50%);
  display: block;
}

.full_slider ol.flex-control-nav li {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  float: none;
}

.full_slider ol.flex-control-nav li a {
  width: 40px;
  height: 6px;
  display: block;
  font-size: 0;
  border-radius: 5px;
  background-color: var(--wp--preset--color--white);
  position: relative;
}

.full_slider ol.flex-control-nav li a.flex-active {
  background-color: var(--wp--preset--color--primary);
  width: 50px;
  right: 10px;
}

@media only screen and (max-width: 1024px) {

  .full_slider,
  .slide_item .slide_item_inner,
  .slider_text .slider_text_inner {
    min-height: 620px;
  }
  .slide_item .slide_item_inner .slide_item_text .slide_title, 
  .slider_text .slider_text_inner .slider_text_inner_text .slider_title {
    max-width: 540px;
    margin-bottom: 25px;
  }

}

@media only screen and (max-width: 768px) {
  .full_slider, .slide_item .slide_item_inner, 
  .slider_text .slider_text_inner {
    min-height: 520px;
  }
	.slide_item .slide_item_inner .slide_item_text .slide_title, 
  .slider_text .slider_text_inner .slider_text_inner_text .slider_title {
    max-width: 440px;
  }
}
@media only screen and (max-width: 600px) {
 
  .full_slider ol.flex-control-nav {
    top: auto;
    transform: none;
    bottom: 30px;
    left: 0;
    right: auto;
    display: flex;
    gap: 10px;
  }
  .full_slider ol.flex-control-nav li {
    margin: 0;
  }
  .full_slider ol.flex-control-nav li a {
    width: 15px;
    height: 15px;
    border-radius: 50px;
  }
  .full_slider ol.flex-control-nav li a.flex-active {
   
    width: 15px;
    right: auto;
  }

}

@media only screen and (max-width: 480px) {

  .full_slider, .slide_item .slide_item_inner, 
  .slider_text .slider_text_inner {
    min-height: 450px;
  }
  .slide_item .slide_item_inner .slide_item_text .slide_title, 
  .slider_text .slider_text_inner .slider_text_inner_text .slider_title {
    
    margin-bottom: 20px;
  }
  .slider_btn_wrap {
    margin-top: 30px;
  }
  .slider_btn_wrap .button {
    min-width: 207px;
  }

}
/*--- Slider Leaves animation-----*/
.slider_text_box {
	position: relative;
	display: inline-flex;
	flex-direction: column;
}

.slider-leaf {
	position: absolute;
	pointer-events: none;
	will-change: transform;
	z-index: 1;
}

/* Leaf Positions */
.slider-leaf-01 {
	top: -30px;
	left: -90px;
   animation: leafFloat1 5.5s ease-in-out infinite;
	animation-duration: 4s;
	animation-delay: 0s;
}

.slider-leaf-02 {
	top: -110px;
	right: -77px;
   animation: leafFloat2 5.5s ease-in-out infinite;
	animation-duration: 5.5s;
	animation-delay: 1s;
}

.slider-leaf-03 {
	top: 46px;
	right: -134px;
   animation: leafFloat3 5.5s ease-in-out infinite;
	animation-duration: 6.5s;
	animation-delay: 2s;
}

@media only screen and (max-width: 1710px) {
  .slider-leaf-01 {
    top: -70px;
    left: 10px;
  }
}
@media only screen and (max-width: 1530px) {
  .slider-leaf-02 {
    right: 10px;
  }
  .slider-leaf-03 {
    right: -40px;
  }
}
@media only screen and (max-width: 1024px) {
  .slider-leaf-01 {
    top: -50px;
    left: 10px;
    width: 30px;
  }
  .slider-leaf-02 {
    right: 40px;
    width: 80px;
    top: -80px;
  }
    .slider-leaf-03 {
    right: -20px;
    width: 60px;
  }
}
@media only screen and (max-width: 800px) {
  .slider-leaf-02 {
    width: 60px;
  }
  .slider-leaf-03 {
    width: 45px;
  }
}

/* Leaf 01 */
@keyframes leafFloat1{
    0%{transform:translate(0,0) rotate(0deg);}
    50%{transform:translate(0,-12px) rotate(3deg);}
    100%{transform:translate(0,0) rotate(0deg);}
}

/* Leaf 02 (same style as Agriwark second leaf) */
@keyframes leafFloat2{
    0%{
        transform: translate(0,0) rotate(0deg);
    }
    25%{
        transform: translate(8px,-6px) rotate(4deg);
    }
    50%{
        transform: translate(14px,4px) rotate(-3deg);
    }
    75%{
        transform: translate(6px,-4px) rotate(2deg);
    }
    100%{
        transform: translate(0,0) rotate(0deg);
    }
}

/* Leaf 03 */
@keyframes leafFloat3{
    0%{transform:translate(0,0) rotate(0deg);}
    50%{transform:translate(-8px,-10px) rotate(-4deg);}
    100%{transform:translate(0,0) rotate(0deg);}
}

/* ===================================
    PAGE Title
=================================== */

.page_title_box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(assets/images/default-banner.jpg);
  border-radius: 30px;
  background-color: rgba(0, 46, 20, 0.67);
  position: relative;
  overflow: hidden;
  
}
.page_title_box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 46, 20, 0.00) 12.98%, rgba(0, 46, 20, 0.17) 25.48%, rgba(0, 46, 20, 0.40) 38.94%, rgba(0, 46, 20, 0.60) 53.37%, rgba(0, 46, 20, 0.67) 65.87%);
  z-index: 2;
}

.page_title_box .title_banner_image {
  width: 100%;
  display: block;
}

.page_title_box .container {
  display: table;
  width: 100%;
  min-height: 295px;
}

.page_title_box .page_title_box_inner .above_title {
  font-size: 25px;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  color: var(--wp--preset--color--white);
  text-transform: uppercase;
}

.page_title_box .page_title_box_inner .page_title {
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--xxx-large);
  letter-spacing:-2.4px;
  margin: 0;
  font-weight: 400;
}

.page_title_box .page_title_box_inner {
  padding: 44px 0;
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  z-index: 3;
}

.page_title_box .page_title_box_inner .title_description {
  font-size: 18px;
  line-height: 24px;
  color: var(--wp--preset--color--white);
  margin: 25px 0 0 0;
  font-weight: 400;
}

.page_title_box .page_title_box_inner .title_description p {
  margin: 0;
}

.page_title_box .page_title_box_inner .description_logo {
  margin: 50px 0 0 0;
}

.page_title_box .page_title_box_inner .button {
  margin-top: 20px;
}

.page_title_box .page_title_box_inner .button:hover {
  background-color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
}

.page_title_box .page_title_box_inner .page_title_content {
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .page_title_box .container {
    min-height: 200px;
  }
}

@media screen and (max-width: 600px) {
  .page_title_box .page_title_box_inner .button {
    margin-top: 15px;
  }
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.entry-header h1.entry-title {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 1.1;
  margin: 0 0 10px;
}

@media only screen and (max-width: 600px) {
  .entry-header h1.entry-title {
    font-size: var(--wp--preset--font-size--x-large);
  }
}
.hentry {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-header,
.page-header,
.entry-footer,
.site-info,
.post-navigation,
.page-navigation,
.comments-area,
.not-found .page-content,
.search .entry-summary {
  margin: 1.5em auto;
  padding-left: 14px;
  padding-right: 14px;

}

.entry-header .wp-post-image {
  margin-bottom: 1.5em;
}

.entry-footer span {
  margin-right: 1em;
}

.entry-footer {
  color: #aaa;
  font-size: 90%;
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
  display: none;

}

@media screen and (min-width: 664px) {

  .entry-header,
  .page-header,
  .entry-footer,
  .site-info,
  .post-navigation,
  .page-navigation,
  .comments-area,
  .not-found .page-content,
  .search .entry-summary {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ===================================
   Blog
=================================== */


.blog_latest_holder {
   padding-top: 50px;
}

.blog_latest_holder .related-title {
   margin-bottom: 50px;
}

.blog_holder.masonry {
   margin-top: 80px;
   margin-bottom: 50px;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   flex-wrap: wrap;
   -webkit-flex-wrap: wrap;
   justify-content: space-between;
}


.blog_holder.masonry article {
   margin: 0 0 2% 0;
   float: none;
   width: 32%;
   background-color: var(--wp--preset--color--white);
}

.blog_holder.masonry article.width-50 {
   width: 49%;
}

.blog_holder.masonry::after {
   content: "";
   width: 31%;
   display: block;
}

.blog_holder.masonry article .masnory-inner {
  opacity: 0;
  padding: 22px;
  -moz-transition: all .4s ease-in-out, -moz-transform .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out, -webkit-transform .4s ease-in-out;
  transition: all .4s ease-in-out, transform .4s ease-in-out;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  transform: scale(.8);
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 30px;
  border: 1.5px solid #E7E7E7;
  background: var(--wp--preset--color--white);
  }

.blog_holder.masonry article.show .masnory-inner {
   opacity: 1;
   -webkit-transform: unset;
   transform: unset;
   -moz-transform: unset;
}

.blog_holder .post_text .entry-title {
  font-size: var(--wp--preset--font-size--large);
  text-transform: none;
  text-shadow: none;
}

.blog_holder .post_text .entry-title a {
  text-decoration: none;
  color: var(--wp--preset--color--black);
}

.blog_holder .post_text .entry-title a:hover {
  color: var(--wp--preset--color--primary);
}
.blog_holder .post_image {
	border-radius: 24px;
	overflow: hidden;
}
.blog_holder .post_text {
  position: relative;
  margin: 20px 0 0;
  padding-bottom: 50px;
  flex-grow: 1;
}

.blog_holder .post_text .post_more {
   bottom: 0;
   position: absolute;
}

.blog_holder .post_text .time.entry_date {
   color: var(--wp--preset--color--primary);
   margin-bottom: 10px;
   text-transform: uppercase;
}

.blog_holder .post_text.has_no_img .time.entry_date {
   margin-left: 0;
   margin-top: 0;
}

.post_image img {
   display: block;
   width: 100%;
}

.author_meta {
   display: table;
   margin-bottom: 15px;
   flex-grow: 1;
}

.author_meta .au_image {
   display: table-cell;
   padding-right: 20px;
   vertical-align: middle;
}

.author_meta .au_name {
   font-size: 13px;
   color: #555555;
   display: table-cell;
   vertical-align: middle;
}

.author_meta .au_image img {
   display: block;
   border-radius: 50px;
}



article .entry-meta {
   margin: 0 0 10px;
   position: relative;
   color: var(--wp--preset--color--primary);
   font-weight: 700;
}

article .entry-meta a {
   color: var(--wp--preset--color--primary);
   text-decoration: none;
   text-transform: uppercase;
   pointer-events: none;
}

article .entry-meta a:hover {
   color: var(--wp--preset--color--black);
}

article .entry-meta .posted-on {
   padding-right: 20px;
   display: inline-block;
   line-height: 40px;
}

article .entry-meta .categories {
   padding-right: 20px;
   display: inline-block;
}

body.single .entry-meta {
   margin: 50px 0 5px;
}

body.single .entry-content {
   padding: 0px;
   background-color: var(--wp--preset--color--white);
}

.single .type-post h2 {
   text-transform: none;
   max-width: 1000px;
}


.related_post {
   padding-top: 80px;
}

.related_post h2.related-title {
   margin-bottom: 40px;
   position: relative;
}

.related_post h2.related-title::before {
   content: "";
   width: 40px;
   height: 3px;
   background-color: var(--wp--preset--color--primary);
   display: block;
   margin-bottom: 20px;
}

body.archive .page-header {
   padding: 0 !important;
   margin-top: 80px;
}

.addtoany_list.a2a_kit_size_32 a.addtoany_share>span {
   background-color: #ef5d50 !important;
}

@media only screen and (max-width: 1024px) {
   .blog_holder.masonry article {
      width: 49%;
   }
}

@media only screen and (max-width: 768px) {
   .blog_holder.masonry article {
      width: 100% !important;
      margin: 0 0 45px 0;
   }

   body.single .entry-content {
      padding: 25px 30px;
   }
}

@media only screen and (max-width: 500px) {

   body.single .entry-content {
      padding: 20px;
   }
}

/*------------------Blog Load More----------------*/

.blog_load_more_button_loading {
   display: none;
}

.blog_load_more_button_holder {
   text-align: center;
   padding: 0 0 80px;
}

.blog_load_more_button_holder .blog_load_more_button span {
   position: relative;
   display: block;
}

/*---------Author Description --------------*/

.author_description {
   background-color: #efefef;
   padding: 30px 40px;
   margin-top: 50px;
   border-left: 5px solid var(--wp--preset--color--primary);
}

.author_description_inner {
   position: relative;
}

.author_description_inner .image img {
   display: block;
}

.author_description_inner .image {
   position: absolute;
   left: 0;
   top: 0;
   border-radius: 50%;
   overflow: hidden;
}

.author_description_inner .author_text_holder {
   padding-left: 130px;
}

.author_description_inner .author_text_holder .author_name.vcard.author {
   color: var(--wp--preset--color--black);
   font-weight: 700;
   font-size: 18px;
   margin: 0 0 17px 0;
}



@media only screen and (max-width: 600px) {
   .author_description_inner .image {
      position: relative;
      left: auto;
      top: auto;
      width: 100px;
      margin-bottom: 20px;
   }

   .author_description_inner .author_text_holder {
      padding-left: 0;
   }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  border-bottom: 1px solid #111;
  margin: 0 auto 60px;

  overflow: hidden;
  padding-bottom: 60px;
  display: none;
}

.nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  width: 50%;
  flex: 1 0 50%;
  display: none;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* ===================================
   Sidebars
=================================== */
.widget-area {
  width: 25%;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

.sidebar-widget {
  margin-bottom: 20px;
  padding: 30px;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}

.sidebar-widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: .95rem;
}

.sidebar-widget p {
  margin-top: 0;

}


.sidebar-widget a {
  text-decoration: none;
}


.sidebar-widget>.wp-block-group {
   margin-bottom: 40px;
   background-color:var(--wp--preset--color--beige,#efefef); 
   padding: 30px;
}

.sidebar-widget .widget-title,
.sidebar-widget h3,
.sidebar-widget .widgettitle,
.related.products>h2,
.woocommerce-Tabs-panel h2 {
   font-weight: 600;
   margin-bottom: 20px;
   text-transform: uppercase;
   font-size: 1.2rem;
   line-height: 2rem;
   color: var(--wp--preset--color--white);
}

.sidebar-widget .kt-row-column-wrap {
   padding: 0;
}

.sidebar-widget h2,
.sidebar-widget h3 {
   color: var(--wp--preset--color--black);
   font-size: 20px;
   font-weight: 700;
}

.sidebar-widget ul li {
   padding-bottom: 20px;
   color: var(--wp--preset--color--white);
}

.sidebar-widget ul li a,
.sidebar-col .entry.loop-entry .entry-header .entry-title a {
   color: var(--wp--preset--color--white);
}

.sidebar-widget ul li a:hover,
.sidebar-col .entry.loop-entry .entry-header .entry-title a:hover {
   color: var(--wp--preset--color--black);
}

.sidebar-widget .wp-block-latest-posts__post-date {
   color: var(--wp--preset--color--white);
}

.sidebar-widget ul.wp-block-categories li {
   border-bottom: 1px solid var(--wp--preset--color--beige);
   padding: 0 0 15px 0;
   margin-bottom: 15px;
   color: var(--wp--preset--color--primary);
}

.sidebar-col .wp-block-kadence-posts .loop-entry .entry-header .entry-meta {
   margin: 0;
}

.sidebar-col .wp-block-kadence-posts .loop-entry .entry-header {
   margin-top: 0 !important;
   margin-bottom: 0;
}

body.single .sidebar-col .entry-meta .posted-on {
   background: none;
   padding: 0;
   line-height: 25px;
}
/*--------------------------------------------------------------
# Page Lyout
--------------------------------------------------------------*/
.page-container {
  margin: 0 auto;
  max-width: 1470px;
  padding: 0 15px;
}

body.single .page-container {
  padding: 0;
}

.page-row {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

.page-col {
  float: left;
  padding: 0 15px;
  width: 73%;
}

.sidebar-col {
  float: left;
  padding: 0 15px;
  width: 27%;
}

.sidebar-widget-wrap {
  margin: 160px 0;
}
@media screen and (max-width: 767px) {
  
  .page-col {
    float: none;
    width: 100%;
  }

  .sidebar-col {
    float: none;
    margin: 0;
    width: 100%;
  }

  .sidebar-wrap {
    margin: 50px 0;
  }
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending {
  /* 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 {
  display: block;
}
/* ===================================
   Nummber P
=================================== */
p.number {
  display: inline-block;
  margin: 0;
  height: 60px;
  width: 60px;
  background-color: var(--wp--preset--color--primary);
  line-height: 60px;
  color: var(--wp--preset--color--white);
  font-size: 30px;
  font-weight: bold;
  border-radius: 50px;
  outline: 5px solid rgba(246, 141, 31, 0.3);
  margin-bottom: 33px;
  text-align: center;
}
/* ===================================
   Order-Unorder List
=================================== */
.entry-content ol {
  margin: 0.5em 0;
}

.entry-content ol li {
  margin: 0 0;
}

.entry-content ul:not(.frm_rootline_hidden_steps):not(.frm_page_bar ):not(.flex-direction-nav):not(.wp-block-post-template):not(.blocks-gallery-grid):not(.kb-gallery-ul):not(.kt-tabs-title-list):not(.wp-block-social-links):not(.splide__list):not(.splide__pagination):not(.slides) {
  list-style: none;

  padding: 0;
}

.entry-content ul:not(.frm_rootline_hidden_steps):not(.frm_page_bar ):not(.flex-direction-nav):not(.wp-block-post-template):not(.blocks-gallery-grid):not(.kb-gallery-ul):not(.kt-tabs-title-list):not(.wp-block-social-links):not(.splide__list):not(.splide__pagination):not(.slides) li {
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 0 20px;
}

.entry-content ul:not(.frm_rootline_hidden_steps):not(.frm_page_bar ):not(.flex-direction-nav):not(.wp-block-post-template):not(.kb-gallery-ul):not(.kt-tabs-title-list):not(.wp-block-social-links):not(.splide__list):not(.splide__pagination):not(.slides) li::before {
  content: '•';
  position: absolute;
  position: absolute;
  left: 4px;
  top: 5px;
  line-height: 10px;
  display: block;

}

.entry-content ul.kt-tabs-title-list li,
.entry-content ul.wc-block-grid__products li,
.entry-content ul.blocks-gallery-grid li {
  padding-left: 0 !important;
  
}

.entry-content ul.blocks-gallery-grid li::before,
.entry-content ul.kt-tabs-title-list li::before,
.entry-content ul.wc-block-grid__products li::before .entry-content ul.kb-gallery-ul li::before,
.entry-content ul.kt-tabs-title-list li::before,
.entry-content ul.wc-block-grid__products li::before {
  display: none !important;
}

.entry-content ul.wc-block-grid__products li {
  padding: 0 15px !important;
}

ul.tick-icon>li,
p.tick-li {
  padding-left: 46px !important;
  position: relative;
}

ul.inline_li>li {
  display: inline-block;
  padding-right: 25px !important;
}

ul.tick-icon>li::before,
p.tick-li::before {
  content: "" !important;
  background-image: url(assets/images/icon-tick.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px !important;
  height: 30px !important;
  background-color: transparent !important;
  top: 0px !important;
}

ul.tick-icon.white>li::before,
p.tick-li.white::before {
  filter: brightness(0) invert(1);
}

ul.tick-icon.blue>li::before,
p.tick-li.blue::before {
  background-image: url(assets/images/icon-tick.svg);
}

p.tick-li {
  background-image: url(assets/images/icon-tick.svg);
  background-repeat: no-repeat;
  background-position: left 7px;
  margin-bottom: 28px;
}

ul.tick-icon-big {
  margin-top: 0 !important;
}

ul.tick-icon-big>li {
  padding-left: 40px !important;
  position: relative;
  font-size: 20px;
  margin-bottom: 27px !important;

}

ul.tick-icon-big>li::before {
  background-image: url(assets/images/icon-tick.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px !important;
  height: 25px !important;
  background-color: transparent !important;
  top: 1px !important;
}

.entry-content ol:not(.flex-control-nav) {
  counter-reset: item;
  list-style-type: none;
}

.entry-content ol:not(.flex-control-nav) li {
  display: block;
  font-size: 18px;
  color: var(--wp--preset--color--black);
  line-height: 24px;
  padding-bottom: 10px;
  padding-left: 38px;
  position: relative;
}

.entry-content ol:not(.flex-control-nav) li::before {
  content: counter(item) "  ";
  counter-increment: item;
  background-color: var(--wp--preset--color--primary);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  color: var(--wp--preset--color--white);
  line-height: 25px;
  font-size: 14px;
  font-weight: bold;
  margin-right: 0;
  position: absolute;
  left: 0;
  top: 1px;
}


/* ===================================
   Table
=================================== */

.wp-block-table thead {
  border-bottom: 2px solid;
}

.wp-block-table .has-fixed-layout th {
  text-align: left;
  font-weight: 400;
}

.wp-block-table {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.wp-block-table :where(figcaption) {
  color: var(--wp--preset--color--white);
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  background-color: var(--wp--preset--color--primary);
  line-height: 32px;
  padding: 13px 30px;
  display: inline-block;
  width: auto;
}

.wp-block-table.is-style-stripes thead {
  border-bottom: 0;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  text-align: left;
  font-weight: 700;
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  padding: .9em;
}

.wp-block-table.is-style-stripes tbody tr {
  background-color: var(--wp--preset--color--beige);
}

.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
  background-color: var(--wp--preset--color--white);
}
/* ===================================
   404 page
=================================== */
.error-404.not-found {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  height: calc(100vh - 70px);
}

.error-404.not-found h1 {
  color: var(--wp--preset--color--black);
  font-size: clamp(6.25rem, -0.9754rem + 23.1214vw, 18.75rem);
  line-height: 0.75em;
  margin: 0px;
  font-weight: 700;
  text-shadow: 2px 2px 0px var(--wp--preset--color--primary), -2px -2px 0px var(--wp--preset--color--secondary), 0px 0px 8px #fff;
}

.error-404.not-found .page-content {
  max-width: 600px;
  padding-top: 30px;
  font-size: 20px;
}

.error-404.not-found .page-content .homebtn {
  margin-top: 30px;
}


/* ===================================
   Site Footer
=================================== */

.site-footer {
  background-color: var(--wp--preset--color--white);
  margin: 0 auto;
  max-width: 1920px;
  padding-top: 50px;
}
.footer-top {
  padding: 75px 0 85px;
  background-color: var(--wp--preset--color--secondary);
	border-radius: 30px 30px 0 0;
  color: var(--wp--preset--color--white);
}


.footer-inner {
  margin: 0 auto;
}
.footer-top .footer-widget {
  padding: 0 15px;
}

.footer-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.footer-widget ul.menu li {
  margin: 0 0 10px 0;
}

.footer-widget a:not(.button) {
  text-decoration: none;
  color: var(--wp--preset--color--white);
}

.footer-widget a:not(.button):hover {
  color: var(--wp--preset--color--primary);
}

/*.footer-widget ul li::before {content: "/";position: relative;	margin-left: -20px;	margin-right: 7px;}

.footer-widget ul li:first-child:before{ display:none;}*/
.footer-widget ul:not(.wp-block-social-links) li a {
  text-decoration: none;
  color: var(--wp--preset--color--white);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.footer-widget ul:not(.wp-block-social-links) li a:hover,
.footer-widget ul:not(.wp-block-social-links) li.current_page_item a,
.footer-widget ul:not(.wp-block-social-links) li.current-menu-item a,
.footer-widget ul:not(.wp-block-social-links) li.current_page_parent a {
  color: var(--wp--preset--color--primary);
}

.footer-widget.widget_text a:hover {
  text-decoration: none;
  color: var(--wp--preset--color--primary);
}

.footer-top p {
  margin-top: 15px;
  margin-bottom: 0;
}

.footer-bot .footer-copyright {
  padding: 25px 0 25px 0;
  text-align: center;
}
.footer-bottom-widget a {
  color: var(--wp--preset--color--secondary);
  text-decoration: none;
  font-weight: 700;
}
.footer-bottom-widget a:hover {
  color: var(--wp--preset--color--secondary);
  text-decoration: underline;
}

.footer-bottom-widget .widget {
  margin: 0;
}

.footer-bottom-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.footer-bottom-widget ul li {
  list-style: none;
  margin: 0 0 0 24px;
  padding: 0;
  position: relative;
}

.footer-bottom-widget ul li::before {
  content: "|";
  position: relative;
  margin-left: -16px;
  margin-right: 7px;
}

.footer-bottom-widget ul li a {
  text-decoration: none;
}

.footer-bottom-widget ul li a:hover,
.footer-bottom-widget ul li.current_page_item a,
.footer-bottom-widget ul li.current-menu-item a,
.footer-bottom-widget ul li.current_page_parent a {
  color: var(--wp--preset--color--primary);
}

.footer-copyright .footer-bottom-widget {
  display: flex;
  align-items: center;
}

.footer-copyright p {
  margin: 0;
}

.footer-bot {
	color: var(--wp--preset--color--secondary);
	background-color: var(--wp--preset--color--white);
}

.footer-bot .footer-copyright {
  font-size: 12px;
  display: flex;
  justify-content: center;
}


.section_footer {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
}

.section_footer .footer_logo_col {
	width: 49%;
	padding-right: 50px;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 21px;
	letter-spacing: -0.28px;
}
.section_footer .footer_logo_col > div {
	max-width: 500px;
}
.section_footer .footer_logo {
	margin-bottom: 30px;
}

.section_footer .ft_tag_line {
	color: var(--wp--preset--color--primary);
	font-weight: 500;
  margin-top: 40px;
}

.section_footer .footer_menu_contact_col {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.section_footer .footer_menu_contact_col .footer_col_inner {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
.section_footer .menu_heading {
	color: var(--wp--preset--color--primary);
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: -1px;
  margin-bottom: 15px;
}
.footer_menu_col .email,
.footer_menu_col .phone {
	margin-bottom: 10px;
}
.footer_menu_col .footer_button {
	margin-top: 25px;
}
.section_footer .footer_partner_col {
	display: flex;
  flex-wrap: wrap;
	gap: 35px;
	align-items: center;
	margin-top: auto;
  width: 100%;
}


@media only screen and (max-width: 1200px) {
  .section_footer .footer_logo_col {
    width: 40%;
  }
}


@media only screen and (max-width: 980px) {
  .section_footer {
    display: block;
  }
  .section_footer .footer_logo_col {
    width: auto;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .section_footer .footer_logo_col > div {
    max-width: 100%;
  }

}


@media only screen and (max-width: 600px) {
 .section_footer {
    text-align: center;
  }
  .footer-top {
    padding: 40px 0;
  }
  .section_footer .footer_menu_contact_col .footer_col_inner {
    display: flex;
    gap: 30px;
    flex-direction: column;
  }

  .section_footer .footer_partner_col {
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
  }
  .footer-widget ul {
    display: flex;
    gap: 20px;
    justify-content: center;
  }

}
/*--------------------------------------------------------------
# Animation
--------------------------------------------------------------*/

.fadeInUp {
  animation-name: fadeInUp;
}

.fadeInDown {
  animation-name: fadeInDown;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

.fadeInRight {
  animation-name: fadeInRight;
}

.bounceInUp {
  animation-name: bounceInUp;
}

/* Keyframes for the bouncy effect */
@keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  100% {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(.9);
  }

  75% {
    transform: translate3d(0, 10px, 0) scaleY(.95);
  }

  90% {
    transform: translate3d(0, -5px, 0) scaleY(.985);
  }

  100% {
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft {

  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInRight {

  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animated.delay-100ms {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

.animated.delay-200ms {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

.animated.delay-300ms {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.animated.delay-400ms {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

.animated.delay-500ms {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

.animated.delay-600ms {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.animated.delay-700ms {
  -webkit-animation-delay: .7s;
  animation-delay: .7s
}

.animated.delay-800ms {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}
.animated.delay-900ms {
  -webkit-animation-delay: .9s;
  animation-delay: .9s
}

.animated.delay-1000ms {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}
.section_title_above {
	margin-bottom: 22px;
}

/* Disable animations on mobile devices */

/*@media only screen and (max-width: 1023px) {
 .animated {
 opacity: 1 !important;
 filter: alpha(opacity=100) !important;
 -webkit-animation: none !important;
 -moz-animation: none !important;
 -o-animation: none !important;
 animation: none !important;
}
}*/
