/*!
Theme Name: brachi-gottlieb
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: brachi-gottlieb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

brachi-gottlieb is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

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

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

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #0f392f;
}

a:visited {
  color: #000;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

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 {
  border-color: #aaa #bbb #bbb;
}

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 {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

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: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: auto;
}

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

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

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

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

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

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

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

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

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

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

/* 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 logo link wraps around logo image. */
.custom-logo-link {
  display: block;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  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;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*==================================================
			Theme Styles
====================================================*/
@font-face {
  font-family: "CatamaranLight";
  src: url("fonts/CatamaranLight.eot");
  src: url("fonts/CatamaranLight.eot") format("embedded-opentype"),
    url("fonts/CatamaranLight.woff2") format("woff2"),
    url("fonts/CatamaranLight.woff") format("woff"),
    url("fonts/CatamaranLight.ttf") format("truetype"),
    url("fonts/CatamaranLight.svg#CatamaranLight") format("svg");
}
@font-face {
  font-family: "CatamaranRegular";
  src: url("fonts/CatamaranRegular.eot");
  src: url("fonts/CatamaranRegular.eot") format("embedded-opentype"),
    url("fonts/CatamaranRegular.woff2") format("woff2"),
    url("fonts/CatamaranRegular.woff") format("woff"),
    url("fonts/CatamaranRegular.ttf") format("truetype"),
    url("fonts/CatamaranRegular.svg#CatamaranRegular") format("svg");
}
@font-face {
  font-family: "CatamaranMedium";
  src: url("fonts/CatamaranMedium.eot");
  src: url("fonts/CatamaranMedium.eot") format("embedded-opentype"),
    url("fonts/CatamaranMedium.woff2") format("woff2"),
    url("fonts/CatamaranMedium.woff") format("woff"),
    url("fonts/CatamaranMedium.ttf") format("truetype"),
    url("fonts/CatamaranMedium.svg#CatamaranMedium") format("svg");
}
@font-face {
  font-family: "CatamaranSemiBold";
  src: url("fonts/CatamaranSemiBold.eot");
  src: url("fonts/CatamaranSemiBold.eot") format("embedded-opentype"),
    url("fonts/CatamaranSemiBold.woff2") format("woff2"),
    url("fonts/CatamaranSemiBold.woff") format("woff"),
    url("fonts/CatamaranSemiBold.ttf") format("truetype"),
    url("fonts/CatamaranSemiBold.svg#CatamaranSemiBold") format("svg");
}
@font-face {
  font-family: "CatamaranBold";
  src: url("fonts/CatamaranBold.eot");
  src: url("fonts/CatamaranBold.eot") format("embedded-opentype"),
    url("fonts/CatamaranBold.woff2") format("woff2"),
    url("fonts/CatamaranBold.woff") format("woff"),
    url("fonts/CatamaranBold.ttf") format("truetype"),
    url("fonts/CatamaranBold.svg#CatamaranBold") format("svg");
}
@font-face {
  font-family: "CatamaranExtraBold";
  src: url("fonts/CatamaranExtraBold.eot");
  src: url("fonts/CatamaranExtraBold.eot") format("embedded-opentype"),
    url("fonts/CatamaranExtraBold.woff2") format("woff2"),
    url("fonts/CatamaranExtraBold.woff") format("woff"),
    url("fonts/CatamaranExtraBold.ttf") format("truetype"),
    url("fonts/CatamaranExtraBold.svg#CatamaranExtraBold") format("svg");
}
@font-face {
  font-family: "CatamaranBlack";
  src: url("fonts/CatamaranBlack.eot");
  src: url("fonts/CatamaranBlack.eot") format("embedded-opentype"),
    url("fonts/CatamaranBlack.woff2") format("woff2"),
    url("fonts/CatamaranBlack.woff") format("woff"),
    url("fonts/CatamaranBlack.ttf") format("truetype"),
    url("fonts/CatamaranBlack.svg#CatamaranBlack") format("svg");
}
body.elementor-editor-active header#masthead {
  position: relative;
}
body.elementor-editor-active main#primary {
  padding-top: 0px;
  z-index: 9999;
  overflow: visible;
}
main#primary .elementor-element p {
  margin: 0;
}
main#primary .elementor-element p:not(:last-child) {
  margin-bottom: 20px;
}
body {
  direction: rtl;
  font-family: "Almoni DL AAA", Sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
a,
button,
input {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.elementor-kit-7.elementor-page {
  --e-global-typography-primary-font-family: "Almoni DL AAA", Sans-serif;
  --e-global-typography-secondary-font-family: "Almoni DL AAA", Sans-serif;
  --e-global-typography-text-font-family: "Almoni DL AAA", Sans-serif;
  --e-global-typography-accent-font-family: "Almoni DL AAA", Sans-serif;
}
body.elementor-kit-7.elementor-page
  #page
  main#primary
  h1.elementor-heading-title,
body.elementor-kit-7.elementor-page
  #page
  main#primary
  h2.elementor-heading-title {
    font-family: "Almoni DL AAA", Sans-serif;
    font-weight: bold;
}
body.elementor-kit-7.elementor-page
  #page
  main#primary
  h3.elementor-heading-title,
body.elementor-kit-7.elementor-page
  #page
  main#primary
  h4.elementor-heading-title {
    font-family: "Almoni DL AAA", Sans-serif;
    font-weight: bold;
}
body.elementor-kit-7.elementor-page
  #page
  main#primary
  h5.elementor-heading-title,
body.elementor-kit-7.elementor-page
  #page
  main#primary
  h6.elementor-heading-title {
  font-family: "Almoni DL AAA", Sans-serif;
}
body.elementor-kit-7.elementor-page #page main#primary .elementor-button {
  font-family: "Almoni DL AAA", Sans-serif;
}
header#masthead {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
}
body:not(.elementor-editor-active) header#masthead {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}
.fixed-header {
  padding: 30px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.admin-bar header#masthead {
  top: 32px;
}
header#masthead > div > .container {
  max-width: 96%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
nav#site-navigation {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
}
.site-branding {
  max-width: 220px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.custom-logo-link > img {
  display: block;
}
ul#primary-menu {
  padding-right: 0;
  column-gap: 2.1vw;
  /* column-gap: 40px; */
  align-items: center;
}
ul#primary-menu > li > a {
  font-size: 18px;
  line-height: 1.2em;
    padding: 12px 1vw;
    border-radius: 15px 15px 0 0;
}
ul#primary-menu > li > a:focus,
ul#primary-menu > li > a:visited,
ul#primary-menu > li > a:hover {
  color: #000000;
}
ul#primary-menu > li.current-menu-item > a {
  color: #ffd077;
}
ul#primary-menu > li > a.menu-image-title-before {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
ul#primary-menu > li > a.menu-image-title-before > span {
  padding-right: 4px;
  display: block;
}
ul#primary-menu > li > a.menu-image-title-before > img {
  display: block;
  padding-left: 0;
  max-width: 24px;
  max-height: 24px;
  margin-top: -3px;
}
header#masthead ul#primary-menu > li.search > a {
  width: 34px;
  height: 34px;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin: -5px 0;
    padding: 18px;
}
ul#primary-menu > li.search > a > img {
  display: block;
  max-width: 16px;
}
ul#primary-menu > li.search > a:hover {
  background: #f4f4f4;
}
ul#primary-menu>li.menu-item-has-children:hover>a {
    background-color: #BEDDD8;
}
ul#primary-menu>li.menu-item-has-children ul.sub-menu {
    left: inherit;
    right: 0;
    min-width: 350px;
    float: none;
    background-color: #BEDDD8;
    padding: 40px;
    border-radius: 15px 0px 15px 15px;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
ul#primary-menu>li.menu-item-has-children ul.sub-menu>li {
    width: calc(50% - 10px);
}
ul#primary-menu>li.menu-item-has-children ul.sub-menu>li>a {
    font-size: 18px;
    line-height: 1.2em;
    color: #000000;
    display: block;
    width: 100%;
}
ul#primary-menu>li.menu-item-has-children ul.sub-menu>li>a:hover {
    color: #606060;
}
ul#primary-menu>li.menu-item-has-children:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
}
body.admin-bar header#masthead {
  top: 32px;
}
header#masthead.fixed {
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 20%);
}
header#masthead.fixed .fixed-header {
  padding: 15px 0;
}
header#masthead.fixed .site-branding {
  max-width: 160px;
}
main#primary {
  border-radius: 0px 0px 50px 50px;
  overflow: hidden;
  position: relative;
  z-index: 99;
  background: #ffffff;
  padding-top: 130px;
  pointer-events: auto;
  width: 100%;
}
button.menu-btn {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 0;
  border: none;
  background: transparent;
  padding: 0;
  position: relative;
  overflow: hidden;
}
span.menu-bar {
  display: block;
  width: 30px;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform-origin: center;
}
span.menu-bar:nth-child(1) {
  margin-top: -10px;
}
button.menu-btn.active span.menu-bar:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotateY(90deg);
  -ms-transform: translate(-50%, -50%) rotateY(90deg);
  -moz-transform: translate(-50%, -50%) rotateY(90deg);
  transform: translate(-50%, -50%) rotateY(90deg);
}
span.menu-bar:nth-child(3) {
  margin-top: 10px;
}
button.menu-btn.active span.menu-bar:nth-child(1),
button.menu-btn.active span.menu-bar:nth-child(3) {
  margin-top: 0;
}
button.menu-btn.active span.menu-bar:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
button.menu-btn.active span.menu-bar:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
#search-form {
  position: absolute;
  left: 15px;
  display: flex;
  top: 50%;
  margin-top: -22px;
  column-gap: 30px;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
}
button.close-search {
  width: 34px;
  height: 34px;
  padding: 7px;
  border: 1px solid #000000;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}
button.close-search:hover {
  background: #f2f2f2;
}
button.close-search > svg {
  display: block;
  width: 100%;
  height: auto;
}
form.search-form {
  display: flex;
  column-gap: 15px;
  width: 500px;
}
input.search-submit {
  font-family: "Almoni DL AAA", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
  background-color: #0f392f;
  border-radius: 50px;
  padding: 10px 35px;
  color: #ffffff;
  cursor: pointer;
}
input.search-submit:focus {
  outline: 0;
}
input.search-submit:hover {
  background-color: #000000;
}
input.search-field {
  display: block;
  width: 100%;
  border-radius: 50px;
  padding: 10px 25px;
  font-family: "Almoni DL AAA", Sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  direction: rtl;
  color: #0f392f;
}
input.search-field:focus {
  outline: 0;
  border-color: #0f392f;
}
header#masthead.search-active nav#site-navigation {
    opacity: 0;
    visibility: hidden;
}
header#masthead.search-active #search-form {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
footer#colophon {
  background: #0f392f;
  color: #ffffff;
  padding-top: 175px;
  padding-bottom: 100px;
  position: fixed;
  z-index: 10;
  left: 0;
  width: 100%;
  top: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
#smooth-wrapper {
  z-index: 99;
  pointer-events: none;
  width: 100%;
}
#smooth-content {
  pointer-events: none;
  width: 100%;
}
section#footer-space {
  width: 100vw;
  height: 100vh;
  user-select: none;
  pointer-events: none;
}
.footer-widgets {
  display: flex;
  flex-wrap: wrap;
}
.footer-widget.footer-widget1 {
  width: 100%;
  margin-bottom: 120px;
}
.footer-widget.footer-widget1 h2.widget-title {
  font-family: "Almoni DL AAA", Sans-serif;
  font-size: 28px;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 25px;
}
form.wpcf7-form .contact-wrapper {
  display: flex;
  direction: rtl;
  column-gap: 25px;
}
form.wpcf7-form .contact-wrapper .contact-column {
  width: 26%;
}
form.wpcf7-form .contact-wrapper .contact-column:last-child {
  width: 19%;
}
form.wpcf7-form .contact-wrapper .contact-column p {
  margin: 0;
  height: 100%;
}
form.wpcf7-form .contact-wrapper .contact-column p span {
  display: block;
}
form.wpcf7-form .contact-wrapper .contact-column p input {
  display: block;
  width: 100%;
  border-radius: 50px;
  padding: 12px 25px;
  font-family: "Almoni DL AAA", Sans-serif;
  font-size: 18px;
  direction: rtl;
  color: #0f392f;
}
form.wpcf7-form .contact-wrapper .contact-column p input::placeholder {
  color: #0f392f;
  opacity: 1; /* Firefox */
}
form.wpcf7-form
  .contact-wrapper
  .contact-column
  p
  input::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #0f392f;
}
form.wpcf7-form .contact-wrapper .contact-column p input:focus {
  outline: 0;
}
form.wpcf7-form .contact-wrapper .contact-column p button.submit-btn {
  display: flex;
  width: 100%;
  background: #3da593;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  height: 100%;
  font-family: "Almoni DL AAA", Sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}
form.wpcf7-form .contact-wrapper .contact-column p button.submit-btn:hover {
  background: #ffd074;
}
form.wpcf7-form .contact-wrapper .contact-column p button.submit-btn:after {
  content: "";
  display: block;
  width: 30px;
  height: 16px;
  background-image: url("img/arrow-btn.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.footer-widget .widget {
  margin-bottom: 0;
}
.footer-widget.footer-widget2 {
  width: 50%;
}
.footer-widget.footer-widget3,
.footer-widget.footer-widget4 {
  width: 25%;
  padding-top: 50px;
}
.footer-widget.footer-widget5 {
  width: 100%;
  margin-top: 80px;
}
.footer-widget.footer-widget2 h2.widget-title {
  font-size: 45px;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 25px;
}
.footer-widget.footer-widget2 .textwidget {
  font-size: 18px;
  line-height: 1.2em;
}
.footer-widget.footer-widget2 .textwidget p {
  margin: 0;
}
.footer-widget.footer-widget2 .textwidget p:not(:last-child) {
  margin-bottom: 25px;
}
.footer-widget.footer-widget2 .textwidget p a {
  color: #ffffff;
  text-decoration: none;
}
.footer-widget.footer-widget2 .textwidget p a:hover {
  color: #ec8b22;
}
.footer-widget .widget ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.footer-widget .widget ul.menu > li > a {
  font-size: 16px;
  line-height: 1.2em;
  color: #ffffff;
  text-decoration: none;
}
.footer-widget .widget ul.menu > li > a:hover {
  color: #ec8b22;
}
.footer-widget.footer-widget4 .widget ul.menu > li > a.menu-image-title-before {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.footer-widget.footer-widget4
  .widget
  ul.menu
  > li
  > a.menu-image-title-before
  > img {
  padding-left: 0;
  border-radius: 10px;
  background: #ffffff;
  width: 26px;
  height: 26px;
  object-fit: contain;
  object-position: center;
}
.footer-widget.footer-widget5 .widget ul.menu {
  flex-direction: row;
  column-gap: 5%;
}
/*===== Homepage Style =====*/
#banner-slider > .banner-slide.e-flex {
  width: 33%;
  cursor: pointer;
  padding: 40px 15px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#banner-slider > .banner-slide.e-flex.active {
  width: 100%;
  padding: 40px 25px;
}
#banner-slider > .banner-slide.e-flex:not(.active) h3.elementor-heading-title {
  font-size: 28px;
}
#banner-slider > .banner-slide.e-flex h3.elementor-heading-title {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#banner-slider > .banner-slide.e-flex .elementor-widget-heading {
  max-width: 250px;
}
#services-section .elementor-widget-icon-box .elementor-icon-box-wrapper {
  flex-direction: row;
}
#services-section
  .elementor-widget-icon-box
  .elementor-icon-box-wrapper
  h3.elementor-icon-box-title {
  margin-bottom: 15px;
}
main#primary .elementor-widget-button span.elementor-button-content-wrapper {
  flex-direction: row-reverse;
}
main#primary
  .elementor-widget-button.theme-button
  a.elementor-button
  span.elementor-button-icon {
  display: flex;
}
main#primary .elementor-widget-button.theme-button a.elementor-button svg {
  width: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.elementor-kit-7.elementor-page
  #page
  main#primary
  .elementor-widget-button.theme-button
  a.elementor-button {
    font-family: "Almoni DL AAA", Sans-serif;
    font-weight: bold;
}
body.elementor-kit-7.elementor-page
  #page
  main#primary
  .elementor-widget-button.theme-button.thin-font
  a.elementor-button {
    font-family: "Almoni DL AAA", Sans-serif;
}
main#primary
  .elementor-widget-button.theme-button
  a.elementor-button:hover
  svg {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
#services-section .elementor-widget-counter .elementor-counter {
  display: flex;
  align-items: center;
  column-gap: 12px;
  flex-direction: row-reverse;
}
#services-section
  .elementor-widget-counter
  .elementor-counter
  > .elementor-counter-title {
  white-space: nowrap;
}
body:not(.elementor-editor-active) #tab-contents .e-flex.tab-content {
  display: none;
}
body:not(.elementor-editor-active) #tab-contents .e-flex.tab-content.active {
  display: block;
}
#tab-buttons .tab-button.active {
  z-index: 20;
}
#tab-buttons .tab-button.active a.elementor-button {
  background: #3da593;
}
#tab-buttons .tab-button:not(.active):nth-child(1) a.elementor-button {
  padding-left: 80px;
  margin-left: -60px;
}
#tab-buttons .tab-button:not(.active):nth-child(2) a.elementor-button {
  padding-right: 80px;
  margin-right: -60px;
}
body:not(.elementor-editor-active) #testimonials {
  display: block;
  padding: 0;
  direction: ltr;
  margin-left: -35px;
  margin-right: -35px;
  width: auto;
  padding-bottom: 60px;
  position: relative;
}
body:not(.elementor-editor-active) #testimonials .elementor-widget-testimonial {
  direction: rtl;
}
body:not(.elementor-editor-active)
  #testimonials
  .elementor-widget-testimonial
  .elementor-testimonial-image {
  padding-right: 0;
}
body:not(.elementor-editor-active)
  #testimonials
  .elementor-widget-testimonial
  .elementor-testimonial-meta-inner {
  display: flex;
  align-items: flex-end;
  column-gap: 25px;
}
body:not(.elementor-editor-active) #testimonials button.slick-arrow {
  position: absolute;
  bottom: 0;
  background: transparent;
  border-radius: 0;
  border: none;
  padding: 0;
  cursor: pointer;
}
body:not(.elementor-editor-active) #testimonials button.slick-prev.slick-arrow {
  left: 50%;
  margin-left: 5px;
}
body:not(.elementor-editor-active) #testimonials button.slick-next.slick-arrow {
  right: 50%;
  margin-right: 5px;
}
.post-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.single-article {
  width: 31%;
}
.post-thumbnail {
  border-radius: 20px;
  overflow: hidden;
}
.post-thumbnail a,
.post-thumbnail a img {
  display: block;
}
.post-thumbnail a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-thumbnail a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.single-article h2 {
  margin-top: 20px;
  font-family: "Almoni DL AAA", Sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.1em;
  margin-bottom: 20px;
}
.single-article a {
  color: #0f392f;
  text-decoration: none;
}
.single-article h2 a:hover {
  color: #ffd077;
}
.post-excerpt {
  font-size: 16px;
  line-height: 1.4em;
}
form.wpcf7-form .contact-row {
  margin-bottom: 20px;
}
form.wpcf7-form .contact-row span.wpcf7-form-control-wrap {
  display: block;
}
form.wpcf7-form
  .contact-row
  span.wpcf7-form-control-wrap
  input.wpcf7-form-control {
  display: block;
  width: 100%;
  border-radius: 50px;
  padding: 12px 25px;
  font-family: "Almoni DL AAA", Sans-serif;
  font-size: 18px;
  direction: rtl;
  color: #0f392f;
}
form.wpcf7-form
  .contact-row
  span.wpcf7-form-control-wrap
  input.wpcf7-form-control:focus {
  outline: 0;
  border: 1px solid #ec8b22;
}
form.wpcf7-form .contact-submit button.submit-btn {
  display: flex;
  width: 100%;
  background: #0f392f;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  height: 100%;
  font-family: "Almoni DL AAA", Sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  padding: 16px;
  direction: rtl;
}
form.wpcf7-form .contact-submit button.submit-btn:hover {
  background: #ec8b22;
}
form.wpcf7-form .contact-submit button.submit-btn:after {
  content: "";
  display: block;
  width: 30px;
  height: 16px;
  background-image: url(img/arrow-btn.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.go-footer {
  cursor: pointer;
}
body:not(.elementor-editor-active) #horizontal-section {
  transition: none;
  display: block;
}
body:not(.elementor-editor-active) #slideup-content-wrapper,
body:not(.elementor-editor-active) .horizontal-wrapper,
body:not(.elementor-editor-active) #slideup-content-wrapper .slideup-content,
footer#colophon .footer-widgets,
body:not(.elementor-editor-active)
  #tab-contents
  .e-flex.tab-content
  .elementor-widget-heading,
body:not(.elementor-editor-active)
  #tab-contents
  .e-flex.tab-content
  .elementor-widget-text-editor,
body:not(.elementor-editor-active)
  #horizontal-section
  .horizontal-wrapper
  > .elementor-element
  span.elementor-icon,
body:not(.elementor-editor-active) #card-section {
  transition: none;
}
body:not(.elementor-editor-active) #horizontal-section .horizontal-wrapper {
  width: calc(100vw * 3);
  max-width: 260vw;
  flex-wrap: nowrap;
}
body:not(.elementor-editor-active)
  #horizontal-section
  .horizontal-wrapper
  > .elementor-element {
  width: calc((100% - 80px) / 5);
  padding: 6vw;
}
body:not(.elementor-editor-active) #slideup-content-wrapper > .e-con-inner {
  position: relative;
}
body:not(.elementor-editor-active)
  #slideup-content-wrapper
  .slideup-content:not(:first-child) {
  position: absolute;
}
body:not(.elementor-editor-active) .elementor-element.service-counter.e-flex {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
body:not(.elementor-editor-active)
  .elementor-element.service-counter.e-flex.active {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
body:not(.elementor-editor-active)
  #tab-contents
  .e-flex.tab-content
  .elementor-widget-heading,
body:not(.elementor-editor-active)
  #tab-contents
  .e-flex.tab-content
  .elementor-widget-text-editor,
body:not(.elementor-editor-active)
  #tab-contents
  .e-flex.tab-content
  .elementor-widget-icon {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  transform: translateY(50px);
}
body:not(.elementor-editor-active)
  #horizontal-section
  .horizontal-wrapper
  > .elementor-element
  span.elementor-icon {
  -webkit-transform: translateX(-30vw);
  -moz-transform: translateX(-30vw);
  -ms-transform: translateX(-30vw);
  transform: translateX(-30vw);
}
.breadcrumb {
  display: flex;
  align-items: center;
  column-gap: 8px;
  color: #000000;
  font-size: 18px;
  line-height: 1.2em;
}
.breadcrumb a {
  color: #000000;
}
.breadcrumb a:hover {
  color: #b2b2b2;
}
#posts-grid .alm-listing.alm-ajax {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 50px;
}
#posts-grid .alm-btn-wrap {
  margin-bottom: 0;
  padding-top: 0;
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
#posts-grid .alm-btn-wrap button.alm-load-more-btn {
  padding: 0 0 0 50px;
  height: auto;
  color: #0f392f;
  font-family: "Almoni DL AAA", Sans-serif;
  font-size: 26px;
  line-height: 1.2em;
  background: transparent;
  box-shadow: none;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
#posts-grid .alm-btn-wrap button.alm-load-more-btn:after {
  content: "";
  display: block;
  width: 30px;
  height: 16px;
  background-image: url("img/arrow-left-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
section.article-banner {
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
  width: 100%;
}
section.article-banner:before {
  content: "";
  display: block;
  width: 100%;
  height: 45%;
  background: #5abdb2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
section.article-banner > .container {
  position: relative;
  z-index: 90;
}
.thumbnail {
  overflow: hidden;
  border-radius: 25px;
  height: 300px;
}
.thumbnail > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.post-breadcumb {
  margin-top: 25px;
}
.post-breadcumb .breadcrumb a {
  text-decoration: none;
}
#page {
  display: block;
}
article.main-article {
  margin-bottom: 50px;
}
.article-content-wrapper {
  max-width: 1300px;
  margin: 0 auto;
}
.article-title {
  border-bottom: 1px solid #ec8b22;
  margin-bottom: 50px;
  padding-bottom: 25px;
}
.article-title h1 {
  margin: 0;
  font-size: 56px;
  line-height: 1.1em;
}
form.mc4wp-form .mc4wp-form-fields .subscriber-form {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
}
form.mc4wp-form .mc4wp-form-fields .subscriber-form input[type="email"] {
  font-family: "Almoni DL AAA", Sans-serif;
  font-size: 22px;
  line-height: 1.2em;
  border-radius: 0;
  border: 0px solid #091b24;
  border-bottom-width: 1px;
  padding: 8px 0;
  height: 44px;
  width: calc(100% - 100px);
}
form.mc4wp-form .mc4wp-form-fields .subscriber-form input[type="email"]:focus {
  outline: 0;
}
form.mc4wp-form
  .mc4wp-form-fields
  .subscriber-form
  input[type="email"]::placeholder {
  color: #091b24;
  opacity: 1; /* Firefox */
}
form.mc4wp-form
  .mc4wp-form-fields
  .subscriber-form
  input[type="email"]::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #091b24;
}
form.mc4wp-form .mc4wp-form-fields .subscriber-form button[type="submit"] {
  background: #ec8b22;
  border-radius: 50px;
  min-width: 80px;
  height: 44px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}
form.mc4wp-form
  .mc4wp-form-fields
  .subscriber-form
  button[type="submit"]:hover {
  background: #d87711;
}
form.mc4wp-form
  .mc4wp-form-fields
  .subscriber-form
  button[type="submit"]:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("img/union.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
form.mc4wp-form
  .mc4wp-form-fields
  .subscriber-form
  button[type="submit"]
  > span {
  display: none;
}
section.related-articles {
  padding-bottom: 100px;
  padding-top: 20px;
}
.related-title {
  margin-bottom: 40px;
}
.related-title h3 {
  margin: 0;
  font-family: "Almoni DL AAA", Sans-serif;
  font-size: 22px;
  line-height: 1.2em;
}
.related-posts {
  display: flex;
  justify-content: space-between;
}
form.wpcf7-form
  .contact-row
  span.wpcf7-form-control-wrap
  textarea.wpcf7-form-control {
  display: block;
  width: 100%;
  border-radius: 25px;
  padding: 12px 25px;
  font-family: "Almoni DL AAA", Sans-serif;
  font-size: 18px;
  direction: rtl;
  color: #0f392f;
  height: 140px;
}
form.wpcf7-form
  .contact-row
  span.wpcf7-form-control-wrap
  textarea.wpcf7-form-control:focus {
  outline: 0;
}
#contact-section form.wpcf7-form .contact-submit button.submit-btn {
  max-width: 200px;
}
#contact-content .elementor-accordion .elementor-accordion-item {
  border-color: #8f929f;
  border-radius: 25px;
  overflow: hidden;
}
#contact-content .elementor-accordion .elementor-tab-title {
  display: flex;
  align-items: center;
  column-gap: 15px;
  padding: 50px 20%;
}
#contact-content .elementor-accordion .elementor-tab-content {
  padding: 5%;
  font-family: "Almoni DL AAA", Sans-serif;
  font-size: 20px;
  line-height: 1.3em;
}
#contact-content
  .elementor-accordion
  .elementor-tab-title
  span.elementor-accordion-icon {
  width: 12px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact-content
  .elementor-accordion
  .elementor-tab-title
  a.elementor-accordion-title {
  font-family: "Almoni DL AAA", Sans-serif;
  font-size: 25px;
  line-height: 1.2em;
  color: #091b24;
}
#contact-content
  .elementor-accordion
  .elementor-tab-title.elementor-active
  a.elementor-accordion-title {
  color: #ec8b22;
}
#contact-content .elementor-accordion .elementor-tab-title:hover {
  background: #f2f2f2;
}
#contact-content
  .elementor-accordion
  .elementor-tab-title
  span.elementor-accordion-icon
  svg {
  width: 100%;
  height: auto;
  display: block;
}
#contact-content
  .elementor-accordion
  .elementor-tab-title
  span.elementor-accordion-icon
  > span.elementor-accordion-icon-closed {
  width: 100%;
}
.elementor-element.display-block.elementor-widget-button a.elementor-button {
  width: 100%;
}
#shade-section .elementor-widget-text-editor ul {
  margin-bottom: 0;
  padding-right: 30px;
}
#shade-section #shade-wrapper {
  box-shadow: inset 40px 0px 0px 0px #0f392f, inset 80px 0px 0px 0px #5abdb2,
    inset 120px 0px 0px 0px #f8f5f1, inset 160px 0px 0px 0px #c6c1ba;
  padding-left: 160px;
}
body:not(.elementor-editor-active) #cards-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 400px;
  height: 500px;
}
body:not(.elementor-editor-active) #cards-wrapper .single-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: none;
}
body:not(.elementor-editor-active)
  #cards-wrapper
  .single-card
  .elementor-widget-container {
  display: flex;
  align-items: center;
  padding: 80px;
  padding-left: 100px;
}
body:not(.elementor-editor-active)
  #cards-wrapper
  .single-card
  .elementor-icon-box-wrapper {
  text-align: right;
  padding-top: 20%;
}
body:not(.elementor-editor-active)
  #cards-wrapper
  .single-card
  .elementor-icon-box-icon {
  margin-bottom: 5px;
}
body:not(.elementor-editor-active)
  #cards-wrapper
  .single-card
  .elementor-icon-box-icon
  svg {
  width: 50px;
  height: auto;
}
body:not(.elementor-editor-active) #cards-wrapper .single-card:nth-child(2) {
  transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
}
body:not(.elementor-editor-active) #cards-wrapper .single-card:nth-child(3) {
  transform: rotate(-12deg);
  -webkit-transform: rotate(-12deg);
  -moz-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
}
body:not(.elementor-editor-active) #cards-wrapper .single-card:nth-child(4) {
  transform: rotate(-18deg);
  -webkit-transform: rotate(-18deg);
  -moz-transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
}
#boxed-section {
  position: relative;
}
#boxed-section:before,
#boxed-section:after {
  content: "";
  display: block;
  height: calc(100% - 80px);
  background: #f8f4f0;
  position: absolute;
  top: 0;
  border-radius: 25px;
  z-index: 9;
}
#boxed-section:before {
  width: calc(56.2% - 5px);
  left: 0;
}
#boxed-section:after {
  width: calc(43.8% - 5px);
  right: 0;
}
#boxed-section > .e-con-inner {
  position: relative;
  z-index: 10;
}
#page-contact form.wpcf7-form .contact-wrapper {
  column-gap: 10px;
}
#sidebar-list a.heading-link {
  font-size: 18px;
  line-height: 1.2em;
  color: #000000;
}
#related-pages .single-page {
  width: auto;
}
#related-pages .single-page > a {
  display: inline-block;
  padding: 14px 30px 10px 30px;
  background: #5abdb2;
  border-radius: 15px;
  font-family: "Almoni DL AAA", Sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2em;
  color: #ffffff;
}
#related-pages .single-page > a:hover {
  background: #ec8b22;
}
#related-pages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -45px;
}
#related-pages > .related-slider {
  width: calc(100% - 90px);
  order: 2;
}
#related-pages .related-button-prev,
#related-pages .related-button-next {
  width: 30px;
  height: 100%;
  background: #ffffff;
  position: relative;
  cursor: pointer;
}
#related-pages .related-button-prev {
  order: 3;
}
#related-pages .related-button-next {
  order: 1;
}
#related-pages .related-button-prev.swiper-button-disabled,
#related-pages .related-button-next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
#related-pages .related-button-prev svg,
#related-pages .related-button-next svg {
  display: block;
  width: 100%;
  height: auto;
}
#testimonials ul.slick-dots {
  display: none;
}
#shade-wrapper2 {
  box-shadow: inset 50px 0px 0px 0px #d7eae5,
    inset 100px 0px 0px 0px rgba(118, 188, 174, 0.5);
}
.search-wrapper {
  padding-bottom: 50px;
  padding-top: 20px;
}
header.page-header {
  background-color: #5abdb2;
  border-radius: 25px;
  padding: 20px;
  text-align: center;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
h1.page-title {
  font-family: "Almoni DL AAA", Sans-serif;
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
}
.search-result {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  margin-top: 40px;
  justify-content: space-between;
}
header.entry-header h2.entry-title {
  font-family: "Almoni DL AAA", Sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.1em;
  margin: 0;
}
header.entry-header h2.entry-title > a {
  color: #0f392f;
  text-decoration: none;
}
header.entry-header h2.entry-title > a:hover {
  color: #ffd077;
}
.search-result > article {
  width: 49%;
  padding: 30px;
  background: #f2f2f2;
  border-radius: 10px;
}
.entry-summary {
  font-size: 16px;
  line-height: 1.4em;
  margin-top: 20px;
}
.entry-summary p {
  margin: 0;
}
nav.navigation.posts-navigation {
  margin-bottom: 0;
}
#sidebar,
#scroll-slider-section,
#scroll-slider-section .scroll-slide,
#scroll-slider-section2,
#scroll-slider-section2 .scroll-slide {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
}
body:not(.elementor-editor-active) #scroll-slider-wrapper > .e-con-inner,
body:not(.elementor-editor-active) #scroll-slider-wrapper2 > .e-con-inner {
  padding-top: 0;
}
body:not(.elementor-editor-active)
  #scroll-slider-wrapper
  > .e-con-inner
  > .scroll-slide:not(:first-child),
body:not(.elementor-editor-active)
  #scroll-slider-wrapper2
  > .e-con-inner
  > .scroll-slide:not(:first-child) {
  position: absolute;
  top: 0;
  left: 100%;
}
body:not(.elementor-editor-active)
  #scroll-slider-wrapper
  > .e-con-inner
  > .scroll-slide:nth-child(2) {
  margin-left: -10%;
}
body:not(.elementor-editor-active)
  #scroll-slider-wrapper
  > .e-con-inner
  > .scroll-slide:nth-child(3) {
  margin-left: -5%;
}
body:not(.elementor-editor-active)
  #scroll-slider-wrapper2
  > .e-con-inner
  > .scroll-slide:nth-child(2) {
  margin-left: -12%;
}
body:not(.elementor-editor-active)
  #scroll-slider-wrapper2
  > .e-con-inner
  > .scroll-slide:nth-child(3) {
  margin-left: -9%;
}
body:not(.elementor-editor-active)
  #scroll-slider-wrapper2
  > .e-con-inner
  > .scroll-slide:nth-child(4) {
  margin-left: -6%;
}
body:not(.elementor-editor-active)
  #scroll-slider-wrapper2
  > .e-con-inner
  > .scroll-slide:nth-child(5) {
  margin-left: -3%;
}
main#primary .newsletter-form.elementor-widget-form input.elementor-field-textual,
footer#colophon .newsletter-form.elementor-widget-form input.elementor-field-textual{
    padding: 12px 25px;
    height: 50px;
    font-family: "Almoni DL AAA", Sans-serif;
}
main#primary .newsletter-form.elementor-widget-form .e-form__buttons,
footer#colophon .newsletter-form.elementor-widget-form .e-form__buttons{
    margin-bottom: 0;
}
main#primary .newsletter-form.elementor-widget-form .e-form__buttons .elementor-button-icon svg,
footer#colophon .newsletter-form.elementor-widget-form .e-form__buttons .elementor-button-icon svg{
    width: 26px;
    display: block;
}
main#primary .newsletter-form.elementor-widget-form .e-form__buttons button.elementor-button,
footer#colophon .newsletter-form.elementor-widget-form .e-form__buttons button.elementor-button{
    height: 50px;
    cursor: pointer;
    font-family: "Almoni DL AAA", Sans-serif;
}
main#primary .newsletter-form.elementor-widget-form .e-form__buttons button.elementor-button>span,
footer#colophon .newsletter-form.elementor-widget-form .e-form__buttons button.elementor-button>span{
    gap: 10px;
}
footer#colophon .newsletter-form.elementor-widget-form .elementor-field-group:not(:last-child) {
    width: 26%;
}
footer#colophon .newsletter-form.elementor-widget-form .e-form__buttons {
    width: 22%;
}
main#primary #contact-section .newsletter-form.elementor-widget-form .e-form__buttons button.elementor-button {
    width: 200px;
    font-family: "Almoni DL AAA", Sans-serif;
}
main#primary .elementor-widget-form input.elementor-field-textual,
main#primary .elementor-widget-form button.elementor-button,
main#primary .elementor-widget-form textarea.elementor-field-textual {
    font-family: "Almoni DL AAA", Sans-serif;
}
.sticky-buttons {
    position: fixed;
    top: 40%;
    left: 0;
    z-index: 9999;
    text-align: left;
}
a.consultaion {
    font-family: "Almoni DL AAA", Sans-serif;
	font-weight: bold;
    display: block;
    background-color: #EC8B22;
    padding: 15px 20px 13px 30px;
    font-size: 20px;
    line-height: 1.2em;
    text-decoration: none;
    color: #ffffff;
    border-radius: 0 50px 50px 0;
    width: 100%;
}
a.consultaion:hover {
    background-color: #d1740f;
}
a.whatsapp {
    margin-top: 15px;
    display: block;
    background-color: #0F392F;
    padding: 13px 13px 13px 40px;
    border-radius: 0 30px 30px 0;
    float: left;
}
a.whatsapp svg {
    display: block;
    width: 25px;
    height: auto;
}
a.whatsapp:hover {
    background-color: #09372c;
}
body nav#pojo-a11y-toolbar.pojo-a11y-toolbar-left {
    top: calc(40% + 134px) !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a.pojo-a11y-toolbar-link {
    border-radius: 0px 30px 30px 0;
    padding: 13px 13px 13px 39px;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a.pojo-a11y-toolbar-link>svg {
    width: 26px;
}
main#primary .elementor .elementor-message.elementor-message-success {
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    border: 1px solid #000000;
    margin-top: 30px;
}
.error-content-area {
    padding: 50px;
    min-height: 70vh;
}
.error-content-area .page-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 1.2em;
}
.error-content-area form.search-form {
    margin: 0 auto;
}
.error-buttons {
    margin-top: 50px;
}
.error-content-area input.search-submit {
    width: 30%;
}
.error-content-area form.search-form > label {
    width: 70%;
}
.error-buttons>a {
    display: inline-block;
    text-decoration: none;
    background-color: #3DA593;
    color: #ffffff;
    padding: 13px 30px 10px 30px;
    border-radius: 50px;
}
.error-buttons>a:hover {
    background-color: #ec8b22;
}
main#primary .article-content button.elementor-button span.elementor-button-icon>svg {
    display: block;
    width: 10px;
}
main#primary .article-content .elementor-field-type-email {
    margin-bottom: 0;
}
main#primary .article-content .elementor-field-type-email input#form-field-email {
    padding: 10px 0;
    height: 44px;
}
main#primary .article-content .elementor-field-type-email input#form-field-email::placeholder {
    color: #091b24;
    opacity: 1
}
main#primary .article-content .elementor-field-type-email input#form-field-email::-ms-input-placeholder {
    color: #091b24
}
main#primary .article-content .e-form__buttons {
    margin-bottom: 0;
}
main#primary .article-content .e-form__buttons button.elementor-button {
    height: 44px;
}
main#primary .article-content .elementor-field-type-email input#form-field-email:focus {
    outline: 0;
    box-shadow: none;
}

/*==== Big screen 1200px ====*/
@media only screen and (max-width: 1300px) {
  #related-pages {
    margin: 0;
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  header#masthead {
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
  }
  header#masthead.fixed .site-branding {
    max-width: 100%;
  }
  body.admin-bar header#masthead {
    top: 46px;
  }
  body.admin-bar header#masthead.fixed {
    top: 0;
  }
  .site-branding {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
  }
  a.custom-logo-link {
    max-width: 150px;
  }
  button.menu-btn {
    display: block;
  }
  header#masthead > div > .container {
    flex-direction: column;
  }
  .main-navigation ul#primary-menu {
    display: flex;
    flex-direction: column;
    row-gap: 0px;
  }
  nav#site-navigation {
    display: none;
    width: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
  }
  nav#site-navigation > .menu-menu-menu-container {
    border-top: 1px solid #eeeeee;
    margin-top: 20px;
    padding-top: 20px;
  }
  .main-navigation ul#primary-menu > li {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .main-navigation ul#primary-menu > li:not(:last-child) {
    border-bottom: 1px solid #eeeeee;
  }
	header#masthead.search-active nav#site-navigation {
		opacity: 1;
		visibility: visible;
	}
	ul#primary-menu>li>a {
		border-radius: 10px;
		padding: 20px 15px;
		width: 100%;
		text-align: center;
		justify-content: center;
	}
	ul#primary-menu>li.menu-item-has-children:hover>a {
		background-color: transparent;
	}
	ul#primary-menu>li.search {
		padding-top: 20px;
		padding-bottom: 15px;
	}
	ul#primary-menu>li.current-menu-item {
		flex-wrap: wrap;
	}
	ul#primary-menu>li.current-menu-item>a {
		padding-right: 50px;
		padding-left: 50px;
	}
	ul#primary-menu>li.menu-item-has-children button.sub-btn {
		position: absolute;
		top: 0;
		right: 0;
		padding: 0;
		border: none;
		border-radius: 0;
		width: 50px;
		height: 62px;
		background-color: #BEDDD8;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		z-index: 99;
	}
	ul#primary-menu>li.menu-item-has-children button.sub-btn>svg {
		display: block;
		width: 20px;
	}
	ul#primary-menu>li.menu-item-has-children ul.sub-menu {
		position: relative;
		opacity: 1;
		visibility: visible;
		width: 100%;
		display: none;
	}
	ul#primary-menu>li.menu-item-has-children.submenu-active>ul.sub-menu {
		display: flex;
	}
	ul#primary-menu>li.menu-item-has-children ul.sub-menu>li>a {
		font-size: 16px;
	}
  main#primary {
    padding-top: 100px;
  }
  h1.page-title {
    font-size: 26px;
  }
  header.page-header {
    min-height: 100px;
  }
  #search-form {
    top: inherit;
    margin-top: 0;
    background: #ffffff;
    column-gap: 10px;
    width: calc(100% - 30px);
    bottom: 10px;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
  }
  form.search-form {
    width: calc(100% - 44px);
    column-gap: 10px;
  }
  header#masthead.search-active nav#site-navigation {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  footer#colophon {
    padding-top: 100px;
    padding-bottom: 40px;
    position: relative;
    margin-top: -50px;
  }
  section#footer-space {
    display: none;
  }
  .footer-widget.footer-widget1 h2.widget-title {
    font-size: 22px;
    text-align: center;
  }
  form.wpcf7-form .contact-wrapper {
    flex-direction: column;
    row-gap: 15px;
  }
  form.wpcf7-form .contact-wrapper .contact-column {
    width: 100%;
  }
  form.wpcf7-form .contact-wrapper .contact-column:last-child {
    width: 100%;
  }
  .footer-widget.footer-widget1 {
    margin-bottom: 50px;
  }
  .footer-widget.footer-widget2 {
    width: 100%;
  }
  .footer-widget.footer-widget2 h2.widget-title {
    font-size: 32px;
  }
  .footer-widget.footer-widget3,
  .footer-widget.footer-widget4 {
    width: 50%;
  }
  .footer-widget.footer-widget5 {
    margin-top: 50px;
  }
  .footer-widget.footer-widget5 .widget ul.menu {
    justify-content: center;
  }
  form.wpcf7-form .contact-wrapper .contact-column p button.submit-btn {
    height: 53px;
  }
  #banner-slider > .banner-slide.e-flex {
    width: 100%;
    padding: 40px 25px;
    min-height: 40vh;
  }
  #banner-slider
    > .banner-slide.e-flex:not(.active)
    h3.elementor-heading-title {
    font-size: 35px;
  }
  body:not(.elementor-editor-active) #horizontal-section .horizontal-wrapper {
    width: calc(100vw * 4.5);
    max-width: 400vw;
  }
  .post-grid {
    flex-direction: column;
    row-gap: 40px;
  }
  .single-article {
    width: 100%;
  }
  body:not(.elementor-editor-active) #testimonials {
    width: 100%;
    margin: 0px;
  }
  body:not(.elementor-editor-active) #testimonials button.slick-arrow > svg {
    width: 25px;
  }
  #posts-grid .alm-btn-wrap button.alm-load-more-btn {
    font-size: 18px;
  }
  #posts-grid .alm-btn-wrap button.alm-load-more-btn:after {
    width: 24px;
  }
  section.article-banner {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .thumbnail {
    height: 250px;
  }
  .breadcrumb {
    font-size: 14px;
  }
  .breadcrumb a:first-child {
    white-space: nowrap;
  }
  .article-title h1 {
    font-size: 35px;
    line-height: 1.2em;
  }
  article.main-article {
    margin-bottom: 30px;
  }
  .related-posts {
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .post-excerpt p {
    margin: 0;
  }
  section.related-articles {
    padding-bottom: 60px;
  }
  #contact-content .elementor-accordion .elementor-tab-title {
    padding: 30px 20px;
  }
  #contact-content
    .elementor-accordion
    .elementor-tab-title
    a.elementor-accordion-title {
    font-size: 20px;
  }
  #contact-content .elementor-accordion .elementor-tab-content {
    font-size: 16px;
    padding: 20px;
  }
  #shade-section #shade-wrapper {
    box-shadow: inset 20px 0 0 0 #0f392f, inset 40px 0 0 0 #5abdb2,
      inset 60px 0 0 0 #f8f5f1, inset 80px 0 0 0 #c6c1ba;
    padding-left: 80px;
  }
  body:not(.elementor-editor-active) #cards-wrapper {
    width: 300px;
    height: 380px;
  }
  body:not(.elementor-editor-active)
    #cards-wrapper
    .single-card
    .elementor-widget-container {
    padding: 60px;
  }
  #boxed-section:before,
  #boxed-section:after {
    display: none;
  }
  #boxed-section > .e-con-inner > .elementor-element {
    background: #f8f4f0;
  }
  #related-pages .single-page > a {
    font-size: 18px;
  }
  #shade-wrapper2 {
    box-shadow: inset 15px 0 0 0 #d7eae5,
      inset 30px 0 0 0 rgba(118, 188, 174, 0.5);
  }
  .search-result {
    margin-top: 20px;
    row-gap: 20px;
  }
  .search-result > article {
    width: 100%;
  }
	footer#colophon .newsletter-form.elementor-widget-form .elementor-field-group:not(:last-child) {
		width: 100%;
		margin-bottom: 15px;
	}
	footer#colophon .newsletter-form.elementor-widget-form .e-form__buttons {
		width: 100%;
	}
	a.consultaion {
		font-size: 14px;
	}
	a.whatsapp {
		padding: 12px 13px 12px 20px;
		margin-top: 10px;
	}
	#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a.pojo-a11y-toolbar-link {
		padding: 11px 13px 11px 19px;
	}
	body nav#pojo-a11y-toolbar.pojo-a11y-toolbar-left {
		top: calc(40% + 110px) !important;
	}
	a.whatsapp svg {
		width: 20px;
	}
	#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a.pojo-a11y-toolbar-link>svg {
		width: 22px;
	}
}
