@charset "UTF-8";
/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root {
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("https://www.wikicreation.co.uk/assets/fonts/vendor/@fortawesome/fontawesome-free/fa-solid-900.woff2") format("woff2"), url("https://www.wikicreation.co.uk/assets/fonts/vendor/@fortawesome/fontawesome-free/fa-solid-900.ttf") format("truetype");
}

.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root {
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("https://www.wikicreation.co.uk/assets/fonts/vendor/@fortawesome/fontawesome-free/fa-brands-400.woff2") format("woff2"), url("https://www.wikicreation.co.uk/assets/fonts/vendor/@fortawesome/fontawesome-free/fa-brands-400.ttf") format("truetype");
}

.fa-brands {
  font-weight: 400;
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-pinterest:before {
  content: "\f0d2";
}

/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */

.fa-solid,
.fa-regular,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}


.fa-solid,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}


.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-circle-check::before {
  content: "\f058";
}

.fa-phone::before {
  content: "\f095";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-check::before {
  content: "\f00c";
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}

/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-danger-rgb: 220, 53, 69;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-form-invalid-border-color: #dc3545;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

b {
  font-weight: bolder;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.form-label {
  margin-bottom: 0.5rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

 .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
 .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

 textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

 .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
 .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
 .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}


.dropdown {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    --bs-modal-width: 800px;
  }
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */


.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border {
    --bs-spinner-animation-speed: 1.5s;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.visually-hidden {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption) {
  position: absolute !important;
}

.d-block {
  display: block !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.w-auto {
  width: auto !important;
}

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

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

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

.m-0 {
  margin: 0 !important;
}

.m-auto {
  margin: auto !important;
}

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

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

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

/* rtl:begin:remove */

/* rtl:end:remove */

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.invisible {
  visibility: hidden !important;
}
@media (min-width: 992px) {
  .text-lg-start {
    text-align: left !important;
  }
}
@font-face {
  font-display: swap;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  src: local("Font Awesome 6 Free"), url("https://www.wikicreation.co.uk/assets/fonts/vendor/@fortawesome/fontawesome-free/fa-solid-900.woff2") format("woff2");
}
 i.fa-solid {
  font-family: "Font Awesome 6 Free";
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background: #ffffff;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #028844;
}

::-moz-selection {
  background-color: #028844;
  color: #ffffff;
}

::selection {
  background-color: #028844;
  color: #ffffff;
}

html,
body {
  overflow-x: hidden;
  position: relative;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  text-transform: capitalize;
}

h1,
.h1 {
  font-size: 35px !important;
}

h2,
.h2 {
  font-size: 30px !important;
}

h3,
.h3 {
  font-size: 24px !important;
}

h4,
.h4 {
  font-size: 22px !important;
}

p {
  color: #000000;
  font-family: "roboto-regular";
  font-size: 18px !important;
}

a {
  box-shadow: none;
  outline: none !important;
  text-decoration: none !important;
}

section {
  margin: 0 auto;
  max-width: 1920px;
  padding: 70px 0px;
  position: relative;
}

ul {
  margin: 0 !important;
  padding: 0 !important;
}
ul li {
  color: #333333;
  font-family: "roboto-regular";
  font-size: 18px !important;
  font-weight: 400 !important;
  list-style: none;
  margin-bottom: 12px;
}

.btn-order {
  background: #028844;
  border: 1px solid #028844;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-family: "eras-demi";
  font-size: 16px;
  height: 44px;
  padding: 10px 24px;
  text-align: center;
  text-transform: capitalize;
  transition: all ease-in-out 0.3s;
}
.btn-order:hover {
  background: #f5d20f;
  border-color: #f5d20f;
  color: #292929;
}

.btn-live {
  background: #f5d20f;
  border: 1px solid #f5d20f;
  border-radius: 5px;
  color: #292929;
  display: inline-block;
  font-family: "eras-demi";
  font-size: 16px;
  height: 44px;
  padding: 10px 24px;
  text-align: center;
  text-transform: capitalize;
  transition: all ease-in-out 0.3s;
}
.btn-live:hover {
  background: #028844;
  border-color: #028844;
  color: #ffffff;
}

.btn-action {
  background: #184784;
  border: 1px solid #184784;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-family: "eras-demi";
  font-size: 16px;
  height: 44px;
  padding: 10px 24px;
  text-align: center;
  text-transform: capitalize;
  transition: all ease-in-out 0.3s;
}
.btn-action:hover {
  background: #f5d20f;
  border-color: #f5d20f;
  color: #292929;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}

.discount-modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.7294117647);
  font-family: "Maven Pro" !important;
  overflow-y: hidden !important;
}
.discount-modal .show.fade:not(.show) {
  opacity: 1;
}
.discount-modal .modal-dialog {
  margin: auto;
  margin-top: 24px;
  max-width: 992px;
  position: relative;
  transform: none !important;
  width: 70%;
  z-index: 0;
}
.discount-modal .closing-form {
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 1;
}
.discount-modal .closing-form .btn-close {
  background: #223f83;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  height: 20px;
  opacity: unset;
  padding: 11px;
  width: 20px;
}
.discount-modal .closing-form .btn-close:focus {
  box-shadow: none;
}
.discount-modal .modal-content {
  background-color: unset;
  border: unset;
}
.discount-modal .modal-body {
  background: url("https://www.wikicreation.co.uk/assets/frontend/images/bg-cover/popup-image-for-desktop.webp") no-repeat;
  background-color: #ffffff;
  background-size: cover;
  border-radius: 20px;
  height: auto;
  padding: 28px 20px;
}
.discount-modal .popup-form form-label {
  display: none;
}
.discount-modal .popup-form .form-heading h3,
.discount-modal .popup-form .form-heading .h3 {
  font-family: "dm-serif-display" !important;
  font-size: 40px !important;
  line-height: 44px;
}
.discount-modal .popup-form .form-heading h3 span,
.discount-modal .popup-form .form-heading .h3 span {
  color: #128f45;
}
.discount-modal .popup-form .form-heading p {
  font-family: "Maven Pro" !important;
}
.discount-modal .popup-form .form-detail {
  background-color: #ffffff;
  border: 6px solid rgba(209, 217, 230, 0.4784313725);
  border-radius: 16px;
  padding: 12px;
}
.discount-modal .popup-form .form-detail img {
  display: block;
  margin: auto;
  text-align: center;
}
.discount-modal .popup-form .form-detail h5, .discount-modal .popup-form .form-detail .h5 {
  font-family: "Maven Pro" !important;
  font-size: 20px !important;
  margin-top: 14px;
  text-align: center;
  width: 100%;
}
.discount-modal .popup-form .form-control {
  border: 1px solid rgba(0, 0, 0, 0.1019607843) !important;
  border-radius: 8px !important;
  box-shadow: unset !important;
  color: #000000 !important;
  margin: 6px 0px !important;
  padding: 10px 12px !important;
  resize: none;
}
.discount-modal .popup-form .form-control:focus {
  border: 1px solid #128f45 !important;
}
.discount-modal .popup-form ::-moz-placeholder {
  color: #000 !important;
  font-size: 16px !important;
}
.discount-modal .popup-form ::placeholder {
  color: #000 !important;
  font-size: 16px !important;
}
.discount-modal .popup-form button {
  background: #128f45;
  border: 1px solid #128f45;
  border-radius: 30px;
  text-transform: uppercase;
  width: 100%;
}
.discount-modal .popup-form .btn-box p img {
  display: inline;
}

.popup-form {
  background: rgba(0, 0, 0, 0.83);
  z-index: 9999;
}
.popup-form.show {
  align-items: center;
  display: flex !important;
  justify-content: center;
}
.popup-form #progressContainer {
  background: #ddd;
  border-radius: 50px;
  bottom: 0;
  height: 20px;
  left: 0;
  margin: auto;
  max-width: 576px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.popup-form #progressBar {
  background-color: #028844;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  height: 100%;
  transition: width 0.5s;
  width: 0%;
}
.popup-form .hidden {
  display: none;
}
.popup-form .modal-content {
  background: transparent;
  border: 0px;
}
.popup-form .modal-content .close {
  background: #ececec;
  border: 0;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px #000;
  font: icon;
  height: 30px;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 30px;
  z-index: 9999;
}
.popup-form .modal-content .modal-body {
  background: transparent;
}
.popup-form .modal-content .modal-body .form-area {
  background: #184783;
  border: 1px solid #fff;
  border-radius: 0px;
  padding: 40px 20px 30px;
  position: relative;
  text-align: center;
}
.popup-form .modal-content .modal-body .form-area .form-group {
  margin: 15px 0;
}
.popup-form .modal-content .modal-body .form-area .form-group .form-control,
.popup-form .modal-content .modal-body .form-area .form-group .form-select {
  border-radius: 0px;
}
.popup-form .modal-content .modal-body .form-area .h4 {
  color: #f5d20f;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center !important;
}
.popup-form .modal-content .modal-body .form-area .h4 span {
  color: #028844 !important;
}
.popup-form .modal-content .modal-body .form-area .btn-order {
  background: #028844;
  border: unset;
  border-radius: 50px;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1px;
  padding: 22px 20px;
  width: 100%;
}
.popup-form .modal-content .modal-body .form-area .btn-order:hover, .popup-form .modal-content .modal-body .form-area .btn-order:focus {
  background: #f5d20f;
  color: #000 !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.lazyload {
  opacity: 0;
  transition: opacity 500ms;
}

select {
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
}

@media (max-width: 1024px) {
  .discount-modal .modal-body {
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .discount-modal .modal-body {
    background: unset;
    background-color: #ffffff;
  }
}
@media (max-width: 768px) {
  .discount-modal .popup-form .form-heading h3,
  .discount-modal .popup-form .form-heading .h3 {
    font-size: 32px !important;
    line-height: 39px;
  }
}
@media (max-width: 540px) {
  .discount-modal .popup-form .form-heading h3,
  .discount-modal .popup-form .form-heading .h3 {
    font-size: 24px !important;
    line-height: 29px;
  }
  .discount-modal .popup-form .form-detail h5,
  .discount-modal .popup-form .form-detail .h5 {
    font-size: 16px !important;
  }
  .discount-modal .modal-dialog {
    width: 90%;
  }
}
@media (min-width: 992px) {
  button.btn-order.m-l-10,
  button.btn-action.m-l-10,
  button.btn-live.m-l-10 {
    margin-left: 16px !important;
    width: -moz-max-content;
    width: max-content;
  }
  .info-details form .mb-3 {
    margin-bottom: 0px !important;
  }
  a {
    display: inline-block;
    width: -moz-max-content;
    width: max-content;
  }
  .main-header .header .navbar .ml-auto {
    margin-right: 20px !important;
  }
}
@media (max-width: 575px) {
  section {
    padding: 50px 0px;
  }
  h1,
  .h1 {
    font-size: 36px !important;
  }
  h2,
  .h2 {
    font-size: 30px !important;
  }
  h3,
  .h3 {
    font-size: 24px !important;
  }
  h4,
  .h4 {
    font-size: 20px !important;
  }
  h5,
  .h5 {
    font-size: 18px !important;
  }
  h6,
  .h6 {
    font-size: 18px !important;
    font-weight: 500;
  }
  button.btn-order,
  button.btn-action {
    display: block;
    margin: auto;
    margin-bottom: 16px;
  }
  button.btn-order.m-l-10,
  button.btn-action.m-l-10,
  button.btn-live.m-l-10 {
    margin-left: 0px !important;
  }
}
.main-header {
  background: #ffffff;
  left: 0;
  margin: 0 auto;
  max-width: 1920px;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 990;
}
.main-header.fixed-top .navbar {
  padding-top: 10px !important;
}
.main-header .header .navbar {
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.main-header .header .navbar .dropdown ul li {
  margin: 6px 0;
}
.main-header .header .navbar .dropdown ul li a {
  font-family: "eras-medium";
  font-size: 16px;
  font-weight: 500;
}
.main-header .header .navbar .dropdown:hover .dropdown-menu {
  display: block;
  height: auto !important;
  transition: 9s;
}
.main-header .header .navbar .dropdown-item.active,
.main-header .header .navbar .dropdown-item:active {
  background-color: #028844;
}
.main-header .header .navbar .navbar-brand {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.main-header .header .navbar .ml-auto {
  margin-left: auto !important;
}
.main-header .header .navbar .navbar-nav li {
  margin: 0px 20px 0;
}
.main-header .header .navbar .navbar-nav li .nav-link {
  color: #333333;
  font-family: "eras-medium";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 0 0rem;
}
.main-header .header .navbar .navbar-nav li .nav-link.active {
  color: #201e1e;
}
.main-header .header .navbar .navbar-nav li .nav-link:hover {
  color: #201e1e;
}
.main-header .header .navbar .navbar-toggler-icon {
  background: url("https://www.wikicreation.co.uk/assets/frontend/images/icons/toggle.webp") no-repeat;
}
.main-header .header .navbar .dropdown-item:focus,
.main-header .header .navbar .dropdown-item:hover {
  background-color: #028844;
  color: #ffffff;
}
.main-header .header .navbar .dropdown-item:focus::before,
.main-header .header .navbar .dropdown-item:hover::before {
  color: #ffffff;
}
.main-header .header .navbar .contact-info-box {
  display: flex;
  flex-direction: column;
}
.main-header .header .navbar .contact-info-box .btn-order {
  text-align: left;
}
.main-header .header .navbar .contact-info-box .btn-order:first-child {
  margin-bottom: 5px;
}
.main-header .header .navbar .btn-order {
  width: 150px;
}
.main-header .top-bar {
  background-color: #184784;
  padding: 8px 0px;
  position: relative;
}
.main-header .top-bar::before {
  background-color: #ffffff;
  bottom: 0;
  content: "";
  height: 32px;
  left: 0;
  position: absolute;
  width: 260px;
  z-index: 1;
}
.main-header .top-bar::after {
  background-color: #ffffff;
  bottom: 4px;
  content: "";
  height: 16px;
  left: 243px;
  position: absolute;
  transform: rotate(65deg);
  width: 36px;
  z-index: 1;
}
.main-header .top-bar .contact-info .email {
  color: #ffffff;
  font-family: "eras-demi";
  font-size: 16px;
  text-align: center;
}
.main-header .top-bar .contact-info .email i {
  margin-right: 6px;
}
.main-header .top-bar .contact-info .m-l-60 {
  margin-left: 60px;
}
.main-header .top-bar .contact-info .number {
  color: #ffffff;
  font-family: "eras-demi";
  font-size: 16px;
  text-align: center;
}
.main-header .top-bar .contact-info .number i {
  margin-right: 6px;
  transform: rotate(90deg);
}
.main-header .top-bar .contact-info .phone-line {
  position: relative;
}
.main-header .top-bar .contact-info .phone-line::before {
  background-color: rgba(255, 255, 255, 0.3137254902);
  content: "";
  height: 45px;
  left: -32px;
  position: absolute;
  top: -12px;
  transform: rotate(8deg);
  width: 1px;
}
.main-header .top-bar .social-icons {
  text-align: end;
}
.main-header .top-bar .social-icons i {
  color: #ffffff;
  font-size: 18px;
  margin: 0px 16px;
}
.main-header .top-bar .social-icons .line-1,
.main-header .top-bar .social-icons .line-2,
.main-header .top-bar .social-icons .line-4 {
  position: relative;
}
.main-header .top-bar .social-icons .line-1::after,
.main-header .top-bar .social-icons .line-2::after,
.main-header .top-bar .social-icons .line-4::after {
  background-color: rgba(255, 255, 255, 0.3137254902);
  content: "";
  height: 45px;
  position: absolute;
  right: 0px;
  top: -12px;
  transform: rotate(8deg);
  width: 1px;
}
.main-header .top-bar .social-icons .line-1 {
  position: relative;
}
.main-header .top-bar .social-icons .line-1::before {
  background-color: rgba(255, 255, 255, 0.3137254902);
  content: "";
  height: 45px;
  left: 0px;
  position: absolute;
  top: -12px;
  transform: rotate(8deg);
  width: 1px;
}

@media (min-width: 992px) {
  .main-header .navbar-toggler i {
    display: none;
  }
  .main-header .header .navbar .dropdown:hover .dropdown-menu {
    display: block;
    gap: 0px;
  }
}
@media (min-width: 1800px) {
  .main-header div.top-bar::before {
    width: 450px;
  }
  .main-header div.top-bar::after {
    left: 433px;
  }
}
@media (min-width: 1600px) {
  .main-header .top-bar::before {
    width: 320px;
  }
  .main-header .top-bar::after {
    left: 303px;
  }
}
@media (max-width: 1280px) {
  .main-header .top-bar::before {
    width: 228px;
  }
  .main-header .top-bar::after {
    left: 211px;
  }
}
@media (max-width: 1024px) {
  .banner-image {
    display: none;
  }
  section.main-banner {
    background-position: center;
  }
  section.info-box .info-details::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .main-header .navbar-collapse {
    background: #ffffff;
    box-shadow: 0px 0px 10px -4px;
    height: 100vh;
    left: 0;
    padding: 30px 16px;
    position: absolute;
    top: 0;
    transform: translate(-350px, 0px);
    transition: 0.5s;
    width: 80%;
    z-index: 2;
  }
  .main-header .navbar-collapse.show {
    transform: translate(0px, 0px) !important;
  }
  .main-header .navbar-collapse ul {
    align-items: start !important;
  }
  .main-header .navbar-collapse ul li {
    border: 0px !important;
    margin: 10px 0 20px !important;
    width: 100%;
  }
  .main-header .navbar-collapse ul li .btn-order {
    text-align: left;
  }
  .main-header .navbar-collapse .nav-link,
  .main-header .navbar-collapse .dropdown-toggle {
    font-size: 20px !important;
    font-weight: 500 !important;
  }
  .main-header .navbar-toggler {
    border: 0px !important;
    box-shadow: none !important;
    box-shadow: none !important;
  }
  .main-header .navbar-toggler[aria-expanded=true] span {
    background: url("https://www.wikicreation.co.uk/assets/frontend/images/icons/close-icon.webp") no-repeat !important;
  }
  .main-header .navbar-nav .dropdown-menu {
    background: #223f83;
    border: 0;
    max-height: 400px;
    overflow-x: scroll;
    padding: 10px 20px !important;
    width: 100%;
  }
  .main-header .navbar-nav .dropdown-menu li {
    margin: 0;
  }
  .main-header .navbar-nav .dropdown-menu li a {
    color: #ffffff !important;
  }
  .top-bar {
    display: none;
  }
  section.main-banner span {
    justify-content: center;
  }
  button.btn-order.m-l-20 {
    margin-left: 0px !important;
  }
}
.footer {
  background: #303030;
  padding-bottom: 0px !important;
  padding-top: 60px;
  position: relative;
}
.footer .footer-image p {
  color: #ffffff;
  font-size: 16px !important;
  margin-top: 24px;
  width: 90%;
}
.footer .footer-image .social-icons {
  margin-top: 24px;
}
.footer .footer-image .social-icons i {
  color: #ffffff;
  font-size: 18px;
  margin-right: 24px;
}
.footer .h3 {
  color: #ffffff;
  display: inline-block;
  font-family: "eras-bold";
  font-size: 22px !important;
  font-weight: 500;
}
.footer .social-icons i {
  color: #FFFFFF;
  font-size: 20px;
  margin: 16px 16px 24px 0 !important;
}
.footer .social-links i {
  align-items: center;
  background: #292929;
  border-radius: 30px;
  color: #ffffff;
  display: inline-flex;
  font-size: 24px !important;
  height: 40px;
  justify-content: center;
  margin: 0px 5px 10px;
  width: 40px;
}
.footer .social-links i:hover {
  background: #028844;
  color: #ffffff;
}
.footer .phone-num {
  color: #ffffff;
  display: block;
  font-family: "roboto-regular";
  font-size: 16px;
  margin: 5px 0;
}
.footer .phone-num:hover {
  color: #ffffff;
}
.footer .phone-num i {
  margin-right: 5px;
}
.footer .phone-num .fa-phone {
  transform: rotate(90deg);
}
.footer ul {
  list-style-type: none;
  padding: 0px 0px;
}
.footer ul li {
  margin: 10px 0;
}
.footer ul li a {
  color: #ffffff;
  font-family: "roboto-regular";
  font-size: 16px;
  position: relative;
}
.footer ul li a:hover {
  color: #ffffff;
}
.footer .icon-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.footer .icon-box img {
  margin-bottom: 10px;
  margin-right: 10px;
}
.footer hr {
  color: #707070;
}
.footer .copyright p {
  color: #ffffff;
  font-size: 16px !important;
}
.footer .terms a {
  color: #ffffff;
  font-family: "roboto-regular";
}
.footer .terms span.v-line {
  color: #ffffff;
  margin: 0px 16px;
}

@media (max-width: 991px) {
  .footer {
    text-align: center;
  }
  .footer .footer-image p {
    width: 100%;
  }
  .footer .h3 {
    margin-top: 32px;
  }
}
.swal2-container {
  z-index: 10000 !important;
}
.swal2-container h2, .swal2-container .h2 {
  border-bottom: none !important;
}

section.main-banner {
  align-items: center;
  background: url("https://www.wikicreation.co.uk/assets/frontend/images/bg-cover/header-image.webp") no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  height: 600px;
  margin-top: 115px;
  overflow: hidden;
  padding: 70px 0px;
  width: 100%;
}
section.main-banner span {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-family: "eras-demi";
  gap: 8px;
  margin-bottom: 12px;
}
section.main-banner h1, section.main-banner .h1 {
  color: #ffffff;
  font-family: "eras-bold";
  font-size: 40px !important;
  line-height: 1.1;
}
section.main-banner h1 b, section.main-banner .h1 b {
  color: #f5d20f;
  float: left;
  font-size: 95px;
  line-height: 1.02;
  margin: -5px 0px 0px -10px;
}
section.main-banner p {
  color: #ffffff;
  font-family: "roboto-regular";
  margin: 24px 0px;
}
section.main-banner ul {
  margin-bottom: 45px !important;
}
section.main-banner ul li {
  color: #ffffff;
  font-family: "roboto-regular";
}
section.main-banner ul li i {
  color: #f5d20f;
  font-size: 16px;
  margin-right: 6px;
}
section.main-banner .banner-image {
  position: absolute;
  right: 0;
  top: -10px;
}

section.info-box {
  background: url("https://www.wikicreation.co.uk/assets/frontend/images/bg-cover/info-bg.webp") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0px;
  width: 100%;
}
section.info-box .info-details {
  position: relative;
}
section.info-box .info-details::before {
  background: url("https://www.wikicreation.co.uk/assets/frontend/images/icons/arrow.svg") no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  height: 38px;
  position: absolute;
  right: 28px;
  top: 0;
  width: 96px;
}
section.info-box .info-details h3, section.info-box .info-details .h3 {
  color: #ffffff;
  display: inline-block;
  font-family: "eras-bold";
  font-size: 26px !important;
}
section.info-box .info-details h3 span, section.info-box .info-details .h3 span {
  color: #f5d20f;
}
section.info-box .info-details p {
  color: #ffffff;
}
section.info-box .info-details form {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
section.info-box .info-details form select.form-control,
section.info-box .info-details form input.input-field {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  box-shadow: none;
  font-family: "eras-medium";
  font-size: 16px;
  height: 45px;
  outline: 0;
  width: 100% !important;
}
section.info-box .info-details form select.form-control:hover, section.info-box .info-details form select.form-control:focus,
section.info-box .info-details form input.input-field:hover,
section.info-box .info-details form input.input-field:focus {
  border-color: #f5d20f;
  box-shadow: none;
  transition: 0.5s;
}
section.info-box .info-details form select.form-control::-moz-placeholder, section.info-box .info-details form input.input-field::-moz-placeholder {
  color: #000000;
}
section.info-box .info-details form select.form-control::placeholder,
section.info-box .info-details form input.input-field::placeholder {
  color: #000000;
}
section.info-box .info-details form .btn-live {
  width: 280px;
}
section.info-box .info-details form .btn-live:hover {
  background-color: #ffffff;
  color: #028844;
}

section.why-choose {
  padding: 60px 0px;
}
section.why-choose .why-choose-image {
  text-align: center;
}
section.why-choose .why-choose-details h2, section.why-choose .why-choose-details .h2 {
  color: #000000;
  font-family: "eras-bold";
  font-size: 34px !important;
}
section.why-choose .why-choose-details h2 span, section.why-choose .why-choose-details .h2 span {
  color: #184784;
  font-size: 40px !important;
}
section.why-choose .why-choose-details ul {
  margin: 24px 0px 36px 0px !important;
}
section.why-choose .why-choose-details ul li {
  padding-left: 36px;
  position: relative;
}
section.why-choose .why-choose-details ul li::before {
  background: url("https://www.wikicreation.co.uk/assets/frontend/images/icons/tick-circle.webp") no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 30px;
}

section.creation-services {
  background: radial-gradient(circle, rgba(36, 120, 78, 0.82) 0%, rgb(24, 71, 132) 100%);
  padding: 60px 0px;
}
section.creation-services .creation-services-details h2, section.creation-services .creation-services-details .h2 {
  color: #ffffff;
  font-family: "eras-bold";
  font-size: 35px !important;
  margin-bottom: 16px;
}
section.creation-services .creation-services-details p {
  color: #ffffff;
}
section.creation-services .creation-services-details ul {
  margin: 24px 0px 36px 0px !important;
}
section.creation-services .creation-services-details ul li {
  color: #ffffff;
}
section.creation-services .creation-services-details .buttons .btn-order svg {
  margin-right: 6px;
}
section.creation-services .creation-services-details .buttons .btn-order:hover svg {
  filter: invert(1);
}
section.creation-services .creation-services-details .buttons .btn-live svg {
  margin-right: 6px;
}
section.creation-services .creation-services-details .buttons .btn-live:hover svg {
  filter: invert(1);
}
section.creation-services .creation-services-content .creation-services-content-box {
  background-color: #ffffff;
  border-radius: 12px;
  height: 178px;
  margin-bottom: 24px;
  padding: 18px;
}
section.creation-services .creation-services-content .creation-services-content-box .h4 {
  color: #000000;
  display: block;
  font-family: "eras-bold";
  margin-bottom: 12px;
}
section.creation-services .creation-services-content .creation-services-content-box p {
  color: #000000;
  font-size: 16px !important;
  margin-bottom: 8px !important;
}

section.benefits {
  padding: 60px 0px 70px 0px;
}
section.benefits .benefits-heading h2, section.benefits .benefits-heading .h2 {
  color: #000000;
  font-family: "eras-bold";
}
section.benefits .benefits-heading h2 span, section.benefits .benefits-heading .h2 span {
  color: #184784;
  font-size: 40px !important;
}
section.benefits .benefits-content {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1254901961);
  margin-bottom: 24px;
  overflow: hidden;
  padding: 18px 18px 18px 40px;
  position: relative;
  text-align: start;
}
section.benefits .benefits-content::before {
  background-color: #f5d20f;
  border-radius: 50%;
  content: "";
  height: 50px;
  left: -24px;
  position: absolute;
  top: 16px;
  width: 50px;
}
section.benefits .benefits-content .h4 {
  color: #000000;
  display: block;
  font-family: "eras-bold";
  margin-bottom: 12px;
}
section.benefits .benefits-content p {
  color: #000000;
  font-size: 16px !important;
  margin-bottom: 8px !important;
}

section.cta {
  background-color: #028844;
  margin-top: 24px;
  padding: 0px;
  padding-bottom: 20px;
}
section.cta .cta-image {
  transform: scale(1.15);
}
section.cta .cta-details h2, section.cta .cta-details .h2 {
  color: #ffffff;
  display: inline-block;
  font-family: "eras-bold";
  font-size: 35px !important;
}
section.cta .cta-details p {
  color: #ffffff;
}
section.cta .cta-details .buttons .btn-live:hover {
  background: #184784;
  border-color: #184784;
  color: #ffffff;
}

section.about-us {
  overflow: hidden;
  padding: 50px 0px 60px 0px;
}
section.about-us .about-us-image {
  text-align: center;
}
section.about-us .about-us-details span {
  color: #184784;
  font-family: "eras-bold";
  font-size: 18px;
}
section.about-us .about-us-details h2, section.about-us .about-us-details .h2 {
  color: #000000;
  font-family: "eras-bold";
  font-size: 34px !important;
  margin: 6px 0px 16px 0px;
}
section.about-us .about-us-details h2 span, section.about-us .about-us-details .h2 span {
  color: #184784;
  font-size: 40px !important;
}
section.about-us .about-us-details .buttons {
  margin-top: 32px;
}

section.testimonial {
  background-color: #f8f8f8;
}
section.testimonial .testimonial-card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1254901961);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 18px;
  padding-top: 38px;
  position: relative;
}
section.testimonial .testimonial-card .icon-box {
  align-items: center;
  background-color: #f5d20f;
  border-radius: 50%;
  color: #000000;
  display: flex;
  height: 44px;
  justify-content: center;
  position: absolute;
  right: 30px;
  top: -20px;
  transform: rotate(180deg);
  width: 44px;
}
section.testimonial .testimonial-card p {
  font-size: 16px !important;
  margin-bottom: 20px !important;
}
section.testimonial .testimonial-card .user-box {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
section.testimonial .testimonial-card .user-box img {
  border-radius: 50%;
  display: inline-block;
  height: 54px;
  margin-right: 10px;
  width: 54px;
}
section.testimonial .testimonial-card .user-box .box {
  line-height: 14px;
}
section.testimonial .testimonial-card .user-box .box img {
  border-radius: 0px;
  display: inline-block;
  height: 16px;
  margin-bottom: 6px;
  width: 87px;
}
section.testimonial .testimonial-card .user-box .box .name {
  display: block;
  font-family: "eras-bold";
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}
section.testimonial .testimonial-card .user-box .box .title {
  font-family: "roboto-regular";
  font-size: 12px;
}

section.faqs {
  padding: 60px 0px 70px 0px;
}
section.faqs .faqs-heading h2, section.faqs .faqs-heading .h2 {
  color: #000000;
  display: inline-block;
  font-family: "eras-bold";
}
section.faqs .faqs-heading h2 span, section.faqs .faqs-heading .h2 span {
  color: #184784;
  font-size: 40px !important;
}
section.faqs .faqs-content {
  align-items: start;
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  overflow: hidden;
  text-align: start;
}
section.faqs .faqs-content img {
  margin-top: 5px;
}
section.faqs .faqs-content .content .h4 {
  color: #000000;
  display: block;
  font-family: "roboto-medium";
  font-size: 20px !important;
  margin-bottom: 10px;
}
section.faqs .faqs-content .content p {
  color: #000000;
  font-size: 16px !important;
  margin-bottom: 8px !important;
}

section.cta-bottom {
  background-color: #184784;
  margin-top: 24px;
  padding: 40px 0px 50px 0px;
}
section.cta-bottom .p-relative {
  position: relative;
}
section.cta-bottom .p-relative .cta-bottom-image-left {
  bottom: -85px;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}
section.cta-bottom .p-relative .cta-bottom-image-right {
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -55px;
}
section.cta-bottom .cta-bottom-details h2, section.cta-bottom .cta-bottom-details .h2 {
  color: #ffffff;
  font-family: "eras-bold";
  font-size: 35px !important;
}
section.cta-bottom .cta-bottom-details p {
  color: #ffffff;
}

section.content {
  padding: 50px 0px;
}
section.content .content-details {
  margin: 32px 0px;
}
section.content .content-details .h4 {
  color: #000000;
  display: block;
  font-family: "eras-bold";
  margin-bottom: 16px;
}
section.content .content-details p {
  color: #000000;
  font-size: 16px !important;
  margin-bottom: 8px !important;
}
section.content .content-details ul {
  margin: 18px 0px !important;
}
section.content .content-details ul li {
  color: #000000 !important;
  font-size: 16px !important;
  margin-bottom: 6px;
  padding-left: 20px;
  position: relative;
}
section.content .content-details ul li::before {
  background-color: #028844;
  border-radius: 50%;
  color: #000000 !important;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 10px;
}

@media (max-width: 1024px) {
  section.main-banner {
    background-position: center;
  }
  section.main-banner h1 b,
  section.main-banner .h1 b {
    color: #f5d20f;
    float: none;
    font-size: 36px;
    line-height: 1.2;
    margin: 0px;
  }
}
@media (max-width: 991px) {
  section.main-banner {
    background: unset !important;
    background-color: #303030 !important;
    background-size: cover;
    margin-top: 80px;
    padding-top: 60px;
  }
  section.main-banner h1, section.main-banner .h1 {
    font-size: 36px !important;
  }
  section.main-banner h1 span, section.main-banner .h1 span {
    font-size: 50px !important;
  }
  section.testimonial .testimonial-card .user-box {
    justify-content: center;
  }
  section.testimonial .m-bottom {
    margin-bottom: 36px;
  }
  .creation-services-details {
    margin-bottom: 36px;
  }
  section.cta .cta-image {
    margin-bottom: 32px;
    transform: scale(1);
  }
  section.cta {
    padding: 60px 0px;
  }
  section.testimonial .testimonial-card .user-box .box {
    text-align: start;
  }
  .cta-bottom-image-left,
  .cta-bottom-image-right {
    display: none;
  }
}
@media (max-width: 575px) {
  section.testimonial {
    padding: 57px 0px 68px;
  }
  section.testimonial .testimonial-card {
    margin: 0 auto;
    max-width: 386px;
  }
  section.testimonial .testimonial-card .user-box {
    justify-content: center;
  }
  section.info-box .info-details form {
    flex-wrap: wrap;
    justify-content: center;
  }
  section.main-banner span {
    display: none;
  }
  section.main-banner {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    padding: 0;
  }
  section.main-banner h1,
  section.main-banner .h1 {
    font-size: 28px !important;
  }
  button.btn-order {
    margin-bottom: 16px;
  }
}
@media (max-width: 375px) {
  section.main-banner h1,
  section.main-banner .h1 {
    font-size: 26px !important;
  }
}
