.bottom-btn .elementor-icon svg {
  font-size: 24px;
}

.bottom-btn .elementor-icon {
  border: 1px dashed rgba(255, 255, 255, 0.6) !important;
  border-radius: 7px;
  padding: 8px;
}

.bottom-btn .elementor-icon-wrapper {
  border: 1px solid #ffffff;
  padding: 3px;
  line-height: 0;
  border-radius: 10px;
  background: #70b62b;
}

#bottom-to-top-btn {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  cursor: pointer;
}
#bottom-to-top-btn.visible {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}

.title_gradient .elementor-heading-title {
  background: linear-gradient(180.34deg, rgba(255, 255, 255, 0) 7.08%, #FFFFFF 99.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.2;
}

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

@media (max-width: 1239px) and (min-width: 1025px) {
  .number_grid_col {
    --e-con-grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 1439px) and (min-width: 1025px) {
  .number_grid_col > .elementor-element {
    padding: 20px !important;
  }
}
@media (max-width: 1439px) and (min-width: 1025px) {
  .number_grid_col > .elementor-element .elementor-heading-title.elementor-size-default {
    font-size: 26px;
  }
}

@media (max-width: 1639px) and (min-width: 1025px) {
  .price__title .elementor-heading-title {
    font-size: 40px !important;
  }
}
@media (max-width: 1280px) and (min-width: 1025px) {
  .price__title .elementor-heading-title {
    font-size: 26px !important;
  }
}

@media (max-width: 1639px) and (min-width: 1025px) {
  .price_card__col {
    padding: 30px !important;
  }
}
@media (max-width: 1280px) and (min-width: 1025px) {
  .price_card__col {
    padding: 20px !important;
  }
}

@media (max-width: 1439px) and (min-width: 1025px) {
  .timing_grid_col {
    --e-con-grid-template-columns: repeat(1, 1fr) !important;
  }
}

@media (min-width: 768px) {
  .img-move-bottom img {
    height: auto !important;
    position: relative;
    animation: bottommove 10s infinite;
  }
}

@media (min-width: 768px) {
  .img-move-top img {
    height: auto !important;
    position: relative;
    animation: topmove 10s infinite;
  }
}

@keyframes topmove {
  0% {
    top: 0px;
  }
  50% {
    top: 50px;
  }
  90% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}
@keyframes bottommove {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 50px;
  }
  90% {
    bottom: 0;
  }
  100% {
    bottom: 0;
  }
}
/*
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;
}

@media (max-width: 1280px) and (min-width: 1025px) {
  .topbar__list__col .elementor-icon-list-text {
    font-size: 14px !important;
  }
}
@media (max-width: 1140px) and (min-width: 1025px) {
  .topbar__list__col .elementor-icon-list-text {
    font-size: 12px !important;
  }
}

@media (max-width: 1280px) and (min-width: 1025px) {
  .topbar_menu_col .elementor-icon-list-text {
    font-size: 14px !important;
  }
}

@media (max-width: 1799px) and (min-width: 1025px) {
  .header__wrapper {
    padding: 20px !important;
  }
}

@media (max-width: 1140px) and (min-width: 1025px) {
  .header_right_col {
    display: none;
  }
}
@media (max-width: 1280px) and (min-width: 1025px) {
  .header_right_col span.elementor-button-text {
    font-size: 14px !important;
  }
}
@media (max-width: 1140px) and (min-width: 1025px) {
  .header_right_col span.elementor-button-text {
    font-size: 0px !important;
  }
}

@media (max-width: 1799px) and (min-width: 1025px) {
  header .header__col {
    --width: 40% !important;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media (max-width: 1280px) and (min-width: 1025px) {
  header .header__col {
    --width: 30% !important;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
header .elementor-nav-menu {
  width: 100%;
}
header .elementor-nav-menu > li a::before {
  transform: translateX(-110%);
  transition: all 0.5s;
}
header .elementor-nav-menu > li a:hover::before {
  transform: translateX(0%);
  transition: all 0.5s;
}
header .elementor-nav-menu > li.current-menu-item > a::before {
  transform: translateX(0%);
  transition: all 0.5s;
}
@media (max-width: 1799px) and (min-width: 1025px) {
  header .elementor-nav-menu li a {
    font-size: 14px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}
header .elementor-nav-menu li.menu-item.menu-item-has-children a span.sub-arrow {
  position: relative;
}
header .elementor-nav-menu li.menu-item.menu-item-has-children a span.sub-arrow::before {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.206746 0.206746C0.482416 -0.0689153 0.929353 -0.0689153 1.20502 0.206746L6.58821 5.58993L11.9715 0.206746C12.2471 -0.0689153 12.6941 -0.0689153 12.9698 0.206746C13.2453 0.482407 13.2453 0.929353 12.9698 1.20499L7.08741 7.08734C6.81174 7.36301 6.36478 7.36301 6.08911 7.08734L0.206746 1.20499C-0.0689153 0.929353 -0.0689153 0.482407 0.206746 0.206746Z' fill='%23121212'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
  position: absolute;
  top: 15px;
  left: 12px;
}
header .elementor-nav-menu li.menu-item.menu-item-has-children a span.sub-arrow svg {
  opacity: 0;
  visibility: hidden;
}
header .elementor-nav-menu li.menu-item.menu-item-has-children a:hover span.sub-arrow {
  position: relative;
}
@media (min-width: 1025px) {
  header .elementor-nav-menu li.menu-item.menu-item-has-children a:hover span.sub-arrow::before {
    content: "";
    background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.206746 0.206746C0.482416 -0.0689153 0.929353 -0.0689153 1.20502 0.206746L6.58821 5.58993L11.9715 0.206746C12.2471 -0.0689153 12.6941 -0.0689153 12.9698 0.206746C13.2453 0.482407 13.2453 0.929353 12.9698 1.20499L7.08741 7.08734C6.81174 7.36301 6.36478 7.36301 6.08911 7.08734L0.206746 1.20499C-0.0689153 0.929353 -0.0689153 0.482407 0.206746 0.206746Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  }
}
header .elementor-nav-menu li.menu-item.menu-item-has-children.current-menu-item > a {
  color: #ffffff !important;
}
header .elementor-nav-menu li.menu-item.menu-item-has-children.current-menu-item > a::before {
  background-color: #70B62B !important;
  opacity: 1 !important;
}
header .elementor-nav-menu li.menu-item.menu-item-has-children.current-menu-item > a span.sub-arrow {
  position: relative;
}
header .elementor-nav-menu li.menu-item.menu-item-has-children.current-menu-item > a span.sub-arrow::before {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.206746 0.206746C0.482416 -0.0689153 0.929353 -0.0689153 1.20502 0.206746L6.58821 5.58993L11.9715 0.206746C12.2471 -0.0689153 12.6941 -0.0689153 12.9698 0.206746C13.2453 0.482407 13.2453 0.929353 12.9698 1.20499L7.08741 7.08734C6.81174 7.36301 6.36478 7.36301 6.08911 7.08734L0.206746 1.20499C-0.0689153 0.929353 -0.0689153 0.482407 0.206746 0.206746Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
header .elementor-nav-menu li.menu-item.menu-item-has-children.current-menu-parent > a {
  color: #ffffff !important;
}
header .elementor-nav-menu li.menu-item.menu-item-has-children.current-menu-parent > a::before {
  background-color: #70B62B !important;
  opacity: 1 !important;
}
header .elementor-nav-menu li.menu-item.menu-item-has-children.current-menu-parent > a span.sub-arrow {
  position: relative;
}
header .elementor-nav-menu li.menu-item.menu-item-has-children.current-menu-parent > a span.sub-arrow::before {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.206746 0.206746C0.482416 -0.0689153 0.929353 -0.0689153 1.20502 0.206746L6.58821 5.58993L11.9715 0.206746C12.2471 -0.0689153 12.6941 -0.0689153 12.9698 0.206746C13.2453 0.482407 13.2453 0.929353 12.9698 1.20499L7.08741 7.08734C6.81174 7.36301 6.36478 7.36301 6.08911 7.08734L0.206746 1.20499C-0.0689153 0.929353 -0.0689153 0.482407 0.206746 0.206746Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
header .elementor-nav-menu li.menu-item.menu-item-has-children ul.sub-menu {
  padding: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0);
  border-radius: 16px;
  background-color: #ffffff;
  color: #3C3C3B;
}
header .elementor-nav-menu li.menu-item.menu-item-has-children ul.sub-menu li {
  line-height: 0;
}
header .elementor-nav-menu li.menu-item.menu-item-has-children ul.sub-menu li:not(:last-child) {
  margin-bottom: 10px;
}
header .elementor-nav-menu li.menu-item.menu-item-has-children ul.sub-menu li a {
  margin: 0;
  background-color: transparent;
  border-radius: 12px;
  position: relative;
  transition: all 0.5s;
}
header .elementor-nav-menu li.menu-item.menu-item-has-children ul.sub-menu li a::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #333333;
  opacity: 0;
  transition: all 0.5s;
  margin-top: auto;
  margin-bottom: auto;
  left: 16px;
}
@media (max-width: 1799px) and (min-width: 1025px) {
  header .elementor-nav-menu li.menu-item.menu-item-has-children ul.sub-menu li a::before {
    left: 0px;
  }
}
header .elementor-nav-menu li.menu-item.menu-item-has-children ul.sub-menu li a:hover {
  background-color: #F49717;
  color: #3C3C3B;
  padding-left: 26px;
  transition: all 0.5s;
}
header .elementor-nav-menu li.menu-item.menu-item-has-children ul.sub-menu li a:hover::before {
  opacity: 1;
  transition: all 0.5s;
}

@media (max-width: 1279px) {
  .footer-center-col {
    flex-flow: column !important;
  }
}

@media (max-width: 1279px) {
  .footer-center-rightcol {
    width: 100% !important;
  }
}
@media (max-width: 1539px) {
  .footer-center-rightcol .elementor-widget-text-editor {
    font-size: 16px !important;
  }
}

@media (max-width: 1365px) and (min-width: 1280px) {
  .footer-center-col > .elementor-element:first-child {
    --width: 15% !important;
  }
  .footer-center-col > .elementor-element:last-child {
    --width: 80% !important;
  }
}
body a.elementor-button {
  position: relative;
  overflow: hidden;
}
body a.elementor-button:hover::after {
  height: 0;
  transition: all 0.5s;
  transition-delay: 0.05s;
  opacity: 0;
}
body a.elementor-button:hover::before {
  height: 0;
  transition: all 0.5s;
  transition-delay: 0.1s;
  opacity: 0;
}
body a.elementor-button:hover .elementor-button-content-wrapper::after {
  height: 0;
  transition: all 0.5s;
  transition-delay: 0.15s;
  opacity: 0;
}
body a.elementor-button:hover .elementor-button-content-wrapper::before {
  height: 0;
  transition: all 0.5s;
  transition-delay: 0.2s;
  opacity: 0;
}
body a.elementor-button::after {
  content: "";
  width: calc(25% + 1px);
  height: 100%;
  background-color: #70B62B;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: calc(75% + 0px);
  z-index: 0;
  transition: all 0.5s;
  transition-delay: 0.2s;
  opacity: 1;
}
body a.elementor-button::before {
  content: "";
  width: calc(25% + 1px);
  height: 100%;
  background-color: #70B62B;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: calc(50% + 0px);
  z-index: 0;
  transition: all 0.5s;
  transition-delay: 0.15s;
  opacity: 1;
}
body a.elementor-button .elementor-button-content-wrapper::after {
  content: "";
  width: calc(25% + 1px);
  height: 100%;
  background-color: #70B62B;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: calc(25% + 0px);
  z-index: 0;
  transition: all 0.5s;
  transition-delay: 0.1s;
  opacity: 1;
}
body a.elementor-button .elementor-button-content-wrapper::before {
  content: "";
  width: calc(25% + 1px);
  height: 100%;
  background-color: #70B62B;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: 0;
  transition: all 0.5s;
  transition-delay: 0.05s;
  opacity: 1;
}
body a.elementor-button .elementor-button-content-wrapper span.elementor-button-text {
  border: 1px dashed rgba(255, 255, 255, 0.5019607843);
  padding: 12px 16px;
  border-radius: 7px;
  display: block;
  position: relative;
  z-index: 3;
}

body .white_btn a.elementor-button:hover .elementor-button-content-wrapper span.elementor-button-text {
  border: 1px dashed rgba(255, 255, 255, 0.5019607843);
}
body .white_btn a.elementor-button::after {
  background-color: #ffffff;
}
body .white_btn a.elementor-button::before {
  background-color: #ffffff;
}
body .white_btn a.elementor-button .elementor-button-content-wrapper::after {
  background-color: #ffffff;
}
body .white_btn a.elementor-button .elementor-button-content-wrapper::before {
  background-color: #ffffff;
}
body .white_btn a.elementor-button .elementor-button-content-wrapper span.elementor-button-text {
  border: 1px dashed rgba(112, 182, 43, 0.5019607843);
}

.left-img-mask {
  -webkit-mask-image: url(/wp-content/uploads/2026/03/mask-left.png);
          mask-image: url(/wp-content/uploads/2026/03/mask-left.png);
  webkit-mask-image: url(/wp-content/uploads/2026/03/mask-left.png);
  mask-mode: alpha;
  webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  webkit-mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  webkit-mask-position: center;
}

.right-img-mask {
  -webkit-mask-image: url(/wp-content/uploads/2026/03/mask-right.png);
          mask-image: url(/wp-content/uploads/2026/03/mask-right.png);
  webkit-mask-image: url(/wp-content/uploads/2026/03/mask-right.png);
  mask-mode: alpha;
  webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  webkit-mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  webkit-mask-position: center;
}

.card_grid_col .elementor-icon svg {
  display: none;
}

.card_grid_col .elementor-widget-icon {
  width: 60px;
  height: 60px;
  display: block;
  margin-left: auto !important;
}

.card_grid_col .elementor-widget-icon .elementor-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card_grid_col .elementor-widget-icon .elementor-icon::before {
  content: "";
  background-image: url("/wp-content/uploads/2026/03/solar_arrow-left-linear.svg");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  left: auto;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: -100px 0;
  transition: all 0.5s;
  z-index: 1;
  background-size: 30px;
}

.card_grid_col .elementor-widget-icon .elementor-icon:after {
  content: "";
  background-image: url("/wp-content/uploads/2026/03/solar_arrow-left-linear.svg");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  position: absolute;
  left: auto;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  transition: all 0.5s;
  background-position: 50% 50%;
  background-size: 30px;
}

.card_grid_col:hover .elementor-widget-icon .elementor-icon::before {
  background-position: 50% 50%;
  transition: all 0.5s;
}

.card_grid_col:hover .elementor-widget-icon .elementor-icon::after {
  background-position: 100px 0;
  transition: all 0.5s;
}

.card_grid_col img {
  transition: all 0.5s;
  transform: scale(1);
}

.card_grid_col:hover img {
  transition: all 0.5s;
  transform: scale(1.05);
}

.max-mid-width {
  max-width: 280px;
}
@media (max-width: 1439px) {
  .max-mid-width {
    max-width: 280px;
  }
}
@media (max-width: 1023px) {
  .max-mid-width {
    max-width: 100%;
  }
}

@media (max-width: 1439px) {
  .five-random-block-inner {
    gap: 10px;
  }
  .five-random-block-inner h4 {
    font-size: 22px;
  }
}

@media (max-width: 1439px) {
  .step-timeline .step-timeline-inner-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .step-timeline .step-timeline-inner-container .inner-box {
    max-width: 280px;
  }
}
@media (max-width: 1023px) {
  .step-timeline .step-timeline-inner-container .inner-box {
    max-width: 345px;
  }
}
@media (max-width: 767px) {
  .step-timeline .step-timeline-inner-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.contact-card .gform_required_legend {
  display: none;
}
.contact-card label.gfield_label.gform-field-label {
  color: #FFFFFF;
  font-size: 16px;
}
.contact-card .gform_footer .gform_button.button {
  background-color: #FFFFFF !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #70B62B !important;
  border-radius: 5px !important;
  padding: 10px 20px !important;
  border: 1px dashed #70B62B !important;
  box-shadow: 0px 0px 0px 5px #fff !important;
}
.contact-card .gform_footer .gform_button.button:hover {
  background-color: #70B62B !important;
  color: #fff !important;
  border-color: #FFFFFF !important;
  box-shadow: 0px 0px 0px 5px #70B62B !important;
}
.contact-card .custom-input textarea,
.contact-card .custom-input input,
.contact-card .custom-input-area textarea,
.contact-card .custom-input-area input {
  background-color: transparent !important;
  border: 2px dashed rgba(255, 255, 255, 0.5019607843);
  box-shadow: none;
  min-height: 50px;
}/*# sourceMappingURL=style.css.map */