.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;
  }
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit !important;
  font-family: inherit !important;
}

.dialog-widget-content .dialog-close-button {
  background-image: url(../images/closebtn.svg);
  height: 50px;
  width: 50px;
  background-color: transparent !important;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  border: 0 !important;
}
.dialog-widget-content .dialog-close-button svg {
  display: none;
}

.elementor-widget-text-editor a {
  overflow-wrap: anywhere;
}

/*
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,
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 .header-menubtn a {
  background-color: var(--e-global-color-primary);
  line-height: 1em !important;
  color: white !important;
  box-shadow: 2px 4px 0px 0px #000000;
  border-radius: 30px 30px 30px 30px;
  padding: 12px 15px 12px 15px !important;
}
@media (max-width: 1699px) {
  header .header-menubtn a {
    padding: 12px 10px 12px 10px !important;
    line-height: 0.6em !important;
  }
}
header .header-menubtn a:hover {
  color: white;
  box-shadow: none;
}
header .top-language-switcher {
  position: relative;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 12px 10px;
  border-radius: 30px;
  background: #FFF5E7;
}
@media (max-width: 1299px) {
  header .top-language-switcher {
    font-size: 14px;
  }
}
header .top-language-switcher .current-lang {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  text-decoration: none;
  color: #121212 !important;
  position: relative;
  font-weight: 700;
}
@media (max-width: 1299px) {
  header .top-language-switcher .current-lang {
    font-size: 14px;
  }
}
header .top-language-switcher a.current-lang:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 16px;
}
header .top-language-switcher img {
  width: 16px;
  height: 16px !important;
  border-radius: 16px !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  min-width: 16px;
}
header .top-language-switcher .lang-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: #FFF5E7;
  min-width: 70px;
  padding: 6px 0;
  list-style: none;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.2s ease;
  z-index: 999;
}
header .top-language-switcher:hover .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .top-language-switcher .lang-dropdown li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  color: #121212;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
}
header .top-language-switcher .lang-dropdown li a:hover {
  background: #92D040;
  color: #121212 !important;
}
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);
  }
}
.read-more-list .e-con-inner {
  max-width: 1680px;
  gap: 60px;
  justify-content: space-between;
}
.read-more-list .e-con-inner > .e-child {
  width: auto;
  flex-basis: auto;
}
.read-more-list .e-con-inner > .e-child h3 small {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px !important;
  display: block;
}
.read-more-list .e-con-inner > .e-child .anim-img {
  opacity: 0;
  transform: scale(0.1) rotate(-40deg);
  transition: all 0.5s ease;
}
.read-more-list .e-con-inner > .e-child:hover .anim-img {
  opacity: 1;
  transform: scale(1.1) rotate(0deg);
}
.read-more-list .e-con-inner > .e-child:nth-child(2) .pink-star {
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
}
@media (max-width: 991px) {
  .read-more-list .e-con-inner > .e-child:nth-child(2) .pink-star {
    display: none;
  }
}
.read-more-list .e-con-inner > .e-child:nth-child(2) .pink-star:last-child {
  left: auto;
  right: -40px;
}

.left-right-anim img {
  animation: InOutanim 4s ease-in-out infinite;
  transform-origin: center;
}

@keyframes InOutanim {
  0% {
    transform: translatex(0px);
  }
  50% {
    transform: translatex(25px);
  }
  100% {
    transform: translatex(0px);
  }
}
.welkom-sec h2 span {
  color: #EFD244;
}
.welkom-sec .welkom-sec-grid .elementor-widget-image-box {
  transition: all 0.3s;
}
.welkom-sec .welkom-sec-grid .elementor-widget-image-box .elementor-image-box-img {
  border-style: dashed;
  border-width: 2px 2px 2px 2px;
  border-color: var(--e-global-color-primary);
  border-radius: 40px;
  overflow: hidden;
  padding: 12px;
}
.welkom-sec .welkom-sec-grid .elementor-widget-image-box .elementor-image-box-img img {
  border: none !important;
  padding: 0;
  transition: all 0.3s;
}
.welkom-sec .welkom-sec-grid .elementor-widget-image-box:hover h3 {
  color: #74CC00;
  transition: all 0.3s;
}
.welkom-sec .welkom-sec-grid .elementor-widget-image-box:hover img {
  transform: scale(1.02);
  transition: all 0.3s;
}

.banner_section .full-rotate img {
  transform: rotate(0);
  transition: all 2s;
}

.banner_section:hover .full-rotate img {
  transform: rotate(180deg);
  transition: all 2s;
}

.banner_section .right-move img {
  transform: translate(0px, 0px);
  transition: all 2s;
}

.banner_section:hover .right-move img {
  transform: translate(25px, 0px);
  transition: all 2s;
}

.banner_section .left-move img {
  transform: translate(0px, 0px);
  transition: all 2s;
}

.banner_section:hover .left-move img {
  transform: translate(-25px, 0px);
  transition: all 2s;
}

.banner_section .half-rotate img {
  transform: rotate(0);
  transition: all 2s;
}

.banner_section:hover .half-rotate img {
  transform: rotate(180deg);
  transition: all 2s;
}

.banner_section .fourth-half-rotate img {
  transform: rotate(0);
  transition: all 2s;
}

.banner_section:hover .fourth-half-rotate img {
  transform: rotate(45deg);
  transition: all 2s;
}

.team-image-wrapper {
  transition: all 0.5s;
  max-height: 564px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .team-image-wrapper {
    height: auto;
    max-height: -moz-max-content;
    max-height: max-content;
  }
}
.team-image-wrapper > a.e-child {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .team-image-wrapper > a.e-child {
    height: auto;
  }
}
.team-image-wrapper > a.e-child .elementor-widget-image {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .team-image-wrapper > a.e-child .elementor-widget-image {
    height: auto;
  }
}
.team-image-wrapper > a.e-child .elementor-widget-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
.team-image-wrapper:hover .elementor-widget-button {
  top: 84% !important;
}
.team-image-wrapper:hover > a.e-child .elementor-widget-image img {
  transform: scale(1.2);
}
.team-image-wrapper .elementor-widget-button {
  top: 100% !important;
  transition: all 0.5s;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
@media (max-width: 991px) {
  .team-image-wrapper .elementor-widget-button {
    top: auto !important;
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .team-image-wrapper .elementor-widget-button {
    top: auto !important;
    bottom: 40px;
  }
}

.e-off-canvas[aria-label=Off-Canvas-team] > a.e-con.e-child, .e-off-canvas > a.e-con.e-child {
  height: 100%;
  width: 100%;
}
.e-off-canvas[aria-label=Off-Canvas-team] .e-off-canvas__content, .e-off-canvas .e-off-canvas__content {
  border-radius: 80px 80px 80px 80px !important;
  margin: 0 auto;
  position: relative;
  max-height: 90vh;
  overflow-y: auto !important;
}
.e-off-canvas[aria-label=Off-Canvas-team] .e-off-canvas__content .elementor-element img, .e-off-canvas .e-off-canvas__content .elementor-element img {
  aspect-ratio: 10/12;
  height: 100% !important;
  max-height: 600px !important;
}
.e-off-canvas[aria-label=Off-Canvas-team] .e-off-canvas__content .elementor-widget.elementor-widget-button, .e-off-canvas .e-off-canvas__content .elementor-widget.elementor-widget-button {
  transform: none !important;
  top: 30px !important;
  right: 30px !important;
  left: auto !important;
}
.e-off-canvas[aria-label=Off-Canvas-team] .e-off-canvas__content .elementor-widget.elementor-widget-button #close, .e-off-canvas .e-off-canvas__content .elementor-widget.elementor-widget-button #close {
  background-image: url(../images/closebtn.svg);
  height: 50px;
  width: 50px;
  background-color: transparent !important;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  border: 0 !important;
  box-shadow: none !important;
}
.e-off-canvas[aria-label=Off-Canvas-team] .e-off-canvas__content .elementor-widget.elementor-widget-button #close svg, .e-off-canvas .e-off-canvas__content .elementor-widget.elementor-widget-button #close svg {
  display: none;
}
.e-off-canvas[aria-label=Off-Canvas-team] .e-off-canvas__main > a, .e-off-canvas .e-off-canvas__main > a {
  display: none;
}

@media (max-width: 767px) {
  .team-list-wrapper .elementor-loop-container {
    grid-auto-rows: auto !important;
  }
}
@media (max-width: 767px) {
  .team-list-wrapper .elementor-loop-container div[data-elementor-type=loop-item] > div.e-parent {
    height: auto !important;
  }
}

body .gform_wrapper input[type=checkbox] {
  border-radius: 2px !important;
  padding: 0 !important;
}
body .gform_wrapper input[type=checkbox]::before {
  color: #D91B5C;
}
body .gform_wrapper input[type=radio]::before {
  background-color: #D91B5C;
  block-size: 12px;
  inline-size: 12px;
}
body .gform_wrapper input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform_wrapper input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  padding: 0 !important;
  height: 25px !important;
  width: 25px !important;
  accent-color: #D91B5C !important;
  min-height: 25px !important;
}
body .gform_wrapper .percentbar_blue {
  background-color: #1576BA;
}
body .gform_wrapper .gform_page_footer {
  justify-content: center;
}
body .gform_wrapper ::-moz-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
body .gform_wrapper ::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
body .gform_wrapper .gfield textarea {
  border-radius: 30px !important;
}
body .gform_wrapper .gfield .ginput_password,
body .gform_wrapper .gfield input:not([type=checkbox]),
body .gform_wrapper .gfield input:not([type=radio]),
body .gform_wrapper .gfield select,
body .gform_wrapper .gfield textarea {
  background-color: var(--e-global-color-171b03f);
  border-width: 0px 0px 0px 0px;
  border-radius: 80px 80px 80px 80px;
  color: var(--e-global-color-secondary);
  font-size: 18px;
  min-height: 59px;
  padding: 7px 20px;
  line-height: 1.4;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  width: 100%;
}
body .gform_wrapper .gfield .ginput_password:focus, body .gform_wrapper .gfield .ginput_password:focus-visible, body .gform_wrapper .gfield .ginput_password:active, body .gform_wrapper .gfield .ginput_password:hover, body .gform_wrapper .gfield .ginput_password:target, body .gform_wrapper .gfield .ginput_password:focus-within,
body .gform_wrapper .gfield input:not([type=checkbox]):focus,
body .gform_wrapper .gfield input:not([type=checkbox]):focus-visible,
body .gform_wrapper .gfield input:not([type=checkbox]):active,
body .gform_wrapper .gfield input:not([type=checkbox]):hover,
body .gform_wrapper .gfield input:not([type=checkbox]):target,
body .gform_wrapper .gfield input:not([type=checkbox]):focus-within,
body .gform_wrapper .gfield input:not([type=radio]):focus,
body .gform_wrapper .gfield input:not([type=radio]):focus-visible,
body .gform_wrapper .gfield input:not([type=radio]):active,
body .gform_wrapper .gfield input:not([type=radio]):hover,
body .gform_wrapper .gfield input:not([type=radio]):target,
body .gform_wrapper .gfield input:not([type=radio]):focus-within,
body .gform_wrapper .gfield select:focus,
body .gform_wrapper .gfield select:focus-visible,
body .gform_wrapper .gfield select:active,
body .gform_wrapper .gfield select:hover,
body .gform_wrapper .gfield select:target,
body .gform_wrapper .gfield select:focus-within,
body .gform_wrapper .gfield textarea:focus,
body .gform_wrapper .gfield textarea:focus-visible,
body .gform_wrapper .gfield textarea:active,
body .gform_wrapper .gfield textarea:hover,
body .gform_wrapper .gfield textarea:target,
body .gform_wrapper .gfield textarea:focus-within {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
body .gform_wrapper .gform-theme-button,
body .gform_wrapper .gform_button,
body .gform_wrapper input[type=submit] {
  background-color: #D91B5C !important;
  font-family: "Verdana", Sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1em;
  box-shadow: 2px 4px 0px 0px #000000 !important;
  border-radius: 30px 30px 30px 30px !important;
  padding: 22px 20px 22px 20px !important;
  color: #ffffff !important;
  transition: all 0.3s;
}
body .gform_wrapper .gform-theme-button:hover,
body .gform_wrapper .gform_button:hover,
body .gform_wrapper input[type=submit]:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5) !important;
}
body .gform_wrapper .gform-theme-button:focus, body .gform_wrapper .gform-theme-button:focus-visible,
body .gform_wrapper .gform_button:focus,
body .gform_wrapper .gform_button:focus-visible,
body .gform_wrapper input[type=submit]:focus,
body .gform_wrapper input[type=submit]:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}/*# sourceMappingURL=style.css.map */