.icon_grid_section .right-border-col {
  position: relative;
}

.icon_grid_section .right-border-col:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #fff;
  opacity: 0.2;
  left: auto;
  right: -30px;
}

.icon_grid_section .right-border-col:last-child:after {
  display: none;
}

@media (max-width: 1639px) and (min-width: 1440px) {
  .icon_grid_section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1439px) and (min-width: 1025px) {
  .icon_grid_section {
    padding-left: 40px;
    padding-right: 40px;
  }
  .icon_grid_section .e-grid {
    --e-con-grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 767px) {
  .icon_grid_section .right-border-col:after {
    top: auto;
    bottom: -30px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
}
.img-hover-scale-effect figure.elementor-image-box-img {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.img-hover-scale-effect .elementor-widget-image-box figure.elementor-image-box-img img {
  transform: scale(1);
  transition: all 0.5s;
}

.img-hover-scale-effect .elementor-widget-image-box:hover figure.elementor-image-box-img img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.img-hover-scale-effect .elementor-widget-image-box {
  position: relative;
  overflow: hidden;
}

.img-hover-scale-effect .elementor-widget-image-box .elementor-image-box-title a:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='50' height='50' rx='10' fill='%23DF011A'/%3E%3Cg clip-path='url(%23clip0_358_1466)'%3E%3Cpath d='M31.8471 18.4183C31.9694 18.5469 32.0444 18.7208 32.0444 18.9122L32.0473 27.0259C32.0474 27.4222 31.7263 27.7435 31.3301 27.7436C30.934 27.7437 30.6127 27.4227 30.6126 27.0265L30.6103 20.6388L19.6565 31.5926C19.3763 31.8728 18.9221 31.8727 18.6419 31.5926C18.3618 31.3124 18.3618 30.8582 18.6419 30.5781L29.5907 19.6293L23.2133 19.6272C22.8171 19.6271 22.496 19.3059 22.4962 18.9097C22.4963 18.5134 22.8176 18.1923 23.2138 18.1925L31.2639 18.1951C31.4672 18.1778 31.6764 18.247 31.8319 18.4026C31.8371 18.4078 31.8422 18.413 31.8471 18.4183Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_358_1466'%3E%3Crect width='22' height='22' fill='white' transform='translate(14 14)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: auto;
  left: auto;
  right: -50px;
  top: 20px;
  transition: all 0.5s;
}

.img-hover-scale-effect .elementor-widget-image-box .elementor-image-box-title a::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.img-hover-scale-effect .elementor-widget-image-box:hover .elementor-image-box-title a:before {
  right: 20px;
  transition: all 0.5s;
}

.img-hover-scale-effect .elementor-widget-image-box .elementor-image-box-title a {
  font-size: 26px;
  font-weight: 700;
  transition: all 0.5s;
}

.img-hover-scale-effect .elementor-widget-image-box:hover .elementor-image-box-title a {
  color: #DF011A;
}

.text-limit-col .elementor-image-box-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 1024px) {
  .img-hover-scale-effect .elementor-widget-image-box .elementor-image-box-title a {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .img-hover-scale-effect .elementor-widget-image-box .elementor-image-box-title a {
    font-size: 20px;
  }
}
/* Bloglist page css start */
.bloglist-section .elementor-post__thumbnail__link {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.bloglist-section article .elementor-post__thumbnail__link .elementor-post__thumbnail {
  transform: scale(1);
  transition: all 0.5s;
}

.bloglist-section article:hover .elementor-post__thumbnail__link .elementor-post__thumbnail {
  transform: scale(1.1);
  transition: all 0.5s;
}

.bloglist-section .elementor-post__excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

.bloglist-section article {
  position: relative;
}

.bloglist-section article .elementor-post__text {
  display: flex;
  flex-flow: column;
  position: static;
}

.bloglist-section article .elementor-post__meta-data {
  order: -1;
}

.bloglist-section article a.elementor-post__read-more {
  position: absolute;
  font-size: 0 !important;
  top: 20px;
  width: 50px;
  height: 50px;
  background: #DF011A;
  border-radius: 10px;
  left: auto;
  right: 20px;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

.bloglist-section article:hover a.elementor-post__read-more {
  transition: all 0.5s;
  opacity: 1;
  visibility: visible;
}

.bloglist-section article a.elementor-post__read-more:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_736_1300)'%3E%3Cpath d='M17.8471 4.41834C17.9694 4.54692 18.0444 4.72081 18.0444 4.91216L18.0473 13.0259C18.0474 13.4222 17.7263 13.7435 17.3301 13.7436C16.934 13.7437 16.6127 13.4227 16.6126 13.0265L16.6103 6.63878L5.65647 17.5926C5.3763 17.8728 4.92207 17.8727 4.64191 17.5926C4.36177 17.3124 4.36176 16.8582 4.64192 16.5781L15.5907 5.62931L9.21334 5.62725C8.81714 5.62713 8.49602 5.30587 8.49616 4.90966C8.49629 4.51344 8.8176 4.19234 9.2138 4.19247L17.2639 4.19508C17.4672 4.17783 17.6764 4.24702 17.8319 4.40259C17.8371 4.40779 17.8422 4.413 17.8471 4.41834Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_736_1300'%3E%3Crect width='22' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 22px;
  height: 22px;
  position: absolute;
  inset: 0;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  transition: all 0.5s;
}

.bloglist-section article a.elementor-post__read-more:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 0px;
  height: 50px;
  background: #fff;
  border-radius: 8px;
  right: auto;
  transition: all 0.5s;
  z-index: 1;
}

.bloglist-section article a.elementor-post__read-more:hover:after {
  width: 50px;
  transition: all 0.5s;
}

.bloglist-section article a.elementor-post__read-more:hover:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_736_1300)'%3E%3Cpath d='M17.8471 4.41834C17.9694 4.54692 18.0444 4.72081 18.0444 4.91216L18.0473 13.0259C18.0474 13.4222 17.7263 13.7435 17.3301 13.7436C16.934 13.7437 16.6127 13.4227 16.6126 13.0265L16.6103 6.63878L5.65647 17.5926C5.3763 17.8728 4.92207 17.8727 4.64191 17.5926C4.36177 17.3124 4.36176 16.8582 4.64192 16.5781L15.5907 5.62931L9.21334 5.62725C8.81714 5.62713 8.49602 5.30587 8.49616 4.90966C8.49629 4.51344 8.8176 4.19234 9.2138 4.19247L17.2639 4.19508C17.4672 4.17783 17.6764 4.24702 17.8319 4.40259C17.8371 4.40779 17.8422 4.413 17.8471 4.41834Z' fill='%23DF011A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_736_1300'%3E%3Crect width='22' height='22' fill='%23DF011A'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  transition: all 0.5s;
}

/* Bloglist page css end */
/* Bloglist page css start */
.post-template-default [data-elementor-type=single-post] h2,
.post-template-default [data-elementor-type=single-post] h3,
.post-template-default [data-elementor-type=single-post] h4,
.post-template-default [data-elementor-type=single-post] h5,
.post-template-default [data-elementor-type=single-post] h6 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #000000;
}

.post-template-default [data-elementor-type=single-post] .elementor-widget-theme-post-featured-image img {
  width: 100%;
}

.post-template-default [data-elementor-type=single-post] pre,
.page-template-default main .elementor-element pre {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #DF011A;
}

.post-template-default [data-elementor-type=single-post] h4 {
  color: #DF011A;
}

.post-template-default [data-elementor-type=single-post] p {
  margin-bottom: 20px;
}

.post-template-default [data-elementor-type=single-post] p strong {
  font-weight: 600;
  color: #121212;
}

.post-template-default [data-elementor-type=single-post] .elementor-widget-theme-post-content ol {
  margin-bottom: 20px;
  margin-top: 20px;
  padding-left: 20px;
}

.post-template-default [data-elementor-type=single-post] .elementor-widget-theme-post-content ul,
.page-template-default main .elementor-element ul {
  margin-bottom: 20px;
  margin-top: 20px;
  padding-left: 0px;
  list-style: none;
}

.post-template-default [data-elementor-type=single-post] .elementor-widget-theme-post-content ul li,
.page-template-default main .elementor-element ul li {
  position: relative;
  padding-left: 20px;
}

.post-template-default [data-elementor-type=single-post] .elementor-widget-theme-post-content ul li:before,
.page-template-default main .elementor-element ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #DF011A;
  left: 0;
  top: 9px;
}

.post-template-default [data-elementor-type=single-post] blockquote {
  display: flex;
  gap: 15px;
  padding: 30px;
  color: #121212;
  text-align: center;
  margin: 40px 0;
}

.post-template-default [data-elementor-type=single-post] blockquote,
.post-template-default [data-elementor-type=single-post] blockquote p,
.post-template-default [data-elementor-type=single-post] blockquote a {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
}

.post-template-default [data-elementor-type=single-post] blockquote:before {
  content: "";
  width: 87px;
  height: 62px;
  background: url(/wp-content/uploads/2026/03/quote_02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex: 0 0 87px;
}

.post-template-default [data-elementor-type=single-post] blockquote:after {
  content: "";
  width: 87px;
  height: 62px;
  background: url(/wp-content/uploads/2026/03/quote_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex: 0 0 87px;
  margin-top: auto;
}

@media (max-width: 991px) {
  .post-template-default [data-elementor-type=single-post] blockquote,
  .post-template-default [data-elementor-type=single-post] blockquote p,
  .post-template-default [data-elementor-type=single-post] blockquote a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .post-template-default [data-elementor-type=single-post] blockquote,
  .post-template-default [data-elementor-type=single-post] blockquote p,
  .post-template-default [data-elementor-type=single-post] blockquote a {
    font-size: 16px;
  }
  .post-template-default [data-elementor-type=single-post] blockquote {
    padding: 20px 0;
    gap: 7px;
    margin: 20px 0;
  }
  .post-template-default [data-elementor-type=single-post] blockquote:before,
  .post-template-default [data-elementor-type=single-post] blockquote:after {
    width: 47px;
    height: 22px;
    flex: 0 0 47px;
  }
  .post-template-default .bannertop_content .elementor-widget-theme-post-title .elementor-heading-title {
    hyphens: auto;
    word-wrap: break-word;
  }
}
/* Bloglist page css end */
.img-grid-height .elementor-image-gallery .gallery-item img {
  height: 320px;
  object-fit: cover;
  width: 100%;
}

.d-flex-youvia {
  display: flex;
  align-items: center;
  justify-content: center;
}

.img__text__card__col .elementor-widget-image-box .elementor-image-box-img {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .img__text__card__col .elementor-widget-image-box .elementor-image-box-img {
    margin-bottom: 30px !important;
  }
}
#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;
}

#vitris-form-root footer.powered-footer {
  display: none !important;
}

#quoteForm .step h2 {
  margin-bottom: 20px !important;
}
#quoteForm button[type=button]:has(.material-icons) {
  line-height: 0;
}
@media (max-width: 1280px) and (min-width: 601px) {
  #quoteForm .table-wrapper {
    overflow-x: auto;
  }
}
@media (max-width: 1280px) and (min-width: 601px) {
  #quoteForm table tfoot th, #quoteForm table thead th {
    white-space: nowrap;
    min-width: 150px;
  }
}
@media (max-width: 600px) {
  #quoteForm .form-actions {
    flex-flow: column;
  }
}
@media (max-width: 600px) {
  #quoteForm td:before {
    position: static;
    margin-bottom: 5px;
    display: block;
  }
}
@media (max-width: 600px) {
  #quoteForm td:has([type=checkbox]) {
    display: flex;
  }
  #quoteForm td:has([type=checkbox]) span.vent-label {
    margin-left: 7px;
  }
}
@media (max-width: 600px) {
  #quoteForm td:has([type=checkbox])::before {
    width: fit-content;
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  #quoteForm td:has([type=checkbox]) input {
    width: fit-content;
  }
}

/*
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 .header_call,
header .header_cta {
  width: auto;
}
@media (max-width: 1740px) {
  header .header_call .e-con-boxed {
    display: none;
  }
}
@media (max-width: 1740px) {
  header .header_cta a {
    font-size: 14px !important;
    line-height: 16px !important;
  }
}
@media (max-width: 1365px) {
  header .header_cta a {
    display: none;
  }
}
header .header_right {
  min-width: fit-content;
  width: fit-content;
}
@media (max-width: 1740px) and (min-width: 1025px) {
  header .header_right {
    padding-right: 15px !important;
  }
}
@media (max-width: 1740px) and (min-width: 1025px) {
  header .logo-col {
    padding-left: 15px !important;
  }
}
@media (max-width: 1740px) 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;
}
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: #DF011A !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: #DF011A !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.15);
  border-radius: 16px;
  background-color: #ffffff;
  color: #121212;
}
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: 4px;
}
header .elementor-nav-menu li.menu-item.menu-item-has-children ul.sub-menu li a {
  margin: 0;
  background-color: #F2F2F7;
  border-radius: 12px;
}
header .elementor-nav-menu li.menu-item.menu-item-has-children ul.sub-menu li a:hover {
  background-color: #666666;
  color: #ffffff;
}

footer .footer_logo {
  width: fit-content;
}
footer .elementor-item {
  white-space: normal !important;
}
footer .footer_social a.elementor-icon:hover svg path {
  transition: all 500ms;
}
footer .footer_social a.elementor-icon:hover:hover svg path {
  fill: #DF011A;
}
footer .footer_contactus .e-con-inner .elementor-widget-icon-box:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1607843137);
}
footer .elementor-nav-menu li {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
footer .elementor-nav-menu li:last-child {
  border-right: 0;
}
footer .menu-grid-col ul.elementor-nav-menu {
  display: flex;
  flex-flow: wrap;
  gap: 12px;
}
@media (max-width: 679px) {
  footer .menu-grid-col ul.elementor-nav-menu {
    gap: 0;
  }
}
footer .menu-grid-col ul.elementor-nav-menu li {
  width: 100%;
  max-width: calc((100% - 36px) / 4);
}
@media (max-width: 1439px) {
  footer .menu-grid-col ul.elementor-nav-menu li {
    max-width: calc((100% - 24px) / 3);
  }
}
@media (max-width: 989px) {
  footer .menu-grid-col ul.elementor-nav-menu li {
    max-width: calc((100% - 12px) / 2);
  }
}
@media (max-width: 679px) {
  footer .menu-grid-col ul.elementor-nav-menu li {
    max-width: 100%;
  }
}
@media (max-width: 679px) {
  footer .menu-grid-col ul.elementor-nav-menu li {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  footer .menu-grid-col ul.elementor-nav-menu li:last-child {
    border: 0;
  }
  footer .menu-grid-col ul.elementor-nav-menu li a {
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 1440px) {
  footer .menu-grid-col ul.elementor-nav-menu li:nth-child(4n+4) {
    border-right: 0;
  }
}
@media (max-width: 1439px) and (min-width: 1025px) {
  footer .menu-grid-col ul.elementor-nav-menu li:nth-child(3n+3) {
    border-right: 0;
  }
}
@media (max-width: 989px) and (min-width: 680px) {
  footer .menu-grid-col ul.elementor-nav-menu li:nth-child(2n+2) {
    border-right: 0;
  }
}

body a.elementor-button .elementor-button-icon {
  transition: all 500ms;
}
body a.elementor-button:hover .elementor-button-icon {
  margin-left: 6px;
}

.white-btn .elementor-button:hover .elementor-button-content-wrapper .elementor-button-icon {
  filter: contrast(0) brightness(100);
}

.herobanner {
  position: relative;
  overflow-x: hidden;
}
.herobanner:hover .banner_bottom_title h2 {
  margin-left: -160px;
  transition: all 1.5s;
}
@media (max-width: 1600px) {
  .herobanner:hover .banner_bottom_title h2 {
    margin-left: -130px;
  }
}
@media (max-width: 1024px) {
  .herobanner:hover .banner_bottom_title h2 {
    margin-left: -70px;
  }
}
@media (max-width: 767px) {
  .herobanner:hover .banner_bottom_title h2 {
    margin-left: -45px;
  }
}
.herobanner .banner_bottom_title h2 {
  font-size: clamp(32px, 6vw, 130px) !important;
  transition: all 1.5s;
  margin-left: 0px;
}
@media (max-width: 1780px) {
  .herobanner .banner_bottom_title h2 {
    font-size: clamp(32px, 6vw, 130px) !important;
  }
}
@media (max-width: 1600px) {
  .herobanner .banner_bottom_title h2 {
    font-size: clamp(32px, 5vw, 80px) !important;
  }
}
.herobanner .banner_bottombox {
  position: relative;
}
.herobanner .banner_bottombox .elementor-widget-image {
  left: 40% !important;
  transform: translateX(-50%);
  bottom: -50px;
  top: unset !important;
}
@media (max-width: 1600px) {
  .herobanner .banner_bottombox .elementor-widget-image {
    left: 15% !important;
    transform: translate(0);
  }
}
@media (max-width: 1024px) {
  .herobanner .banner_bottombox .elementor-widget-image {
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%);
    bottom: -30px;
  }
}
@media (max-width: 1600px) {
  .herobanner .banner_bottombox .bannerbottom_img img {
    max-width: 550px;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .herobanner .banner_bottombox .bannerbottom_img img {
    max-width: 420px;
  }
}
.herobanner .bannerform_main {
  max-width: 540px;
  margin-right: 0;
  margin-left: auto;
}
.herobanner .bannerform_main .banner_form {
  position: relative;
  z-index: 2;
}
.herobanner .bannerform_main .banner_form .gform-body .gfield .ginput_container input,
.herobanner .bannerform_main .banner_form .gform-body .gfield .ginput_container textarea {
  height: 40px;
  border: 1px solid #CCCCCC;
  outline: none;
  padding: 10px 12px;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #121212;
  border-radius: 10px;
}
.herobanner .bannerform_main .banner_form .gform-body .gfield textarea {
  height: 44px !important;
  min-block-size: 44px !important;
  resize: none !important;
}
.herobanner .bannerform_main .banner_form .gform-body fieldset {
  margin-top: 0;
}
.herobanner .bannerform_main .banner_form .gform-body fieldset label.gform-field-label {
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  margin-top: 0;
  cursor: pointer;
}
.herobanner .bannerform_main .banner_form .gform-body fieldset input[type=checkbox] {
  padding: 0 !important;
  width: 16px !important;
  height: 16px !important;
  border: 1px solid #D1D1D6 !important;
  border-radius: 4px !important;
}
.herobanner .bannerform_main .banner_form .gform_wrapper > .gform_heading {
  display: none;
}
.herobanner .bannerform_main .banner_form .gform_wrapper .gform_fields {
  row-gap: 16px;
  column-gap: 16px;
}
.herobanner .bannerform_main .banner_form .gform_footer {
  margin-top: 20px;
}
.herobanner .bannerform_main .banner_form .gform_footer input[type=submit] {
  padding: 15px !important;
  background-color: #DF011A !important;
  transition: all 500ms !important;
  font-size: 16px !important;
  line-height: 100% !important;
  font-weight: 600 !important;
  font-family: "Montserrat", Sans-serif !important;
  color: #FFFFFF !important;
  border-radius: 12px !important;
}
.herobanner .bannerform_main .banner_form .gform_footer input[type=submit]:hover {
  background-color: #1B1B1B !important;
}
.herobanner .bannertop_content {
  max-width: 786px;
}

.zigzag_pattern .stat-wrapper {
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end;
  isolation: isolate;
  margin-top: -20px;
}
.zigzag_pattern .stat-wrapper .outline-number {
  z-index: 0;
  flex-shrink: 0;
}
.zigzag_pattern .stat-wrapper .outline-number h2 {
  font-style: normal;
  font-weight: 800 !important;
  font-size: clamp(82px, 20.83vw, 200px) !important;
  line-height: 100% !important;
  text-align: right;
  text-transform: uppercase;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  color: #fff;
  z-index: 0;
  margin: 0 !important;
  padding: 0 !important;
}
.zigzag_pattern .stat-wrapper .plus-badge {
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  flex-shrink: 0;
}
.zigzag_pattern {
  /* h2 wraps both spans - make it a stacking container */
}
.zigzag_pattern .stat-wrapper .plus-badge h2 {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
.zigzag_pattern {
  /* The "+" sign */
}
.zigzag_pattern .stat-wrapper .plus-badge .plus-icon {
  font-style: normal;
  font-weight: 800 !important;
  font-size: clamp(82px, 20.83vw, 200px) !important;
  line-height: 100% !important;
  text-align: center;
  text-transform: uppercase;
  color: #000000 !important;
  display: block !important;
}
.zigzag_pattern {
  /* ERVARING overlaid on top of "+" */
}
.zigzag_pattern .stat-wrapper .plus-badge .badge-text {
  position: absolute !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: clamp(7px, 1.46vw, 14px) !important;
  line-height: 28px !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFFFFF !important;
  background: transparent !important;
  padding: clamp(4px, 0.5vw, 6px) clamp(6px, 0.8vw, 10px);
  white-space: nowrap;
  display: block !important;
  z-index: 2;
  /* Center ERVARING over the + sign */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .zigzag_pattern .stat-wrapper .plus-badge .badge-text {
    font-size: clamp(6px, 1.46vw, 14px) !important;
    line-height: 2 !important;
  }
}
.zigzag_pattern .zigzagimg_one {
  mask-image: url("../images/zigzag_onemasking.png");
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center 0;
  -webkit-mask-image: url("../images/zigzag_onemasking.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-position: center 0;
  position: relative;
  padding-top: 69.57%;
}
.zigzag_pattern .zigzagimg_one img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
}

.title__line span {
  position: relative;
}

.title__line span:after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 7px;
  width: 100%;
  height: 8px;
  background: rgba(223, 1, 26, 0.1215686275);
}

.white__line span:after {
  background: rgba(255, 255, 255, 0.3019607843);
}

.gridboxes .gridbox_item {
  position: relative;
  transition: all 500ms;
  overflow: hidden;
}
.gridboxes .gridbox_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(182.87deg, rgba(0, 0, 0, 0) 2.38%, rgba(0, 0, 0, 0.9) 81.79%);
  height: 258px;
  width: 100%;
  z-index: 1;
  border-radius: 24px;
}
.gridboxes .gridbox_item::before {
  content: none;
}
.gridboxes .gridbox_item .elementor-heading-title {
  position: relative;
  z-index: 2;
}
.gridboxes .gridbox_item .elementor-icon-box-wrapper {
  position: relative;
  z-index: 2;
}
.gridboxes .gridbox_item .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gridboxes .gridbox_item .elementor-icon-box-wrapper .elementor-icon-box-content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gridboxes .gridbox_item .elementor-icon-box-wrapper .elementor-icon svg {
  width: 30px;
  height: 20px;
  transition: all 800ms;
}
.gridboxes .gridbox_item .elementor-widget-image {
  width: 100%;
  height: 100%;
}
.gridboxes .gridbox_item .elementor-widget-image img {
  transition: all 800ms;
}
.gridboxes .gridbox_item:hover .elementor-widget-image img {
  scale: 1.15;
}
.gridboxes .gridbox_item.has_icon::before {
  content: none;
}
.gridboxes .gridbox_item.has_icon:hover {
  background-color: #DF011A;
}
.gridboxes .gridbox_item.has_icon:hover::after {
  content: none;
}
.gridboxes .gridbox_item.has_icon:hover .elementor-icon-box-wrapper .elementor-icon svg {
  margin-right: -8px;
}

.marqueeline {
  overflow: hidden !important;
  white-space: nowrap !important;
  width: 100% !important;
}
.marqueeline .elementor-widget-container {
  overflow: hidden !important;
  width: 100% !important;
}
.marqueeline .marquee-track {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 70px !important;
  width: max-content !important;
  will-change: transform;
  animation: marquee 60s linear infinite forwards;
}
.marqueeline .marquee-track span {
  display: inline-block !important;
  white-space: nowrap !important;
  color: #ffffff;
  font-family: "Montserrat", Sans-serif;
  font-weight: 900;
  font-size: 72px;
  line-height: 80px;
  letter-spacing: 6%;
  flex-shrink: 0 !important;
}
@media (max-width: 1024px) {
  .marqueeline .marquee-track span {
    font-size: 52px !important;
    line-height: 62px !important;
  }
}
@media (max-width: 767px) {
  .marqueeline .marquee-track span {
    font-size: 36px !important;
    line-height: 42px !important;
  }
}
@media (max-width: 480px) {
  .marqueeline .marquee-track span {
    font-size: 28px !important;
    line-height: 34px !important;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.services_main {
  position: relative;
}
.services_main .services_bgoverlay {
  position: relative;
}
.services_main .services_bgoverlay::before {
  content: none;
}
.services_main .services_bgoverlay::after {
  content: "";
  background: linear-gradient(0deg, rgba(223, 1, 26, 0.85), rgba(223, 1, 26, 0.85));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.services_main .marqueeslider {
  margin-top: -770px;
  position: relative;
  z-index: 1;
}

.services_main .bg-custom-slider {
  padding-top: 84px !important;
  padding-bottom: 50px !important;
  margin-top: -45px;
}
@media (max-width: 1023px) {
  .services_main .bg-custom-slider {
    margin-top: 0;
  }
}

.bg-custom-slider .bg-slide-item .bg-slide-image {
  position: relative;
  padding-top: 133.23%;
  line-height: 0;
  border-radius: 24px;
  overflow: hidden;
}
.bg-custom-slider .bg-slide-item .bg-slide-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 24px;
  transition: all 1s;
}
.bg-custom-slider .bg-slide-item .bg-slide-title-wrap {
  margin-top: 33px;
}
.bg-custom-slider .bg-slide-item .bg-slide-title-wrap .bg-slide-title {
  color: #121212;
  font-family: "Montserrat", Sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 16px;
  transition: all 1s;
}
.bg-custom-slider .bg-slide-item .bg-slide-title-wrap .bg-slide-count {
  line-height: 0;
}
.bg-custom-slider .bg-slide-item .bg-slide-title-wrap .bg-slide-count p {
  color: #121212;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bg-custom-slider .bg-slide-item .bg-slide-item-linkmain {
  position: absolute;
  top: 20px;
  right: -100px;
  transition: all 600ms;
}
@media (max-width: 1024px) {
  .bg-custom-slider .bg-slide-item .bg-slide-item-linkmain {
    right: 20px;
  }
}
.bg-custom-slider .bg-slide-item .bg-slide-item-linkmain .bg-slide-item-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #DF011A;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.bg-custom-slider .bg-slide-item .bg-slide-item-linkmain {
  /* White overlay */
}
.bg-custom-slider .bg-slide-item .bg-slide-item-linkmain .bg-slide-item-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  transform: translateX(-101%);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}
.bg-custom-slider .bg-slide-item .bg-slide-item-linkmain {
  /* Hover - slide white overlay left to right + full rounded corners */
}
.bg-custom-slider .bg-slide-item .bg-slide-item-linkmain .bg-slide-item-link:hover::before {
  transform: translateX(0%);
}
.bg-custom-slider .bg-slide-item .bg-slide-item-linkmain {
  /* Icon span */
}
.bg-custom-slider .bg-slide-item .bg-slide-item-linkmain .bg-slide-item-link span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bg-custom-slider .bg-slide-item .bg-slide-item-linkmain {
  /* SVG path color - static white */
}
.bg-custom-slider .bg-slide-item .bg-slide-item-linkmain .bg-slide-item-link span svg path {
  fill: #FFFFFF;
  transition: fill 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.bg-custom-slider .bg-slide-item .bg-slide-item-linkmain {
  /* SVG path color - orange on hover */
}
.bg-custom-slider .bg-slide-item .bg-slide-item-linkmain .bg-slide-item-link:hover span svg path {
  fill: #F39B46;
}
.bg-custom-slider .bg-slide-item:hover .bg-slide-image img {
  scale: 1.2;
}
.bg-custom-slider .bg-slide-item:hover .bg-slide-title {
  color: #DF011A;
}
.bg-custom-slider .bg-slide-item:hover .bg-slide-item-linkmain {
  right: 20px;
}
.bg-custom-slider .swiper-button-prev::after,
.bg-custom-slider .swiper-button-next::after {
  content: none;
}
.bg-custom-slider .swiper-button-prev,
.bg-custom-slider .swiper-button-next {
  border: 1.25px solid #ffffff;
  filter: drop-shadow(0px 2px 7px rgba(0, 0, 0, 0.14));
  border-radius: 8px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: transparent;
  transition: all 500ms;
  outline: none;
  top: 0;
  bottom: unset;
  left: unset;
  right: 0;
  margin-top: 0;
}
.bg-custom-slider .swiper-button-prev svg path,
.bg-custom-slider .swiper-button-next svg path {
  transition: all 500ms;
  fill: #ffffff;
}
.bg-custom-slider .swiper-button-prev:hover,
.bg-custom-slider .swiper-button-next:hover {
  background-color: #ffffff;
}
.bg-custom-slider .swiper-button-prev:hover svg path,
.bg-custom-slider .swiper-button-next:hover svg path {
  fill: #121212;
}
.bg-custom-slider .swiper-button-prev {
  right: 70px;
}
.bg-custom-slider .swiper-pagination {
  bottom: 0 !important;
  top: unset !important;
}
.bg-custom-slider .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #D1D1D6;
  margin: 0 5px;
  opacity: 1;
  transition: all 500ms;
}
.bg-custom-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 10px;
  background-color: #DF011A;
  width: 40px;
}