/*! tailwindcss v4.1.1 | MIT License | https://tailwindcss.com */
/*!
Theme Name: WordPress + Tailwind
*/
@layer theme, base, components, utilities;
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
  @layer base {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: color-mix(in oklab, currentColor 50%, transparent);
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[-70px\] {
    top: -70px;
  }
  .top-\[25\%\] {
    top: 25%;
  }
  .top-\[30px\] {
    top: 30px;
  }
  .right-\[30px\] {
    right: 30px;
  }
  .bottom-\[30px\] {
    bottom: 30px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-20 {
    z-index: 20;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[30px\] {
    margin-block: 30px;
  }
  .my-\[100px\] {
    margin-block: 100px;
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[35px\] {
    margin-top: 35px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[75px\] {
    margin-top: 75px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mr-\[25px\] {
    margin-right: 25px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[25px\] {
    margin-bottom: 25px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[60px\] {
    margin-bottom: 60px;
  }
  .ml-1\.5 {
    margin-left: calc(var(--spacing) * 1.5);
  }
  .ml-2\.5 {
    margin-left: calc(var(--spacing) * 2.5);
  }
  .ml-\[35px\] {
    margin-left: 35px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[88vh\] {
    height: 88vh;
  }
  .h-\[95\%\] {
    height: 95%;
  }
  .h-auto {
    height: auto;
  }
  .\!w-auto {
    width: auto !important;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[55\%\] {
    width: 55%;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[75\%\] {
    width: 75%;
  }
  .w-\[85\%\] {
    width: 85%;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[full\] {
    width: full;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[60px\] {
    gap: 60px;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .bg-\[\#03D3BA\] {
    background-color: #03D3BA;
  }
  .bg-\[\#111A41\] {
    background-color: #111A41;
  }
  .bg-\[\#F2F2F2\] {
    background-color: #F2F2F2;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .object-bottom {
    object-position: bottom;
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-\[25px\] {
    padding: 25px;
  }
  .p-\[50px\] {
    padding: 50px;
  }
  .p-\[80px\] {
    padding: 80px;
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[35px\] {
    padding-inline: 35px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[75px\] {
    padding-block: 75px;
  }
  .py-\[100px\] {
    padding-block: 100px;
  }
  .pt-\[35px\] {
    padding-top: 35px;
  }
  .pt-\[45px\] {
    padding-top: 45px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pt-\[175px\] {
    padding-top: 175px;
  }
  .pr-\[50px\] {
    padding-right: 50px;
  }
  .pb-\[25px\] {
    padding-bottom: 25px;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[55px\] {
    padding-bottom: 55px;
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .\!text-\[12px\] {
    font-size: 12px !important;
  }
  .\!text-\[13px\] {
    font-size: 13px !important;
  }
  .\!text-\[16px\] {
    font-size: 16px !important;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[34px\] {
    font-size: 34px;
  }
  .text-\[38px\] {
    font-size: 38px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[50px\] {
    font-size: 50px;
  }
  .\!font-bold {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .\!font-light {
    --tw-font-weight: var(--font-weight-light) !important;
    font-weight: var(--font-weight-light) !important;
  }
  .\!font-medium {
    --tw-font-weight: var(--font-weight-medium) !important;
    font-weight: var(--font-weight-medium) !important;
  }
  .\!font-normal {
    --tw-font-weight: var(--font-weight-normal) !important;
    font-weight: var(--font-weight-normal) !important;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .tracking-\[1\.4px\] {
    --tw-tracking: 1.4px;
    letter-spacing: 1.4px;
  }
  .text-\[\#03D3BA\] {
    color: #03D3BA;
  }
  .text-\[\#111A41\] {
    color: #111A41;
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .\!italic {
    font-style: italic !important;
  }
  .mix-blend-multiply {
    mix-blend-mode: multiply;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .sm\:absolute {
    @media (width >= 40rem) {
      position: absolute;
    }
  }
  .sm\:mt-0 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:h-\[70vh\] {
    @media (width >= 40rem) {
      height: 70vh;
    }
  }
  .sm\:w-\[50\%\] {
    @media (width >= 40rem) {
      width: 50%;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:justify-end {
    @media (width >= 40rem) {
      justify-content: flex-end;
    }
  }
  .sm\:gap-\[60px\] {
    @media (width >= 40rem) {
      gap: 60px;
    }
  }
  .sm\:pt-\[100px\] {
    @media (width >= 40rem) {
      padding-top: 100px;
    }
  }
  .sm\:pb-0 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:top-\[5\%\] {
    @media (width >= 48rem) {
      top: 5%;
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:w-\[30\%\] {
    @media (width >= 48rem) {
      width: 30%;
    }
  }
  .md\:w-\[48\%\] {
    @media (width >= 48rem) {
      width: 48%;
    }
  }
  .md\:w-\[70\%\] {
    @media (width >= 48rem) {
      width: 70%;
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:text-\[50px\] {
    @media (width >= 48rem) {
      font-size: 50px;
    }
  }
  .md\:text-\[70px\] {
    @media (width >= 48rem) {
      font-size: 70px;
    }
  }
  .lg\:top-\[10\%\] {
    @media (width >= 64rem) {
      top: 10%;
    }
  }
  .lg\:mx-\[30px\] {
    @media (width >= 64rem) {
      margin-inline: 30px;
    }
  }
  .lg\:mt-\[150px\] {
    @media (width >= 64rem) {
      margin-top: 150px;
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[88vh\] {
    @media (width >= 64rem) {
      height: 88vh;
    }
  }
  .lg\:w-\[40\%\] {
    @media (width >= 64rem) {
      width: 40%;
    }
  }
  .lg\:w-\[50\%\] {
    @media (width >= 64rem) {
      width: 50%;
    }
  }
  .lg\:w-\[55\%\] {
    @media (width >= 64rem) {
      width: 55%;
    }
  }
  .lg\:w-\[60\%\] {
    @media (width >= 64rem) {
      width: 60%;
    }
  }
  .lg\:p-\[50px\] {
    @media (width >= 64rem) {
      padding: 50px;
    }
  }
  .lg\:px-6 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:text-\[54px\] {
    @media (width >= 64rem) {
      font-size: 54px;
    }
  }
  .lg\:text-\[76px\] {
    @media (width >= 64rem) {
      font-size: 76px;
    }
  }
  .xl\:absolute {
    @media (width >= 80rem) {
      position: absolute;
    }
  }
  .xl\:right-0 {
    @media (width >= 80rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .xl\:bottom-\[-125px\] {
    @media (width >= 80rem) {
      bottom: -125px;
    }
  }
  .xl\:w-\[25\%\] {
    @media (width >= 80rem) {
      width: 25%;
    }
  }
  .xl\:w-\[40\%\] {
    @media (width >= 80rem) {
      width: 40%;
    }
  }
  .xl\:w-\[75\%\] {
    @media (width >= 80rem) {
      width: 75%;
    }
  }
  .xl\:pr-\[75px\] {
    @media (width >= 80rem) {
      padding-right: 75px;
    }
  }
  .xl\:text-\[34px\] {
    @media (width >= 80rem) {
      font-size: 34px;
    }
  }
  .xl\:text-\[75px\] {
    @media (width >= 80rem) {
      font-size: 75px;
    }
  }
  .xl\:text-\[86px\] {
    @media (width >= 80rem) {
      font-size: 86px;
    }
  }
  .xl\:hyphens-auto {
    @media (width >= 80rem) {
      -webkit-hyphens: auto;
      hyphens: auto;
    }
  }
  .\32 xl\:text-\[40px\] {
    @media (width >= 96rem) {
      font-size: 40px;
    }
  }
  .\32 xl\:text-\[78px\] {
    @media (width >= 96rem) {
      font-size: 78px;
    }
  }
}
.container {
  width: 100%;
}
a, a:hover {
  cursor: pointer;
}
button, input {
  cursor: pointer;
}
body {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: rgba(6, 47, 74, 0.7);
}
h1 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
}
h2, h3, h4, h5, h6 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
.lending-content-body h2, .lending-content-body h3, .lending-content-body h4, .lending-content-body h5, .lending-content-body h6 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  margin-bottom: 15px;
  color: #111a41;
}
.lending-content-body h2 {
  font-size: 40px;
}
.lending-content-body p {
  margin-bottom: 15px;
}
p, li, a {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#menu-item-15 a {
  background-color: #111a41;
  color: white;
  padding: 10px 15px;
}
.nav-link {
  font-weight: 700;
  color: #111a41;
}
.nav-link.active {
  color: #03d3ba;
}
.toggle-menu {
  display: none;
}
header .navbar-nav {
  display: flex;
  flex-direction: row;
  margin-top: 0;
}
header .navbar-nav .menu-item:not(:last-of-type) {
  margin-right: 30px;
}
.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wpcf7-form-control-wrap input {
  background: white;
  padding: 10px;
  margin: 7px 0;
  width: 100%;
}
form select {
  background: white;
  padding: 10px;
  margin: 7px 0;
  width: 100%;
  border-radius: 0 !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  position: relative;
}
.wpcf7-list-item input {
  width: auto;
}
.wpcf7-form-control-wrap:nth-child(4) {
  content: "";
  position: absolute;
  right: 15px;
  background-image: url("/wp-content/uploads/2025/02/arrow.svg");
  background-repeat: no-repeat;
  top: 50%;
  transform: translateX(-50%);
  height: 10px;
  width: 16px;
  background-size: contain;
}
form input::placeholder {
  color: rgba(6, 47, 74, 0.7);
}
.wpcf7-submit {
  background: #03d3ba;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  padding: 10px 15px;
  margin-top: 7px;
}
.wpcf7-list-item {
  margin: 7px 0 !important;
}
.wpcf7-acceptance span {
  color: white;
}
.owl-logos img {
  max-height: 70px !important;
  width: auto !important;
  max-width: 100% !important;
}
#single-service img {
  width: 80px;
  height: 80px;
  margin: 0 auto 35px auto;
}
#single-service p {
  color: white;
  margin: 15px 50px 30px 50px;
}
#aff {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.owl-reviews .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -75px;
}
.owl-reviews .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -75px;
}
.lending-content p {
  color: white;
}
@media screen and (max-width: 1390px) {
  .owl-reviews .owl-next {
    position: static;
    top: 50%;
    transform: none;
    right: 0;
  }
  .owl-reviews .owl-prev {
    position: static;
    top: 50%;
    transform: none;
    left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .toggle-menu {
    display: block;
  }
  header .menu-container {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    height: 0px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    background: white;
    box-shadow: 0 20px 10px -5px rgba(0, 0, 0, 0.05);
  }
  header .navbar-nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  header .navbar-nav .menu-item:not(:last-of-type) {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 992px) {
  #single-service p {
    margin: 15px 0 30px 0;
  }
  .navbar-nav {
    padding-bottom: 30px;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
