@font-face {
  font-family: "Neue Haas Display";
  src: url("/wp-content/themes/html5blank-stable/fonts/NeueHaasDisplay-Roman.ttf") format("TrueType");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Display";
  src: url("/wp-content/themes/html5blank-stable/fonts/NeueHaasDisplay-RomanItalic.ttf") format("TrueType");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Neue Haas Display";
  src: url("/wp-content/themes/html5blank-stable/fonts/NeueHaasDisplay-Medium.ttf") format("TrueType");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Display";
  src: url("/wp-content/themes/html5blank-stable/fonts/NeueHaasDisplay-MediumItalic.tff") format("TrueType");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
.btn {
  border-radius: 50px;
  padding: 7px 20px;
  font-size: 18px;
  border: 1px solid;
}
.btn:focus {
  box-shadow: none;
}

@media screen and (min-width: 992px) {
  .btn-md {
    padding: 0.5rem 2rem;
    font-size: calc(1.255rem + 0.06vw);
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .btn-md {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 992px) {
  .btn-lg {
    padding: 1rem 5rem;
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .btn-lg {
    font-size: 1.5rem;
  }
}

.btn-outline-primary {
  background-color: transparent;
  border: 1px solid #3c98af;
  color: #3c98af;
}
.btn-outline-primary:hover {
  background-color: #3c98af;
  color: #fff;
}

.btn-outline-black {
  background-color: transparent;
  border: 1px solid #353743;
  color: #353743;
}
.btn-outline-black:hover {
  background-color: #353743;
  color: #fff;
}

.btn-outline-dark-grey {
  background-color: transparent;
  border: 1px solid #ababab;
  color: #ababab;
}
.btn-outline-dark-grey:hover {
  background-color: #ababab;
  color: #fff;
}

.btn-outline-white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-outline-white:hover {
  background-color: #fff;
  color: #fff;
}

.btn-outline-purple {
  background-color: transparent;
  border: 1px solid #616998;
  color: #616998;
}
.btn-outline-purple:hover {
  background-color: #616998;
  color: #fff;
}

.btn-primary {
  background-color: #3c98af;
  border: 1px solid #3c98af;
  color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:disabled {
  background-color: #2f7789;
  color: #fff;
  border: 1px solid #2f7789;
}
.btn-primary:focus, .btn-primary:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(60, 152, 175, 0.5);
}

.btn-black {
  background-color: #353743;
  border: 1px solid #353743;
  color: #fff;
}
.btn-black:hover, .btn-black:active, .btn-black:focus, .btn-black:disabled {
  background-color: #1e2027;
  color: #fff;
  border: 1px solid #1e2027;
}
.btn-black:focus, .btn-black:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(53, 55, 67, 0.5);
}

.btn-dark-grey {
  background-color: #ababab;
  border: 1px solid #ababab;
  color: #fff;
}
.btn-dark-grey:hover, .btn-dark-grey:active, .btn-dark-grey:focus, .btn-dark-grey:disabled {
  background-color: #929292;
  color: #fff;
  border: 1px solid #929292;
}
.btn-dark-grey:focus, .btn-dark-grey:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(171, 171, 171, 0.5);
}

.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #fff;
}
.btn-white:hover, .btn-white:active, .btn-white:focus, .btn-white:disabled {
  background-color: #e6e6e6;
  color: #fff;
  border: 1px solid #e6e6e6;
}
.btn-white:focus, .btn-white:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-purple {
  background-color: #616998;
  border: 1px solid #616998;
  color: #fff;
}
.btn-purple:hover, .btn-purple:active, .btn-purple:focus, .btn-purple:disabled {
  background-color: #4d5379;
  color: #fff;
  border: 1px solid #4d5379;
}
.btn-purple:focus, .btn-purple:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(97, 105, 152, 0.5);
}

.btn-white {
  color: #353743 !important;
}
.btn-white:hover {
  background-color: transparent;
  color: #fff !important;
}

.text-primary {
  color: #3c98af !important;
}
.text-primary a {
  color: #3c98af;
}
.text-primary a:hover {
  color: #2f7789;
}

.text-black {
  color: #353743 !important;
}
.text-black a {
  color: #353743;
}
.text-black a:hover {
  color: #1e2027;
}

.text-dark-grey {
  color: #ababab !important;
}
.text-dark-grey a {
  color: #ababab;
}
.text-dark-grey a:hover {
  color: #929292;
}

.text-white {
  color: #fff !important;
}
.text-white a {
  color: #fff;
}
.text-white a:hover {
  color: #e6e6e6;
}

.text-purple {
  color: #616998 !important;
}
.text-purple a {
  color: #616998;
}
.text-purple a:hover {
  color: #4d5379;
}

.bg-primary {
  background-color: #3c98af;
}

.bg-black {
  background-color: #353743;
}

.bg-dark-grey {
  background-color: #ababab;
}

.bg-white {
  background-color: #fff;
}

.bg-purple {
  background-color: #616998;
}

.map {
  min-height: 500px;
  width: 100%;
}

label {
  font-size: 1rem;
  font-weight: 500;
}
label.form-check-label {
  font-weight: 400;
}

form p {
  margin: 0;
}

input:focus, textarea:focus {
  outline: none;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 100%;
  background-color: transparent;
  height: 50px;
  padding: 0;
  padding-left: 15px;
  color: #353743;
  margin-bottom: 1rem;
  box-shadow: none;
  background-color: #d4d7e6;
  border-radius: 5px;
  border: none;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #353743;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #353743;
}

::placeholder {
  color: #353743;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-color: transparent;
  height: 50px;
  padding: 0;
  padding-left: 15px;
  color: #353743;
  margin-bottom: 1rem;
  box-shadow: none;
  background-color: #d4d7e6;
  border-radius: 5px;
  border: none;
}

textarea {
  width: 100%;
  background-color: transparent;
  height: 100px;
  padding: 0;
  padding-left: 15px;
  padding-top: 15px;
  color: #fff;
  margin-bottom: 0.8rem;
  box-shadow: none;
  background-color: #d4d7e6;
  border-radius: 5px;
  border: none;
}

[type=submit] {
  width: 40%;
  height: 50px;
  background-color: #616998;
  color: #fff;
  border-radius: 50px;
  box-shadow: none;
  border: none;
  font-size: 21px;
  font-family: "dapifer", serif;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
[type=submit]:hover {
  background-color: #4d5379;
}
@media screen and (max-width: 991px) {
  [type=submit] {
    width: 100%;
  }
}

.form-control,
.form-check-input[type=checkbox] {
  border-radius: 0;
  border: 1px solid #ababab;
}

.form-check .wpcf7-list-item {
  margin: 0;
  display: inline;
}

span.wpcf7-not-valid-tip {
  font-size: 0.9rem;
}

.wpcf7-list-item {
  width: 100%;
  position: relative;
  display: inline;
  margin: 0 !important;
}
.wpcf7-list-item input[type=checkbox] {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
  margin-left: 8px;
  margin-top: 14px;
}
.wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::before {
  color: #fff;
}
.wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
  transform: rotate(-45deg) scale(1);
}
.wpcf7-list-item input[type=checkbox]:focus + label::before {
  outline: 0;
}
.wpcf7-list-item label {
  position: relative;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding-left: 35px;
  margin-bottom: 1rem;
  font-weight: 400;
  cursor: pointer;
  vertical-align: sub;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 300;
}
.wpcf7-list-item label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px 4px 4px 0;
  width: 22px;
  height: 22px;
  transition: transform 0.28s ease;
  border-radius: 0px;
  border: 1px solid #fff;
  background-color: #fff;
}
.wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #353743;
  border-left: 2px solid #353743;
  transform: rotate(-45deg) scale(0);
  transition: transform ease 0.25s;
  will-change: transform;
  position: absolute;
  top: 12px;
  left: 6px;
}
.wpcf7-list-item .wpcf7-list-item-label span {
  font-weight: 500;
  font-size: 12px;
  color: #353743;
}
.wpcf7-list-item .wpcf7-list-item-label span a {
  color: #353743;
  text-decoration: underline;
}
.wpcf7-list-item .wpcf7-list-item-label span a:hover {
  text-decoration: underline;
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 1rem;
  border: 0;
  text-align: center;
  font-size: 1.4em;
}

.offcanvas {
  width: 60%;
  background-color: #616998;
}
@media screen and (max-width: 650px) {
  .offcanvas {
    width: 100%;
  }
}
.offcanvas .offcanvas-header {
  padding: 3rem 3rem 7rem 3rem;
}
@media screen and (max-width: 600px) {
  .offcanvas .offcanvas-header {
    padding: 1.5rem 1.5rem 6rem 1.5rem;
  }
}
.offcanvas .offcanvas-header .logo img {
  width: 150px;
}
.offcanvas .offcanvas-header button {
  background-color: transparent;
  border: none;
  padding: 0;
}
.offcanvas .offcanvas-header button i {
  color: #fff;
  font-size: 25px;
  vertical-align: middle;
}
.offcanvas .offcanvas-header .burgerMenu {
  float: right;
}
.offcanvas .offcanvas-header .burger-icon {
  width: 55%;
  height: auto;
  max-width: 50px;
}
.offcanvas .offcanvas-body {
  padding: 0 3rem;
}
@media screen and (max-width: 600px) {
  .offcanvas .offcanvas-body {
    padding: 0 1.5rem;
  }
}
.offcanvas .offcanvas-body nav {
  display: block;
}
.offcanvas .offcanvas-body nav ul {
  margin: 0;
}
.offcanvas .offcanvas-body nav ul li {
  margin-bottom: 2rem;
  list-style: none;
  text-align: center;
}
.offcanvas .offcanvas-body nav ul li:last-child {
  margin-bottom: 0;
}
.offcanvas .offcanvas-body nav ul li a {
  color: #fff;
  font-size: 23px;
  font-family: "Sanchez", serif;
  font-weight: 400;
}
.offcanvas .offcanvas-body nav ul li a:hover {
  color: #fff;
}
.offcanvas .offcanvas-body nav ul li.current-menu-item a {
  color: #fff;
}
.offcanvas .offcanvas-body .socials {
  margin-top: 4rem;
  text-align: center;
}
.offcanvas .offcanvas-body .socials a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  background: #fff;
  border-radius: 50%;
  text-decoration: none;
  margin-right: 3px;
  border: 1px solid #fff;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.offcanvas .offcanvas-body .socials a:hover {
  background: #616998;
}
.offcanvas .offcanvas-body .socials a:hover i {
  color: #fff;
}
.offcanvas .offcanvas-body .socials a i {
  color: #616998;
  font-size: 18px;
}
@media screen and (max-width: 410px) {
  .offcanvas .offcanvas-body .socials a {
    width: 28px;
    height: 28px;
    margin-right: 1px;
  }
  .offcanvas .offcanvas-body .socials a i {
    font-size: 15px;
  }
}

header {
  padding: 1rem 0;
  background-color: #616998;
}
header .nav > .menu > li {
  position: relative;
  display: inline-block;
  margin: 0 1rem;
}
header .nav > .menu > li > a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
header .nav .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -10px;
  min-width: 250px;
  background: #616998;
  border-radius: 0.5rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
}
header .nav li:hover > .sub-menu,
header .nav li:focus-within > .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .nav .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: normal;
}
header .nav .sub-menu a {
  display: block;
  padding: 0.75rem 1rem;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: background 0.25s ease, color 0.25s ease;
}
header .nav .sub-menu a:after {
  display: none;
}
header .nav .sub-menu li.current-menu-item a {
  background-color: #4d5379;
  color: #fff;
}
header .nav .sub-menu a:hover {
  background-color: #4d5379;
  color: #fff;
}
header .nav .sub-menu .sub-menu {
  left: 100%;
  top: 0;
  border-radius: 0.5rem;
}
header .logo img {
  width: 170px;
}
@media screen and (max-width: 410px) {
  header .logo img {
    width: 120px;
  }
}
@media screen and (max-width: 340px) {
  header .logo img {
    width: 100px;
  }
}
header nav {
  display: inline-block;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  header nav {
    display: none !important;
  }
}
header nav ul {
  margin: 0;
}
header nav ul li {
  display: inline-block;
  margin-left: 40px;
  line-height: 60px;
}
header nav ul li:first-child {
  margin-left: 0;
}
header nav ul li a {
  color: #fff;
  font-size: 20px;
  font-family: "dapifer", serif;
  letter-spacing: 0.2px;
  position: relative;
  text-decoration: none;
}
header nav ul li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  /* Adjust distance below text */
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateX(-50%) scale(0);
  transition: transform 0.3s ease;
}
header nav ul li a:hover::after, header nav ul li a:focus::after {
  transform: translateX(-50%) scale(1);
}
header nav ul .current-menu-item > a::after {
  transform: translateX(-50%) scale(1);
}
header .rightContent {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  header .rightContent {
    margin-left: auto;
  }
}
header .rightContent .socials {
  display: inline-block;
}
@media screen and (max-width: 450px) {
  header .rightContent .socials {
    display: none;
  }
}
header .rightContent .socials a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  background: #fff;
  border-radius: 50%;
  text-decoration: none;
  margin-right: 3px;
  border: 1px solid #fff;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
header .rightContent .socials a:hover {
  background: #616998;
}
header .rightContent .socials a:hover i {
  color: #fff;
}
header .rightContent .socials a i {
  color: #616998;
  font-size: 18px;
}
header .rightContent .burgerMenu {
  display: none;
}
@media screen and (max-width: 991px) {
  header .rightContent .burgerMenu {
    display: inline-block;
  }
}
header .rightContent .burgerMenu button {
  background-color: transparent;
  border: none;
  padding: 0;
}
header .rightContent .burgerMenu button i {
  color: #fff;
  font-size: 28px;
  vertical-align: middle;
}
header .rightContent .burgerMenu {
  float: right;
}
header .rightContent .burger-icon {
  width: 65%;
  height: auto;
  max-width: 50px;
  vertical-align: -webkit-baseline-middle;
}

footer {
  padding: 6rem 0rem 1.5rem 0;
}
@media screen and (max-width: 991px) {
  footer {
    padding: 4rem 0rem 1.5rem 0;
    text-align: center;
  }
}
footer a:hover {
  color: #fff !important;
  text-decoration-thickness: 1px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
footer .logo img {
  width: 200px;
}
@media screen and (max-width: 991px) {
  footer .logo img {
    width: 150px;
  }
}
footer .address p {
  width: 90%;
}
@media screen and (max-width: 991px) {
  footer .address p {
    width: 100%;
  }
}
footer .socials {
  margin-top: 1.5rem;
  margin-left: 24px;
}
@media screen and (max-width: 991px) {
  footer .socials {
    margin-left: 0;
  }
}
footer .socials a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  text-decoration: none;
  margin-right: 3px;
  border: 1px solid #fff;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
footer .socials a:hover {
  background: #616998;
}
footer .socials a:hover i {
  color: #fff;
}
footer .socials a i {
  color: #616998;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  footer nav {
    display: block !important;
  }
}
footer nav ul {
  margin: 0;
}
footer nav ul li {
  margin: 0 !important;
  margin-bottom: 1.2rem !important;
  list-style: none;
  display: block !important;
}
@media screen and (max-width: 991px) {
  footer nav ul li {
    text-align: center;
  }
}
footer nav ul li:last-child {
  margin-bottom: 0 !important;
}
footer nav ul li a {
  color: #fff;
  font-size: 17px;
  position: relative;
  text-decoration: none;
}
footer nav ul li a::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 991px) {
  footer nav ul li a::before {
    display: none;
  }
}
footer nav ul li a:hover {
  color: #fff;
}
footer nav ul li a:hover::before, footer nav ul li a:focus::before {
  transform: translateY(-50%) scale(1);
}
footer nav ul .current-menu-item a::before {
  content: "";
  position: absolute;
  left: -15px;
  /* adjust as needed */
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateY(-50%) scale(1);
  /* already shown */
  transition: transform 0.3s ease;
}
@media screen and (max-width: 991px) {
  footer nav ul .current-menu-item a::before {
    display: none;
  }
}
footer .copyright p {
  font-size: 14px;
  line-height: 19px;
  margin: 0 auto;
  display: block;
}

body {
  font-family: "Sanchez", serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: calc(1.26875rem + 0.225vw);
  color: #353743;
}
@media (min-width: 1200px) {
  body {
    line-height: 1.4375rem;
  }
}

p,
a {
  font-family: inherit;
  line-height: inherit;
}

a {
  color: #353743;
  text-decoration: none;
  transition: color ease 0.3s;
}
a:hover {
  color: #2f7789;
}

b,
strong {
  font-weight: 500;
}

h1,
.h1 {
  font-family: "dapifer", serif;
  font-weight: 700;
  font-size: calc(1.5625rem + 3.75vw);
  line-height: calc(1.59375rem + 4.125vw);
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  h1,
.h1 {
    font-size: 4.375rem;
  }
}
@media (min-width: 1200px) {
  h1,
.h1 {
    line-height: 4.6875rem;
  }
}

h2,
.h2 {
  font-family: "dapifer", serif;
  font-weight: 700;
  font-size: calc(1.40625rem + 1.875vw);
  line-height: calc(1.4375rem + 2.25vw);
  color: #616998;
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  h2,
.h2 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  h2,
.h2 {
    line-height: 3.125rem;
  }
}

h3,
.h3 {
  font-family: "dapifer", serif;
  font-weight: 700;
  font-size: calc(1.34375rem + 1.125vw);
  line-height: calc(1.375rem + 1.5vw);
  color: #616998;
}
@media (min-width: 1200px) {
  h3,
.h3 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  h3,
.h3 {
    line-height: 2.5rem;
  }
}

h4,
.h4 {
  font-family: "dapifer", serif;
  font-weight: 700;
  font-size: calc(1.3125rem + 0.75vw);
  line-height: calc(1.34375rem + 1.125vw);
  color: #616998;
}
@media (min-width: 1200px) {
  h4,
.h4 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  h4,
.h4 {
    line-height: 2.1875rem;
  }
}

h5,
.h5 {
  font-family: "dapifer", serif;
  font-weight: 700;
  font-size: calc(1.3rem + 0.6vw);
  line-height: calc(1.33125rem + 0.975vw);
  color: #616998;
}
@media (min-width: 1200px) {
  h5,
.h5 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  h5,
.h5 {
    line-height: 2.0625rem;
  }
}

h6,
.h6 {
  font-family: "dapifer", serif;
  font-weight: 700;
  font-size: calc(1.28125rem + 0.375vw);
  line-height: calc(1.3125rem + 0.75vw);
  color: #616998;
}
@media (min-width: 1200px) {
  h6,
.h6 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  h6,
.h6 {
    line-height: 1.875rem;
  }
}

#generic-content,
.normalise {
  overflow-x: hidden;
}
#generic-content h1,
#generic-content h2,
#generic-content h3,
#generic-content h4,
#generic-content h5,
#generic-content h6,
.normalise h1,
.normalise h2,
.normalise h3,
.normalise h4,
.normalise h5,
.normalise h6 {
  font-size: calc(1.275rem + 0.3vw);
  line-height: calc(1.275rem + 0.3vw);
  color: #3c98af;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-weight: 500;
}
@media (min-width: 1200px) {
  #generic-content h1,
#generic-content h2,
#generic-content h3,
#generic-content h4,
#generic-content h5,
#generic-content h6,
.normalise h1,
.normalise h2,
.normalise h3,
.normalise h4,
.normalise h5,
.normalise h6 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  #generic-content h1,
#generic-content h2,
#generic-content h3,
#generic-content h4,
#generic-content h5,
#generic-content h6,
.normalise h1,
.normalise h2,
.normalise h3,
.normalise h4,
.normalise h5,
.normalise h6 {
    line-height: 1.5rem;
  }
}
#generic-content p,
.normalise p {
  text-overflow: ellipsis;
  overflow: hidden;
}
#generic-content table,
.normalise table {
  width: 100%;
}
#generic-content table tbody,
#generic-content table td,
#generic-content table tfoot,
#generic-content table th,
#generic-content table thead,
#generic-content table tr,
.normalise table tbody,
.normalise table td,
.normalise table tfoot,
.normalise table th,
.normalise table thead,
.normalise table tr {
  border: 1px solid #ababab;
  padding: 0.5rem 0.5rem;
}
#generic-content ul li,
.normalise ul li {
  margin-bottom: 0.5rem;
}
#generic-content blockquote,
.normalise blockquote {
  background: #ababab;
  padding: 1rem 2rem;
  font-style: italic;
  border-left: 3px solid #3c98af;
  font-size: 1rem;
  line-height: 1rem;
}
#generic-content *:last-child,
.normalise *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #generic-content iframe,
.normalise iframe {
    width: calc(100vw - 60px);
  }
}

.font-weight-thin {
  font-weight: 100 !important;
}

.font-weight-extra-light {
  font-weight: 200 !important;
}

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

.font-weight-regular {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

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

.font-weight-extra-bold {
  font-weight: 800 !important;
}

.font-weight-black {
  font-weight: 900 !important;
}

body {
  background-color: #f1f3ff;
}

.carousel-item.active-temp {
  display: block;
  visibility: hidden;
  position: absolute;
}

section {
  position: relative;
}
section#banner {
  position: relative;
}
section#banner img {
  width: 100%;
}
section#banner .after {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
section#banner .bannerText {
  position: absolute;
  left: 0;
  bottom: 12%;
  z-index: 9;
  width: 100%;
}
@media screen and (max-width: 800px) {
  section#banner .bannerText {
    display: none;
  }
}
section#banner .bannerText .text {
  width: 50%;
}
@media screen and (max-width: 991px) {
  section#banner .bannerText .text {
    width: 100%;
  }
}
section#banner .bannerText h1 {
  color: #fff;
}
section#banner .bannerText p {
  margin: 0;
  color: #fff;
  width: 90%;
  font-size: 20px;
  line-height: 25px;
}
section#mobileText {
  display: none;
}
@media screen and (max-width: 374px) {
  section#mobileText .buttons a {
    margin-bottom: 1rem;
    display: block;
  }
  section#mobileText .buttons a:last-child {
    margin-bottom: 0;
  }
  section#mobileText .buttons span {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  section#mobileText {
    display: inherit;
  }
}
section#servicesSection .heading .text p {
  width: 52%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 991px) {
  section#servicesSection .heading .text p {
    width: 100%;
  }
}
section#testimonials .heading p {
  width: 70%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 991px) {
  section#testimonials .heading p {
    width: 100%;
  }
}
section#testimonials .carousel-inner p {
  width: 80%;
  margin: 0 auto;
  display: block;
  font-size: 22px;
  line-height: 27px;
  font-style: italic;
}
@media screen and (max-width: 991px) {
  section#testimonials .carousel-inner p {
    width: 100%;
  }
}
section#testimonials .carousel-inner h6 {
  font-size: 20px;
  line-height: 25px;
}
section#testimonials .carousel-indicators {
  margin-bottom: 0;
  bottom: -10px;
}
section#clients .heading .text p {
  width: 52%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 991px) {
  section#clients .heading .text p {
    width: 100%;
  }
}
section#clients .client-logo-slider-wrapper {
  overflow: hidden;
  width: 100%;
}
section#clients .client-logo-slider {
  display: flex;
  transition: transform 0.5s ease;
}
section#clients .logo-item {
  flex: 0 0 20%;
  /* 5 logos visible */
  text-align: center;
  padding: 0px;
}
section#clients .logo-item img {
  max-width: 100%;
  max-height: 80px;
}
section#subBanner {
  position: relative;
}
section#subBanner img {
  width: 100%;
}
@media screen and (max-width: 650px) {
  section#subBanner img {
    aspect-ratio: 16/11;
    object-fit: cover;
  }
}
@media screen and (max-width: 399px) {
  section#subBanner img {
    aspect-ratio: 16/14;
    object-fit: cover;
  }
}
section#subBanner .after {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
section#subBanner .bannerText {
  position: absolute;
  left: 0;
  bottom: 12%;
  z-index: 9;
  width: 100%;
}
section#subBanner .bannerText h1 {
  color: #fff;
}
@media screen and (max-width: 400px) {
  section#subBanner .bannerText h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
section#subBanner .bannerText p {
  margin: 0;
  color: #fff;
  width: 50%;
  font-size: 20px;
  line-height: 25px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
@media screen and (max-width: 991px) {
  section#subBanner .bannerText p {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  section#subBanner .bannerText p {
    font-size: 15px;
    line-height: 20px;
  }
}
section#artWork .row, section#vector .row, section#raster .row, section#preparing .row, section#mapSection .row, section#aboutSection .row, section#services .row, section#screen .row, section#embroidery .row, section#printing .row, section#vinyl .row {
  display: flex;
  align-items: stretch;
}
section#artWork .col-text, section#vector .col-text, section#raster .col-text, section#preparing .col-text, section#mapSection .col-text, section#aboutSection .col-text, section#services .col-text, section#screen .col-text, section#embroidery .col-text, section#printing .col-text, section#vinyl .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
}
@media screen and (max-width: 991px) {
  section#artWork .col-text, section#vector .col-text, section#raster .col-text, section#preparing .col-text, section#mapSection .col-text, section#aboutSection .col-text, section#services .col-text, section#screen .col-text, section#embroidery .col-text, section#printing .col-text, section#vinyl .col-text {
    padding: 1.5rem;
  }
}
section#artWork .col-text .text p:last-child, section#vector .col-text .text p:last-child, section#raster .col-text .text p:last-child, section#preparing .col-text .text p:last-child, section#mapSection .col-text .text p:last-child, section#aboutSection .col-text .text p:last-child, section#services .col-text .text p:last-child, section#screen .col-text .text p:last-child, section#embroidery .col-text .text p:last-child, section#printing .col-text .text p:last-child, section#vinyl .col-text .text p:last-child {
  margin-bottom: 0;
}
section#artWork .col-img, section#vector .col-img, section#raster .col-img, section#preparing .col-img, section#mapSection .col-img, section#aboutSection .col-img, section#services .col-img, section#screen .col-img, section#embroidery .col-img, section#printing .col-img, section#vinyl .col-img {
  padding: 0;
}
section#artWork .col-img img, section#vector .col-img img, section#raster .col-img img, section#preparing .col-img img, section#mapSection .col-img img, section#aboutSection .col-img img, section#services .col-img img, section#screen .col-img img, section#embroidery .col-img img, section#printing .col-img img, section#vinyl .col-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section#mapSection .col-text {
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  section#mapSection .col-text {
    margin-bottom: 0;
  }
}
section#artWork ul, section#vector ul, section#raster ul {
  margin: 0;
  padding: 0;
  padding-left: 17px;
}
section#artWork ul li, section#vector ul li, section#raster ul li {
  list-style-position: outside;
  margin-bottom: 0.2rem;
}
section#social .box, section#clients .box {
  padding: 3rem;
}
@media screen and (max-width: 991px) {
  section#social .box, section#clients .box {
    padding: 1.5rem;
  }
}
section#social .heading .text {
  width: 50%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
@media screen and (max-width: 991px) {
  section#social .heading .text {
    width: 100%;
  }
}
section#packages .heading .name h6::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  margin-right: 10px;
  font-size: 24px;
}
section#packages .box {
  border-radius: 10px;
}
section#packages .box .text p {
  margin: 0;
}
section#embroidery h2 {
  margin-bottom: 1rem;
}
section#embroidery h2:nth-child(2) {
  margin-top: 3rem;
}
section#embroidery ul {
  margin: 0;
  padding: 0;
  padding-left: 17px;
}
section#embroidery ul li {
  list-style-position: outside;
  margin-bottom: 0.5rem;
}
section#advantages .heading .width {
  width: 50%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 991px) {
  section#advantages .heading .width {
    width: 100%;
  }
}
section#advantages .heading .name {
  margin-top: 5rem;
}
@media screen and (max-width: 991px) {
  section#advantages .heading .name {
    margin-top: 2rem;
  }
}
section#advantages .heading .name h6 {
  font-size: 18px;
  line-height: 23px;
}
section#advantages .heading .name h6::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  margin-right: 10px;
  font-size: 24px;
}
section#note .text {
  width: 70%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 991px) {
  section#note .text {
    width: 100%;
  }
}
section#process .points p {
  color: #fff;
}
section#process .points ol {
  margin: 0;
  padding: 0;
  padding-left: 17px;
}
section#process .points ol li {
  list-style-position: outside;
  margin-bottom: 0.5rem;
  color: #fff;
}
section#perks .text {
  width: 50%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 991px) {
  section#perks .text {
    width: 100%;
  }
}
section#vinyl ul {
  margin: 0;
  padding: 0;
  padding-left: 17px;
}
section#vinyl ul li {
  list-style-position: outside;
  margin-bottom: 0.5rem;
}
section#contact .box {
  padding: 3rem;
}
@media screen and (max-width: 991px) {
  section#contact .box {
    padding: 1.5rem;
  }
}
section#contact a:hover {
  color: #353743 !important;
  text-decoration-thickness: 1px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
section#contact .address p {
  margin: 0;
}
section#contact .address .col-1 {
  width: 7%;
}
@media screen and (max-width: 1199px) {
  section#contact .address .col-1 {
    width: 8%;
  }
}
@media screen and (max-width: 991px) {
  section#contact .address .col-1 {
    width: 6%;
  }
}
@media screen and (max-width: 767px) {
  section#contact .address .col-1 {
    width: 8%;
  }
}
@media screen and (max-width: 575px) {
  section#contact .address .col-1 {
    width: 6%;
  }
}
@media screen and (max-width: 430px) {
  section#contact .address .col-1 {
    width: 8%;
  }
}
section#contact .socials a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  background: #616998;
  border-radius: 50%;
  text-decoration: none;
  margin-right: 6px;
  border: 1px solid #616998;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
section#contact .socials a:hover {
  background: #fff;
}
section#contact .socials a:hover i {
  color: #616998;
}
section#contact .socials a i {
  color: #fff;
  font-size: 18px;
}
section#mapSection strong, section#mapSection b {
  color: #616998;
  font-weight: bold;
}
section#terms h4 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
section#terms ul, section#terms ol {
  margin: 0;
  padding: 0;
  padding-left: 17px;
}
section#terms ul li, section#terms ol li {
  list-style-position: outside;
  margin-bottom: 0.5rem;
}

/* Fullscreen video container */
.video-background {
  position: relative;
  width: 100%;
  height: 100vh;
  /* full viewport height */
  overflow: hidden;
}

/* Make the YouTube iframe fully cover the container */
.video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  /* ensures full coverage for 16:9 video */
  height: 140vh;
  transform: translate(-50%, -50%);
  min-width: 100%;
  /* ensures full width on wide screens */
  min-height: 100%;
  /* ensures full height on tall screens */
  border: 0;
  pointer-events: none;
  /* disables clicks */
}

/* Transparent overlay to block all interaction */
.video-blocker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  /* above iframe */
}

body.error404 {
  min-height: 800px;
  height: 100vh;
  background: url("/wp-content/html5blank-stable/img/404-bg.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}
@media screen and (min-width: 992px) {
  body.error404 {
    background-position-x: right;
  }
}
body.error404 .error-404 {
  padding-top: 14rem;
}
body.error404 .error-404 h1 {
  font-size: calc(2.625rem + 16.5vw);
  line-height: calc(2.625rem + 16.5vw);
  font-weight: 900;
}
@media (min-width: 1200px) {
  body.error404 .error-404 h1 {
    font-size: 15rem;
  }
}
@media (min-width: 1200px) {
  body.error404 .error-404 h1 {
    line-height: 15rem;
  }
}

body {
  position: relative;
}
body.modal-open {
  overflow: hidden;
  padding-right: 0px;
}

@media (min-width: 1500px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    max-width: 1450px;
  }
}
@media (min-width: 1800px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    max-width: 1700px;
  }
}

ul {
  list-style-position: inside;
  padding-left: 0rem;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.img-fluid {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.spill-container-left {
  margin-left: calc(-1 * (100vw - 100%) / 2);
}

.spill-container-right {
  margin-right: calc(-1 * (100vw - 100%) / 2);
}

@media screen and (min-width: 576px) {
  .spill-container-sm-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-sm-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 768px) {
  .spill-container-md-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-md-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 992px) {
  .spill-container-lg-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-lg-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .spill-container-xl-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-xl-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 1400px) {
  .spill-container-xxl-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-xxl-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 1800px) {
  .spill-container-xxxl-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-xxxl-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
.img-fill {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #3c98af !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent !important;
  border: 1px solid #fff !important;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .owl-carousel .owl-dots span {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 10px;
    border: 2px solid #fff !important;
  }
}

/*# sourceMappingURL=style.css.map */
