.elementor-kit-7{--e-global-color-primary:#155BB5;--e-global-color-secondary:#272425;--e-global-color-text:#6A6A6A;--e-global-color-accent:#A9CFFF;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-size:clamp(2.5rem, 1.7231rem + 3.3149vw, 4.375rem);--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-bcaf6ba-font-family:"Plus Jakarta Sans";--e-global-typography-bcaf6ba-font-size:clamp(2.5rem, 1.8526rem + 2.7624vw, 4.0625rem);--e-global-typography-bcaf6ba-font-weight:500;--e-global-typography-bcaf6ba-text-transform:capitalize;--e-global-typography-bcaf6ba-line-height:1.06em;--e-global-typography-87cca12-font-family:"Plus Jakarta Sans";--e-global-typography-87cca12-font-size:clamp(1.875rem, 1.357rem + 2.2099vw, 3.125rem);--e-global-typography-87cca12-font-weight:500;--e-global-typography-87cca12-text-transform:none;--e-global-typography-87cca12-line-height:1.1em;--e-global-typography-af8ec2b-font-family:"Karla";--e-global-typography-af8ec2b-font-size:clamp(0.75rem, 0.6982rem + 0.221vw, 0.875rem);--e-global-typography-af8ec2b-font-weight:600;--e-global-typography-af8ec2b-text-transform:uppercase;--e-global-typography-987dd1b-font-family:"Karla";--e-global-typography-987dd1b-font-size:font-size: clamp(1rem, 0.9482rem + 0.221vw, 1.125rem);--e-global-typography-987dd1b-font-weight:400;--e-global-typography-987dd1b-line-height:1.4em;--e-global-typography-db21804-font-family:"Karla";--e-global-typography-db21804-font-size:clamp(0.875rem, 0.875rem + 0vw, 0.875rem);--e-global-typography-db21804-font-weight:600;--e-global-typography-db21804-text-transform:uppercase;--e-global-typography-db21804-letter-spacing:0.2em;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{color:var( --e-global-color-secondary );border-radius:0px 0px 0px 0px;padding:0.75rem 2.5rem 0.75rem 2.5rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */p {
  margin-bottom: 0;
}
/* btn-basic hover state */
.btn-basic a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 50px;
  padding: 0 !important;
  border: 2px solid transparent;
}
.btn-basic a {
  transition: all 0.25s ease;
  border: 1px solid transparent;
}
.btn-basic a:hover {
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .btn-basic a {
    width: 100%;
    display: flex;
  }
}
/* Cut Corner Images Layout */
.cut-corner {
  clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
}
/* Cut Corner Cards Layout */
.card-wrapper {
  filter: drop-shadow(0 0 1px #272425);
}
/* Cut Corner Cards Layout */
.card-wrapper {
  filter: drop-shadow(0 0 1px #272425);
}

.service-card {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 95% 100%, 0 100%);
  background: #ffffff;
}
.service-cards {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 100,0 100,80 95,100 0,100' fill='none' stroke='%23272425' stroke-width='0.5' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}/* End custom CSS */