/*
! tailwindcss v3.3.5 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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 */
  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,
[type='button'],
[type='reset'],
[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] {
  display: none;
}

*, ::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: #fff;
  --tw-ring-color: rgb(59 130 246 / 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:  ;
}

::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: #fff;
  --tw-ring-color: rgb(59 130 246 / 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:  ;
}

.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

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

@media (min-width: 750px) {
  .container {
    max-width: 750px;
    padding-right: 12px;
    padding-left: 12px;
  }
}

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

@media (min-width: 960px) {
  .container {
    max-width: 960px;
    padding-right: 12px;
    padding-left: 12px;
  }
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-2\.5 {
  bottom: 0.625rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

.left-2 {
  left: 0.5rem;
}

.left-2\.5 {
  left: 0.625rem;
}

.left-3 {
  left: 0.75rem;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-2\.5 {
  right: 0.625rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.col-auto {
  grid-column: auto;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-8 {
  margin: 2rem;
}

.m-auto {
  margin: auto;
}

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

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

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

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mb-0 {
  margin-bottom: 0px;
}

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

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

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

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

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

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

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

.mb-auto {
  margin-bottom: auto;
}

.me-0 {
  margin-inline-end: 0px;
}

.me-1 {
  margin-inline-end: 0.25rem;
}

.me-2 {
  margin-inline-end: 0.5rem;
}

.me-3 {
  margin-inline-end: 0.75rem;
}

.me-4 {
  margin-inline-end: 1rem;
}

.me-5 {
  margin-inline-end: 1.25rem;
}

.me-auto {
  margin-inline-end: auto;
}

.ml-auto {
  margin-left: auto;
}

.ms-0 {
  margin-inline-start: 0px;
}

.ms-1 {
  margin-inline-start: 0.25rem;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

.ms-3 {
  margin-inline-start: 0.75rem;
}

.ms-4 {
  margin-inline-start: 1rem;
}

.ms-5 {
  margin-inline-start: 1.25rem;
}

.ms-auto {
  margin-inline-start: auto;
}

.mt-0 {
  margin-top: 0px;
}

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

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

.mt-3 {
  margin-top: 0.75rem;
}

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

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.table-row {
  display: table-row;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-5 {
  height: 1.25rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-16 {
  width: 4rem;
}

.w-5 {
  width: 1.25rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-full {
  min-width: 100%;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-sm {
  max-width: 24rem;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

.transform {
  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));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

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

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-solid {
  border-style: solid;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}

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

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

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

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

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

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

.pb-5 {
  padding-bottom: 1.25rem;
}

.pe-0 {
  padding-inline-end: 0px;
}

.pe-1 {
  padding-inline-end: 0.25rem;
}

.pe-2 {
  padding-inline-end: 0.5rem;
}

.pe-3 {
  padding-inline-end: 0.75rem;
}

.pe-4 {
  padding-inline-end: 1rem;
}

.pe-5 {
  padding-inline-end: 1.25rem;
}

.ps-0 {
  padding-inline-start: 0px;
}

.ps-1 {
  padding-inline-start: 0.25rem;
}

.ps-2 {
  padding-inline-start: 0.5rem;
}

.ps-3 {
  padding-inline-start: 0.75rem;
}

.ps-4 {
  padding-inline-start: 1rem;
}

.ps-5 {
  padding-inline-start: 1.25rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

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

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

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

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

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

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}

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

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.outline {
  outline-style: solid;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: 1280px !important;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 750px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    margin-right: 1rem;
    float: left;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}

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

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}

@font-face {
  font-family: 'Frutiger LT Pro 47 Light Cn';

  src: url('../fonts/FrutigerLTPro-LightCn.eot');

  src: url('../fonts/FrutigerLTPro-LightCn.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FrutigerLTPro-LightCn.woff2') format('woff2'),
        url('../fonts/FrutigerLTPro-LightCn.woff') format('woff'),
        url('../fonts/FrutigerLTPro-LightCn.ttf') format('truetype');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Frutiger LT Pro 47 Light Cn';

  src: url('../fonts/FrutigerLTPro-BoldCn.eot');

  src: url('../fonts/FrutigerLTPro-BoldCn.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FrutigerLTPro-BoldCn.woff2') format('woff2'),
        url('../fonts/FrutigerLTPro-BoldCn.woff') format('woff'),
        url('../fonts/FrutigerLTPro-BoldCn.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: #F6F6F6;
  font-family: 'Frutiger LT Pro 47 Light Cn', sans-serif;
  color: #000000;
  font-size: 22px;
  line-height: 1.6;
}

@media (max-width: 1366px) {
  body {
    font-size: 20px;
    line-height: 1.5
  }
}

.entry-content h1, .block-editor-block-list__layout h1 {
  margin-bottom: 1.25rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
}

.entry-content h2, .block-editor-block-list__layout h2 {
  margin-bottom: 1.25rem;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .entry-content h2, .block-editor-block-list__layout h2 {
    font-size: 26px;
    line-height: 35px;
  }
}

.entry-content h3, .block-editor-block-list__layout h3 {
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover {
  text-decoration-line: none;
}

.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol {
  margin-bottom: 1.25rem;
}

.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li {
  list-style-position: inside;
  list-style-type: disc;
}

.entry-content ol li, .block-editor-block-list__layout ol li {
  list-style-position: inside;
  list-style-type: decimal;
}

.tt-color {
  color: #0095DA;
}

a {
  transition: .3s ease-in-out;
  text-decoration: none !important;
}

.slow {
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
}

@media screen and (max-width: 767px) {
  .entry-content h2, .block-editor-block-list__layout h2 {
    font-size: 30px;
  }
}

.mobilemenu {
  display: none;
}

.menu-top-links-container li a {
  text-transform: uppercase;
  font-weight: 700;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  background-color: #808184;
}

@media screen and (min-width: 992px) {
  #mega-menu-primary li.mega-menu-item>ul.mega-sub-menu {
    font-size: 20px !important;
    color: #000 !important;
  }

  #menu-top-links {
    display: flex;
    gap: 40px;
    justify-content: flex-end;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin-top: 24px;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    height: auto !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1194px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding-left: 15px !important;
    font-size: 20px !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
    font-size: 20px !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    height: auto !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout.mega-menu-item-914 ul.mega-sub-menu {
    right: 0;
  }
}

@media screen and (max-width: 991px) {
  #menu-top-links {
    display: none;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-left.mega-toggle-on>a.mega-menu-link {
    border-radius: 0 !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right.mega-toggle-on>a.mega-menu-link {
    border-radius: 0 !important;
  }

  #mega-menu-wrap-primary .mega-menu-toggle {
    background-color: transparent;
    float: right;
    margin-top: 0;
  }

  #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
    background-color: #38B6FF;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-size: 22px;
    line-height: 46px;
    height: 50px;
    margin-top: 10px;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 20px;
    line-height: 36px;
    margin-top: 10px;
    color: #000;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    /* background-color: transparent;
      color: #000; */
  }
}

.blueGradient {
  background: transparent linear-gradient(97deg, #000 0%, #173B70 100%) 0% 0% no-repeat padding-box;
}

.padding30 {
  padding: 30px;
}

.padding50 {
  padding: 50px;
}

.paddingt100 {
  padding-top: 100px;
}

.paddingb100 {
  padding-bottom: 100px;
}

.paddingt40 {
  padding-top: 40px;
}

.paddingb40 {
  padding-bottom: 40px;
}

.paddingt70 {
  padding-top: 70px;
}

.paddingb70 {
  padding-bottom: 70px;
}

.text-60 {
  font-size: 60px;
  line-height: 1.5;
}

.text-45 {
  font-size: 45px;
  line-height: 1.5;
}

.text-30 {
  font-size: 30px;
  line-height: 1.5;
}

.text-22 {
  font-size: 22px;
}

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

.no-top-margin {
  margin-top: 0 !important;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

a.text-primary,
.text-primary {
  color: #000000;
}

.text-blue {
  color: #38B6FF;
}

.basecolor {
  color: #000000;
}

.bg-ttcolor {
  background-color: #38B6FF;
}

.bg-ececec {
  background-color: #ececec;
}

.hover\:bghover:hover {
  background-color: #173B70;
  color: #FFF;
}

.italic {
  font-style: italic;
}

.text-justify {
  text-align: justify !important;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.maxwidth600 {
  max-width: 600px;
}

.maxwidth960 {
  max-width: 960px;
}

.maxwidth1080 {
  max-width: 1080px;
  margin: 0 auto;
}

.maxwidth410 {
  max-width: 410px;
}

.maxwidth300 {
  max-width: 300px;
  margin: 0 auto;
}

.mb-6 {
  margin-bottom: 24px;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.zindex99 {
  z-index: 99;
}

.textarea-100 textarea {
  height: 100px !important;
}

.corevalue {
  background-color: #f5f5f5;
  padding: 20px;
}

figure.wp-block-image.w-full img {
  width: 100%;
  height: auto;
}

.blackBtn {
  background-color: #000;
  color: #FFF;
  border-radius: 0;
  border: 0 none;
  font-size: 22px;
  font-weight: bold;
  padding: 7px 30px;
  text-decoration: none !important;
}

.blackBtn:hover,
.blackBtn:focus {
  background-color: #38B6FF;
  color: #FFF;
  border: 0 none;
  box-shadow: 0 0 0 0 transparent;
}

.whiteBtn {
  background-color: #FFF;
  color: #000;
  border-radius: 0;
  border: 0 none;
  font-size: 22px;
  font-weight: bold;
  padding: 7px 30px;
  text-decoration: none !important;
}

.whiteBtn:hover,
.whiteBtn:focus {
  background-color: #38B6FF;
  color: #FFF;
  border: 0 none;
  box-shadow: 0 0 0 0 transparent;
}

.outlineBtn {
  background-color: transparent;
  color: #000;
  border-radius: 0;
  border: 1px solid #000;
  font-size: 22px;
  font-weight: bold;
  padding: 7px 30px;
  text-decoration: none !important;
}

.outlineBtn:hover,
.outlineBtn:focus {
  background-color: #38B6FF;
  color: #FFF;
  border: 1px solid #38B6FF;
  box-shadow: 0 0 0 0 transparent;
}

.blackSimpleBtn {
  background-color: transparent;
  color: #000;
  border-radius: 0;
  border: 0 none;
  font-size: 22px;
  font-weight: bold;
  padding: 0;
  text-decoration: none !important;
}

.blackSimpleBtn:hover,
.blackSimpleBtn:focus {
  background-color: transparent;
  color: #38B6FF;
  border: 0 none;
  box-shadow: 0 0 0 0 transparent;
}

.right-tick-ul {
  list-style: none;
  margin: 20px 0;
}

.right-tick-ul li {
  list-style: none !important;
  position: relative;
  padding-left: 35px;
  padding-bottom: 12px;
}

.right-tick-ul li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23FFFFFF' class='bi bi-check2' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 15px;
  width: 20px;
  height: 20px;
  background-color: #000000;
  border-radius: 50%;
  display: flex;
  position: absolute;
  left: 0;
  top: 7px;
  background-position: center;
}

.right-arrow-ul {
  list-style: none;
  margin: 20px 0;
}

.right-arrow-ul li {
  list-style: none !important;
  position: relative;
  padding-left: 35px;
  padding-bottom: 12px;
}

.right-arrow-ul li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='%23000' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 15px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  position: absolute;
  left: 0;
  top: 4px;
  background-position: left;
  transition: 0.3s ease-in-out;
}

.right-arrow-ul li:hover::before {
  margin-left: 5px;
}

.right-arrow-white-ul {
  list-style: none;
  margin: 20px 0;
}

.right-arrow-white-ul li {
  list-style: none !important;
  position: relative;
  padding-left: 35px;
  padding-bottom: 12px;
}

.right-arrow-white-ul li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='%23FFF' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 15px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  position: absolute;
  left: 0;
  top: 2px;
  background-position: left;
  transition: 0.3s ease-in-out;
}

.right-arrow-white-ul li:hover::before {
  margin-left: 5px;
}

ul.ulnumber {
  list-style: decimal inside !important;
}

ul.ulnumber li {
  list-style: decimal !important;
  margin: 0 0 5px 16px;
  padding: 0 0 0 10px;
}

ul.ulnumber li::marker {
  display: none;
}

ul.ulnumber li strong {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 10px;
}

ul.ulnumber li ul {
  padding: 0 0 0 20px;
}

ul.ulnumber li ul li strong {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 10px;
}

ul.contactList {
  list-style: none !important;
}

ul.contactList li {
  list-style: none !important;
  margin: 0 0 20px 0;
  padding: 0;
}

ul.contactList li::marker {
  display: none;
}

ul.contactList li strong {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 10px;
}

ul.contactList li ul {
  padding: 0 0 0 20px;
}

ul.contactList li ul li strong {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 10px;
}

ul.list-black {
  color: #000;
  list-style: none !important;
  display: inline-block;
  width: 100%;
}

ul.list-black li {
  list-style: none !important;
  margin: 0 10px 8px 0;
  padding: 0 0 0 25px;
  color: #000;
  position: relative;
}

ul.list-black li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #000;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 0;
  top: 12px;
}

ul.list-black li::marker {
  display: none;
}

ul.list-white {
  color: #FFF;
  list-style: none !important;
  display: inline-block;
  width: 100%;
}

ul.list-white li {
  list-style: none !important;
  margin: 0 10px 8px 0;
  padding: 0 0 0 25px;
  color: #FFF;
  position: relative;
}

ul.list-white li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #FFF;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 0;
  top: 12px;
}

ul.list-white li::marker {
  display: none;
}

.quote {
  position: relative;
}

.quote::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='349.078px' height='349.078px' viewBox='0 0 349.078 349.078' style='background-color: transparent; fill: rgba(0,0,0,0.1);' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M150.299,26.634v58.25c0,7.9-6.404,14.301-14.304,14.301c-28.186,0-43.518,28.909-45.643,85.966h45.643 c7.9,0,14.304,6.407,14.304,14.304v122.992c0,7.896-6.404,14.298-14.304,14.298H14.301C6.398,336.745,0,330.338,0,322.447V199.455 c0-27.352,2.754-52.452,8.183-74.611c5.568-22.721,14.115-42.587,25.396-59.048c11.608-16.917,26.128-30.192,43.16-39.44 C93.886,17.052,113.826,12.333,136,12.333C143.895,12.333,150.299,18.734,150.299,26.634z M334.773,99.186 c7.896,0,14.305-6.407,14.305-14.301v-58.25c0-7.9-6.408-14.301-14.305-14.301c-22.165,0-42.108,4.72-59.249,14.023 c-17.035,9.248-31.563,22.523-43.173,39.44c-11.277,16.461-19.824,36.328-25.393,59.054c-5.426,22.166-8.18,47.266-8.18,74.605 v122.992c0,7.896,6.406,14.298,14.304,14.298h121.69c7.896,0,14.299-6.407,14.299-14.298V199.455 c0-7.896-6.402-14.304-14.299-14.304h-44.992C291.873,128.095,306.981,99.186,334.773,99.186z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100px;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  opacity: 0.7;
}

.pheader {
  height: 150px;
  /*working only in ipad landscape device*/
  /*working only in ipad landscape device*/
}

.pheader .logo-block {
  display: block;
  text-align: center;
  margin: 20px 0;
  /* z-index: 99; */
}

.pheader img.custom-logo {
  max-width: 178px;
  display: inline-block;
}

@media all and (min-width: 820px) and (max-width: 1180px) and (orientation: portrait) {
  .pheader .container.fix-sm-container {
    max-width: 1080px;
  }

  .pheader .container.fix-sm-container .fix-sm-overflow {
    /* overflow: hidden; */
  }
}

@media all and (min-width: 820px) and (max-width: 1180px) and (orientation: landscape) {
  .pheader .container.fix-sm-container {
    max-width: 1080px;
  }

  .pheader .container.fix-sm-container .fix-sm-overflow {
    /* overflow: hidden; */
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .pheader {
    height: auto;
  }

  .pheader .logo-block {
    padding: 0 5px;
    margin: 5px 0;
  }

  .pheader img.custom-logo {
    max-width: 113px;
  }

  .pheader #menu-top-links {
    margin-bottom: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .pheader {
    height: 80px;
  }

  .pheader .logo-block {
    padding: 0 5px;
    margin: 5px 0;
  }

  .pheader img.custom-logo {
    max-width: 110px;
  }
}

.page-header .maxheight390 .entry-content-image {
  position: relative;
}

.page-header .maxheight390 .entry-content-image img {
  height: 390px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-header .maxheight390 .entry-content-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
}

@media screen and (min-width: 1600px) {
  .page-header .maxheight390 .entry-content-image img {
    height: 420px;
  }
}

@media screen and (max-width: 1080px) {
  .page-header .maxheight390 .entry-content-image img {
    height: 240px;
  }
}

.site-footer.bg-footer {
  background-color: #E6E6E6;
  position: relative;
}

.site-footer.bg-footer:before {
  content: "";
  background-color: #E6E6E6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.5;
  z-index: 1;
}

.site-footer .footer-top {
  z-index: 9;
  position: relative;
  border-bottom: 1px solid #d0d0d0;
  padding: 60px 0;
}

.site-footer h3.fblock_title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.site-footer .fblock-content {
  color: #565656;
  font-size: 20px;
  font-weight: 300;
}

.site-footer .fblock-content strong {
  font-weight: bold;
}

.site-footer .fblock-content ul {
  margin: 0 0 15px;
  padding: 0;
}

.site-footer .fblock-content ul li a {
  margin-bottom: 8px;
  padding: 0;
  font-size: 22px;
  display: inline-block;
  color: #565656;
}

.site-footer .fblock-content ul li a:hover {
  color: #38B6FF;
  margin-left: 3px;
}

.site-footer .fblog .fblock-content span {
  color: #38B6FF;
  margin-bottom: 5px;
}

.site-footer .footer-bottom {
  z-index: 9;
  position: relative;
  padding: 20px 0;
}

.site-footer .footer-bottom .copyrights {
  text-align: center;
  color: #000000;
  font-size: 18px;
  font-weight: 300;
}

.site-footer .footer-bottom .copyrights a {
  color: #000000;
}

.site-footer .footer-bottom .copyrights a.blinks {
  margin: 5px;
  color: #FFF;
}

.site-footer .footer-bottom .designby {
  color: #000000;
  font-size: 18px;
  text-align: center;
}

.site-footer .footer-bottom .designby a {
  color: #000000;
}

@media (min-width: 768px) {
  .site-footer .footer-bottom .copyrights {
    float: left;
    text-align: left;
  }

  .site-footer .footer-bottom .designby {
    text-align: right;
  }
}

@media (max-width: 1024px) {
  .site-footer .footer-top {
    padding-bottom: 0;
  }

  .site-footer .footer-top h3.fblock_title {
    font-size: 20px;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 15px;
    position: relative;
  }

  .site-footer .footer-top h3.fblock_title::before {
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    padding: 5px 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='%23000000' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 24px auto;
    width: 24px;
    height: 24px;
    cursor: pointer;
  }

  .site-footer .footer-top .fblock_accord {
    flex: auto;
  }

  .site-footer .footer-top .fblock_accord.fblog h3.fblock_title {
    border-bottom: 0 none;
  }

  .site-footer .footer-top .fblock-content {
    height: 0;
    display: none;
  }

  .site-footer .footer-top .fblock_accord.on h3.fblock_title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='%23000000' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  }

  .site-footer .footer-top .fblock_accord.on .fblock-content {
    height: auto;
    display: block;
  }
}

@media (max-width: 767px) {
  .site-footer .footer-bottom .copyrights {
    /* font-size: 13px; */
    padding-left: 0;
    padding-right: 0;
  }

  .site-footer .footer-bottom .designby {
    /* font-size: 13px; */
    margin-top: 8px;
  }
}

.socialwrap {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.socialwrap a {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 10px 10px 0 0;
  cursor: pointer;
}

.socialwrap a:last-child {
  margin-right: 0;
}

.socialwrap a:hover {
  margin-left: 0 !important;
}

.socialwrap a.social_fb {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 0h24v24h-24z' opacity='0' transform='matrix(-1 0 0 -1 24 24)'/%3E%3Cpath d='m17 3.5a.5.5 0 0 0 -.5-.5h-2.5a4.77 4.77 0 0 0 -5 4.5v2.7h-2.5a.5.5 0 0 0 -.5.5v2.6a.5.5 0 0 0 .5.5h2.5v6.7a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-6.7h2.62a.5.5 0 0 0 .49-.37l.72-2.6a.5.5 0 0 0 -.48-.63h-3.35v-2.7a1 1 0 0 1 1-.9h2.5a.5.5 0 0 0 .5-.5z' fill='%23565656'/%3E%3C/svg%3E");
  background-size: 35px;
}

.socialwrap a.social_fb:hover {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 0h24v24h-24z' opacity='0' transform='matrix(-1 0 0 -1 24 24)'/%3E%3Cpath d='m17 3.5a.5.5 0 0 0 -.5-.5h-2.5a4.77 4.77 0 0 0 -5 4.5v2.7h-2.5a.5.5 0 0 0 -.5.5v2.6a.5.5 0 0 0 .5.5h2.5v6.7a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-6.7h2.62a.5.5 0 0 0 .49-.37l.72-2.6a.5.5 0 0 0 -.48-.63h-3.35v-2.7a1 1 0 0 1 1-.9h2.5a.5.5 0 0 0 .5-.5z' fill='%2338B6FF'/%3E%3C/svg%3E");
}

.socialwrap a.social_instagram {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m7.46494 1.066c1.17334-.05378 1.54734-.066 4.53506-.066 2.9883 0 3.3617.01283 4.5344.066 1.1715.05317 1.9715.23956 2.6712.5115.7339.27631 1.3987.70924 1.9482 1.26867.5595.54943.9925 1.21429 1.2687 1.94822.2719.69972.4577 1.49967.5115 2.67055.0538 1.17334.066 1.54734.066 4.53506 0 2.9877-.0128 3.3617-.066 4.5351-.0532 1.1708-.2396 1.9708-.5115 2.6705-.2811.723-.6576 1.3371-1.2687 1.9482-.5494.5595-1.2143.9925-1.9482 1.2687-.6997.2719-1.4997.4577-2.6705.5115-1.1734.0538-1.5474.066-4.5351.066-2.98772 0-3.36172-.0128-4.53506-.066-1.17088-.0532-1.97083-.2396-2.67055-.5115-.72295-.2811-1.33711-.6576-1.94822-1.2687-.55953-.5494-.99249-1.2143-1.26867-1.9482-.27194-.6997-.45772-1.4997-.5115-2.6705-.05378-1.1734-.066-1.5468-.066-4.5351 0-2.98833.01283-3.36172.066-4.53444.05317-1.1715.23956-1.97145.5115-2.67117.27631-.73388.70924-1.39871 1.26867-1.94822.54942-.55953 1.21428-.99249 1.94822-1.26867.69972-.27194 1.49967-.45772 2.67055-.5115zm8.98026 1.98c-1.1599-.05256-1.5082-.06417-4.4452-.06417s-3.28533.01161-4.44522.06417c-1.0725.04889-1.65489.22794-2.04234.37889-.51333.19922-.88.43755-1.265.82255-.38438.385-.62333.75167-.82255 1.265-.15095.38745-.33.96984-.37889 2.04234-.05256 1.15989-.06417 1.50822-.06417 4.44522s.01161 3.2853.06417 4.4452c.04889 1.0725.22794 1.6549.37889 2.0424.17622.4778.4573.91.82255 1.265.3549.3652.78717.6463 1.265.8225.38745.151.96984.33 2.04234.3789 1.15989.0526 1.50761.0642 4.44522.0642 2.9376 0 3.2853-.0116 4.4452-.0642 1.0725-.0489 1.6549-.2279 2.0424-.3789.5133-.1992.88-.4375 1.265-.8225.3652-.3549.6463-.7872.8225-1.265.151-.3875.33-.9699.3789-2.0424.0526-1.1599.0642-1.5082.0642-4.4452s-.0116-3.28533-.0642-4.44522c-.0489-1.0725-.2279-1.65489-.3789-2.04234-.1992-.51333-.4375-.88-.8225-1.265-.385-.38438-.7517-.62333-1.265-.82255-.3875-.15095-.9699-.33-2.0424-.37889zm-5.8497 12.3449c.4453.1845.9225.2794 1.4045.2794.9735 0 1.907-.3867 2.5953-1.075.6884-.6883 1.0751-1.6219 1.0751-2.5953s-.3867-1.907-1.0751-2.59532c-.6883-.68832-1.6218-1.07502-2.5953-1.07502-.482 0-.9592.09494-1.4045.27939-.4454.18445-.84997.4548-1.19079.79563-.34082.34082-.61118.74542-.79563 1.19072s-.27938.9226-.27938 1.4046.09493.9593.27938 1.4046.45481.8499.79563 1.1907.74539.6112 1.19079.7956zm-2.59345-7.38889c1.06033-1.06033 2.49845-1.65602 3.99795-1.65602 1.4996 0 2.9377.59569 3.998 1.65602s1.656 2.49849 1.656 3.99799-.5957 2.9376-1.656 3.998c-1.0603 1.0603-2.4984 1.656-3.998 1.656-1.4995 0-2.93762-.5957-3.99795-1.656-1.06033-1.0604-1.65602-2.4985-1.65602-3.998s.59569-2.93766 1.65602-3.99799zm10.90565-.81363c.2506-.25065.3914-.59059.3914-.94505 0-.35447-.1408-.69441-.3914-.94505-.2507-.25064-.5906-.39145-.9451-.39145-.3544 0-.6944.14081-.945.39145-.2507.25064-.3915.59058-.3915.94505 0 .35446.1408.6944.3915.94505.2506.25064.5906.39145.945.39145.3545 0 .6944-.14081.9451-.39145z' fill='%23565656' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 30px auto;
}

.socialwrap a.social_instagram:hover {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m7.46494 1.066c1.17334-.05378 1.54734-.066 4.53506-.066 2.9883 0 3.3617.01283 4.5344.066 1.1715.05317 1.9715.23956 2.6712.5115.7339.27631 1.3987.70924 1.9482 1.26867.5595.54943.9925 1.21429 1.2687 1.94822.2719.69972.4577 1.49967.5115 2.67055.0538 1.17334.066 1.54734.066 4.53506 0 2.9877-.0128 3.3617-.066 4.5351-.0532 1.1708-.2396 1.9708-.5115 2.6705-.2811.723-.6576 1.3371-1.2687 1.9482-.5494.5595-1.2143.9925-1.9482 1.2687-.6997.2719-1.4997.4577-2.6705.5115-1.1734.0538-1.5474.066-4.5351.066-2.98772 0-3.36172-.0128-4.53506-.066-1.17088-.0532-1.97083-.2396-2.67055-.5115-.72295-.2811-1.33711-.6576-1.94822-1.2687-.55953-.5494-.99249-1.2143-1.26867-1.9482-.27194-.6997-.45772-1.4997-.5115-2.6705-.05378-1.1734-.066-1.5468-.066-4.5351 0-2.98833.01283-3.36172.066-4.53444.05317-1.1715.23956-1.97145.5115-2.67117.27631-.73388.70924-1.39871 1.26867-1.94822.54942-.55953 1.21428-.99249 1.94822-1.26867.69972-.27194 1.49967-.45772 2.67055-.5115zm8.98026 1.98c-1.1599-.05256-1.5082-.06417-4.4452-.06417s-3.28533.01161-4.44522.06417c-1.0725.04889-1.65489.22794-2.04234.37889-.51333.19922-.88.43755-1.265.82255-.38438.385-.62333.75167-.82255 1.265-.15095.38745-.33.96984-.37889 2.04234-.05256 1.15989-.06417 1.50822-.06417 4.44522s.01161 3.2853.06417 4.4452c.04889 1.0725.22794 1.6549.37889 2.0424.17622.4778.4573.91.82255 1.265.3549.3652.78717.6463 1.265.8225.38745.151.96984.33 2.04234.3789 1.15989.0526 1.50761.0642 4.44522.0642 2.9376 0 3.2853-.0116 4.4452-.0642 1.0725-.0489 1.6549-.2279 2.0424-.3789.5133-.1992.88-.4375 1.265-.8225.3652-.3549.6463-.7872.8225-1.265.151-.3875.33-.9699.3789-2.0424.0526-1.1599.0642-1.5082.0642-4.4452s-.0116-3.28533-.0642-4.44522c-.0489-1.0725-.2279-1.65489-.3789-2.04234-.1992-.51333-.4375-.88-.8225-1.265-.385-.38438-.7517-.62333-1.265-.82255-.3875-.15095-.9699-.33-2.0424-.37889zm-5.8497 12.3449c.4453.1845.9225.2794 1.4045.2794.9735 0 1.907-.3867 2.5953-1.075.6884-.6883 1.0751-1.6219 1.0751-2.5953s-.3867-1.907-1.0751-2.59532c-.6883-.68832-1.6218-1.07502-2.5953-1.07502-.482 0-.9592.09494-1.4045.27939-.4454.18445-.84997.4548-1.19079.79563-.34082.34082-.61118.74542-.79563 1.19072s-.27938.9226-.27938 1.4046.09493.9593.27938 1.4046.45481.8499.79563 1.1907.74539.6112 1.19079.7956zm-2.59345-7.38889c1.06033-1.06033 2.49845-1.65602 3.99795-1.65602 1.4996 0 2.9377.59569 3.998 1.65602s1.656 2.49849 1.656 3.99799-.5957 2.9376-1.656 3.998c-1.0603 1.0603-2.4984 1.656-3.998 1.656-1.4995 0-2.93762-.5957-3.99795-1.656-1.06033-1.0604-1.65602-2.4985-1.65602-3.998s.59569-2.93766 1.65602-3.99799zm10.90565-.81363c.2506-.25065.3914-.59059.3914-.94505 0-.35447-.1408-.69441-.3914-.94505-.2507-.25064-.5906-.39145-.9451-.39145-.3544 0-.6944.14081-.945.39145-.2507.25064-.3915.59058-.3915.94505 0 .35446.1408.6944.3915.94505.2506.25064.5906.39145.945.39145.3545 0 .6944-.14081.9451-.39145z' fill='%2338B6FF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.socialwrap a.social_linkedin {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg' fill='%23565656'%3E%3Cpath d='m100.28 448h-92.88v-299.1h92.88zm-46.49-339.9c-29.7 0-53.79-24.6-53.79-54.3a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zm394.11 339.9h-92.68v-145.6c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7v148.1h-92.78v-299.1h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3v164.3z'/%3E%3C/svg%3E");
  background-size: 30px auto;
}

.socialwrap a.social_linkedin:hover {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg' fill='%2338B6FF'%3E%3Cpath d='m100.28 448h-92.88v-299.1h92.88zm-46.49-339.9c-29.7 0-53.79-24.6-53.79-54.3a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zm394.11 339.9h-92.68v-145.6c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7v148.1h-92.78v-299.1h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3v164.3z'/%3E%3C/svg%3E");
}

.wpcf7-not-valid-tip {
  font-size: 14px;
}

.wpcf7-response-output {
  background-color: lightgreen;
  color: #000;
  font-size: 14px;
  border-color: lightgreen !important;
  text-align: center;
}

ul.cinfobox {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul.cinfobox li {
  padding-left: 65px;
  font-size: 22px;
  position: relative;
  list-style: none !important;
  margin-bottom: 30px;
}

ul.cinfobox li h5 {
  color: #38B6FF;
}

ul.cinfobox li a {
  color: #FFF;
}

ul.cinfobox li a:hover {
  color: #FFF;
}

ul.cinfobox li::before {
  content: "";
  width: 45px;
  height: 45px;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  background-size: 25px auto;
  background-position: center 5px;
  background-repeat: no-repeat;
}

ul.cinfobox li.c_office::before {
  background-image: url(../images/map-marker.webp);
  background-size: 26px 39px;
}

ul.cinfobox li.c_mail::before {
  background-image: url(../images/email.webp);
  background-size: 35px 36px;
}

ul.cinfobox li.c_join::before {
  background-image: url(../images/phone.webp);
  background-size: 26px 34px;
}

ul.cinfobox li.c_location::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='%23e31e24' class='bi bi-signpost-2-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.293.707A1 1 0 0 0 7 1.414V2H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h5v1H2.5a1 1 0 0 0-.8.4L.725 8.7a.5.5 0 0 0 0 .6l.975 1.3a1 1 0 0 0 .8.4H7v5h2v-5h5a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H9V6h4.5a1 1 0 0 0 .8-.4l.975-1.3a.5.5 0 0 0 0-.6L14.3 2.4a1 1 0 0 0-.8-.4H9v-.586A1 1 0 0 0 7.293.707z'/%3E%3C/svg%3E");
}

ul.cinfobox li.c_building::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='%23e31e24' class='bi bi-building' viewBox='0 0 16 16'%3E%3Cpath d='M4 2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Zm3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1ZM4 5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM7.5 5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Zm2.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM4.5 8a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Zm2.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Zm3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Z'/%3E%3Cpath d='M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V1Zm11 0H3v14h3v-2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V15h3V1Z'/%3E%3C/svg%3E");
}

.contact-form-box *::-moz-placeholder {
  color: #FFF;
  opacity: 1;
}

.contact-form-box *::-moz-placeholder,
.contact-form-box *::placeholder {
  color: #FFF;
  opacity: 1;
}

.contact-form-box input {
  background-color: transparent;
  height: 50px;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  font-size: 18px;
}

.contact-form-box input.wpcf7-submit {
  background-color: #173B70;
  border-color: #173B70;
  color: #000 !important;
  height: 60px;
  font-size: 20px;
  border-radius: 0;
  padding: 0 30px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  width: auto;
}

.contact-form-box input.wpcf7-submit:hover {
  background-color: #38B6FF;
  color: #FFF;
}

.contact-form-box input:focus,
.contact-form-box input:active {
  outline: 0 none;
  box-shadow: 0 0 0 0 transparent;
}

.contact-form-box textarea {
  background-color: transparent;
  height: 180px;
  font-size: 18px;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #FFF;
  color: #FFF;
}

.contact-form-box textarea:focus,
.contact-form-box textarea:active {
  outline: 0 none;
  box-shadow: 0 0 0 0 transparent;
}

.contact-form-box select {
  background-color: transparent;
  color: #FFF;
  height: 50px;
  padding: 0;
  font-size: 18px;
  width: 100%;
  border-bottom: 1px solid #FFF;
}

.contact-form-box select option {
  background-color: transparent;
  color: #000;
}

.contact-form-box .contactp {
  color: #FFF;
  font-size: 22px;
}

.contact-form-box .contactp p {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .contact-form-box {
    margin-bottom: 40px;
  }
}

/* Homepage CSS */

.hp_choose_section .areoi-background__image {
  background-size: cover !important;
  background-attachment: fixed !important;
}

.hp_choose_section h3 {
  font-weight: bold;
  margin-bottom: 30px;
}

.hp_choose_section h4 {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .hp_choose_section h4 {
    font-size: 22px;
  }
}

.hp_choose_section p {
  font-size: 22px;
  font-weight: 300;
}

@media screen and (max-width: 1024px) {
  .hp_choose_section .padding30 {
    padding: 15px;
  }

  .hp_choose_section p {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.hp_choose_section-new {
  background-color: #1C3F69;
  position: relative;
  /* .areoi-background__image {
        background-size: cover !important;
        background-attachment: fixed !important;
    } */
}

.hp_choose_section-new:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyAgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjA2KSIgaGVpZ2h0PSIxNjBweCIgd2lkdGg9IjgwcHgiIHZpZXdCb3g9IjAgMCA4MCAxNjAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQxLjEyLDQwLDUzLDE2LjI4LDYwLjYyLDFIODBWMEg1OC44OEw0MCwzNy43NiwyMS4xMiwwSDBWMUgxOS4zOEwyNywxNi4yOCwzOC44OCw0MCwxOS4zOCw3OUgwdjJIMTkuMzhsMTkuNSwzOS0xOS41LDM5SDB2MUgyMS4xMkw0MCwxMjIuMjQsNTguODgsMTYwSDgwdi0xSDYwLjYybC0xOS41LTM5LDE5LjUtMzlIODBWNzlINjAuNjJaTTQwLDExNy43NiwyMS4xMiw4MCw0MCw0Mi4yNCw1OC44OCw4MFoiLz48L3N2Zz4=);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.6;
}

.hp_choose_section-new .container {
  max-width: 1180px;
}

.hp_choose_section-new .areoi-background {
  display: none;
}

.hp_choose_section-new h3 {
  font-weight: bold;
  margin-bottom: 30px;
}

.hp_choose_section-new h4 {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .hp_choose_section-new h4 {
    font-size: 22px;
  }
}

.hp_choose_section-new p {
  font-size: 22px;
  font-weight: 300;
}

.hp_choose_section-new p strong {
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
}

@media screen and (max-width: 1024px) {
  .hp_choose_section-new .padding30 {
    padding: 15px;
  }

  .hp_choose_section-new p {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

/* Important Notices */

.heading-dash {
  font-weight: bold;
  position: relative;
  padding-left: 75px;
}

.heading-dash::before {
  content: "";
  width: 56px;
  border: 1px solid #000000;
  display: flex;
  position: absolute;
  left: 0;
  top: 35px;
}

.heading-dash.white-dash::before {
  border-color: #FFF;
}

@media screen and (max-width: 767px) {
  .heading-dash {
    padding-left: 40px;
  }

  .heading-dash::before {
    top: 16px;
    width: 25px;
  }
}

.wp-block-essential-blocks-infobox {
  padding: 20px 0;
}

.wp-block-essential-blocks-infobox h4.title {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0 0 !important;
}

.wp-block-essential-blocks-infobox p.description {
  font-size: 20px;
  padding: 0 !important;
}

.wp-block-essential-blocks-infobox .eb-infobox-wrapper {
  background: transparent !important;
}

.projectKey .wp-block-essential-blocks-infobox {
  padding: 30px;
  border: 2px solid #38b6ff !important;
  background-color: #FFF !important;
}

.projectKey .wp-block-essential-blocks-infobox h4 {
  margin-bottom: 15px !important;
}

@media screen and (max-width: 767px) {
  .projectKey .wp-block-essential-blocks-infobox {
    padding: 20px;
  }
}

.counterCSS {
  gap: 0 !important;
}

.counterCSS .eb-counter-wrapper {
  background: transparent !important;
}

.counterCSS .eb-counter-number,
.counterCSS .eb-counter-title {
  color: #FFF !important;
}

.counterCSS .counter-contents-wrapper {
  color: #FFF;
  align-items: center;
  padding: 0 20px;
  flex-direction: row !important;
}

.counterCSS .counter-contents-wrapper .eb-counter-number {
  text-align: center;
  line-height: 1;
  font-weight: bold;
  min-width: 135px;
}

@media screen and (min-width: 1081px) {
  .counterCSS .counter-contents-wrapper {
    justify-content: center;
    border-right: 1px dashed #FFF !important;
    padding: 0 30px;
    margin: 50px 0;
  }

  .counterCSS .counter-contents-wrapper .eb-counter-number {
    font-size: 120px !important;
  }

  .counterCSS .counter-contents-wrapper .eb-counter-title {
    font-size: 30px !important;
  }

  .counterCSS .wp-block-column:last-child .counter-contents-wrapper {
    border-right: 0 none !important;
  }
}

@media screen and (max-width: 1080px) {
  .counterCSS .counter-contents-wrapper {
    margin: 0;
    padding: 20px;
    border-bottom: 1px dashed #FFF !important;
    justify-content: flex-start;
  }

  .counterCSS .counter-contents-wrapper .eb-counter-number {
    font-size: 80px !important;
  }

  .counterCSS .counter-contents-wrapper .eb-counter-title {
    font-size: 20px !important;
  }

  .counterCSS .wp-block-column:last-child .counter-contents-wrapper {
    border-bottom: 0 none !important;
  }
}

.counterAbout {
  gap: 0 !important;
  align-items: center !important;
  margin-bottom: 0;
}

.counterAbout .eb-counter-wrapper {
  background-color: transparent !important;
}

.counterAbout .eb-counter-number,
.counterAbout .eb-counter-title {
  color: #FFF !important;
  font-weight: bold;
}

.counterAbout .counter-contents-wrapper {
  color: #FFF;
  align-items: center;
  padding: 0 20px;
  flex-direction: row !important;
}

.counterAbout .counter-contents-wrapper .eb-counter-number {
  text-align: center;
  line-height: 1;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (min-width: 1081px) {
  .counterAbout .counter-contents-wrapper {
    justify-content: center;
    border-right: 1px dashed #FFF !important;
    padding: 0 25px;
    margin: 40px 0;
    gap: 0 !important;
  }

  .counterAbout .counter-contents-wrapper .eb-counter-number {
    font-size: 80px !important;
    padding-right: 10px !important;
  }

  .counterAbout .counter-contents-wrapper .eb-counter-title {
    font-size: 22px !important;
  }

  .counterAbout .wp-block-column:last-child .counter-contents-wrapper {
    border-right: 0 none !important;
  }
}

@media screen and (max-width: 1080px) {
  .counterAbout .counter-contents-wrapper {
    margin: 0;
    padding: 20px;
    border-bottom: 1px dashed #FFF !important;
    justify-content: flex-start;
  }

  .counterAbout .counter-contents-wrapper .eb-counter-number {
    min-width: 105px;
    font-size: 80px !important;
  }

  .counterAbout .counter-contents-wrapper .eb-counter-title {
    font-size: 20px !important;
  }

  .counterAbout .wp-block-column:last-child .counter-contents-wrapper {
    border-bottom: 0 none !important;
  }
}

.walkThrough {
  padding: 30px;
  background-color: #EEECE8;
  max-width: 500px;
  float: right;
  z-index: 1;
}

@media screen and (min-width: 960px) {
  .walkThrough {
    margin-right: -100px;
  }
}

.bg_cover {
  position: relative;
  /* &::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: transparent linear-gradient(32deg, #FFFFFF 0%, #FFFFFFC3 27%, #FFFFFF00 55%, #20334F00 75%, #80808000 100%) 0% 0% no-repeat;
    } */
}

.bg_cover .entry-content-image .wp-post-image {
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg_cover .sbanner_white_overlay {
  position: relative;
}

.theme-tabs .nav-tabs .nav-link {
  border: 1px solid #D9D9D9;
  margin-right: 3px;
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
}

.theme-tabs .nav-tabs .nav-link.active {
  border-color: #FFF;
}

.theme-tabs .tab-pane {
  padding: 40px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .theme-tabs .nav-tabs .nav-link {
    display: block;
    width: 100%;
  }
}

.cs_date.blueGradient {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #FFF;
  font-weight: bold;
  padding: 0px 10px;
  font-size: 18px;
}

.teamMember {
  position: relative;
}

.teamMember .wp-block-image {
  margin-bottom: 0;
}

.teamMember .teamMemberContent {
  background: #FFF;
  opacity: 1;
  padding: 10px 5px;
  text-align: center;
  bottom: 15px;
  position: absolute;
  width: 100%;
}

.teamMember .teamMemberContent p {
  margin-bottom: 0;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .teamMember .teamMemberContent p {
    font-size: 14px;
  }
}

.ourPhilosophy .wp-block-heading,
.ourPhilosophy p {
  position: relative;
}

.leadershipSection {
  position: relative;
}

.leadershipSection::before {
  content: "";
  display: block;
  width: 100%;
  height: 500px;
  background: transparent linear-gradient(97deg, #000 0%, #173B70 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 767px) {
  .leadershipSection:before {
    height: 375px;
  }
}

.clientSlider .wp-block-image .outlineBtn {
  margin-top: 20px;
  border-color: #707070;
  color: #707070;
}

.clientSlider .viewmore_trigger {
  height: 125px;
}

.clientSlider .viewmore_trigger.active {
  height: auto;
}

@media screen and (min-width: 991px) and (max-width: 1280px) {
  .clientSlider .viewmore_trigger {
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .clientSlider .viewmore_trigger {
    height: 405px;
  }

  .clientSlider .viewmore_trigger .gap-4 {
    gap: 0.5rem !important;
  }

  .clientSlider .viewmore_trigger figure.wp-block-image {
    margin-bottom: 5px;
  }

  .clientSlider .viewmore_trigger figure.wp-block-image img {
    width: 175px;
    height: auto;
  }
}

@media screen and (max-width: 362px) {
  .clientSlider .viewmore_trigger {
    height: 395px;
  }
}

.slider-navigation {
  margin-top: -25px;
  float: right;
}

.slider-navigation .slider-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23000000' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: center;
  width: 47px;
  height: 30px;
  display: inline-block;
  font-size: 0;
  padding: 0;
  border: 0 none;
  margin-left: 8px;
}

.slider-navigation .slider-button-next:hover,
.slider-navigation .slider-button-next:focus,
.slider-navigation .slider-button-next:active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%2338B6FF' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E");
  background-color: transparent;
  border: 0 none;
  opacity: 0.8;
  box-shadow: 0 0 0 0 transparent;
}

.slider-navigation .slider-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23000000' class='bi bi-arrow-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8'/%3E%3C/svg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: center;
  width: 47px;
  height: 30px;
  display: inline-block;
  font-size: 0;
  padding: 0;
  border: 0 none;
  margin-right: 8px;
}

.slider-navigation .slider-button-prev:hover,
.slider-navigation .slider-button-prev:focus,
.slider-navigation .slider-button-prev:active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%2338B6FF' class='bi bi-arrow-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8'/%3E%3C/svg%3E");
  background-color: transparent;
  border: 0 none;
  opacity: 0.8;
  box-shadow: 0 0 0 0 transparent;
}

.projectSlider .wp-block-image {
  margin-bottom: 0;
}

.projectSlider .project-status {
  text-align: center;
}

.projectSlider .project-status p {
  background-color: #38b6ff !important;
  color: #fff;
  font-size: 18px;
  padding: 4px 20px;
  width: auto;
  display: inline-block;
  font-weight: 600;
  margin-top: 10px;
}

.projectSlider .projectList {
  position: relative;
}

.projectSlider .projectList .projectListItem {
  background: #FFF;
  opacity: 1;
  bottom: 40px;
  padding: 10px 5px;
}

.projectSlider .projectList .projectListItem p {
  font-size: 18px;
  margin-bottom: 0;
}

.projectSlider .projectList .projectListItem p strong {
  font-size: 25px;
}

.projectSlider .projectList .projectListItem a {
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
}

@media (min-width: 960px) {
  .projectSlider #project_slider {
    padding-left: 9%;
  }

  .projectSlider .projectList .projectListItem {
    transform: translateY(85px) translateZ(0);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    right: 15px;
    left: 15px;
    opacity: 0;
    bottom: 85px;
    padding: 10px;
  }

  .projectSlider .projectList:hover .projectListItem {
    transform: translateY(0) translateZ(0);
    opacity: 1;
  }
}

@media (max-width: 1079px) {
  .projectSlider #project_slider {
    padding-left: 15px;
  }

  .projectSlider .projectList .projectListItem {
    text-align: center;
    bottom: 0;
  }

  .projectSlider .projectList .projectListItem p {
    font-size: 14px;
  }
}

.careerBox {
  position: relative;
  margin-bottom: 0 !important;
}

.careerBox::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #E6E6E6;
  display: block;
}

.post-list {
  border: 1px solid #C5C5C5;
  background-color: #FFF;
}

.post-list .post-list-details {
  padding: 0 15px 20px;
}

.post-list .post-list-featured-image {
  position: relative;
}

.post-list .post-list-featured-image .post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-list h2.post-list-title {
  font-size: 28px;
  font-weight: bold;
  margin: 20px 0 20px;
}

.post-list .post-list-desc {
  font-size: 20px;
  line-height: 30px;
  color: #333;
}

.post-list .post-list-desc .post-list-readmore {
  border-bottom: 1px solid #333;
  padding-bottom: 3px;
}

@media screen and (min-width: 768px) {
  .post-list {
    height: 100%;
  }

  .post-list .post-list-featured-image {
    position: relative;
  }

  .post-list .post-list-featured-image .post-image {
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    width: 100%;
    display: block;
  }

  .post-list .post-list-featured-image .post-image img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin: 40px 0;
  border-top: 1px solid #DEDEDE;
  padding-top: 40px;
}

.pagination .page-numbers {
  background-color: #38B6FF;
  line-height: 40px;
  text-align: center;
  padding: 0 10px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.pagination .page-numbers.current {
  background-color: #808184;
}

aside.post-meta,
.entry-header .post-meta {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

aside.post-meta span.meta_sep,
.entry-header .post-meta span.meta_sep {
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #cfcfcf;
  margin: 5px 6px 0 10px;
}

@media screen and (max-width: 767px) {
  aside.post-meta,
  .entry-header .post-meta {
    font-size: 18px;
  }
}

body.single-post .pheader {
  border-bottom: 2px solid #d0d0d0;
}

body.single-post .bg-cover .entry-content-image {
  box-shadow: 5px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #C5C5C5;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  body.single-post .bg-cover {
    max-width: 500px;
    padding: 0 50px 20px 0;
    float: left;
  }

  body.single-post .bg-cover .entry-content-image {
    box-shadow: 5px 4px 10px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #C5C5C5;
    margin-bottom: 0;
  }
}

.latestBlogBox .latestNews {
  width: 100%;
  height: 100%;
  background: white;
  position: relative;
  display: flex;
  align-items: flex-end;
  transition: 0.4s ease-out;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.7);
}

.latestBlogBox .swiper-slide {
  padding-bottom: 40px;
}

.latestBlogBox .swiper-slide .blackSimpleBtn {
  color: #FFF;
}

.latestBlogBox .swiper-slide .blackSimpleBtn:hover,
.latestBlogBox .swiper-slide .blackSimpleBtn:focus {
  color: #38B6FF;
}

.latestBlogBox .latestNews.white-transparent * {
  color: #000 !important;
}

.latestBlogBox .latestNews.white-transparent .blackSimpleBtn {
  color: #000;
}

.latestBlogBox .latestNews.white-transparent .blackSimpleBtn:hover,
.latestBlogBox .latestNews.white-transparent .blackSimpleBtn:focus {
  color: #38B6FF !important;
}

.latestBlogBox .latestNews.white-transparent:before {
  background: #FFF !important;
}

@media screen and (min-width: 1081px) {
  .latestBlogBox .latestNews:hover {
    transform: translateY(20px) !important;
  }

  .latestBlogBox .latestNews:hover:before {
    opacity: 1 !important;
  }

  .latestBlogBox .latestNews:hover .latestOverlay {
    opacity: 1 !important;
    transform: translateY(0px) !important;
  }

  .latestBlogBox .latestNews:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 2;
    transition: 0.5s;
    opacity: 0;
  }

  .latestBlogBox .wp-block-image {
    margin: 0;
  }

  .latestBlogBox .latestNews img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .latestBlogBox .latestNews .latestOverlay {
    position: absolute;
    bottom: 20px;
    padding: 20px;
    font-size: 18px;
    line-height: 24px;
    z-index: 3;
    color: white;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s;
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .latestBlogBox .latestNews .latestOverlay img {
    width: auto;
    height: auto;
    max-width: 280px;
    margin-bottom: 20px;
  }

  .latestBlogBox .latestNews .latestOverlay p {
    margin: 0 0 15px;
  }
}

@media screen and (max-width: 1080px) {
  .latestBlogBox .latestNews {
    background-color: #000;
    align-items: center;
    box-shadow: 0 0 0 transparent;
    border: 1px solid #ddd;
    display: grid;
    gap: 10px;
    color: #FFF;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .latestBlogBox .latestNews.white-transparent {
    background-color: #FFF;
  }

  .latestBlogBox .latestNews.white-transparent:before {
    background: #FFF !important;
  }

  .latestBlogBox .wp-block-image {
    margin: 0 !important;
  }

  .latestBlogBox .latestOverlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 0;
    box-shadow: 0 0 0 0 transparent;
  }

  .latestBlogBox .latestOverlay .wp-block-image img {
    width: 100px !important;
    height: auto;
    margin-bottom: 10px;
  }

  .latestBlogBox .latestOverlay p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: center !important;
  }

  .latestBlogBox .latestOverlay .blackSimpleBtn {
    font-size: 20px;
  }
}

/* Projects **/

.projectInline {
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 30px auto;
  overflow: auto;
}

.projectInline li {
  list-style: none;
  display: inline-block;
}

.projectInline li a {
  font-size: 22px;
  color: #000000;
  padding: 10px;
  display: inline-block;
  white-space: nowrap;
}

.projectInline li:first-child a {
  font-weight: bold;
}

@media screen and (max-width: 1080px) {
  .projectInline {
    justify-content: inherit;
  }
}

.featuressection {
  position: relative;
}

.featuressection::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background-color: #FFF;
  display: block;
}

.featuressection .featuresBox {
  max-width: 800px;
  margin: 0;
  display: inline-block;
  width: 100%;
}

.downloadBox {
  border: 1px solid #427ECE;
  padding: 50px 30px;
}

/* Projects end **/

/* Required CSS */

@media (min-width: 600px) {
  .sm\:right-3\.5 {
    right: 0.875rem;
  }

  .sm\:left-3\.5 {
    left: 0.875rem;
  }

  .sm\:bottom-3\.5 {
    bottom: 0.875rem;
  }
}

@media (min-width: 768px) {
  .md\:order-last {
    order: 9999;
  }

  .sm\:w-auto {
    width: auto;
  }

  .hidden-768a {
    display: none !important;
  }

  .pl-15 {
    padding-left: 15px;
  }
}

@media screen and (min-width: 769px) {
  .top-bar {
    z-index: 99;
  }

  .maxwidth80 {
    max-width: 80%;
    margin: 0 auto;
  }

  .paddingleft-80 {
    padding-left: 80px;
  }

  .hidden-769a {
    display: none !important;
  }
}

@media screen and (min-width: 1081px) {
  .mleft-n100 {
    margin-left: -100px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1399px) {
  #specification .padding30 {
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  #specification .is-layout-flex {
    display: block;
  }

  #location .is-layout-flex {
    display: block;
  }

  .page-template-template-project .eb-gallery-img-wrapper.grid .eb-gallery-img-content img {
    height: auto !important;
  }
}

@media screen and (max-width: 1080px) {
  .break991_block {
    display: block !important;
  }
}

@media screen and (max-width: 991px) {
  .break991_block {
    display: block !important;
  }

  .text-30 {
    font-size: 22px;
  }

  div#highlights .wp-block-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    gap: 10px !important;
    margin-bottom: 10px;
  }

  div#highlights .wp-block-columns .wp-block-column {
    padding: 15px !important;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .hidden-767b {
    display: none !important;
  }

  .xs-h25 {
    height: 25px !important;
  }

  .xs-h50 {
    height: 50px !important;
  }

  figure.wp-block-image.w-full img {
    display: inline-block;
  }

  .text-3xl {
    font-size: 32px !important;
  }

  .padding50 {
    padding: 30px;
  }

  .wp-block-contact-form-7-contact-form-selector {
    padding: 0;
  }

  .commitmentBox {
    gap: 0;
    margin-bottom: 0;
  }

  .commitmentBox .wp-block-column {
    display: flex;
    align-items: center;
    border-bottom: 0 none !important;
  }

  .commitmentBox .wp-block-column .wp-block-image {
    margin: 15px 15px 15px 0;
  }
}

@media screen and (max-width: 640px) {
  .xs-gap-0 {
    gap: 0 !important;
  }

  .xs-no-lr-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .text-45 {
    font-size: 26px;
    line-height: 35px;
  }

  .text-3xl {
    font-size: 24px;
  }

  .text-2xl,
  .text-22 {
    font-size: 18px;
    line-height: 25px;
  }

  .xs-hide {
    display: none;
  }

  .paddingt100 {
    padding-top: 50px;
  }

  .paddingb100 {
    padding-bottom: 50px;
  }

  .paddingt40,
  .paddingt70 {
    padding-top: 30px;
  }

  .padding30 {
    padding: 20px;
  }

  .paddingb40,
  .paddingb70 {
    padding-bottom: 30px;
  }
}

.moretext {
  display: none;
}

.cool-vertical-timeline-body::before {
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0) 0%, #38B6FF 10%, #38B6FF 90%, rgba(230, 230, 230, 0) 100%) !important;
}

.cool-vertical-timeline-body .timeline-content.icon-false .timeline-block-icon svg {
  fill: #38B6FF !important;
}

.cool-vertical-timeline-body .timeline-content .timeline-block-icon {
  border-color: #38B6FF !important;
}

.cool-vertical-timeline-body.both-sided .timeline-content .position-right .story-details,
.cool-vertical-timeline-body.both-sided .timeline-content .position-left .story-details {
  border-color: #38B6FF !important;
}

.cool-vertical-timeline-body .timeline-content .story-details .timeline-block_title {
  font-size: 24px;
}

.cool-vertical-timeline-body .timeline-content .story-details .timeline-block_desc * {
  font-size: 18px;
}

.cool-vertical-timeline-body.both-sided .timeline-content .position-right .timeline-block-detail .story-details::before {
  border-right-color: #38B6FF !important;
}

.cool-vertical-timeline-body.both-sided .timeline-content .position-left .timeline-block-detail .story-details::before {
  border-left-color: #38B6FF !important;
}

.wp-block-cp-timeline-content-timeline-block .cool-vertical-timeline-body.both-sided.left .timeline-content .position-right .timeline-block-detail .story-details::before {
  border-right-color: #38B6FF !important;
}

@media screen and (max-width: 767px) {
  .cool-vertical-timeline-body.both-sided .ctl-6.timeline-block-time {
    margin-bottom: 5px !important;
  }
}

body.page-id-282 .page-header {
  margin-bottom: 0;
}

.page-id-19 header.page-header.page-header-simple {
  display: none !important;
}

h5.eb-accordion-title {
  font-weight: 600;
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

@media (prefers-color-scheme: dark) {
  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .dark\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  }

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

@media (min-width: 750px) {
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

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

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

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 782px) {
  .md\:inset-0 {
    inset: 0px;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:h-full {
    height: 100%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

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

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

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

