.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 .gfield_validation_message {
  color: var(--orange) !important;
}
body .gform_wrapper .gform-footer.gform_footer.top_label input[type=submit] {
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: Mulish !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  color: var(--white) !important;
  padding-block-start: 16px !important;
  padding-block-end: 16px !important;
  padding-inline-start: 20px !important;
  padding-inline-end: 20px !important;
  margin-block-start: 0px !important;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  border-radius: 10px !important;
  background-color: var(--orange) !important;
  display: inline-flex !important;
  flex-direction: row !important;
  gap: 0px;
  justify-content: center !important;
  align-items: center;
  align-self: start;
  width: 100%;
}
body .gform_wrapper .gform-footer.gform_footer.top_label input[type=submit]:hover {
  background-color: var(--blue) !important;
}
body .gform_wrapper .gform_fields {
  gap: 20px !important;
}
body .gform_wrapper p.gform_required_legend,
body .gform_wrapper .gform_validation_errors,
body .gform_wrapper .charleft.ginput_counter.gfield_description {
  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: transparent !important;
  border: 1px solid #fff !important;
  accent-color: #666 !important;
}
body .gform_wrapper .gfield input[type=checkbox]::before {
  color: #666 !important;
}
body .gform_wrapper .gfield input[type=checkbox] + label {
  color: #666;
  font-weight: 400;
  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 .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 #fff;
  height: 50px !important;
  border-radius: 6px !important;
}
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: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]):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]):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: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:target,
body .gform_wrapper .gfield textarea:focus-within {
  outline: none !important;
  box-shadow: none !important;
  background: #fff !important;
}
body .gform_wrapper ::-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
  color: #666666;
}
body .gform_wrapper ::placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
  color: #666666;
}
body .gform_wrapper .ginput_container_textarea textarea {
  max-block-size: 94px;
  min-block-size: 94px !important;
  height: 94px !important;
  border-radius: 6px !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: 13px !important;
  line-height: 22px !important;
  font-weight: 500;
  color: white;
  left: 17px;
  top: 14px;
  margin-bottom: 0 !important;
  background: #0A090A !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  color: #fff !important;
  padding: 3px 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-radius: 4px !important;
  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: 13px !important;
  line-height: 22px !important;
  font-weight: 500;
  color: white;
  left: 17px;
  top: 14px;
  margin-bottom: 0 !important;
  background: #0A090A !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  color: #fff !important;
  padding: 3px 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-radius: 4px !important;
  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;
}

[type=button],
[type=submit],
button {
  white-space: normal;
}

h1 span {
  color: #F15823;
}

@media (max-width: 1890px) {
  .ai-mmer-sec {
    padding-right: 20px;
  }
}
.contact-info {
  backdrop-filter: blur(5px);
  position: relative;
}
.contact-info::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/*
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 .elementor-widget-nav-menu {
  backdrop-filter: blur(5px);
}
header .elementor-widget-nav-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.9));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media (max-width: 1024px) {
  header .elementor-widget-nav-menu::before {
    border-radius: 4px;
  }
}
header .elementor-widget-nav-menu .sub-menu {
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 767px) {
  header .contact-detail .elementor-image-box-wrapper {
    height: 44px;
  }
  header .contact-detail .elementor-image-box-wrapper .elementor-image-box-content {
    display: none;
  }
}
header .header-row.whitBg {
  background-color: rgba(255, 255, 255, 0.1607843137);
  backdrop-filter: blur(6px);
}

footer .footer-links .elementor-nav-menu {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
footer .footer-links .elementor-nav-menu li {
  position: relative;
  width: 47%;
}
@media (max-width: 767px) {
  footer .footer-links .elementor-nav-menu li {
    width: 100%;
  }
}
footer .footer-links .elementor-nav-menu li.current_page_item a {
  color: var(--orange) !important;
}
footer .footer-links .elementor-nav-menu li a {
  margin: 0 !important;
  position: relative;
  padding-left: 24px !important;
  transition: all 0.3s;
}
footer .footer-links .elementor-nav-menu li a:hover {
  padding-left: 28px !important;
}
footer .footer-links .elementor-nav-menu li a::before {
  background-image: url(../images/link-left-arrow.svg);
  position: absolute;
  content: " ";
  transform: translateY(-50%);
  height: 10px;
  left: 0;
  width: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  opacity: 1 !important;
  background-color: transparent !important;
}

.elementor-button,
button,
input[type=submit] {
  z-index: 0;
}

.e-button-base, .btn-orange {
  z-index: 0;
}

.home-hero-banner {
  position: relative;
}
.home-hero-banner::before {
  background: linear-gradient(270deg, rgba(226, 226, 226, 0) 5.84%, rgba(226, 226, 226, 0.8) 70.56%);
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  max-width: 50%;
  top: 0;
  z-index: 0;
}
.home-hero-banner::after {
  background: linear-gradient(180deg, #E3E1E0 0%, rgba(227, 225, 224, 0) 100%);
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 290px;
  bottom: 0;
  right: 0;
  z-index: 0;
  top: 0;
}
.home-hero-banner .hero-icon-list {
  max-width: 18%;
}
@media (max-width: 1699px) {
  .home-hero-banner .hero-icon-list {
    max-width: 25%;
  }
}
@media (max-width: 1024px) {
  .home-hero-banner .hero-icon-list {
    max-width: 100%;
    position: relative !important;
    bottom: auto !important;
    right: auto !important;
    left: auto !important;
    top: auto !important;
  }
}
.home-hero-banner .elementor-widget-icon-list {
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.0705882353);
  backdrop-filter: blur(5px);
}
.home-hero-banner .elementor-widget-icon-list::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.9));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.services-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title {
  justify-content: space-between;
}
.services-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon svg {
  fill: none;
}
.services-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true], .services-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover {
  background-color: transparent !important;
}
.services-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true] .e-n-tab-icon, .services-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover .e-n-tab-icon {
  clip-path: inset(0 0 0 0);
}
.services-tabs .e-n-tabs .e-n-tabs-content {
  position: relative;
}
@media (max-width: 767px) {
  .services-tabs .e-n-tabs .e-n-tabs-content .elementor-element img {
    border-radius: 20px !important;
  }
}

.service-wrapper .e-con-inner {
  margin-left: 0 !important;
  max-width: 100%;
  padding-right: calc((100% - 1440px + 0px) / 2);
}
@media (max-width: 1440px) {
  .service-wrapper .e-con-inner {
    padding-right: 20px;
  }
}
@media (max-width: 1699px) {
  .service-wrapper .e-con-inner .elementor-widget-n-tabs .e-n-tabs {
    gap: 30px;
  }
}

.inner-banner {
  position: relative;
}
.inner-banner h1 span {
  color: #F15823;
}
.inner-banner::before {
  background: linear-gradient(270deg, rgba(226, 226, 226, 0) 5.84%, rgba(226, 226, 226, 0.8) 70.56%);
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  max-width: 50%;
  top: 0;
  z-index: 0;
}
.inner-banner::after {
  background: linear-gradient(180deg, #E3E1E0 0%, rgba(227, 225, 224, 0) 100%);
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  max-height: 290;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: 0;
  top: auto;
}/*# sourceMappingURL=style.css.map */