*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: var(--default);
  --tw-ring-color: rgb(147 197 253 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: var(--default);
  --tw-ring-color: rgb(147 197 253 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

html {
  font-family: 'FoundrySterling', system-ui, sans-serif;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1590px) {
  .container {
    max-width: 1590px;
  }
}

/*.container {*/
/*  padding-top: 2.75rem;*/
/*  padding-bottom: 2.75rem;*/
/*}*/

@media not all and (min-width: 1536px) {
  .container {
    max-width: 1280px;
  }
}

@media not all and (min-width: 1280px) {
  .container {
    max-width: 1024px;
  }
}

@media not all and (min-width: 1024px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.btn-sm {
  border-radius: 9999px;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-lg {
  border-radius: 9999px;
  padding: 20px 35px;
  font-size: 20px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.z-10 {
  z-index: 10;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-end-3 {
  grid-column-end: 3;
}

.col-end-5 {
  grid-column-end: 5;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-end-12 {
  grid-row-end: 12;
}

.row-end-13 {
  grid-row-end: 13;
}

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-16 {
  margin-left: 4rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-24 {
  margin-left: 6rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-\[-30px\] {
  margin-top: -30px;
}

.mt-\[-400px\] {
  margin-top: -400px;
}

.mt-\[430px\] {
  margin-top: 430px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-16 {
  height: 4rem;
}

.h-\[15px\] {
  height: 15px;
}

.h-\[16px\] {
  height: 16px;
}

.h-\[27px\] {
  height: 27px;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[429px\] {
  height: 429px;
}

.h-\[432px\] {
  height: 432px;
}

.h-\[46px\] {
  height: 46px;
}

.h-\[47px\] {
  height: 47px;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[64px\] {
  height: 64px;
}

.h-\[78px\] {
  height: 78px;
}

.h-\[872px\] {
  height: 872px;
}

.h-full {
  height: 100%;
}

.w-16 {
  width: 4rem;
}

.w-\[127px\] {
  width: 127px;
}

.w-\[147px\] {
  width: 147px;
}

.w-\[34px\] {
  width: 34px;
}

.w-\[46px\] {
  width: 46px;
}

.w-\[47px\] {
  width: 47px;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[64px\] {
  width: 64px;
}

.w-\[79px\] {
  width: 79px;
}

.w-full {
  width: 100%;
}

.\!max-w-screen-xl {
  max-width: 1280px;
}

.max-w-\[890px\] {
  max-width: 890px;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-\[2fr_3fr\] {
  grid-template-columns: 2fr 3fr;
}

.grid-cols-\[repeat\(5\2c _minmax\(418px\2c _1fr\)\)\] {
  grid-template-columns: repeat(5, minmax(418px, 1fr));
}

.grid-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.rounded {
  border-radius: 15px;
}

.rounded-full {
  border-radius: 9999px;
}

.bg-\[\#612767\] {
  --tw-bg-opacity: 1;
  background-color: rgb(97 39 103 / var(--tw-bg-opacity));
}

.bg-\[\#66C4BC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(102 196 188 / var(--tw-bg-opacity));
}

.bg-\[\#FFD255\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 210 85 / var(--tw-bg-opacity));
}

.bg-\[\#a1cea533\] {
  background-color: #a1cea533;
}

.bg-light-blue {
  background-color: var(--light-blue);
}

.bg-light-green {
  background-color: var(--light-green);
}

.bg-medium-grey {
  background-color: var(--medium-grey);
}

.bg-primary {
  background-color: var(--primary);
}

.bg-secondary {
  background-color: var(--secondary);
}

.bg-services {
  background-color: var(--services);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\!bg-transparent {
  background-color: transparent !important;
}

.bg-medium-gold {
  background-color: var(--medium-gold);
}

.\!bg-none {
  background-image: none !important;
}

.bg-\[url\(\'\/wp-content\/themes\/Quartermaster\/img\/img-vector-10\.svg\'\)\] {
  background-image: url('/wp-content/themes/Quartermaster/img/img-vector-10.svg');
}

.bg-\[url\(\'\/wp-content\/themes\/Quartermaster\/img\/img-vector-5\.svg\'\)\] {
  background-image: url('/wp-content/themes/Quartermaster/img/img-vector-5.svg');
}

.bg-\[url\(\'\/wp-content\/themes\/Quartermaster\/img\/img-vector-53\.svg\'\)\] {
  background-image: url('/wp-content/themes/Quartermaster/img/img-vector-53.svg');
}

.bg-\[url\(\'\/wp-content\/themes\/Quartermaster\/img\/img-vector-72\.svg\'\)\] {
  background-image: url('/wp-content/themes/Quartermaster/img/img-vector-72.svg');
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to {
  --tw-gradient-to: var(--default) var(--tw-gradient-to-position);
}

.to-\[\#00000080\] {
  --tw-gradient-to: #00000080 var(--tw-gradient-to-position);
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.p-11 {
  padding: 2.75rem;
}

.p-24 {
  padding: 6rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-lg-button {
  padding: 20px 35px;
}

.p-sm-button {
  padding: 10px 25px;
}

.p-16 {
  padding: 4rem;
}

.\!py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.text-center {
  text-align: center;
}

.text-\[80px\] {
  font-size: 80px;
}

.text-body {
  font-size: 20px;
}

.text-headline {
  font-size: 54px;
}

.text-lg-button {
  font-size: 20px;
}

.text-sm-body {
  font-size: 16px;
}

.text-sm-button {
  font-size: 18px;
}

.text-subhead {
  font-size: 32px;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.leading-body {
  line-height: 28px;
}

.leading-headline {
  line-height: 68px;
}

.leading-sm-body {
  line-height: 22px;
}

.leading-subhead {
  line-height: 38px;
}

.text {
  color: var(--default);
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-body {
  color: var(--body);
}

.text-primary {
  color: var(--primary);
}

.text-secondary {
  color: var(--secondary);
}

.text-services {
  color: var(--services);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[scrollbar-width\:none\] {
  scrollbar-width: none;
}

.hover\:bg-\[\#a1cea533\]:hover {
  background-color: #a1cea533;
}

.hover\:bg-primary-hover:hover {
  background-color: var(--primary-hover);
}

.hover\:bg-secondary-hover:hover {
  background-color: var(--secondary-hover);
}

.hover\:bg-services-hover:hover {
  background-color: var(--services-hover);
}

.hover\:bg-services-reverse-hover:hover {
  background-color: var(--services-reverse-hover);
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media not all and (min-width: 1536px) {
  .max-2xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .max-2xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .max-2xl\:max-w-screen-xl {
    max-width: 1280px;
  }

  .max-2xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .max-2xl\:justify-between {
    justify-content: space-between;
  }

  .max-2xl\:p-16 {
    padding: 4rem;
  }

  .max-2xl\:p-12 {
    padding: 3rem;
  }

  .max-2xl\:p-10 {
    padding: 2.5rem;
  }

  .max-2xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .max-2xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .max-2xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media not all and (min-width: 1280px) {
  .max-xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .max-xl\:max-w-screen-lg {
    max-width: 1024px;
  }

  .max-xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .max-xl\:grid-cols-\[1fr_1fr\] {
    grid-template-columns: 1fr 1fr;
  }

  .max-xl\:p-12 {
    padding: 3rem;
  }

  .max-xl\:p-10 {
    padding: 2.5rem;
  }

  .max-xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .max-xl\:text-\[24px\] {
    font-size: 24px;
  }

  .max-xl\:text-\[44px\] {
    font-size: 44px;
  }
}

@media not all and (min-width: 1024px) {
  .max-lg\:col-start-2 {
    grid-column-start: 2;
  }

  .max-lg\:col-end-5 {
    grid-column-end: 5;
  }

  .max-lg\:col-end-7 {
    grid-column-end: 7;
  }

  .max-lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .max-lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .max-lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .max-lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .max-lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .max-lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .max-lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .max-lg\:ml-0 {
    margin-left: 0px;
  }

  .max-lg\:mr-0 {
    margin-right: 0px;
  }

  .max-lg\:mr-16 {
    margin-right: 4rem;
  }

  .max-lg\:mr-8 {
    margin-right: 2rem;
  }

  .max-lg\:mt-0 {
    margin-top: 0px;
  }

  .max-lg\:\!flex {
    display: flex !important;
  }

  .max-lg\:flex {
    display: flex;
  }

  .max-lg\:hidden {
    display: none;
  }

  .max-lg\:h-auto {
    height: auto;
  }

  .max-lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .max-lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .max-lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .max-lg\:flex-row {
    flex-direction: row;
  }

  .max-lg\:flex-col {
    flex-direction: column;
  }

  .max-lg\:self-end {
    align-self: flex-end;
  }

  .max-lg\:self-center {
    align-self: center;
  }

  .max-lg\:p-6 {
    padding: 1.5rem;
  }

  .max-lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-lg\:text-\[24px\] {
    font-size: 24px;
  }

  .max-lg\:text-\[64px\] {
    font-size: 64px;
  }

  .max-lg\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media not all and (min-width: 768px) {
  .max-md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .max-md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .max-md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .max-md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .max-md\:mb-4 {
    margin-bottom: 1rem;
  }

  .max-md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .max-md\:mb-8 {
    margin-bottom: 2rem;
  }

  .max-md\:mb-\[-2rem\] {
    margin-bottom: -2rem;
  }

  .max-md\:mr-0 {
    margin-right: 0px;
  }

  .max-md\:mt-4 {
    margin-top: 1rem;
  }

  .max-md\:\!flex {
    display: flex !important;
  }

  .max-md\:flex {
    display: flex;
  }

  .max-md\:grid {
    display: grid;
  }

  .max-md\:hidden {
    display: none;
  }

  .max-md\:h-auto {
    height: auto;
  }

  .max-md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .max-md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .max-md\:flex-col {
    flex-direction: column;
  }

  .max-md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .max-md\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .max-md\:\!bg-none {
    background-image: none !important;
  }

  .max-md\:p-6 {
    padding: 1.5rem;
  }

  .max-md\:p-8 {
    padding: 2rem;
  }

  .max-md\:p-sm-button {
    padding: 10px 25px;
  }

  .max-md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .max-md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .max-md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .max-md\:pt-0 {
    padding-top: 0px;
  }

  .max-md\:pt-12 {
    padding-top: 3rem;
  }

  .max-md\:pt-8 {
    padding-top: 2rem;
  }

  .max-md\:text-sm-body {
    font-size: 16px;
  }

  .max-md\:text-sm-button {
    font-size: 18px;
  }

  .max-md\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 768px) {
  .md\:hidden {
    display: none;
  }

  @media not all and (min-width: 1280px) {
    .md\:max-xl\:text-right {
      text-align: right;
    }
  }

  @media not all and (min-width: 1024px) {
    .md\:max-lg\:flex {
      display: flex;
    }

    .md\:max-lg\:items-center {
      align-items: center;
    }

    .md\:max-lg\:justify-around {
      justify-content: space-around;
    }
  }
}

@media (min-width: 1024px) {
  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[658px\] {
    height: 658px;
  }

  .lg\:min-h-\[658px\] {
    min-height: 658px;
  }

  .lg\:\!bg-transparent {
    background-color: transparent !important;
  }

  .lg\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .lg\:from-transparent {
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:to-\[\#00000080\] {
    --tw-gradient-to: #00000080 var(--tw-gradient-to-position);
  }
}

/*SINGLE SERVICE CSS*/

.cust-banner-box {
    text-align: center;
}
.cust-banner-box h1 {
    font-weight: 700;
    color: rgb(0 0 0);
    font-size: 42px;
}
.cust-banner-box p {
    font-size: 22px;
}
.cust-banner-box img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    transition: all .8s;
}
.cust-banner-img:hover img {
    transform: scale(1.1);
}
.cust-banner-img {
    border-radius: 20px;
    overflow: hidden;
    margin-top: 50px;
}
.cust-banner {
    padding: 50px 0px;
}

/*SECTION ZIGZAG CSS*/

.zigzag-title h2, .cust-service-content h2 {
    font-weight: 700;
    color: rgb(0 0 0);
}
.zigzag-title h2{
    margin-bottom: 40px;
}
.zigzag-boxes .row:nth-child(even) {
    flex-direction: row-reverse;
}
.zigzag-boxes .row, .green-box-bg {
    position: relative;
    padding: 80px 0px;
}
.zigzag-boxes .row{
    margin-bottom: 70px;
}
.zigzag-boxes .row:last-child{
    margin-bottom: 0px;
}
.zigzag-boxes .row::before, .green-box-bg::before {
    position: absolute;
    content: '';
    width: 70%;
    height: 100%;
    top: 0;
    background: rgba(243, 249, 255, 1);
    /*z-index: -1;*/
    border-radius: 20px;
    right: 0;
}
.zigzag-image, .green-box-image {
    border-radius: 20px;
    overflow: hidden;
}
.zigzag-image:hover img, .green-box-image:hover img {
    transform: scale(1.1) !important;
}
.zigzag-image img, .green-box-image img {
    transition: all .7s;
    width: 100%;
}
.zigzag-boxes .row:nth-child(even)::before {
    right: unset;
    left: 0;
    background: rgba(232, 255, 238, 1);
}
.zigzag-content {
    padding: 0px 80px;
}
.zigzag-content h3 {
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}
.zigzag-content p {
    font-size: 18px;
}

/*SECTION GREEN BOX*/

.green-box-bg::before{
    background: rgba(6, 162, 158, 0.6);
}
.green-box-content {
    padding: 0px 80px 0px 40px;
    color: rgb(255 255 255);
}
.green-box-content h3 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
}
.green-box-content p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}
.green-box-shape {
    position: absolute;
    right: 0;
    width: 70%;
    z-index: -1;
    bottom: 0;
    height: 95%;
    border-radius: 0px 0px 20px 20px;
    overflow: hidden;
}
.green-box-shape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.web-btn {
    padding: 15px 40px;
    display: inline-block;
    background-color: rgb(255 255 255);
    border-radius: 50px;
    color: rgba(6, 162, 158, 1);
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    transition: all .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.web-btn::before {
    position: absolute;
    content: '';
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0);
    border-radius: 50px;
    transition: all .5s;
    z-index: -1;
}
.web-btn:hover::before {
    left: 0;
}
.web-btn:hover {
    color: rgb(255 255 255);
}


/*SECTION OUR SERVICE CSS*/

.cust-service-content span.sub-head {
    color: rgba(102, 200, 110, 1);
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 8px;
}
.cust-service-content p {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 50px;
    margin-top: 180px;
}
.cust-service-content {
    padding-right: 100px;
}
.cust-service-content a {
    width: 100%;
    display: inline-block;
    background: rgba(0, 108, 150, 1);
    color: #fff;
    text-decoration: none;
    padding: 14px 20px;
    border-radius: 50px;
    text-align: center;
    font-weight: 600;
    transition: all .5s;
}
.cust-our-service {
    position: relative;
}
.cust-service-img {
    position: relative;
    right: 0px;
    width: 110%;
    overflow: hidden;
    border-radius: 20px;
}
.cust-service-img img {
    width: 100%;
    transition: all .8s;
}
.cust-service-content a:hover {
    background-color: rgb(0 0 0);
    color: #fff;
}
.cust-service-img:hover img {
    transform: scale(1.1);
}
.cust-service-content a i {
    margin-left: 15px;
    transform: rotate(-45deg) translateY(1px);
    transition: all .5s;
}
.cust-service-content a:hover i {
    transform: rotate(0deg) translateY(1px);
}

/*SECTION ADDITIONAL CSS*/

.page-id-14535 main, .page-id-16272 main {
    background: linear-gradient(89.57deg, #F3F9FF 2.55%, #E8FFEE 100.45%),
linear-gradient(0deg, #FFFEFD 0%, rgba(255, 254, 253, 0) 37.72%);
}
.cust-mission-item {
    height: 430px !important;
    margin: 0px 12px;
}
.cust-mission-slider .slick-list.draggable {
    padding: 0px 80px;
}

/*OUR SERVICE PAGE CSS*/



.serv-p-img img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    transition: all .8s;
}
.serv-p-img {
    overflow: hidden;
}
.serv-p-img:hover img {
    transform: scale(1.1);
}
.serv-p-content {
    background-color: rgb(255 255 255);
    padding: 20px;
}
.serv-p-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.serv-p-content span {
    display: inline-block;
    color: rgba(0, 158, 146, 1);
    font-weight: 600;
    font-size: 15px;
}
.serv-p-content p {
    margin-bottom: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-right: 50px;
}
.serv-p-content a {
    font-weight: 600;
    color: rgba(0, 108, 150, 1);
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all .5s;
}
.serv-p-content a img {
    width: 10px;
}
.serv-p-content a:hover {
    color: rgb(0 0 0);
}
.serv-p-content a:hover img {
    filter: grayscale(1);
}
.avg-space .container {
    padding-top: 0px;
    padding-bottom: 0px;
}
.avg-space {
    padding: 70px 0px;
}
.language-wrap select {
    border: 2px solid #66c86e;
    padding: 5px 5px;
    width: 130px;
    outline: 0;
    border-radius: 10px;
}
/* Remove global body padding only on the eNews template */
body.page-template-template-enews {
  padding-top: 0 !important;
}

