.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;
}

body .gform_wrapper .gform_fields {
  gap: 12px !important;
}
body .gform_wrapper p.gform_required_legend,
body .gform_wrapper .gform_validation_errors {
  display: none;
}
body .gform_wrapper legend.gfield_label.gform-field-label.gfield_label_before_complex {
  display: none;
}
body .gform_wrapper .gfield input[type=checkbox] {
  width: 21px !important;
  height: 21px !important;
  min-height: 21px !important;
  border-radius: 5px !important;
  background: rgba(255, 255, 255, 0.3019607843) !important;
  border: 1px solid #fff !important;
  accent-color: var(--Darkgreen) !important;
}
body .gform_wrapper .gfield input[type=checkbox]::before {
  color: var(--Darkgreen) !important;
}
body .gform_wrapper .gfield input[type=checkbox] + label {
  color: #FFFFFF;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
body .gform_wrapper .gfield input[type=checkbox],
body .gform_wrapper .gfield input[type=radio] {
  padding: 0;
}
body .gform_wrapper .gfield textarea {
  border-radius: 16px !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 {
  color: #121212;
  height: auto !important;
  border: 1px solid #CCCCCC;
}
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: 1px solid #ccc !important;
}
body .gform_wrapper ::-moz-placeholder {
  font-family: "DM Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  color: #666666;
}
body .gform_wrapper ::placeholder {
  font-family: "DM Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  color: #666666;
}
body .gform_wrapper .ginput_container_textarea textarea {
  background-color: #F0F2F4;
  max-block-size: 100px;
  min-block-size: 100px !important;
}
body .gform_wrapper .ginput_container_textarea textarea:focus {
  background-color: white;
}
body .gform_wrapper .gform_button,
body .gform_wrapper input[type=submit] {
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: Galano Grotesque !important;
  font-weight: 600 !important;
  font-size: 16px;
  color: #ffffff !important;
  letter-spacing: 0px;
  line-height: 100%;
  text-transform: uppercase !important;
  padding-block-start: 17px !important;
  padding-block-end: 17px !important;
  padding-inline-start: 30px !important;
  padding-inline-end: 30px !important;
  border-radius: 50px !important;
  border-width: 1px;
  border-color: var(--Darkgreen) !important;
  border-style: solid !important;
  background-color: var(--Darkgreen) !important;
  transition: all 200ms !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center;
  align-self: start;
  white-space: unset;
  margin-top: 16px !important;
}
body .gform_wrapper .gform_button:hover,
body .gform_wrapper input[type=submit]:hover {
  background-color: white !important;
  color: var(--Darkgreen) !important;
}
body .gform_wrapper .gform_button:focus,
body .gform_wrapper input[type=submit]:focus {
  outline: none !important;
  box-shadow: none !important;
}
body .gform_wrapper .gform_button:hover,
body .gform_wrapper input[type=submit]:hover {
  outline: none !important;
}

.gform-theme--foundation:where(:not(.gform_editor)) .gf_hidden,
.gform-theme--foundation:where(:not(.gform_editor)) .gform_hidden {
  display: none !important;
}

.gform-footer.gform_footer.top_label font {
  width: 100%;
}

.gform-theme--foundation .gfield {
  position: relative;
}

.gform-theme--foundation .gfield:has(input:-moz-placeholder) .gfield_label.gform-field-label, .gform-theme--foundation .gfield:has(textarea:-moz-placeholder) .gfield_label.gform-field-label {
  position: absolute;
  inset: 0;
  font-size: 16px !important;
  line-height: 22px !important;
  color: white;
  left: 17px;
  top: 14px;
  margin-bottom: 0 !important;
  background: #69B32D !important;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff !important;
  padding: 0 6px !important;
  transform: translateY(0px) scale(1);
  transform-origin: left center;
  opacity: 0;
  visibility: hidden;
  -moz-transition: transform 0.5s, opacity 0.3s, visibility 0.3s;
  transition: transform 0.5s, opacity 0.3s, visibility 0.3s;
  border: 0 !important;
  clip: unset !important;
  clip-path: unset !important;
  margin: 0 !important;
  overflow: unset !important;
}

.gfield_label.gform-field-label, .gform-theme--foundation .gfield:has(input:placeholder-shown) .gfield_label.gform-field-label,
.gform-theme--foundation .gfield:has(textarea:placeholder-shown) .gfield_label.gform-field-label {
  position: absolute;
  inset: 0;
  font-size: 16px !important;
  line-height: 22px !important;
  color: white;
  left: 17px;
  top: 14px;
  margin-bottom: 0 !important;
  background: #69B32D !important;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff !important;
  padding: 0 6px !important;
  transform: translateY(0px) scale(1);
  transform-origin: left center;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.5s, opacity 0.3s, visibility 0.3s;
  border: 0 !important;
  clip: unset !important;
  clip-path: unset !important;
  margin: 0 !important;
  overflow: unset !important;
}

.gform-theme .gfield_checkbox label {
  outline: none !important;
  box-shadow: none !important;
}

.gform-theme--foundation .gfield:has(input:focus) .gfield_label.gform-field-label, .gform-theme--foundation .gfield:has(textarea:focus) .gfield_label.gform-field-label,
.gform-theme--foundation .gfield .gfield_label.gform-field-label {
  transition: transform 0.5s;
  transform: translateY(-26px) scale(0.7);
  opacity: 1;
  visibility: visible !important;
}

h2 span {
  color: var(--LightGreen);
}

.e-search-input-wrapper input.e-search-input {
  color: white !important;
}

.e-search-input-wrapper svg {
  fill: white !important;
}

.elementor-widget-heading .elementor-heading-title {
  font-family: "Galano Grotesque", Sans-serif;
}

.social-icons-wrapper a:hover svg {
  fill: none;
}

@media (max-width: 1024px) {
  main .page-content, header + div {
    padding-top: 50px;
  }
}
@media (max-width: 400px) {
  main .page-content, header + div {
    padding-top: 70px;
  }
}

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

[hidden] {
  display: none;
}

.header-top-links .elementor-nav-menu li {
  position: relative;
}
.header-top-links .elementor-nav-menu li:last-child {
  display: block !important;
}
.header-top-links .elementor-nav-menu li.current_page_item a::after {
  width: 100%;
}
.header-top-links .elementor-nav-menu li a:hover::after {
  width: 100%;
}
.header-top-links .elementor-nav-menu li a::after {
  width: 0;
  height: 1px !important;
  transition: all 0.3s;
}

header .btn-header-wrapper .e-button-base {
  white-space: unset;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: Galano Grotesque;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0px;
  line-height: 100%;
  text-transform: uppercase;
  padding-block-start: 17px;
  padding-block-end: 17px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
  margin-block-start: 0px;
  border-radius: 50px;
  border-width: 1px;
  border-color: var(--LightGreen);
  border-style: solid;
  background-color: var(--LightGreen);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0);
  transition: all 200ms;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-self: start;
}
header .btn-header-wrapper .e-button-base:after {
  content: "";
  position: absolute;
  bottom: -140px;
  left: 50%;
  width: 393px;
  height: 132px;
  background-color: white;
  border-radius: 50%;
  transform: scale(1) translateX(-50%);
  transform-origin: bottom left;
  z-index: -1;
  transition: transform 2s cubic-bezier(0.34, 1.56, 0.64, 1), bottom 1s;
}
header .btn-header-wrapper .e-button-base:hover {
  color: var(--Darkgreen);
  border-color: var(--Darkgreen);
  background-color: var(--LightGreen);
  box-shadow: 0px 3px 0px 0px #1A5147;
}
header .btn-header-wrapper .e-button-base:hover:after {
  transform: scale(1) translateX(-50%);
  bottom: -30px;
}
@media (max-width: 767px) {
  header .btn-green,
  header .btn-header-wrapper .e-button-base {
    display: none !important;
  }
}
header nav li {
  position: relative;
}
header nav li.mobile-cta-btn {
  display: none !important;
}
@media (max-width: 767px) {
  header nav li.mobile-cta-btn {
    display: block !important;
  }
  header nav li.mobile-cta-btn a {
    width: 98%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-family: Galano Grotesque;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0px;
    line-height: 100%;
    text-transform: uppercase;
    padding-block-start: 17px;
    padding-block-end: 17px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    border-radius: 50px;
    border-width: 1px;
    border-color: var(--LightGreen);
    border-style: solid;
    background-color: var(--LightGreen);
    transition: all 200ms;
    display: flex !important;
    justify-content: center;
    align-items: center;
    align-self: start;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
header nav li.current_page_item a::after {
  width: 100% !important;
}
header nav li a:hover::after {
  width: 100% !important;
}
header nav li a::after {
  width: 0 !important;
  height: 1px !important;
  transition: all 0.3s;
}
header .top-language-switcher {
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  background-color: #0A332C;
  padding: 12px;
  font-family: "Galano Grotesque", Sans-serif;
}
@media (max-width: 767px) {
  header .top-language-switcher {
    padding: 5px;
  }
}
header .top-language-switcher .current-lang {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  text-decoration: none;
  color: white !important;
  position: relative;
}
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;
  filter: invert(99%) sepia(1%) saturate(2%) hue-rotate(112deg) brightness(104%) contrast(101%);
}
header .top-language-switcher img {
  width: 16px;
  height: 16px !important;
  border-radius: 16px !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
header .top-language-switcher .arrow {
  margin-left: 4px;
  transition: transform 0.2s ease;
}
header .top-language-switcher .lang-dropdown {
  position: absolute;
  top: 102%;
  right: 0;
  background-color: #0A332C;
  min-width: 90px;
  padding: 6px 0;
  list-style: none;
  border-radius: 4px;
  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;
  color: white;
}
header .top-language-switcher:hover .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .top-language-switcher:hover .arrow {
  transform: rotate(180deg);
}
header .top-language-switcher .lang-dropdown li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Galano Grotesque", Sans-serif;
}
header .top-language-switcher .lang-dropdown li a:hover {
  background: #1A5147;
}
@media (max-width: 1024px) {
  header .top-language-switcher::before {
    display: none;
  }
}

footer .social-icon a:hover svg {
  fill: none;
}
footer .elementor-heading-title {
  line-height: 100% !important;
}
footer .social-icon .elementor-grid-item:last-child a:hover svg path {
  stroke: #0a332c;
}
footer .footer-links .elementor-nav-menu li {
  position: relative;
}
footer .footer-links .elementor-nav-menu li a:hover::after {
  width: 100%;
}
footer .footer-links .elementor-nav-menu li a::after {
  width: 0;
  height: 1px !important;
  transition: all 0.3s;
}
footer .newsletter-form .gform-footer.gform_footer.top_label,
footer .newsletter-form .gform_heading {
  display: none;
}
footer .newsletter-form .ginput_container,
footer .newsletter-form form {
  margin: 0 !important;
}
footer .newsletter-form .gform_fields {
  gap: 10px !important;
  display: flex !important;
}
@media (max-width: 767px) {
  footer .newsletter-form .gform_fields {
    flex-direction: column;
  }
}
footer .newsletter-form .gform_body {
  margin: 0 !important;
}
footer .newsletter-form .gform_body .gfield .ginput_password.large,
footer .newsletter-form .gform_body .gfield input.large,
footer .newsletter-form .gform_body .gfield select.large {
  height: auto !important;
  min-width: 300px;
}
@media (max-width: 1199px) {
  footer .newsletter-form .gform_body .gfield .ginput_password.large,
  footer .newsletter-form .gform_body .gfield input.large,
  footer .newsletter-form .gform_body .gfield select.large {
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  footer .newsletter-form .gform_body .gfield .ginput_password.large,
  footer .newsletter-form .gform_body .gfield input.large,
  footer .newsletter-form .gform_body .gfield select.large {
    min-width: 100%;
    width: 100%;
  }
}
footer .newsletter-form .gform_body input[type=submit] {
  height: 100%;
  max-height: -webkit-fill-available;
  max-height: -moz-available;
  max-height: stretch;
  min-height: auto;
}
footer .newsletter-form .gform_body input[type=submit] {
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: Galano Grotesque !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #ffffff;
  letter-spacing: 0px;
  line-height: 100% !important;
  text-transform: uppercase !important;
  padding-block-start: 17px !important;
  padding-block-end: 17px !important;
  padding-inline-start: 30px !important;
  padding-inline-end: 30px !important;
  border-radius: 50px !important;
  border-width: 1px !important;
  border-color: var(--LightGreen) !important;
  border-style: solid;
  background-color: var(--LightGreen) !important;
  transition: all 200ms !important;
  display: inline-flex;
  justify-content: center !important;
  align-items: center;
  align-self: start;
  margin-top: 0 !important;
}
footer .newsletter-form .gform_body input[type=submit]:hover {
  color: var(--Darkgreen) !important;
  border-color: var(--Darkgreen) !important;
  background-color: var(--LightGreen) !important;
}
@media (max-width: 767px) {
  footer .newsletter-form .gform_body input[type=submit] {
    min-width: 100%;
    width: 100%;
    flex: 1;
  }
}

.elementor-button,
input[type=submit], .search-card .elementor-post__read-more {
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: Galano Grotesque;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0px;
  line-height: 100%;
  text-transform: uppercase;
  padding-block-start: 17px;
  padding-block-end: 17px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
  border-radius: 50px;
  border-width: 1px;
  border-color: var(--LightGreen);
  border-style: solid;
  background-color: var(--LightGreen);
  transition: all 200ms;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-self: start;
  white-space: unset;
}
.elementor-button:hover,
input[type=submit]:hover, .search-card .elementor-post__read-more:hover {
  color: var(--Darkgreen) !important;
}
.elementor-button:hover::after,
input[type=submit]:hover::after, .search-card .elementor-post__read-more:hover::after {
  transform: scale(1) translateX(-50%);
  bottom: -30px;
}
.elementor-button:after,
input[type=submit]:after, .search-card .elementor-post__read-more:after {
  content: "";
  position: absolute;
  bottom: -140px;
  left: 50%;
  width: 393px;
  height: 132px;
  background-color: white;
  border-radius: 50%;
  transform: scale(1) translateX(-50%);
  transform-origin: bottom left;
  z-index: -1;
  transition: transform 2s cubic-bezier(0.34, 1.56, 0.64, 1), bottom 1s;
}

.elementor .btn-green {
  white-space: unset;
}

.four-grid-sec .e-parent, .four-grid-sec .elementor-element {
  max-height: 280px;
}
.four-grid-sec .col-video .elementor-widget-video, .four-grid-sec .col-video .e-hosted-video, .four-grid-sec .col-video .elementor-custom-embed-image-overlay {
  height: 100%;
  width: 100%;
}
.four-grid-sec .col-video img {
  height: 100%;
}
.four-grid-sec .col-gallery .swiper, .four-grid-sec .col-gallery .e-widget-swiper {
  height: 100%;
  border-radius: 16px;
}
.four-grid-sec .col-gallery .swiper-slide {
  height: auto;
}
.four-grid-sec .col-gallery .swiper-slide img, .four-grid-sec .col-gallery .swiper-slide .swiper-slide-inner {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.product-item {
  transition: all 0.3s;
}
.product-item .pro-content {
  transition: all 0.3s;
  left: 0;
}
.product-item .pro-image {
  transition: all 0.3s;
}
.product-item .pro-image .elementor-widget-image {
  overflow: hidden;
  border-radius: 20px;
  transition: all 0.3s;
}
.product-item .pro-image .elementor-widget-image img {
  transform: scale(1);
  transition: all 0.3s;
}
.product-item:hover .pro-content {
  left: 10px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .product-item:hover .pro-content {
    left: 0;
  }
}
.product-item:hover svg path {
  stroke: white;
}
.product-item:hover .elementor-icon {
  background-color: #16463d !important;
}
.product-item:hover .pro-image {
  transition: all 0.3s;
}
.product-item:hover .pro-image .elementor-widget-image {
  transition: all 0.3s;
}
.product-item:hover .pro-image .elementor-widget-image img {
  transform: scale(1.1);
  transition: all 0.3s;
}

.news-main-card .news-content {
  bottom: -100px !important;
  transition: all 0.3s;
}
.news-main-card .news-content .btn-green,
.news-main-card .news-content .e-button-base {
  margin-top: 20px;
}
.news-main-card .news-content .e-button-base {
  white-space: unset;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: Galano Grotesque;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0px;
  line-height: 100%;
  text-transform: uppercase;
  padding-block-start: 17px;
  padding-block-end: 17px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
  margin-block-start: 0px;
  border-radius: 50px;
  border-width: 1px;
  border-color: var(--LightGreen);
  border-style: solid;
  background-color: var(--LightGreen);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0);
  transition: all 200ms;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-self: start;
}
.news-main-card .news-content .e-button-base:after {
  content: "";
  position: absolute;
  bottom: -140px;
  left: 50%;
  width: 393px;
  height: 132px;
  background-color: white;
  border-radius: 50%;
  transform: scale(1) translateX(-50%);
  transform-origin: bottom left;
  z-index: -1;
  transition: transform 2s cubic-bezier(0.34, 1.56, 0.64, 1), bottom 1s;
}
.news-main-card .news-content .e-button-base:hover {
  color: var(--Darkgreen);
  border-color: var(--Darkgreen);
  background-color: var(--LightGreen);
  box-shadow: 0px 3px 0px 0px #1A5147;
}
.news-main-card .news-content .e-button-base:hover:after {
  transform: scale(1) translateX(-50%);
  bottom: -30px;
}
.news-main-card:hover .news-content {
  bottom: 0 !important;
  transition: all 0.3s;
}

.image-caption-slider .swiper-wrapper {
  align-items: stretch !important;
}
.image-caption-slider .swiper-slide {
  height: auto !important;
  display: flex;
  flex-direction: column;
}
.image-caption-slider .swiper-slide figure.swiper-slide-inner {
  background: #F5ECCB;
  padding: 20px;
  border-radius: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.image-caption-slider .swiper-slide figure.swiper-slide-inner img {
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1550px) {
  .image-caption-slider .swiper-slide figure.swiper-slide-inner img {
    height: 150px;
  }
}
@media (max-width: 1024px) {
  .image-caption-slider .swiper-slide figure.swiper-slide-inner img {
    height: 220px;
  }
}
.image-caption-slider .swiper-slide .elementor-image-carousel-caption {
  flex: 1;
  word-wrap: break-word;
}
.image-caption-slider .elementor-swiper-button {
  background-color: white;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1607843137);
  border-radius: 100%;
  height: 48px;
  width: 48px;
  padding: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.image-caption-slider .elementor-swiper-button svg {
  fill: none !important;
}
.image-caption-slider .elementor-swiper-button:hover {
  background-color: var(--LightGreen);
}
.image-caption-slider .elementor-swiper-button.elementor-swiper-button-next {
  right: 17%;
}
@media (max-width: 767px) {
  .image-caption-slider .elementor-swiper-button.elementor-swiper-button-next {
    right: 10px;
  }
}/*# sourceMappingURL=style.css.map */