.elementor-icon-wrapper {
  line-height: 0;
}

#bottom-to-top-btn {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bottom-to-top-btn.visible {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}

@media (max-width: 479px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    hyphens: auto;
    word-wrap: break-word;
  }
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}

header .wpml-ls-legacy-list-horizontal {
  border: 0;
  clear: both;
  opacity: 1;
  padding: 12px 10px;
  border-radius: 30px;
  background: #FFF5E7;
}
header .wpml-ls-legacy-list-horizontal img {
  height: 16px;
  width: 16px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .elementor-nav-menu__align-start .elementor-nav-menu {
  justify-content: center;
  margin-inline-end: auto;
}
@media (max-width: 1699px) {
  header .elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
    margin: 0 7px !important;
  }
}

footer .middle-footer .elementor-nav-menu.sm-vertical li {
  position: relative;
}
footer .middle-footer .elementor-nav-menu.sm-vertical li:last-child::after {
  display: none;
}
footer .middle-footer .elementor-nav-menu.sm-vertical li::after {
  position: absolute;
  content: "";
  width: 100%;
  border-block-start-style: solid;
  border-block-start-width: 1px;
  inset-inline-start: 0;
  border-color: rgba(18, 18, 18, 0.1607843137);
  height: 1px;
  bottom: -24px;
}

.map-section iframe {
  border-radius: 30px;
  overflow: hidden;
}

.float-img img {
  animation: floatUpDown 4s ease-in-out infinite;
}

.float-img-down img {
  animation: floatDown 4s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-25px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes floatDown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(25px);
  }
  100% {
    transform: translateY(0px);
  }
}
.rotate-left-anim img {
  animation: swingRotate 4s ease-in-out infinite;
  transform-origin: center;
}

@keyframes swingRotate {
  0% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(-8deg);
  }
}
.rotate-right-anim img {
  animation: swingRotateRight 4s ease-in-out infinite;
  transform-origin: center;
}

@keyframes swingRotateRight {
  0% {
    transform: rotate(8deg);
  }
  50% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(8deg);
  }
}/*# sourceMappingURL=style.css.map */