@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --global-font-family: "Inter", sans-serif;
  --global-font-size: 1rem;
  --global-font-size-html: 16px;
  --global-font-weight: 400;
  --global-font-color: #627384;
  --global-background-color: #fff;
}

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

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #1B2632;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: #E31E24;
}

@keyframes neechejaa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes paintFill {
  0% {
    transform: scaleX(0);
    transform-origin: left center;
    opacity: 0.95;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left center;
    opacity: 1;
  }
}
@keyframes paintShine {
  0% {
    left: -100%;
    opacity: 0.4;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    left: 100%;
    opacity: 0.4;
  }
}
@keyframes brushSweep {
  0% {
    width: 0;
    opacity: 0.8;
  }
  100% {
    width: 100%;
    opacity: 0.8;
  }
}
@keyframes colorWash {
  0% {
    filter: brightness(1) saturate(1);
  }
  50% {
    filter: brightness(1.08) saturate(1.1);
  }
  100% {
    filter: brightness(1) saturate(1);
  }
}
@keyframes paintFadeIn {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size-html);
  font-weight: var(--global-font-weight);
  color: var(--global-font-color);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--global-background-color);
  overflow-x: hidden;
}
body ::-moz-selection {
  background-color: #1B2632;
  color: #fff;
}
body ::selection {
  background-color: #1B2632;
  color: #fff;
}
body .container {
  max-width: 1350px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0.938rem;
}
body .center {
  text-align: center;
}
body .wpb_raw_code.wpb_raw_html {
  margin-bottom: 0;
}
body .wpb_single_image {
  margin-bottom: 0;
}
body .wpb_text_column {
  margin-bottom: 0;
}
body .vc_icon_element {
  margin-bottom: 0;
}
body .hidden {
  display: none !important;
}
body .desk-hide {
  display: none !important;
}
body p {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size);
  font-weight: var(--global-font-weight);
  margin: 0 0 1em;
}
body a {
  color: var(--global-font-color);
  text-decoration: none;
  box-shadow: none;
  transition: 0.4s;
}
body a:hover {
  color: rgba(249, 86, 31, 0.9019607843);
  transition: 0.4s;
}
body .m-auto {
  margin-left: auto;
  margin-right: auto;
}
body .mg-none {
  margin: 0 !important;
}
body .flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body .flex-row .col-1 {
  flex: 0 0 8.34%;
  width: 8.34%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-2 {
  flex: 0 0 16.67%;
  width: 16.67%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-3 {
  flex: 0 0 25%;
  width: 25%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-4 {
  flex: 0 0 33.33%;
  width: 33.33%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-5 {
  flex: 0 0 41.66%;
  width: 41.66%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-6 {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-7 {
  flex: 0 0 58.33%;
  width: 58.33%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-8 {
  flex: 0 0 66.66%;
  width: 66.66%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-9 {
  flex: 0 0 75%;
  width: 75%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-10 {
  flex: 0 0 83.33%;
  width: 83.33%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-11 {
  flex: 0 0 91.66%;
  width: 91.66%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-12 {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .vc_gitem-zone-a .vc_gitem-row-position-top, body .vc_gitem-zone-b .vc_gitem-row-position-top, body .vc_gitem-zone-a .vc_gitem-row-position-middle, body .vc_gitem-zone-b .vc_gitem-row-position-middle {
  position: relative;
  transform: translate(0, 0);
}
body .vc-gitem-zone-height-mode-auto:before {
  padding: 0;
}
body .vc_gitem_row .vc_gitem-col {
  padding: 0;
}
body .vc_grid-item-zone-c-left .vc_gitem-animated-block {
  width: 100%;
  float: none;
}
body .no-pad {
  padding: 0 !important;
}
body .no-pad > .vc_column-inner {
  padding: 0 !important;
}
body header#masthead {
  position: relative;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  transition: all 0.4s;
  background: #fff;
  border-bottom: none;
  padding: 0.875rem 0;
}
body header#masthead.sticky {
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.4s;
  background: #fff;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.18);
  padding: 0.625rem 0;
}
body header#masthead.sticky .header-main .logo img {
  max-height: 3rem;
  width: auto;
}
body header#masthead.sticky .header-main ul.menu-wrapper li.menu-item a {
  font-size: 0.9375rem;
}
body header#masthead.sticky .header-main .header-cta a {
  padding: 0.625rem 1.375rem;
  font-size: 0.9375rem;
}
body header#masthead.sticky .header-main a.phone-btn {
  font-size: 0.9375rem;
}
body header#masthead .mobile-menu-link {
  display: none;
}
body header#masthead .header-main {
  padding: 0;
}
body header#masthead .header-main .header-inner {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  transition: all 0.4s;
}
body header#masthead .header-main .flex-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1.5rem;
}
body header#masthead .header-main .flex-row > div {
  padding: 0;
}
body header#masthead .header-main .logo-head {
  flex: 0 0 auto;
}
body header#masthead .header-main .main-menu {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  min-width: 0;
}
body header#masthead .header-main .header-phone {
  flex: 0 0 auto;
  margin-left: auto;
}
body header#masthead .header-main .header-cta {
  flex: 0 0 auto;
}
body header#masthead .header-main .header-cta .widget {
  margin: 0;
}
body header#masthead .header-main .header-cta a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #FFC20E;
  color: #1B2632;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  transition: 0.4s;
  line-height: 1.2;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.16);
}
body header#masthead .header-main .header-cta a i {
  font-size: 0.95em;
}
body header#masthead .header-main .header-cta a:hover {
  color: #1B2632;
  background: #fff;
}
body header#masthead .header-main .logo {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 13rem;
}
body header#masthead .header-main .logo a {
  display: inline-block;
  line-height: 0;
  transition: all 0.4s;
}
body header#masthead .header-main .logo a:hover {
  opacity: 0.92;
}
body header#masthead .header-main .logo img {
  transition: all 0.4s;
  height: auto;
  max-height: 4.75rem;
  width: auto;
  display: block;
}
body header#masthead .header-main a.phone-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: #1B2632;
  padding: 0;
  border-radius: 0;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  transition: 0.4s;
  line-height: 1.2;
}
body header#masthead .header-main a.phone-btn i {
  font-size: 1.05em;
  color: #FFC20E;
}
body header#masthead .header-main a.phone-btn:hover {
  color: #1B2632;
  opacity: 0.88;
}
body header#masthead .header-main ul.menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 2rem;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item {
  list-style: none;
  position: relative;
  text-transform: none;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a {
  padding-right: 1rem;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 30%;
  right: 0;
  font-size: 0.75em;
  transition: all 0.3s;
  color: rgba(255, 255, 255, 0.85);
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a:hover::after {
  rotate: 180deg;
  color: #FFC20E;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.current-menu-item > a {
  color: #EC2513;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.current-menu-item > a:before {
  left: 0;
  width: 100%;
  right: 0;
  background: #EC2513;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item a {
  font-family: var(--global-font-family);
  font-size: 1rem;
  display: flex;
  align-items: center;
  color: #1B2632;
  transition: 0.4s;
  position: relative;
  padding: 0.2rem 0;
  font-weight: 700;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item a:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  bottom: -0.125rem;
  background: #1B2632;
  height: 2px;
  transition: all 0.4s;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item a:hover {
  color: #EC2513;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item a:hover:before {
  left: 0;
  right: 0;
  width: 100%;
  background: #EC2513;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu {
  position: absolute;
  top: 125%;
  transform: translateY(10px);
  transition: 0.2s;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.4s;
  height: 0;
  background: #fff;
  box-shadow: 0 1.25rem 1.25rem rgba(0, 0, 0, 0.18);
  border-top: 2px solid #E31E24;
  display: block;
  border-radius: 0 0 0.75rem 0.75rem;
  overflow: hidden;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: block;
  background: #fff;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a {
  width: 100%;
  padding: 0.5rem 1rem;
  color: #1B2632;
  letter-spacing: 0;
  transition: 0.4s;
  transform: perspective(1px) translateZ(0);
  display: block;
  position: relative;
  font-size: 1em;
  box-sizing: border-box;
  font-weight: 600;
  text-transform: none;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a:before {
  display: none;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a:hover {
  background: #FFC20E;
  color: #1B2632;
  transition: 0.4s;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item:last-child {
  border-bottom: 0;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item button.sub-menu-toggle {
  display: none;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item:first-child {
  margin-left: 0;
  padding-left: 0;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item:last-child {
  margin-right: 0;
  padding-right: 0;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  transform: none;
  transition: 0.4s;
}
body nav#mm-menu .mm-navbar .mm-navbar__title {
  background: #E31E24;
  color: #fff;
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 700;
}
body nav#mm-menu .mm-navbar .mm-btn::before {
  border-color: #fff;
}
body nav#mm-menu .mm-panels .mm-panel .mm-navbar {
  background: #E31E24;
}
body nav#mm-menu .mm-panels .mm-panel .mm-navbar a.mm-navbar__title {
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 700;
  color: #fff;
}
body nav#mm-menu .mm-panels .mm-panel ul#primary-menu-list li {
  font-size: 1.1rem;
  font-family: var(--global-font-family);
  font-weight: 600;
}
body #content .vc_row {
  margin: 0;
}
body #content .vc_row > .wpb_column > .vc_column-inner {
  padding-top: 0;
}
body #content .vc_section {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 4.444rem 0;
}
body #content .vc_section[data-vc-full-width].vc_hidden {
  opacity: 1;
}
body #content .vc_section .vc_row[data-vc-full-width].vc_hidden {
  opacity: 1;
}
body #content .max-50 {
  max-width: 50%;
}
body #content .max-70 {
  max-width: 70%;
}
body #content .max-80 {
  max-width: 80%;
}
body #content .max-90 {
  max-width: 90%;
}
body #content .m-auto {
  margin: 0 auto;
}
body #content .mg-bottom {
  margin-bottom: 2rem;
}
body #content .full-img > .vc_figure {
  display: block !important;
}
body #content .full-img > .vc_figure > .vc_single_image-wrapper {
  display: block !important;
}
body #content .full-img > .vc_figure > .vc_single_image-wrapper img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: auto;
  width: 100%;
  max-width: initial !important;
}
body #content .border-img img {
  border-radius: 2.5rem;
}
body #content .vc-no-pad-left > .wpb_column > .vc_column-inner {
  padding-left: 0 !important;
}
body #content .vc-no-pad-left > .vc_column-inner {
  padding-left: 0 !important;
}
body #content .vc-no-pad-right > .wpb_column > .vc_column-inner {
  padding-right: 0 !important;
}
body #content .vc-no-pad-right > .vc_column-inner {
  padding-right: 0 !important;
}
body #content .desk-hidden {
  display: none;
}
body #content .wht-head {
  color: #fff !important;
}
body #content .wht-txt p {
  color: #fff !important;
}
body #content .wpb_column {
  padding-left: 0;
  padding-right: 0;
}
body #content .main-head {
  font-size: 3.25rem;
  font-family: var(--global-font-family);
  font-weight: 800;
  color: #fff;
  margin-bottom: 1.167rem;
}
body #content .main-head b {
  color: #E31E24;
  font-style: normal;
  font-family: var(--global-font-family);
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: initial;
}
body #content .sub-head {
  font-size: 0.85rem;
  font-family: var(--global-font-family);
  font-weight: 700;
  text-transform: uppercase;
  color: #1B2632;
  margin-bottom: 0.62rem;
}
body #content .txt ul {
  padding-left: 1.5rem;
}
body #content .txt ul li {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1.2rem;
  font-weight: 400;
}
body #content .txt p {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1.2rem;
  font-weight: 400;
}
body #content .txt p strong {
  color: rgba(249, 86, 31, 0.9019607843);
  font-weight: 500;
}
body #content .txt a {
  color: var(--global-font-color);
  transition: 0.4s;
  font-size: inherit;
  text-decoration: underline;
}
body #content .txt a:hover {
  opacity: 0.8;
}
body #content .justify-center {
  justify-content: center;
}
body #content .btn-flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}
body #content .btn a {
  background: #B7F44D;
  color: #fff;
  padding: 0.87rem 1.56rem;
  border-radius: 1.875rem;
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 400;
  transition: all 0.6s;
  display: inline-block;
  text-align: center;
  border: 1px solid #B7F44D;
  position: relative;
  overflow: hidden;
}
body #content .btn a:hover {
  color: #fff;
  background: transparent !important;
}
body #content .btn a:before {
  display: none;
}
body #content .btn-arrow {
  margin-bottom: 0;
}
body #content .btn-arrow a {
  display: block;
  position: relative;
  background: #FF7A1A;
  color: #fff;
  padding: 0.88rem 3.31rem 0.88rem 1.56rem;
  border-radius: 1.875rem;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: none;
  transition: all 0.4s;
}
body #content .btn-arrow a::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 1.58rem;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  transition: all 0.4s;
}
body #content .btn-arrow a:hover {
  color: #fff;
  background: #1B2632;
  opacity: 1;
}
body #content .btn-2 {
  margin-bottom: 0;
}
body #content .btn-2 a {
  display: block;
  position: relative;
  background: transparent;
  color: #FF7A1A;
  border: 1px solid #FF7A1A;
  border-radius: 1.875rem;
  padding: 0.87rem 3.31rem 0.87rem 1.56rem;
  font-size: 1.125rem;
  font-weight: 500;
}
body #content .btn-2 a::before {
  display: none;
}
body #content .btn-2 a::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 1.58rem;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  transition: all 0.4s;
}
body #content .btn-2 a:hover {
  color: #fff;
  background: #FF7A1A;
  box-shadow: none;
}
body #content ul.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 2em;
}
body #content ul.slick-dots li {
  margin: 0;
}
body #content ul.slick-dots li button {
  outline: none;
  font-size: 0;
  padding: 0;
  width: 3rem;
  height: 0.125rem;
  border: none;
  border-radius: 0px;
  background: #3768B0;
  cursor: pointer;
  transition: background 0.4s;
  transition: all 0.4s;
}
body #content ul.slick-dots li.slick-active button {
  height: 0.125rem;
  background: rgba(249, 86, 31, 0.9019607843);
  transition: all 0.4s;
}
body #content .page-header {
  position: relative;
  padding: 4.5rem 0 4.5rem;
  background: linear-gradient(90deg, #E31E24 0%, rgba(249, 86, 31, 0.9019607843) 45%, #FDB813 100%);
  text-align: center;
  margin-bottom: 0;
  overflow: hidden;
}
body #content .page-header .page-header-inner {
  max-width: 46rem;
  margin: 0 auto;
}
body #content .page-header .page-breadcrumb {
  margin: 0 0 1.125rem;
}
body #content .page-header .page-breadcrumb .widget {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
}
body #content .page-header .page-breadcrumb p, body #content .page-header .page-breadcrumb span, body #content .page-header .page-breadcrumb a, body #content .page-header .page-breadcrumb li, body #content .page-header .page-breadcrumb .breadcrumb, body #content .page-header .page-breadcrumb .breadcrumbs, body #content .page-header .page-breadcrumb .rank-math-breadcrumb, body #content .page-header .page-breadcrumb nav {
  font-family: var(--global-font-family);
  font-size: 0.9375rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.4;
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}
body #content .page-header .page-breadcrumb a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.3s;
}
body #content .page-header .page-breadcrumb a:hover {
  color: #fff;
}
body #content .page-header .page-breadcrumb .current-item, body #content .page-header .page-breadcrumb .breadcrumb_last, body #content .page-header .page-breadcrumb [aria-current=page], body #content .page-header .page-breadcrumb .last {
  font-weight: 700;
  color: #fff;
}
body #content .page-header .page-breadcrumb .separator, body #content .page-header .page-breadcrumb .sep, body #content .page-header .page-breadcrumb .delimiter {
  margin: 0 0.35rem;
  opacity: 0.85;
  color: #fff;
}
body #content .page-header .page-title {
  font-family: var(--global-font-family);
  font-size: 3.5rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 1rem;
}
body #content .page-header .page-subtitle {
  max-width: 36rem;
  margin: 0 auto;
}
body #content .page-header .page-subtitle p {
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.55;
  margin: 0;
}
body #content .hero-sec {
  position: relative;
  padding: 10rem 0 5rem;
  background: linear-gradient(135deg, #E31E24 0%, rgba(249, 86, 31, 0.9019607843) 58%, #FDB813 100%);
  overflow: hidden;
  margin-bottom: 0;
}
body #content .hero-sec::before {
  content: "";
  position: absolute;
  top: -12%;
  right: -6%;
  width: 26rem;
  height: 26rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}
body #content .hero-sec .hero-row > .wpb_column > .vc_column-inner {
  padding-top: 0;
}
body #content .hero-sec .hero-crown-icon {
  margin-bottom: 1.25rem;
}
body #content .hero-sec .hero-crown-icon i {
  font-size: 2rem;
  color: #FFC20E;
}
body #content .hero-sec .main-head {
  font-size: 3.75rem;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 1.25rem;
}
body #content .hero-sec .main-head b {
  font-style: italic;
  font-weight: 700;
  color: #fff;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: initial;
}
body #content .hero-sec .hero-tagline {
  margin-bottom: 1rem;
}
body #content .hero-sec .hero-tagline p {
  font-family: var(--global-font-family);
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
body #content .hero-sec .txt.wht-txt p {
  font-size: 1.0625rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2rem;
}
body #content .hero-sec .txt.wht-txt p strong {
  color: #fff;
  font-weight: 700;
}
body #content .hero-sec .btn-flex.hero-btns {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 0;
}
body #content .hero-sec .hero-phone-btn {
  margin-bottom: 0;
}
body #content .hero-sec .hero-phone-btn a {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  background: #FFC20E;
  color: #1B2632;
  padding: 0.9375rem 1.75rem;
  border-radius: 9999px;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  transition: 0.4s;
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.18);
}
body #content .hero-sec .hero-phone-btn a i {
  font-size: 0.95em;
}
body #content .hero-sec .hero-phone-btn a:hover {
  background: #fff;
  color: #1B2632;
}
body #content .hero-sec .hero-book-btn {
  margin-bottom: 0;
}
body #content .hero-sec .hero-book-btn a {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  padding: 0.875rem 1.75rem;
  border-radius: 9999px;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  transition: 0.4s;
}
body #content .hero-sec .hero-book-btn a i {
  font-size: 0.9em;
  transition: 0.4s;
}
body #content .hero-sec .hero-book-btn a:hover {
  background: #fff;
  color: #E31E24;
  border-color: #fff;
}
body #content .hero-sec .hero-book-btn a:hover i {
  transform: translateX(3px);
}
body #content .hero-sec .hero-visual > .vc_column-inner > .wpb_wrapper {
  position: relative;
  width: 100%;
  max-width: 32rem;
  margin-left: auto;
}
body #content .hero-sec .hero-visual-wrap {
  position: relative;
  padding: 1.5rem 2rem 2rem 0;
}
body #content .hero-sec .hero-dots {
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  width: 7rem;
  height: 7rem;
  background-image: radial-gradient(rgba(255, 255, 255, 0.5) 1.5px, transparent 1.5px);
  background-size: 0.9rem 0.9rem;
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
}
body #content .hero-sec .hero-blob {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 63% 37% 54% 46%/43% 47% 53% 57%;
  overflow: hidden;
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.25);
}
body #content .hero-sec .hero-blob img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3.3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body #content .hero-sec .hero-price-badge {
  position: absolute;
  top: -1rem;
  right: -0.5rem;
  z-index: 2;
  background: #FFC20E;
  color: #1B2632;
  font-family: var(--global-font-family);
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 0.625rem 1.25rem;
  border-radius: 9999px;
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.2);
}
body #content .hero-sec .hero-cert-badge {
  position: absolute;
  left: -1rem;
  bottom: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  color: #1B2632;
  font-family: var(--global-font-family);
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.625rem 1.125rem;
  border-radius: 9999px;
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.18);
}
body #content .hero-sec .hero-cert-badge i {
  color: #E31E24;
  font-size: 1em;
}
body #content .search-sec {
  position: relative;
  z-index: 3;
  margin-top: -4.25rem;
  margin-bottom: 3.75rem;
}
body #content .search-sec .instructor-search, body #content .search-sec form.instructor-search {
  margin: 0;
  width: 100%;
}
body #content .search-sec .search-bar-inner {
  position: relative;
  background: #fff;
  border-radius: 9999px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.12);
  padding: 0.75rem 0.75rem 0.75rem 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: nowrap;
}
body #content .search-sec .search-bar-label {
  flex: 0 0 auto;
}
body #content .search-sec .search-bar-label strong {
  display: block;
  font-family: var(--global-font-family);
  font-size: 1.0625rem;
  font-weight: 700;
  color: #1B2632;
  white-space: nowrap;
}
body #content .search-sec .search-bar-field {
  flex: 1 1 auto;
  min-width: 10rem;
  border-left: 1px solid #E8E8E8;
  padding-left: 1.5rem;
  position: relative;
}
body #content .search-sec .search-bar-field input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-family: var(--global-font-family);
  font-size: 1rem;
  color: #1B2632;
  padding: 0.625rem 0;
}
body #content .search-sec .search-bar-field input::-moz-placeholder {
  color: #A3A3A3;
}
body #content .search-sec .search-bar-field input::placeholder {
  color: #A3A3A3;
}
body #content .search-sec .search-bar-submit {
  flex: 0 0 auto;
}
body #content .search-sec .search-bar-submit button, body #content .search-sec .search-bar-submit input[type=submit] {
  background: linear-gradient(90deg, #E31E24 0%, #F7941D 100%);
  color: #fff;
  border: none;
  padding: 0.875rem 2.25rem;
  border-radius: 9999px;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: 0.4s;
  white-space: nowrap;
}
body #content .search-sec .search-bar-submit button:hover, body #content .search-sec .search-bar-submit input[type=submit]:hover {
  opacity: 0.9;
}
body #content .search-sec .instructor-search-suggestions {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.75rem);
  z-index: 20;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 1rem 2.5rem rgba(27, 38, 50, 0.16);
  max-height: 18rem;
  overflow-y: auto;
  display: none;
}
body #content .search-sec .instructor-search-suggestions.is-open {
  display: block;
}
body #content .search-sec .instructor-search-suggestions li {
  margin: 0;
}
body #content .search-sec .instructor-search-suggestions button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  width: 100%;
  border: none;
  background: transparent;
  text-align: left;
  padding: 0.875rem 1.25rem;
  cursor: pointer;
  font-family: var(--global-font-family);
  transition: background 0.2s;
}
body #content .search-sec .instructor-search-suggestions button:hover, body #content .search-sec .instructor-search-suggestions button:focus {
  background: #FFF6EC;
  outline: none;
}
body #content .search-sec .instructor-search-suggestions button strong {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1B2632;
  line-height: 1.3;
}
body #content .search-sec .instructor-search-suggestions button span {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #8A93A0;
  line-height: 1.3;
}
body #content .search-sec .instructor-search-suggestions .instructor-search-empty, body #content .search-sec .instructor-search-suggestions .instructor-search-loading {
  padding: 1rem 1.25rem;
  font-family: var(--global-font-family);
  font-size: 0.875rem;
  color: #8A93A0;
}
body #content .reviews-sec {
  padding-top: 1rem;
}
body #content .reviews-sec .reviews-head {
  text-align: center;
  margin-bottom: 2.5rem;
}
body #content .reviews-sec .reviews-head p.reviews-title {
  font-family: var(--global-font-family);
  font-size: 1.75rem;
  font-weight: 700;
  color: #1B2632;
  margin-bottom: 0.75rem;
}
body #content .reviews-sec .reviews-head .trustpilot-rating {
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
body #content .reviews-sec .reviews-head .trustpilot-rating strong {
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 700;
  color: #00B67A;
}
body #content .reviews-sec .reviews-head .trustpilot-rating .stars {
  color: #00B67A;
  letter-spacing: 0.125rem;
  font-size: 1.525rem;
}
body #content .reviews-sec .reviews-head .trustpilot-rating span {
  font-family: var(--global-font-family);
  font-size: 0.875rem;
  color: #627384;
  font-weight: 400;
}
body #content .reviews-sec .reviews-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}
body #content .reviews-sec .reviews-row > .wpb_column > .vc_column-inner {
  height: 100%;
}
body #content .reviews-sec .review-card {
  background: #F7F8F9;
  border-radius: 1.25rem;
  padding: 1.5rem;
  height: 100%;
  box-sizing: border-box;
}
body #content .reviews-sec .review-card .stars {
  color: #00B67A;
  font-size: 1.525rem;
  letter-spacing: 0.0625rem;
  margin-bottom: 0.75rem;
  display: block;
}
body #content .reviews-sec .review-card p {
  font-family: var(--global-font-family);
  font-size: 0.9375rem;
  color: #627384;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}
body #content .reviews-sec .review-card .review-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
body #content .reviews-sec .review-card .review-author strong {
  font-family: var(--global-font-family);
  font-size: 0.9375rem;
  color: #1B2632;
  font-weight: 700;
}
body #content .reviews-sec .review-card .review-author span {
  font-family: var(--global-font-family);
  font-size: 0.8125rem;
  color: #8A93A0;
}
body #content .instructor-sec .instructor-badge {
  display: block;
  color: #FF7A1A;
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
}
body #content .instructor-sec .instructor-tagline {
  display: block;
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 700;
  color: #FF7A1A;
  margin-bottom: 1rem;
}
body #content .instructor-sec .txt {
  margin-bottom: 1.75rem;
}
body #content .instructor-sec .instructor-card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: 0 1.25rem 2.5rem rgba(27, 38, 50, 0.08);
}
body #content .instructor-sec .instructor-card h4 {
  font-family: var(--global-font-family);
  font-size: 1.25rem;
  font-weight: 700;
  color: #1B2632;
  margin-bottom: 1.25rem;
}
body #content .instructor-sec .instructor-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body #content .instructor-sec .instructor-card ul li {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 400;
  color: #1B2632;
}
body #content .instructor-sec .instructor-card ul li:not(:last-child) {
  margin-bottom: 1rem;
}
body #content .instructor-sec .instructor-card ul li i {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
  border-radius: 50%;
  background: rgba(255, 122, 26, 0.14);
  color: transparent;
}
body #content .instructor-sec .instructor-card ul li i::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #FF7A1A;
}
body #content .promo-sec {
  background: linear-gradient(135deg, #E31E24 0%, rgba(249, 86, 31, 0.9019607843) 100%);
  padding: 2rem 0;
}
body #content .promo-sec .promo-row > .wpb_column > .vc_column-inner {
  padding-top: 0;
}
body #content .promo-sec .promo-img {
  border-radius: 1.5rem;
  overflow: hidden;
  display: block;
}
body #content .promo-sec .promo-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/4;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body #content .promo-sec .promo-icon {
  margin-bottom: 1rem;
}
body #content .promo-sec .promo-icon i {
  font-size: 1.75rem;
  color: #FFC20E;
}
body #content .promo-sec .txt.wht-txt p {
  margin-bottom: 1.75rem;
}
body #content .promo-sec .hero-book-btn a {
  background: #FFC20E;
  color: #1B2632;
  border-color: #FFC20E;
}
body #content .promo-sec .hero-book-btn a:hover {
  background: #fff;
  border-color: #fff;
  color: #1B2632;
}
body #content .lessons-sec .lessons-head {
  text-align: center;
  margin-bottom: 3rem;
}
body #content .lessons-sec .lessons-row {
  margin-bottom: 1.75rem;
}
body #content .lessons-sec .lessons-row:last-child {
  margin-bottom: 0;
}
body #content .lessons-sec .lessons-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  background: #F7F5F3;
  border-radius: 1.5rem;
  padding: 2rem;
  height: 100%;
  box-sizing: border-box;
  transition: 0.4s;
  display: flex;
  flex-direction: column;
}
body #content .lessons-sec .lessons-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  border-color: rgba(227, 30, 36, 0.3);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.06);
  transform: translateY(-5px);
}
body #content .lessons-sec .lessons-row > .wpb_column > .vc_column-inner {
  height: 100%;
}
body #content .lessons-sec .lesson-card .lesson-icon {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #ec2513, #f97a1f);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
body #content .lessons-sec .lesson-card .lesson-icon i {
  font-size: 1.375rem;
  color: #fff;
}
body #content .lessons-sec .lesson-card h4 {
  font-family: var(--global-font-family);
  font-size: 1.25rem;
  font-weight: 700;
  color: #1B2632;
  margin-bottom: 0.625rem;
}
body #content .lessons-sec .lesson-card p {
  font-family: var(--global-font-family);
  font-size: 0.9375rem;
  color: #627384;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
body #content .lessons-sec .lesson-card .lesson-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  border-top: 1px solid #F0F0F0;
  margin-top: auto;
}
body #content .lessons-sec .lesson-card .lesson-footer .lesson-price {
  font-family: var(--global-font-family);
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1B2632;
}
body #content .lessons-sec .lesson-card .lesson-footer a {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-family: var(--global-font-family);
  font-size: 0.9375rem;
  font-weight: 700;
  color: #E31E24;
  transition: 0.4s;
}
body #content .lessons-sec .lesson-card .lesson-footer a i {
  font-size: 0.8em;
  transition: 0.4s;
}
body #content .lessons-sec .lesson-card .lesson-footer a:hover {
  color: rgba(249, 86, 31, 0.9019607843);
}
body #content .lessons-sec .lesson-card .lesson-footer a:hover i {
  transform: translateX(3px);
}
body #content .cta-banner-sec {
  background: linear-gradient(135deg, #ec2513, #f97a1f, #ffbf00);
  padding: 4.5rem 0;
  text-align: center;
}
body #content .cta-banner-sec .main-head {
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}
body #content .cta-banner-sec .txt.wht-txt p {
  max-width: 30rem;
  margin: 0 auto 2rem;
  text-align: center;
}
body #content .cta-banner-sec .cta-call-btn {
  display: inline-block;
  margin-bottom: 0;
}
body #content .cta-banner-sec .cta-call-btn a {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  background: #FFC20E;
  color: #1B2632;
  padding: 0.9375rem 2rem;
  border-radius: 9999px;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 700;
  transition: 0.4s;
}
body #content .cta-banner-sec .cta-call-btn a i {
  font-size: 0.95em;
}
body #content .cta-banner-sec .cta-call-btn a:hover {
  background: #fff;
}
body #content .why-choose-sec .txt p {
  margin-bottom: 1.75rem;
}
body #content .why-choose-sec .why-choose-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem 1.5rem;
}
body #content .why-choose-sec .why-choose-list li {
  flex: 0 0 calc(50% - 0.75rem);
  max-width: calc(50% - 0.75rem);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-family: var(--global-font-family);
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1B2632;
}
body #content .why-choose-sec .why-choose-list li i {
  color: #E31E24;
  font-size: 0.9375rem;
}
body #content .why-choose-sec .stat-card {
  background: #fff;
  border: 1px solid #ECECEC;
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.06);
}
body #content .why-choose-sec .stat-card .stat-card-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.75rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #F0F0F0;
}
body #content .why-choose-sec .stat-card .stat-card-head .stat-avatar {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #E31E24 0%, rgba(249, 86, 31, 0.9019607843) 100%);
  color: #fff;
  font-family: var(--global-font-family);
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 3.5rem;
}
body #content .why-choose-sec .stat-card .stat-card-head strong {
  display: block;
  font-family: var(--global-font-family);
  font-size: 1.0625rem;
  font-weight: 700;
  color: #1B2632;
}
body #content .why-choose-sec .stat-card .stat-card-head span {
  font-family: var(--global-font-family);
  font-size: 0.875rem;
  font-weight: 700;
  color: #FF7A1A;
}
body #content .why-choose-sec .stat-card blockquote {
  border-left: 3px solid #FF7A1A;
  margin: 0 0 1.75rem;
  padding-left: 1.25rem;
}
body #content .why-choose-sec .stat-card blockquote p {
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-style: italic;
  color: #627384;
  line-height: 1.6;
  margin: 0;
}
body #content .why-choose-sec .stat-card .stat-grid {
  display: flex;
  text-align: center;
  border-top: 1px solid #F0F0F0;
  padding-top: 1.75rem;
}
body #content .why-choose-sec .stat-card .stat-grid .stat-item {
  flex: 1 1 0;
  padding: 0 0.5rem;
}
body #content .why-choose-sec .stat-card .stat-grid .stat-item strong {
  display: block;
  font-family: var(--global-font-family);
  font-size: 1.625rem;
  font-weight: 700;
  color: #FF7A1A;
  margin-bottom: 0.25rem;
}
body #content .why-choose-sec .stat-card .stat-grid .stat-item span {
  font-family: var(--global-font-family);
  font-size: 0.8125rem;
  color: #627384;
}
body #content .features-sec .features-head {
  text-align: center;
  margin-bottom: 3rem;
}
body #content .features-sec .features-head .main-head {
  font-size: 2.5rem;
  color: #1B2632;
}
body #content .features-sec .features-row {
  margin-bottom: 1.75rem;
}
body #content .features-sec .features-row:last-child {
  margin-bottom: 0;
}
body #content .features-sec .features-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}
body #content .features-sec .features-row > .wpb_column > .vc_column-inner {
  height: 100%;
}
body #content .features-sec .feature-card {
  background: #fff;
  border: 1px solid #ECECEC;
  border-radius: 1.5rem;
  padding: 2rem;
  height: 100%;
  box-sizing: border-box;
  transition: 0.4s;
}
body #content .features-sec .feature-card:hover {
  border-color: rgba(227, 30, 36, 0.3);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.06);
}
body #content .features-sec .feature-card .feature-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #E31E24 0%, rgba(249, 86, 31, 0.9019607843) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
body #content .features-sec .feature-card .feature-icon i {
  font-size: 1.5rem;
  color: #fff;
}
body #content .features-sec .feature-card h4 {
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 700;
  color: #1B2632;
  margin-bottom: 0.5rem;
}
body #content .features-sec .feature-card p {
  font-family: var(--global-font-family);
  font-size: 0.9375rem;
  color: #627384;
  line-height: 1.55;
  margin: 0;
}
body #content .testimonials-sec {
  background: #EC2513;
  padding: 5rem 0;
  overflow: visible;
}
body #content .testimonials-sec .testimonials-head {
  text-align: center;
  margin-bottom: 3rem;
}
body #content .testimonials-sec .testimonials-head .testimonials-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #FFC20E;
  color: #1B2632;
  font-family: var(--global-font-family);
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  padding: 0.5rem 1.125rem;
  border-radius: 9999px;
  margin-bottom: 1.25rem;
  line-height: 1.2;
}
body #content .testimonials-sec .testimonials-head .testimonials-badge i {
  font-size: 0.75em;
  color: #1B2632;
}
body #content .testimonials-sec .testimonials-head .main-head {
  color: #fff !important;
  font-size: 2.75rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  line-height: 1.15;
}
body #content .testimonials-sec .testimonials-head .main-head h2 {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  font-family: inherit;
}
body #content .testimonials-sec .testimonials-head .txt.wht-txt p {
  max-width: 36rem;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.95) !important;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.55;
}
body #content .testimonials-sec .testimonials-slider-row > .wpb_column > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body #content .testimonials-sec .testimonials-slider-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  overflow: visible;
}
body #content .testimonials-sec .testimonials-slider {
  position: relative;
}
body #content .testimonials-sec .testimonials-slider .slick-list {
  margin: 0 -0.75rem;
  overflow: hidden;
}
body #content .testimonials-sec .testimonials-slider .slick-track {
  display: flex !important;
  align-items: stretch;
}
body #content .testimonials-sec .testimonials-slider .slick-slide {
  height: auto;
}
body #content .testimonials-sec .testimonials-slider .slick-slide > div {
  height: 100%;
}
body #content .testimonials-sec .testimonials-slider .testimonial-slide {
  padding: 0 0.75rem;
  height: 100%;
  box-sizing: border-box;
}
body #content .testimonials-sec .testimonial-card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.75rem 1.75rem 1.5rem;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, 0.12);
  position: relative;
}
body #content .testimonials-sec .testimonial-card .quote-icon {
  display: block;
  font-size: 2.75rem;
  line-height: 1;
  color: #F5B8A8;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  margin: 0 0 0.5rem;
  height: 1.75rem;
}
body #content .testimonials-sec .testimonial-card .quote-icon i {
  font-size: 1.75rem;
  color: #F5B8A8;
  line-height: 1;
}
body #content .testimonials-sec .testimonial-card .stars {
  color: #FFC20E;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
  display: block;
  line-height: 1;
}
body #content .testimonials-sec .testimonial-card .stars i {
  color: #FFC20E;
  margin-right: 0.1rem;
}
body #content .testimonials-sec .testimonial-card .testimonial-text, body #content .testimonials-sec .testimonial-card > p {
  font-family: var(--global-font-family);
  font-size: 0.9375rem;
  color: #1B2632;
  line-height: 1.65;
  margin: 0 0 1.25rem;
  flex: 1 1 auto;
}
body #content .testimonials-sec .testimonial-card .testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 1.125rem;
  border-top: 1px solid #ECECEC;
}
body #content .testimonials-sec .testimonial-card .testimonial-author p {
  margin-bottom: 0;
}
body #content .testimonials-sec .testimonial-card .testimonial-author img {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex: 0 0 2.75rem;
}
body #content .testimonials-sec .testimonial-card .testimonial-author .author-meta {
  min-width: 0;
}
body #content .testimonials-sec .testimonial-card .testimonial-author strong {
  display: block;
  font-family: var(--global-font-family);
  font-size: 0.9375rem;
  color: #1B2632;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.15rem;
}
body #content .testimonials-sec .testimonial-card .testimonial-author span {
  display: block;
  font-family: var(--global-font-family);
  font-size: 0.8125rem;
  color: #E85A2A;
  font-weight: 500;
  line-height: 1.3;
}
body #content .testimonials-sec .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 2.75rem;
  height: 2.75rem;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #E31E24;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  box-shadow: 0 0.25rem 0.875rem rgba(0, 0, 0, 0.12);
  transition: all 0.3s;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
body #content .testimonials-sec .slick-arrow:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.875rem;
  color: #E31E24;
  line-height: 1;
  opacity: 1;
}
body #content .testimonials-sec .slick-arrow:hover {
  background: #fff;
}
body #content .testimonials-sec .slick-arrow:hover:before {
  color: #1B2632;
}
body #content .testimonials-sec .slick-arrow.slick-prev {
  left: -2.75rem;
}
body #content .testimonials-sec .slick-arrow.slick-prev:before {
  content: "\f053";
}
body #content .testimonials-sec .slick-arrow.slick-next {
  right: -2.75rem;
}
body #content .testimonials-sec .slick-arrow.slick-next:before {
  content: "\f054";
}
body #content .testimonials-sec .slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
}
body #content .testimonials-sec ul.slick-dots {
  margin: 2.25rem 0 0;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
body #content .testimonials-sec ul.slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}
body #content .testimonials-sec ul.slick-dots li button {
  outline: none;
  font-size: 0;
  padding: 0;
  width: 0.5rem;
  height: 0.5rem;
  border: none;
  border-radius: 9999px;
  background: rgba(255, 200, 180, 0.85);
  cursor: pointer;
  transition: all 0.3s;
}
body #content .testimonials-sec ul.slick-dots li.slick-active button {
  width: 1.75rem;
  height: 0.5rem;
  background: #FFC20E;
  border-radius: 9999px;
}
body #content .blog-sec .blog-head {
  text-align: center;
  margin-bottom: 3rem;
}
body #content .blog-sec .blog-head .main-head {
  font-size: 2.5rem;
  color: #1B2632;
  font-weight: 800;
}
body #content .blog-sec .blog-head .txt p {
  max-width: 34rem;
  margin: 0 auto;
  color: #627384;
}
body #content .blog-sec .blog-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}
body #content .blog-sec .blog-row > .wpb_column > .vc_column-inner {
  height: 100%;
}
body #content .blog-sec .blog-grid-dynamic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
body #content .blog-sec .blog-card {
  background: #fff;
  border: none;
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.25rem 1rem rgba(27, 38, 50, 0.06);
  transition: 0.4s;
}
body #content .blog-sec .blog-card:hover {
  box-shadow: 0 0.75rem 1.75rem rgba(27, 38, 50, 0.1);
}
body #content .blog-sec .blog-card:hover .blog-img img {
  transform: scale(1.05);
}
body #content .blog-sec .blog-card:hover .blog-card-body h4 a {
  color: #E85A2A;
}
body #content .blog-sec .blog-card .blog-img {
  overflow: hidden;
  display: block;
  line-height: 0;
}
body #content .blog-sec .blog-card .blog-img img {
  width: 100%;
  aspect-ratio: 16/11;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: 0.5s;
}
body #content .blog-sec .blog-card .blog-card-body {
  padding: 1.25rem 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
body #content .blog-sec .blog-card .blog-card-body .blog-date {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--global-font-family);
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: #8A93A0;
  margin-bottom: 0.625rem;
  line-height: 1.3;
}
body #content .blog-sec .blog-card .blog-card-body .blog-date i {
  font-size: 0.875em;
  color: #8A93A0;
  line-height: 1;
}
body #content .blog-sec .blog-card .blog-card-body h4 {
  font-family: var(--global-font-family);
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 0.625rem;
}
body #content .blog-sec .blog-card .blog-card-body h4 a {
  color: #1b2632;
  transition: 0.3s;
}
body #content .blog-sec .blog-card .blog-card-body h4 a:hover {
  color: rgba(249, 86, 31, 0.9019607843);
}
body #content .blog-sec .blog-card .blog-card-body p {
  font-family: var(--global-font-family);
  font-size: 0.875rem;
  color: #7A8490;
  line-height: 1.55;
  margin: 0;
}
body #content .blog-sec .btn-2 {
  margin: 0;
}
body #content .blog-sec .btn-2 a {
  display: inline-block;
}
body #content .areas-covered-sec {
  padding: 5rem 0;
  background: #fff;
}
body #content .areas-covered-sec .areas-head {
  text-align: center;
  margin-bottom: 3rem;
}
body #content .areas-covered-sec .areas-head .main-head {
  font-size: 2.75rem;
  color: #1B2632;
  font-weight: 800;
  margin-bottom: 1rem;
}
body #content .areas-covered-sec .areas-head .main-head b {
  color: #E31E24;
  font-style: italic;
  font-weight: 800;
}
body #content .areas-covered-sec .areas-head .txt p {
  max-width: 42rem;
  margin: 0 auto;
  color: #627384;
  font-size: 1.0625rem;
  line-height: 1.6;
}
body #content .areas-covered-sec .areas-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  margin: 0 0 2.5rem;
  list-style: none;
  padding: 0;
}
body #content .areas-covered-sec .area-card {
  background: #F5F6F8;
  border-radius: 1rem;
  padding: 1.75rem 1rem;
  text-align: center;
  box-sizing: border-box;
  transition: 0.35s;
}
body #content .areas-covered-sec .area-card:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 0.75rem 1.5rem rgba(27, 38, 50, 0.08);
  background: #fff;
}
body #content .areas-covered-sec .area-card i {
  display: block;
  font-size: 1.375rem;
  color: rgba(249, 86, 31, 0.9019607843);
  margin: 0 0 0.75rem;
  line-height: 1;
}
body #content .areas-covered-sec .area-card strong {
  display: block;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 700;
  color: #1B2632;
  line-height: 1.3;
}
body #content .areas-covered-sec .areas-cta {
  background: linear-gradient(90deg, #E31E24 0%, rgba(249, 86, 31, 0.9019607843) 48%, #FDB813 100%);
  border-radius: 1.5rem;
  padding: 3rem 2rem;
  text-align: center;
}
body #content .areas-covered-sec .areas-cta .areas-cta-title {
  font-family: var(--global-font-family);
  font-size: 1.75rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.75rem;
  line-height: 1.25;
}
body #content .areas-covered-sec .areas-cta .txt, body #content .areas-covered-sec .areas-cta .txt.wht-txt {
  margin: 0 0 1.75rem;
}
body #content .areas-covered-sec .areas-cta .txt p, body #content .areas-covered-sec .areas-cta .txt.wht-txt p {
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 34rem;
  text-align: center;
}
body #content .areas-covered-sec .areas-cta .btn-flex {
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.875rem;
}
body #content .areas-covered-sec .areas-cta .areas-phone-btn {
  margin: 0;
}
body #content .areas-covered-sec .areas-cta .areas-phone-btn a {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  background: #FFC20E;
  color: #1B2632;
  padding: 0.9375rem 1.75rem;
  border-radius: 9999px;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 700;
  transition: 0.4s;
  line-height: 1.2;
  border: 2px solid #FFC20E;
}
body #content .areas-covered-sec .areas-cta .areas-phone-btn a i {
  font-size: 0.95em;
}
body #content .areas-covered-sec .areas-cta .areas-phone-btn a:hover {
  background: #fff;
  border-color: #fff;
  color: #1B2632;
}
body #content .areas-covered-sec .areas-cta .areas-contact-btn {
  margin: 0;
}
body #content .areas-covered-sec .areas-cta .areas-contact-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: transparent;
  color: #fff;
  padding: 0.9375rem 1.75rem;
  border-radius: 9999px;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 700;
  transition: 0.4s;
  line-height: 1.2;
  border: 2px solid #fff;
}
body #content .areas-covered-sec .areas-cta .areas-contact-btn a:hover {
  background: #fff;
  color: #1B2632;
}
body #content .final-cta-sec {
  background: linear-gradient(135deg, #E31E24 0%, rgba(249, 86, 31, 0.9019607843) 60%, #FDB813 100%);
  padding: 4.5rem 0;
  text-align: center;
}
body #content .final-cta-sec .main-head {
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}
body #content .final-cta-sec .main-head b {
  color: #fff;
  font-style: italic;
  font-weight: 700;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: initial;
}
body #content .final-cta-sec .txt.wht-txt p {
  max-width: 32rem;
  margin: 0 auto 2rem;
  text-align: center;
}
body #content .final-cta-sec .final-cta-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
body #content .final-cta-sec .final-cta-btns .final-call-btn {
  margin-bottom: 0;
}
body #content .final-cta-sec .final-cta-btns .final-call-btn a {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  background: #FFC20E;
  color: #1B2632;
  padding: 0.9375rem 1.75rem;
  border-radius: 9999px;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 700;
  transition: 0.4s;
}
body #content .final-cta-sec .final-cta-btns .final-call-btn a i {
  font-size: 0.95em;
}
body #content .final-cta-sec .final-cta-btns .final-call-btn a:hover {
  background: #fff;
}
body #content .final-cta-sec .final-cta-btns .final-book-btn {
  margin-bottom: 0;
}
body #content .final-cta-sec .final-cta-btns .final-book-btn a {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  padding: 0.875rem 1.75rem;
  border-radius: 9999px;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 700;
  transition: 0.4s;
}
body #content .final-cta-sec .final-cta-btns .final-book-btn a:hover {
  background: #fff;
  color: #E31E24;
  border-color: #fff;
}
body #content .contact-sec {
  background: #F5F6F8;
  padding: 5rem 0;
}
body #content .contact-sec .contact-head {
  text-align: center;
  margin-bottom: 2.75rem;
}
body #content .contact-sec .contact-head .main-head {
  font-size: 2.75rem;
  font-weight: 800;
  color: #1B2632;
  margin-bottom: 0.75rem;
  line-height: 1.15;
}
body #content .contact-sec .contact-head .main-head h2 {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  font-family: inherit;
}
body #content .contact-sec .contact-head .main-head b {
  font-style: italic;
  font-weight: 700;
  color: transparent;
  background: linear-gradient(135deg, rgba(249, 86, 31, 0.9019607843) 0%, #E31E24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
body #content .contact-sec .contact-head .txt p {
  max-width: 36rem;
  margin: 0 auto;
  color: #7A8490;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.55;
}
body #content .contact-sec .vc_row:has(.contact-form-card), body #content .contact-sec .vc_row:has(.wpcf7), body #content .contact-sec .contact-row {
  align-items: stretch;
}
body #content .contact-sec .vc_row:has(.contact-form-card) > .wpb_column > .vc_column-inner, body #content .contact-sec .vc_row:has(.wpcf7) > .wpb_column > .vc_column-inner, body #content .contact-sec .contact-row > .wpb_column > .vc_column-inner {
  height: 100%;
}
body #content .contact-sec .vc_row:has(.contact-form-card) > .wpb_column > .vc_column-inner > .wpb_wrapper, body #content .contact-sec .vc_row:has(.wpcf7) > .wpb_column > .vc_column-inner > .wpb_wrapper, body #content .contact-sec .contact-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}
body #content .contact-sec .wpb_column:has(.contact-form-card) > .vc_column-inner > .wpb_wrapper, body #content .contact-sec .wpb_column:has(.wpcf7) > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  border-radius: 1.25rem;
  padding: 2rem 2rem 1.75rem;
  box-shadow: 0 0.75rem 2rem rgba(27, 38, 50, 0.07);
  box-sizing: border-box;
}
body #content .contact-sec .contact-form-card {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  margin: 0 0 0.25rem;
}
body #content .contact-sec .contact-form-card h4 {
  font-family: var(--global-font-family);
  font-size: 1.25rem;
  font-weight: 700;
  color: #1B2632;
  margin: 0 0 1.375rem;
  line-height: 1.3;
}
body #content .contact-sec .contact-info-card {
  height: 100%;
}
body #content .contact-sec .contact-info-card h4 {
  font-family: var(--global-font-family);
  font-size: 1.25rem;
  font-weight: 700;
  color: #1B2632;
  margin: 0 0 1.25rem;
  line-height: 1.3;
}
body #content .contact-sec .contact-info-card .contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}
body #content .contact-sec .contact-info-card .contact-info-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.875rem;
  background: #fff;
  border-radius: 0.875rem;
  padding: 1.0625rem 1.125rem;
  box-shadow: 0 0.375rem 1.25rem rgba(27, 38, 50, 0.06);
}
body #content .contact-sec .contact-info-card .contact-info-list li:last-child {
  margin-bottom: 0;
}
body #content .contact-sec .contact-info-card .contact-info-list li i {
  flex: 0 0 2.75rem;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #ec2513, #f97a1f);
  color: #fff;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
body #content .contact-sec .contact-info-card .contact-info-list li > div {
  min-width: 0;
  flex: 1 1 auto;
}
body #content .contact-sec .contact-info-card .contact-info-list li strong {
  display: block;
  font-family: var(--global-font-family);
  font-size: 0.8125rem;
  font-weight: 500;
  color: #8A93A0;
  margin-bottom: 0.2rem;
  line-height: 1.3;
}
body #content .contact-sec .contact-info-card .contact-info-list li span, body #content .contact-sec .contact-info-card .contact-info-list li a {
  display: block;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 700;
  color: #1B2632;
  line-height: 1.35;
  text-decoration: none;
  word-break: break-word;
}
body #content .contact-sec .contact-info-card .contact-info-list li a:hover {
  color: #E31E24;
}
body #content .contact-sec .contact-info-card .areas-title {
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 700;
  color: #1B2632;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
body #content .contact-sec .contact-info-card .areas-title i {
  color: rgba(249, 86, 31, 0.9019607843);
  font-size: 1em;
  line-height: 1;
}
body #content .contact-sec .contact-info-card .areas-subtitle {
  font-family: var(--global-font-family);
  font-size: 0.8125rem;
  font-weight: 500;
  color: #8A93A0;
  margin: 0 0 1rem;
  line-height: 1.45;
}
body #content .contact-sec .contact-info-card .areas-group {
  margin: 0 0 1.5rem;
}
body #content .contact-sec .contact-info-card .areas-group:last-child {
  margin-bottom: 0;
}
body #content .contact-sec .contact-info-card .areas-group .areas-group-title {
  font-family: var(--global-font-family);
  font-size: 0.875rem;
  font-weight: 700;
  color: #1B2632;
  margin: 0 0 0.75rem;
  line-height: 1.3;
}
body #content .contact-sec .contact-info-card .areas-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.625rem;
}
body #content .contact-sec .contact-info-card .areas-list li {
  background: #fff;
  color: #1B2632;
  font-family: var(--global-font-family);
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.8125rem 0.5rem;
  border-radius: 0.625rem;
  text-align: center;
  box-shadow: 0 0.25rem 0.75rem rgba(27, 38, 50, 0.05);
  line-height: 1.3;
}
body #content .contact-sec .wpcf7 {
  margin: 0;
}
body #content .contact-sec form .flex-row, body #content .contact-sec .wpcf7 form .flex-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
body #content .contact-sec form .form-group, body #content .contact-sec .wpcf7 form .form-group {
  margin: 0 0 0.875rem;
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0;
}
body #content .contact-sec form .form-group.col-6, body #content .contact-sec form .form-group.col-12, body #content .contact-sec .wpcf7 form .form-group.col-6, body #content .contact-sec .wpcf7 form .form-group.col-12 {
  padding: 0;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
body #content .contact-sec form .form-group.field-name::before, body #content .contact-sec .wpcf7 form .form-group.field-name::before {
  content: "\f007";
}
body #content .contact-sec form .form-group.field-email::before, body #content .contact-sec .wpcf7 form .form-group.field-email::before {
  content: "\f0e0";
}
body #content .contact-sec form .form-group.field-phone::before, body #content .contact-sec .wpcf7 form .form-group.field-phone::before {
  content: "\f095";
}
body #content .contact-sec form .form-group.field-postcode::before, body #content .contact-sec form .form-group:has(input[name=your-postcode])::before, body #content .contact-sec .wpcf7 form .form-group.field-postcode::before, body #content .contact-sec .wpcf7 form .form-group:has(input[name=your-postcode])::before {
  content: "\f3c5";
}
body #content .contact-sec form .form-group.field-message::before, body #content .contact-sec .wpcf7 form .form-group.field-message::before {
  content: "\f075";
  top: 1.15rem;
  transform: none;
}
body #content .contact-sec form .form-group:not(.submit-btn)::before, body #content .contact-sec .wpcf7 form .form-group:not(.submit-btn)::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 1.125rem;
  top: 50%;
  transform: translateY(-50%);
  color: #A3AAB3;
  font-size: 0.9375rem;
  line-height: 1;
  pointer-events: none;
  z-index: 2;
}
body #content .contact-sec form .form-group.field-message:not(.submit-btn)::before, body #content .contact-sec .wpcf7 form .form-group.field-message:not(.submit-btn)::before {
  top: 1.15rem;
  transform: none;
}
body #content .contact-sec form .form-group:has(input[name=your-postcode]):not(.submit-btn)::before, body #content .contact-sec .wpcf7 form .form-group:has(input[name=your-postcode]):not(.submit-btn)::before {
  top: 50%;
  transform: translateY(-50%);
}
body #content .contact-sec form p, body #content .contact-sec .wpcf7 form p {
  margin: 0;
}
body #content .contact-sec form label, body #content .contact-sec .wpcf7 form label {
  display: none !important;
}
body #content .contact-sec form br, body #content .contact-sec .wpcf7 form br {
  display: none !important;
}
body #content .contact-sec form .wpcf7-form-control-wrap, body #content .contact-sec .wpcf7 form .wpcf7-form-control-wrap {
  display: block;
  margin: 0;
}
body #content .contact-sec form input[type=text], body #content .contact-sec form input[type=email], body #content .contact-sec form input[type=tel], body #content .contact-sec form input[type=date], body #content .contact-sec form input[type=number], body #content .contact-sec .wpcf7 form input[type=text], body #content .contact-sec .wpcf7 form input[type=email], body #content .contact-sec .wpcf7 form input[type=tel], body #content .contact-sec .wpcf7 form input[type=date], body #content .contact-sec .wpcf7 form input[type=number] {
  width: 100%;
  height: 3.25rem;
  background: #F0F1F3;
  padding: 0 1.125rem 0 2.875rem;
  box-sizing: border-box;
  border: 1px solid transparent;
  outline: none;
  font-size: 0.9375rem;
  color: #1B2632;
  border-radius: 0.75rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
}
body #content .contact-sec form input[type=text]:focus, body #content .contact-sec form input[type=email]:focus, body #content .contact-sec form input[type=tel]:focus, body #content .contact-sec form input[type=date]:focus, body #content .contact-sec form input[type=number]:focus, body #content .contact-sec .wpcf7 form input[type=text]:focus, body #content .contact-sec .wpcf7 form input[type=email]:focus, body #content .contact-sec .wpcf7 form input[type=tel]:focus, body #content .contact-sec .wpcf7 form input[type=date]:focus, body #content .contact-sec .wpcf7 form input[type=number]:focus {
  outline: none;
  border-color: rgba(249, 86, 31, 0.9019607843);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(247, 148, 29, 0.15);
}
body #content .contact-sec form input[type=text]::-moz-placeholder, body #content .contact-sec form input[type=email]::-moz-placeholder, body #content .contact-sec form input[type=tel]::-moz-placeholder, body #content .contact-sec form input[type=date]::-moz-placeholder, body #content .contact-sec form input[type=number]::-moz-placeholder, body #content .contact-sec .wpcf7 form input[type=text]::-moz-placeholder, body #content .contact-sec .wpcf7 form input[type=email]::-moz-placeholder, body #content .contact-sec .wpcf7 form input[type=tel]::-moz-placeholder, body #content .contact-sec .wpcf7 form input[type=date]::-moz-placeholder, body #content .contact-sec .wpcf7 form input[type=number]::-moz-placeholder {
  color: #A3AAB3;
  opacity: 1;
}
body #content .contact-sec form input[type=text]::placeholder, body #content .contact-sec form input[type=email]::placeholder, body #content .contact-sec form input[type=tel]::placeholder, body #content .contact-sec form input[type=date]::placeholder, body #content .contact-sec form input[type=number]::placeholder, body #content .contact-sec .wpcf7 form input[type=text]::placeholder, body #content .contact-sec .wpcf7 form input[type=email]::placeholder, body #content .contact-sec .wpcf7 form input[type=tel]::placeholder, body #content .contact-sec .wpcf7 form input[type=date]::placeholder, body #content .contact-sec .wpcf7 form input[type=number]::placeholder {
  color: #A3AAB3;
  opacity: 1;
}
body #content .contact-sec form textarea, body #content .contact-sec .wpcf7 form textarea {
  width: 100%;
  background: #F0F1F3;
  padding: 1.0625rem 1.125rem 1.0625rem 2.875rem;
  box-sizing: border-box;
  border: 1px solid transparent;
  outline: none;
  font-size: 0.9375rem;
  color: #1B2632;
  border-radius: 0.75rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  resize: vertical;
  min-height: 8.75rem;
  line-height: 1.55;
  transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
}
body #content .contact-sec form textarea:focus, body #content .contact-sec .wpcf7 form textarea:focus {
  outline: none;
  border-color: rgba(249, 86, 31, 0.9019607843);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(247, 148, 29, 0.15);
}
body #content .contact-sec form textarea::-moz-placeholder, body #content .contact-sec .wpcf7 form textarea::-moz-placeholder {
  color: #A3AAB3;
  opacity: 1;
}
body #content .contact-sec form textarea::placeholder, body #content .contact-sec .wpcf7 form textarea::placeholder {
  color: #A3AAB3;
  opacity: 1;
}
body #content .contact-sec form input[type=submit], body #content .contact-sec .wpcf7 form input[type=submit] {
  background: rgba(249, 86, 31, 0.9019607843) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  width: 100%;
  min-height: 3.25rem;
  border: none;
  padding: 0.9375rem 3.25rem 0.9375rem 1.5rem !important;
  border-radius: 0.75rem;
  font-family: var(--global-font-family);
  transition: background 0.3s, box-shadow 0.3s;
  display: block;
  text-align: center;
  position: relative;
  overflow: visible;
  cursor: pointer;
  letter-spacing: 0.01em;
  box-shadow: 0 0.375rem 1rem rgba(247, 148, 29, 0.35);
}
body #content .contact-sec form input[type=submit]:hover, body #content .contact-sec .wpcf7 form input[type=submit]:hover {
  color: #fff !important;
  background: #E31E24 !important;
  box-shadow: 0 0.375rem 1rem rgba(227, 30, 36, 0.3);
}
body #content .contact-sec form input[type=submit]:hover::after, body #content .contact-sec .wpcf7 form input[type=submit]:hover::after {
  display: none;
}
body #content .contact-sec form input[type=submit]::after, body #content .contact-sec .wpcf7 form input[type=submit]::after {
  display: none;
}
body #content .contact-sec form .submit-btn, body #content .contact-sec .wpcf7 form .submit-btn {
  text-align: center;
  position: relative;
  margin: 0.375rem 0 0;
  padding: 0;
}
body #content .contact-sec form .submit-btn::before, body #content .contact-sec .wpcf7 form .submit-btn::before {
  content: "\f1d8";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 4.35rem;
  transform: translateY(-50%);
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1;
  pointer-events: none;
  z-index: 2;
}
body #content .contact-sec form .submit-btn input, body #content .contact-sec .wpcf7 form .submit-btn input {
  background: rgba(249, 86, 31, 0.9019607843) !important;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  width: 100%;
  min-height: 3.25rem;
  border: none;
  padding: 0.9375rem 3.25rem 0.9375rem 1.5rem;
  border-radius: 0.75rem;
  font-family: var(--global-font-family);
  transition: background 0.3s, box-shadow 0.3s;
  display: block;
  text-align: center;
  position: relative;
  overflow: visible;
  cursor: pointer;
  letter-spacing: 0.01em;
  box-shadow: 0 0.375rem 1rem rgba(247, 148, 29, 0.35);
}
body #content .contact-sec form .submit-btn input:hover, body #content .contact-sec .wpcf7 form .submit-btn input:hover {
  color: #fff;
  background: #E31E24 !important;
  box-shadow: 0 0.375rem 1rem rgba(227, 30, 36, 0.3);
}
body #content .contact-sec form .submit-btn input:hover::after, body #content .contact-sec .wpcf7 form .submit-btn input:hover::after {
  display: none;
}
body #content .contact-sec form .submit-btn input::after, body #content .contact-sec .wpcf7 form .submit-btn input::after {
  display: none;
}
body #content .contact-sec form .submit-btn .wpcf7-spinner, body #content .contact-sec .wpcf7 form .submit-btn .wpcf7-spinner {
  display: none;
}
body #content .contact-sec form .wpcf7-not-valid-tip, body #content .contact-sec .wpcf7 form .wpcf7-not-valid-tip {
  font-size: 0.8125rem;
  color: #c0392b;
  margin-top: 0.35rem;
  line-height: 1.35;
}
body #content .contact-sec form .wpcf7-response-output, body #content .contact-sec .wpcf7 form .wpcf7-response-output {
  margin: 1rem 0 0;
  border-radius: 0.75rem;
  font-size: 0.9375rem;
  padding: 0.875rem 1rem;
  border-width: 1px;
}
body form .form-group.col-6, body form .form-group.col-12 {
  padding: 0 0.5rem;
}
body form label {
  font-size: 1.125rem;
  font-weight: 400;
  color: #1B2632;
  font-family: var(--global-font-family);
  line-height: 2rem;
}
body form label span {
  color: rgba(249, 86, 31, 0.9019607843);
}
body form input[type=text], body form input[type=email], body form input[type=tel], body form input[type=date], body form input[type=number] {
  width: 100%;
  background: #fff;
  padding: 1.125rem;
  box-sizing: border-box;
  border: 1px solid #E0E0E0;
  outline: none;
  font-size: 1.125rem;
  color: #1B2632;
  border-radius: 20px;
  font-family: var(--global-font-family);
  font-weight: 400;
  transition: all 0.4s;
}
body form input[type=text]:focus, body form input[type=email]:focus, body form input[type=tel]:focus, body form input[type=date]:focus, body form input[type=number]:focus {
  outline: none;
  border-color: rgba(249, 86, 31, 0.9019607843);
  transition: 0.4s;
}
body form input[type=radio] {
  accent-color: rgba(249, 86, 31, 0.9019607843);
  height: 2rem;
  width: 2rem;
}
body form select {
  width: 100%;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1.125rem;
  box-sizing: border-box;
  border: 1px solid #E0E0E0;
  outline: none;
  font-size: 1.125rem;
  color: #1B2632;
  border-radius: 20px;
  font-family: var(--global-font-family);
  font-weight: 400;
  transition: all 0.4s;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'><path d='M1.5 1.5l5 5 5-5' fill='none' stroke='%23000' stroke-width='2'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.1rem;
}
body form select:focus {
  outline: none;
  border-color: rgba(249, 86, 31, 0.9019607843);
  transition: 0.4s;
}
body form .wpcf7-radio label {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
body form textarea {
  width: 100%;
  background: #fff;
  padding: 1.125rem;
  box-sizing: border-box;
  border: 1px solid #E0E0E0;
  outline: none;
  font-size: 1.125rem;
  color: #1B2632;
  border-radius: 20px;
  font-family: var(--global-font-family);
  font-weight: 400;
  resize: none;
  height: 10rem;
  width: 100%;
}
body form textarea:focus {
  outline: none;
  border-color: rgba(249, 86, 31, 0.9019607843);
  transition: 0.4s;
}
body form input[type=submit] {
  background: rgba(249, 86, 31, 0.9019607843) !important;
  font-size: 1.125rem;
  color: #fff !important;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  padding: 0.469rem 2.5rem;
  border-radius: 20px;
  font-family: var(--global-font-family);
  font-weight: 400 !important;
  transition: all 0.6s;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
body form input[type=submit]:hover {
  color: #fff;
  background: #1B2632 !important;
}
body form input[type=submit]:hover::after {
  transform: skewX(-45deg) scale(1, 1);
  transition: all 0.5s;
}
body form input[type=submit]::after {
  content: "";
  background: #1B2632;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
}
body form .submit-btn {
  text-align: center;
}
body form .submit-btn input {
  background: rgba(249, 86, 31, 0.9019607843);
  font-size: 1.125rem;
  color: #fff;
  width: 100%;
  border: none;
  padding: 0.469rem 2.5rem;
  border-radius: 20px;
  font-family: var(--global-font-family);
  font-weight: 400;
  transition: all 0.6s;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
body form .submit-btn input:hover {
  color: #fff;
  background: #1B2632 !important;
}
body form .submit-btn input:hover::after {
  transform: skewX(-45deg) scale(1, 1);
  transition: all 0.5s;
}
body form .submit-btn input::after {
  content: "";
  background: #1B2632;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
}
body form .submit-btn .wpcf7-spinner {
  display: none;
}
body footer#colophon {
  background: linear-gradient(90deg, #E31E24 0%, rgba(249, 86, 31, 0.9019607843) 55%, #FDB813 100%);
  color: #fff;
}
body footer#colophon .footer-main {
  padding: 4rem 0 3rem;
}
body footer#colophon .footer-grid {
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem 0;
}
body footer#colophon .footer-brand .footer-logo {
  margin: 0 0 1.25rem;
}
body footer#colophon .footer-brand .footer-logo a {
  display: inline-block;
  background: #fff;
  border-radius: 0.75rem;
  padding: 0.5rem 0.875rem;
  line-height: 0;
}
body footer#colophon .footer-brand .footer-logo a img {
  max-height: 3rem;
  width: auto;
  display: block;
}
body footer#colophon .footer-brand .widget {
  margin: 0 0 1.25rem;
}
body footer#colophon .footer-brand .widget p {
  font-family: var(--global-font-family);
  font-size: 0.9375rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.7;
  margin: 0;
  max-width: 18rem;
}
body footer#colophon .footer-heading, body footer#colophon .widget-title.footer-heading, body footer#colophon h2.footer-heading {
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: #fff !important;
  margin: 0 0 1.25rem;
  line-height: 1.2;
}
body footer#colophon .footer-menu, body footer#colophon .footer-links, body footer#colophon .widget_nav_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body footer#colophon .footer-menu li, body footer#colophon .footer-links li, body footer#colophon .widget_nav_menu ul li {
  margin: 0 0 0.75rem;
}
body footer#colophon .footer-menu li:last-child, body footer#colophon .footer-links li:last-child, body footer#colophon .widget_nav_menu ul li:last-child {
  margin-bottom: 0;
}
body footer#colophon .footer-menu li a, body footer#colophon .footer-links li a, body footer#colophon .widget_nav_menu ul li a {
  font-family: var(--global-font-family);
  font-size: 0.9375rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
  transition: color 0.3s, opacity 0.3s;
}
body footer#colophon .footer-menu li a:hover, body footer#colophon .footer-links li a:hover, body footer#colophon .widget_nav_menu ul li a:hover {
  color: #FFC20E;
  opacity: 1;
}
body footer#colophon .footer-social {
  margin-top: 0.25rem;
}
body footer#colophon .footer-social .widget {
  margin: 0;
}
body footer#colophon .footer-social .textwidget, body footer#colophon .footer-social p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin: 0;
}
body footer#colophon .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  background: transparent;
  transition: all 0.3s;
}
body footer#colophon .footer-social a:hover {
  border-color: #fff;
  color: #1B2632;
  background: #fff;
}
body footer#colophon .footer-contact .footer-contact-item, body footer#colophon .footer-contact li, body footer#colophon .footer-contact .widget .footer-contact-item, body footer#colophon .footer-contact .widget li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0 0 1rem;
}
body footer#colophon .footer-contact .footer-contact-item:last-child, body footer#colophon .footer-contact li:last-child, body footer#colophon .footer-contact .widget .footer-contact-item:last-child, body footer#colophon .footer-contact .widget li:last-child {
  margin-bottom: 0;
}
body footer#colophon .footer-contact .footer-contact-item > i, body footer#colophon .footer-contact .footer-contact-item .icon, body footer#colophon .footer-contact li > i, body footer#colophon .footer-contact li .icon, body footer#colophon .footer-contact .widget .footer-contact-item > i, body footer#colophon .footer-contact .widget .footer-contact-item .icon, body footer#colophon .footer-contact .widget li > i, body footer#colophon .footer-contact .widget li .icon {
  flex: 0 0 1.125rem;
  width: 1.125rem;
  margin-top: 0.15rem;
  font-size: 1rem;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
body footer#colophon .footer-contact p, body footer#colophon .footer-contact a, body footer#colophon .footer-contact span, body footer#colophon .footer-contact .widget p, body footer#colophon .footer-contact .widget a, body footer#colophon .footer-contact .widget span {
  font-family: var(--global-font-family);
  font-size: 0.9375rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.55;
  margin: 0;
  transition: color 0.3s;
}
body footer#colophon .footer-contact a:hover, body footer#colophon .footer-contact .widget a:hover {
  color: #FFC20E;
}
body footer#colophon .footer-contact strong, body footer#colophon .footer-contact .widget strong {
  display: none;
}
body footer#colophon .footer-contact ul, body footer#colophon .footer-contact .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body footer#colophon .footer-contact .widget-title, body footer#colophon .footer-contact .widget .widget-title {
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: #fff !important;
  margin: 0 0 1.25rem;
  line-height: 1.2;
}
body footer#colophon .footer-cta .widget {
  margin: 0 0 1rem;
}
body footer#colophon .footer-cta .widget:last-child {
  margin-bottom: 0;
}
body footer#colophon .footer-cta .widget p {
  font-family: var(--global-font-family);
  font-size: 0.9375rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.65;
  margin: 0 0 1.25rem;
  max-width: 16rem;
}
body footer#colophon .footer-cta .widget-title {
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: #fff !important;
  margin: 0 0 1rem;
  line-height: 1.2;
}
body footer#colophon .footer-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: auto;
  min-width: 9rem;
  box-sizing: border-box;
  padding: 0.8125rem 1.75rem;
  border-radius: 9999px;
  font-family: var(--global-font-family);
  font-size: 0.9375rem;
  font-weight: 700;
  background: #FFC20E;
  color: #1B2632;
  transition: 0.3s;
  line-height: 1.2;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.12);
}
body footer#colophon .footer-cta a i {
  font-size: 0.95em;
}
body footer#colophon .footer-cta a:hover {
  background: #fff;
  color: #1B2632;
}
body footer#colophon .copyright {
  padding: 1.25rem 0;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}
body footer#colophon .copyright .flex-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}
body footer#colophon .copyright p {
  font-size: 0.875rem;
  font-family: var(--global-font-family);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5;
}
body footer#colophon .copyright p a {
  color: rgba(255, 255, 255, 0.9);
  transition: color 0.3s;
}
body footer#colophon .copyright p a:hover {
  color: #FFC20E;
}
body footer#colophon .copyright .copyright-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 0;
}
body footer#colophon .copyright .copyright-links a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  font-weight: 400;
  transition: color 0.3s;
}
body footer#colophon .copyright .copyright-links a:hover {
  color: #FFC20E;
}/*# sourceMappingURL=template.css.map */