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

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

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

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

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

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          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: #EB1B16;
  color: #fff;
}

body ::selection {
  background-color: #EB1B16;
  color: #fff;
}

body .container {
  max-width: 1540px;
  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;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body a:hover {
  color: #EB1B16;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

body .mg-bottom {
  margin-bottom: 2em;
}

body .mg-none {
  margin: 0 !important;
}

body .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .flex-row .col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.34%;
          flex: 0 0 8.34%;
  width: 8.34%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.67%;
          flex: 0 0 16.67%;
  width: 16.67%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  width: 33.33%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66%;
          flex: 0 0 41.66%;
  width: 41.66%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33%;
          flex: 0 0 58.33%;
  width: 58.33%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66%;
          flex: 0 0 66.66%;
  width: 66.66%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  width: 75%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33%;
          flex: 0 0 83.33%;
  width: 83.33%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66%;
          flex: 0 0 91.66%;
  width: 91.66%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          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;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

body .vc-gitem-zone-height-mode-auto:before {
  padding: 0;
}

body .vc_gitem_row .vc_gitem-col {
  padding: 0;
}

body .no-pad {
  padding: 0 !important;
}

body .no-pad > .vc_column-inner {
  padding: 0 !important;
}

body header#masthead {
  position: relative;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
}

body header#masthead.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

body header#masthead.sticky .top-bar {
  padding: 0;
  height: 0;
  margin-bottom: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

body header#masthead .top-bar {
  padding: 0.5rem 0;
  background: #1A1A1A;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body header#masthead .top-bar .flex-row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body header#masthead .top-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  list-style: none;
}

body header#masthead .top-bar ul li {
  list-style: none;
  color: #FFF;
}

body header#masthead .top-bar ul li a {
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body header#masthead .top-bar ul li a:hover {
  color: #EB1B16;
}

body header#masthead .top-bar ul li span {
  color: #fff;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body header#masthead .header-main {
  padding: 0.5rem 0;
}

body header#masthead .header-main .flex-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body header#masthead .header-main .flex-row > div {
  padding: 0;
}

body header#masthead .header-main .logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

body header#masthead .header-main .logo img {
  width: 100%;
  height: auto;
  max-width: initial !important;
}

body header#masthead .header-main ul.menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2.222rem;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item {
  list-style: none;
  position: relative;
  text-transform: capitalize;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.menu-item-has-children > a {
  padding-right: 1.15rem;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.menu-item-has-children > a::after {
  content: '\f078';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  margin-top: -0.35em;
  right: 0;
  font-size: 0.8em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #0F1115;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.menu-item-has-children > a:hover::after {
  rotate: 180deg;
  color: #EB1B16;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item > a {
  font-family: var(--global-font-family);
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1A1A1A;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  padding: 0.45rem 0;
  font-weight: 500;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item > a:hover {
  color: #EB1B16;
  background: rgba(235, 27, 22, 0.12);
  padding: 0.45rem 1rem;
  border-radius: 999px;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.current-menu-item > a, body header#masthead .header-main ul.menu-wrapper > li.menu-item.current_page_item > a {
  color: #EB1B16;
  font-weight: 600;
  background: rgba(235, 27, 22, 0.12);
  padding: 0.45rem 1rem;
  border-radius: 999px;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.current-menu-item > a:before, body header#masthead .header-main ul.menu-wrapper > li.menu-item.current_page_item > a:before {
  display: none;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.current-menu-item > a:hover, body header#masthead .header-main ul.menu-wrapper > li.menu-item.current_page_item > a:hover {
  color: #C61010;
  background: rgba(235, 27, 22, 0.18);
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.current-menu-item > a:hover:before, body header#masthead .header-main ul.menu-wrapper > li.menu-item.current_page_item > a:hover:before {
  display: none;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.current-menu-item.menu-item-has-children > a, body header#masthead .header-main ul.menu-wrapper > li.menu-item.current_page_item.menu-item-has-children > a {
  padding-right: 1.45rem;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.current-menu-item.menu-item-has-children > a::after, body header#masthead .header-main ul.menu-wrapper > li.menu-item.current_page_item.menu-item-has-children > a::after {
  color: #EB1B16;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item ul.sub-menu {
  position: absolute;
  top: 125%;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  height: 0;
  background: #fff;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.18);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.18);
  border-top: 2px solid #EB1B16;
  display: block;
}

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.1);
  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: #0F1115;
  letter-spacing: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  display: block;
  position: relative;
  font-size: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 0;
}

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: #EB1B16;
  color: #fff;
  -webkit-transition: 0.4s;
  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;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body header#masthead .header-main .btn {
  margin-bottom: 0;
}

body header#masthead .header-main .btn a {
  background: linear-gradient(135deg, #F26B3A 0%, #EB1B16 100%);
  color: #fff;
  border: 1px solid #EB1B16;
  display: block;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family);
  border: 1px solid #EB1B16;
  border-radius: 8px;
  font-weight: 500;
  padding: 0.806rem 1rem;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}

body header#masthead .header-main .btn a:hover {
  background: linear-gradient(135deg, #E55A2E 0%, #C61010 100%);
  color: #fff;
  border-color: #C61010;
}

body nav#mm-menu .mm-navbar .mm-navbar__title {
  background: #1A1A1A;
  color: #fff;
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body nav#mm-menu .mm-navbar .mm-btn::before {
  border-color: #FFF;
}

body nav#mm-menu .mm-panels .mm-panel .mm-navbar {
  background: #1A1A1A;
}

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: 400;
  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: 400;
}

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-80 {
  max-width: 80%;
}

body #content .m-auto {
  margin-left: auto;
  margin-right: 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 .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 .yellow {
  color: #EB1B16 !important;
}

body #content .main-head {
  font-size: 2.5rem;
  font-family: var(--global-font-family);
  font-weight: 700;
  color: #0F1115;
  margin-bottom: 1.167rem;
}

body #content .main-head b {
  background: linear-gradient(135deg, #F26B3A 0%, #EB1B16 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

body #content .sub-head {
  font-size: 1.25rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  color: #EB1B16;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

body #content .txt .pass-badge {
  background: #0EC879;
  color: #fff;
  padding: 0.8rem 1rem;
  border-radius: 1rem;
  font-size: 1.125rem;
  margin: 0 auto 1.5rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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.125rem;
  font-weight: 400;
}

body #content .txt p {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 400;
}

body #content .txt p strong {
  color: #EB1B16;
  font-weight: 600;
}

body #content .txt a {
  color: var(--global-font-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: inherit;
}

body #content .txt a:hover {
  opacity: 0.8;
}

body #content .justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body #content .btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

body #content .btn {
  margin-bottom: 0;
}

body #content .btn a {
  background: linear-gradient(135deg, #F26B3A 0%, #EB1B16 100%);
  color: #fff;
  border: 1px solid #EB1B16;
  display: block;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family);
  border: 1px solid #EB1B16;
  border-radius: 8px;
  font-weight: 500;
  padding: 0.806rem 1rem;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}

body #content .btn a:hover {
  background: linear-gradient(135deg, #E55A2E 0%, #C61010 100%);
  color: #fff;
  border-color: #C61010;
}

body #content .btn-2 {
  margin-bottom: 0;
}

body #content .btn-2 a {
  background: transparent;
  color: #1A1A1A;
  border: 1px solid #1A1A1A !important;
  display: block;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family);
  border: 1px solid #1A1A1A;
  border-radius: 8px;
  font-weight: 500;
  padding: 0.806rem 1rem;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}

body #content .btn-2 a:hover {
  background: #1A1A1A;
  color: #fff;
}

body #content .btn-arrow {
  margin-bottom: 0;
}

body #content .btn-arrow a {
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  color: #EB1B16;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-transform: uppercase;
  position: relative;
  background: transparent;
  padding: 0;
  border: none;
  outline: none;
  padding-right: 1.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body #content .btn-arrow a:hover {
  color: #C61010;
  padding-right: 2rem;
}

body #content .btn-arrow a:before {
  content: '\f061';
  font-family: 'FontAwesome';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: 0;
}

body #content .page-header {
  background: #f8f9fa;
  margin-bottom: 2rem;
  padding: clamp(2.25rem, 5vw, 3.5rem) 0;
  text-align: center;
}

body #content .page-header .page-header-inner h1.page-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-family: var(--global-font-family);
  font-weight: 700;
  color: #0F1115;
  margin: 0 0 0.65rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

body #content .page-header .page-header-inner .page-breadcrumb {
  font-size: 0.9375rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #778899;
  line-height: 1.5;
  margin: 0;
}

body #content .page-header .page-header-inner .page-breadcrumb .widget {
  margin: 0;
}

body #content .page-header .page-header-inner .page-breadcrumb .widget-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body #content .page-header .page-header-inner .page-breadcrumb a {
  color: #778899;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

body #content .page-header .page-header-inner .page-breadcrumb a:hover {
  color: #EB1B16;
}

body #content .page-header.page-header--dark {
  background: #1A1A1A;
  text-align: left;
  padding: clamp(1.75rem, 4vw, 2.75rem) 0;
}

body #content .page-header.page-header--dark .page-header-inner h1.page-title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  color: #f0f0f0;
  margin: 0 0 0.35rem;
}

body #content .page-header.page-header--dark .page-header-inner .page-breadcrumb {
  color: #a3a3a3;
}

body #content .page-header.page-header--dark .page-header-inner .page-breadcrumb a {
  color: #c9c9c9;
}

body #content .page-header.page-header--dark .page-header-inner .page-breadcrumb a:hover {
  color: #fff;
}

body #content .hero-sec {
  position: relative;
  min-height: clamp(36rem, 88vh, 56rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
  background: linear-gradient(160deg, #0F1115 0%, #1a1a1a 45%, #262626 100%);
  overflow: hidden;
}

body #content .hero-sec .hero-row {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body #content .hero-sec .hero-row > .wpb_column > .vc_column-inner {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

body #content .hero-sec .hero-row > .wpb_column:first-child > .vc_column-inner {
  padding-right: clamp(0.75rem, 2.5vw, 2rem);
}

body #content .hero-sec .hero-row > .wpb_column:last-child > .vc_column-inner {
  padding-left: clamp(0.75rem, 2.5vw, 2rem);
}

body #content .hero-sec .hero-txt .wel {
  background: #eb2a2a33;
  font-size: 0.9rem;
  color: #EB1B16;
  padding: 0.5rem 1rem;
  border-radius: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

body #content .hero-sec .hero-txt h1.main-head {
  font-size: 4rem;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

body #content .hero-sec .hero-txt h1.main-head b {
  font-weight: 700;
}

body #content .hero-sec .hero-txt p {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.72) !important;
  margin-top: 0;
  font-weight: 500;
  margin-bottom: 1.75rem;
  line-height: 1.55;
}

body #content .hero-sec .hero-txt p strong {
  color: #F26B3A;
  font-weight: 600;
}

body #content .hero-sec .hero-txt .btn-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0.875rem 1rem;
}

body #content .hero-sec .hero-txt .btn-arrow a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: linear-gradient(135deg, #F26B3A 0%, #EB1B16 100%);
  color: #fff !important;
  border: 1px solid #EB1B16;
  border-radius: 10px;
  font-size: clamp(0.95rem, 1.1vw, 1.1rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.95rem 2.75rem 0.95rem 1.25rem;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: relative;
}

body #content .hero-sec .hero-txt .btn-arrow a:hover {
  background: linear-gradient(135deg, #E55A2E 0%, #C61010 100%);
  border-color: #C61010;
  color: #fff !important;
}

body #content .hero-sec .hero-txt .btn-arrow a:before {
  content: '\f061';
  font-family: 'FontAwesome';
  position: absolute;
  right: 1.15rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body #content .hero-sec .hero-txt .btn-2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.88) !important;
  border-radius: 10px;
  font-size: clamp(0.95rem, 1.1vw, 1.1rem);
  font-weight: 600;
  padding: 0.95rem 1.25rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

body #content .hero-sec .hero-txt .btn-2 a:hover {
  background: #fff !important;
  color: #0F1115 !important;
  border-color: #fff !important;
}

body #content .hero-sec .hero-txt .btn a, body #content .hero-sec .hero-txt .btn-3 a {
  font-size: clamp(1rem, 1.2vw, 1.2rem);
}

body #content .hero-sec .hero-txt .rating-badge {
  margin-top: 1.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35rem 0.5rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
  font-family: var(--global-font-family);
  font-weight: 500;
}

body #content .hero-sec .hero-txt .rating-badge img.emoji {
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
}

body #content .hero-sec .hero-img .vc_figure, body #content .hero-sec .hero-img .vc_single_image-wrapper {
  border-radius: 1.25rem;
  overflow: hidden;
  -webkit-box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.45);
          box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.45);
}

body #content .hero-sec .hero-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16 / 10;
}

body #content .hero-sec .wpb_wrapper:has(> .hero-img) {
  position: relative;
  z-index: 1;
}

body #content .hero-sec .wpb_raw_html.wpb_content_element {
  margin-bottom: 0 !important;
}

body #content .hero-sec .hero-keyframe {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 1rem 0.45rem 0.55rem;
  max-width: min(22rem, calc(100% - 2rem));
  font-size: 0.8125rem;
  font-weight: 600;
  color: #0F1115;
  font-family: var(--global-font-family);
  line-height: 1.25;
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.98);
  border-radius: 999px;
  -webkit-box-shadow: 0 6px 22px rgba(15, 17, 21, 0.14);
          box-shadow: 0 6px 22px rgba(15, 17, 21, 0.14);
}

body #content .hero-sec .hero-keyframe i {
  color: #0EC879;
  font-size: 1.1rem;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body #content .hero-sec .hero-img-bottom {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 3;
  max-width: 17.5rem;
  width: min(100%, 17.5rem);
  padding: 0.85rem 1.1rem;
  text-align: left;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.98);
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 26px rgba(15, 17, 21, 0.14);
          box-shadow: 0 8px 26px rgba(15, 17, 21, 0.14);
}

body #content .hero-sec .hero-img-bottom h5 {
  margin: 0 0 0.35rem;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #EB1B16;
  font-family: var(--global-font-family);
  line-height: 1.25;
}

body #content .hero-sec .hero-img-bottom p {
  margin: 0;
  font-size: 0.875rem;
  color: #737373;
  font-family: var(--global-font-family);
  font-weight: 400;
  line-height: 1.45;
}

body #content .hero-sec .hero-inner .wpb_column > .vc_column-inner {
  padding: 0 0.5rem;
}

body #content .hero-sec .hero-inner .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  padding: 1rem;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 100%;
}

body #content .hero-sec .hero-inner .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  border-color: #EB1B16;
}

body #content .hero-sec .hero-inner .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image img {
  width: 60%;
  margin: 0 auto;
}

body #content .hero-num-sec {
  background: #fff;
  z-index: 9;
  position: relative;
  background: #fff;
  border-radius: 1rem;
  padding: 1rem 0;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

body #content .about-sec .about-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body #content .about-sec .about-row > .wpb_column > .vc_column-inner {
  padding-left: 0.55rem;
  padding-right: 0.55rem;
  padding-bottom: 1rem;
}

body #content .about-sec .about-row > .wpb_column:first-child > .vc_column-inner {
  padding-left: 0;
}

body #content .about-sec .about-row > .wpb_column:last-child > .vc_column-inner {
  padding-right: 0;
}

body #content .about-sec .about-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(31, 31, 31, 0.06);
  padding: clamp(1.35rem, 2.5vw, 1.75rem) 1rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
  gap: 0.65rem;
  -webkit-box-shadow: 0 4px 18px rgba(15, 17, 21, 0.06);
          box-shadow: 0 4px 18px rgba(15, 17, 21, 0.06);
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}

body #content .about-sec .about-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  -webkit-box-shadow: 0 10px 28px rgba(15, 17, 21, 0.1);
          box-shadow: 0 10px 28px rgba(15, 17, 21, 0.1);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

body #content .about-sec .about-row .wpb_single_image {
  margin-bottom: 0 !important;
}

body #content .about-sec .about-row .wpb_single_image .vc_single_image-wrapper {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body #content .about-sec .about-row .wpb_single_image img {
  width: 3.5rem;
  height: 3.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

body #content .about-sec .about-row h4.main-head, body #content .about-sec .about-row .vc_custom_heading.main-head {
  font-size: clamp(1.85rem, 3.2vw, 2.65rem) !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  font-family: var(--global-font-family) !important;
  color: #EB1B16 !important;
  margin: 0 !important;
  text-align: center !important;
  letter-spacing: -0.02em;
}

body #content .about-sec .about-row h4.main-head b, body #content .about-sec .about-row .vc_custom_heading.main-head b {
  background: none !important;
  -webkit-text-fill-color: #EB1B16 !important;
  color: #EB1B16 !important;
  background-clip: unset !important;
}

body #content .about-sec .about-row .txt.center {
  margin-bottom: 0 !important;
}

body #content .about-sec .about-row .txt.center .wpb_wrapper p {
  margin: 0 !important;
  font-size: 0.9375rem !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
  color: #5c5c5c !important;
  font-family: var(--global-font-family) !important;
}

body #content .values-sec {
  background: #fff;
  padding-top: clamp(2.5rem, 5vw, 3.75rem);
  padding-bottom: clamp(2.5rem, 5vw, 3.75rem);
}

body #content .values-sec .values-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body #content .values-sec .values-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.938rem;
  padding-right: 0.938rem;
}

body #content .values-sec .values-row h2.main-head, body #content .values-sec .values-row .vc_custom_heading.main-head {
  text-align: center !important;
  color: #0F1115 !important;
  font-size: clamp(1.85rem, 3.2vw, 2.35rem) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  font-family: var(--global-font-family) !important;
  margin: 0 0 clamp(1.35rem, 3vw, 1.85rem) !important;
}

body #content .values-sec .values-row h2.main-head b, body #content .values-sec .values-row .vc_custom_heading.main-head b {
  background: none !important;
  background-clip: unset !important;
  color: #0F1115 !important;
  -webkit-text-fill-color: #0F1115 !important;
  font-weight: 700;
}

body #content .values-sec .values-row .wpb_text_column:has(.wpb_wrapper:empty) {
  display: none;
  margin: 0 !important;
  padding: 0 !important;
  height: 0;
  overflow: hidden;
}

body #content .values-sec .values-row .values-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

body #content .values-sec .values-row .value-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.1rem;
  width: 100%;
  margin: 0;
  padding: 1.2rem 1.35rem;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 18px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 2px 14px rgba(15, 17, 21, 0.05);
          box-shadow: 0 2px 14px rgba(15, 17, 21, 0.05);
  -webkit-transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
  transition: box-shadow 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
}

body #content .values-sec .values-row .value-card:hover {
  -webkit-box-shadow: 0 8px 26px rgba(15, 17, 21, 0.09);
          box-shadow: 0 8px 26px rgba(15, 17, 21, 0.09);
  border-color: rgba(235, 27, 22, 0.18);
}

body #content .values-sec .values-row .value-card__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 12px;
  background: #fdecec;
  border: 1px solid #fecaca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

body #content .values-sec .values-row .value-card__icon::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: #EB1B16;
}

body #content .values-sec .values-row .value-card__icon span {
  display: none;
}

body #content .values-sec .values-row .value-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

body #content .values-sec .values-row .value-card__title, body #content .values-sec .values-row .value-card__body > h3:first-child {
  margin: 0 0 0.4rem;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #0F1115;
  font-family: var(--global-font-family);
  line-height: 1.35;
}

body #content .values-sec .values-row .value-card__body p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #666;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body #content .wcu-row > .wpb_column > .vc_column-inner {
  padding-left: 0.65rem;
  padding-right: 0.65rem;
  padding-bottom: 1.25rem;
}

body #content .wcu-row > .wpb_column:first-child > .vc_column-inner {
  padding-left: 0;
}

body #content .wcu-row > .wpb_column:last-child > .vc_column-inner {
  padding-right: 0;
}

body #content .wcu-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  border-radius: 15px;
  padding: 1.875rem;
  height: 100%;
  -webkit-box-shadow: 0 8px 28px rgba(15, 17, 21, 0.08);
          box-shadow: 0 8px 28px rgba(15, 17, 21, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  -webkit-transition: -webkit-box-shadow 0.35s, -webkit-transform 0.35s;
  transition: -webkit-box-shadow 0.35s, -webkit-transform 0.35s;
  transition: box-shadow 0.35s, transform 0.35s;
  transition: box-shadow 0.35s, transform 0.35s, -webkit-box-shadow 0.35s, -webkit-transform 0.35s;
}

body #content .wcu-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  -webkit-box-shadow: 0 14px 36px rgba(15, 17, 21, 0.12);
          box-shadow: 0 14px 36px rgba(15, 17, 21, 0.12);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

body #content .wcu-row .services-img {
  margin-bottom: 1.25rem;
}

body #content .wcu-row .services-img .vc_figure, body #content .wcu-row .services-img .vc_single_image-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background: rgba(235, 27, 22, 0.1);
}

body #content .wcu-row .services-img img {
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

body #content .wcu-row .services-txt.txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
  width: 100%;
  margin-bottom: 1rem;
}

body #content .wcu-row .services-txt.txt > .wpb_wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

body #content .wcu-row .services-txt.txt h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #5c5c5c;
  margin: 0 0 0.4rem;
  font-family: var(--global-font-family);
  line-height: 1.35;
}

body #content .wcu-row .services-txt.txt p {
  margin: 0 0 0.65rem;
  font-family: var(--global-font-family);
  font-size: 0.95rem;
  line-height: 1.55;
  color: #737373;
  font-weight: 400;
}

body #content .wcu-row .services-txt.txt p strong {
  font-size: 1.25rem;
  font-weight: 700;
  color: #EB1B16;
  display: block;
  margin-bottom: 0.35rem;
}

body #content .wcu-row .services-txt.txt p:last-of-type {
  margin-bottom: 0;
}

body #content .wcu-row .services-txt.txt .btn {
  margin-top: auto;
  width: 100%;
  padding-top: 1.25rem;
}

body #content .wcu-row .services-txt.txt .btn a {
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.75rem 2.25rem 0.75rem 1rem;
  background: #EB1B16;
  border-color: #EB1B16;
  position: relative;
}

body #content .wcu-row .services-txt.txt .btn a:hover {
  background: #C61010;
  border-color: #C61010;
}

body #content .wcu-row .services-txt.txt .btn a::after {
  content: '\2192';
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1em;
  line-height: 1;
}

body #content .book-row h2.main-head {
  text-align: center !important;
  margin-bottom: 1.125rem !important;
  font-size: clamp(1.65rem, 3vw, 2.45rem) !important;
  line-height: 1.2;
  color: #0F1115 !important;
}

body #content .book-row h2.main-head b {
  background: linear-gradient(135deg, #F26B3A 0%, #EB1B16 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

body #content .book-row .txt.center > .wpb_wrapper {
  text-align: center;
}

body #content .book-row .txt.center p {
  text-align: center;
  margin-bottom: 1.25rem;
  color: #737373;
  font-size: 1.0625rem;
  line-height: 1.6;
}
body .copyright .flex-row{justify-content:space-between;}
body #content .book-row .txt.center ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.65rem 1.75rem;
}

body #content .book-row .txt.center ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.45rem;
  color: #737373;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}

body #content .book-row .txt.center ul li::before {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #0EC879;
  font-size: 0.85rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body #content .book-row .btn {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

body #content .book-row .btn a {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.95rem 2.75rem 0.95rem 1.5rem;
  border-radius: 12px;
  position: relative;
  font-size: 0.95rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

body #content .book-row .btn a::after {
  content: '\2192';
  position: absolute;
  right: 1.35rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 700;
}

body #content .start-sec {
  background: -webkit-gradient(linear, left top, right top, from(#EB1B16), to(#F26B3A));
  background: linear-gradient(90deg, #EB1B16 0%, #F26B3A 100%);
  padding: clamp(2.5rem, 5vw, 3.75rem) 0;
  text-align: center;
}

body #content .start-sec .btn-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-top: 0.25rem;
}

body #content .start-sec .btn-flex .btn-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: min(100%, 14rem);
  margin-bottom: 0;
}

body #content .start-sec .btn-flex .btn-2 a {
  border-radius: 10px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.25rem;
  font-size: 1rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body #content .start-sec .btn-flex .btn-2 a i {
  font-size: 0.95em;
}

body #content .start-sec .btn-flex .btn-2:first-of-type a {
  background: #fff !important;
  color: #EB1B16 !important;
  border: 1px solid #fff !important;
}

body #content .start-sec .btn-flex .btn-2:first-of-type a:hover {
  background: rgba(255, 255, 255, 0.92) !important;
  color: #C61010 !important;
  border-color: rgba(255, 255, 255, 0.92) !important;
}

body #content .start-sec .btn-flex .btn-2:last-of-type:not(:only-of-type) a {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.92) !important;
}

body #content .start-sec .btn-flex .btn-2:last-of-type:not(:only-of-type) a:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}

body #content .start-sec .btn-flex .btn-2:only-of-type a {
  background: #fff !important;
  color: #EB1B16 !important;
  border: 1px solid #fff !important;
}

body #content .start-sec .btn-flex .btn-2:only-of-type a:hover {
  background: rgba(255, 255, 255, 0.92) !important;
  color: #C61010 !important;
}

body #content .dc-sec .dc-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 100%;
}

body #content .dc-sec .dc-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

body #content .dc-sec .dc-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover .wpb_single_image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

body #content .dc-sec .dc-row .wpb_single_image {
  margin-bottom: 1rem;
  background: #F5F5F5;
  padding: 2rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}

body #content .dc-sec .dc-row .wpb_single_image img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body #content .process-sec .process-row {
  counter-reset: my-awesome-counter;
}

body #content .process-sec .process-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #f5f5f5;
  padding: 2rem;
  border-radius: 8px;
  margin-bottom: 2rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 100%;
  position: relative;
  counter-increment: my-awesome-counter;
}

body #content .process-sec .process-row > .wpb_column > .vc_column-inner > .wpb_wrapper:before {
  content: counter(my-awesome-counter, decimal);
  font-family: var(--global-font-family);
  font-size: 1.5rem;
  color: #fff;
  background: #EB1B16;
  /* padding: 0.5rem 1rem; */
  border-radius: 50%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3rem;
  left: 8%;
  text-align: center;
  z-index: 1;
}

body #content .process-sec .process-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

body #content .process-sec .process-row .process-txt .sub-head {
  color: #1A1A1A;
  text-transform: capitalize;
  font-weight: 700;
  margin-top: 1rem;
}

body #content .process-sec .process-row .process-txt p strong {
  color: #1A1A1A;
  font-weight: 600;
}

body #content .home-courses-sec .home-courses-row > .wpb_column > .vc_column-inner {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 1.5rem;
}

body #content .home-courses-sec .home-courses-row > .wpb_column:first-child > .vc_column-inner {
  padding-left: 0;
}

body #content .home-courses-sec .home-courses-row > .wpb_column:last-child > .vc_column-inner {
  padding-right: 0;
}

body #content .home-courses-sec .home-courses-row > .wpb_column:nth-child(2) > .vc_column-inner {
  position: relative;
}

body #content .home-courses-sec .home-courses-row > .wpb_column:nth-child(2) > .vc_column-inner::before {
  content: 'MOST POPULAR';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -42%);
          transform: translate(-50%, -42%);
  z-index: 2;
  background: #EB1B16;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.4rem 0.85rem;
  border-radius: 6px;
  font-family: var(--global-font-family);
  white-space: nowrap;
  -webkit-box-shadow: 0 4px 12px rgba(235, 27, 22, 0.35);
          box-shadow: 0 4px 12px rgba(235, 27, 22, 0.35);
}

body #content .home-courses-sec .home-courses-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(31, 31, 31, 0.08);
  padding: 1.75rem 1.5rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
  -webkit-box-shadow: 0 4px 18px rgba(15, 17, 21, 0.06);
          box-shadow: 0 4px 18px rgba(15, 17, 21, 0.06);
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}

body #content .home-courses-sec .home-courses-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  -webkit-box-shadow: 0 8px 28px rgba(15, 17, 21, 0.1);
          box-shadow: 0 8px 28px rgba(15, 17, 21, 0.1);
}

body #content .home-courses-sec .home-courses-row > .wpb_column:nth-child(2) > .vc_column-inner > .wpb_wrapper {
  border: 2px solid #EB1B16;
  -webkit-box-shadow: 0 6px 24px rgba(235, 27, 22, 0.12);
          box-shadow: 0 6px 24px rgba(235, 27, 22, 0.12);
}

body #content .home-courses-sec .home-courses-row h2.sub-head {
  color: #1F1F1F !important;
  text-align: center !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  text-transform: none !important;
  margin: 0 0 0.5rem !important;
  line-height: 1.3;
  font-family: var(--global-font-family);
  letter-spacing: 0;
}

body #content .home-courses-sec .home-courses-row .txt.center {
  margin-bottom: 0.75rem;
}

body #content .home-courses-sec .home-courses-row .txt.center p {
  color: #8a8a8a !important;
  font-size: 0.9375rem !important;
  line-height: 1.5;
  margin: 0 !important;
}

body #content .home-courses-sec .home-courses-row .txt:not(.center) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  margin-bottom: 0.75rem;
}

body #content .home-courses-sec .home-courses-row .txt:not(.center) > .wpb_wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body #content .home-courses-sec .home-courses-row .txt:not(.center) .price {
  margin-bottom: 1rem;
}

body #content .home-courses-sec .home-courses-row .txt:not(.center) .price .amount {
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  font-weight: 700;
  color: #EB1B16;
  line-height: 1.1;
  font-family: var(--global-font-family);
}

body #content .home-courses-sec .home-courses-row .txt:not(.center) .price .duration {
  font-size: 0.9375rem;
  color: #8a8a8a;
  font-weight: 500;
}

body #content .home-courses-sec .home-courses-row .txt:not(.center) p.was {
  margin: -0.35rem 0 0.85rem;
  font-size: 0.875rem;
  color: #a3a3a3;
  text-decoration: line-through;
}

body #content .home-courses-sec .home-courses-row .txt:not(.center) ul {
  list-style: none;
  padding: 0;
  margin: 0 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body #content .home-courses-sec .home-courses-row .txt:not(.center) ul li {
  position: relative;
  padding-left: 1.35rem;
  margin: 0 0 0.55rem;
  font-size: 0.875rem;
  color: #5c5c5c;
  line-height: 1.45;
  font-family: var(--global-font-family);
}

body #content .home-courses-sec .home-courses-row .txt:not(.center) ul li::before {
  content: '\f00c';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #EB1B16;
  font-size: 0.8rem;
}

body #content .home-courses-sec .home-courses-row .vc_btn3-container.btn {
  margin-top: auto;
  margin-bottom: 0 !important;
  padding-top: 0.5rem;
}

body #content .home-courses-sec .home-courses-row .vc_btn3-container.btn .vc_btn3.vc_btn3-color-grey, body #content .home-courses-sec .home-courses-row .vc_btn3-container.btn .vc_btn3 {
  background: transparent !important;
  border: 2px solid #EB1B16 !important;
  color: #EB1B16 !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  font-size: 0.9375rem !important;
  padding: 0.75rem 1.25rem !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}

body #content .home-courses-sec .home-courses-row .vc_btn3-container.btn .vc_btn3.vc_btn3-color-grey:hover, body #content .home-courses-sec .home-courses-row .vc_btn3-container.btn .vc_btn3:hover {
  background: rgba(235, 27, 22, 0.06) !important;
  color: #C61010 !important;
  border-color: #C61010 !important;
}

body #content .home-courses-sec .home-courses-row > .wpb_column:nth-child(2) .vc_btn3-container.btn .vc_btn3.vc_btn3-color-grey, body #content .home-courses-sec .home-courses-row > .wpb_column:nth-child(2) .vc_btn3-container.btn .vc_btn3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#F26B3A), to(#EB1B16)) !important;
  background: linear-gradient(180deg, #F26B3A 0%, #EB1B16 100%) !important;
  border: 1px solid #EB1B16 !important;
  color: #fff !important;
}

body #content .home-courses-sec .home-courses-row > .wpb_column:nth-child(2) .vc_btn3-container.btn .vc_btn3.vc_btn3-color-grey:hover, body #content .home-courses-sec .home-courses-row > .wpb_column:nth-child(2) .vc_btn3-container.btn .vc_btn3:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#E55A2E), to(#C61010)) !important;
  background: linear-gradient(180deg, #E55A2E 0%, #C61010 100%) !important;
  border-color: #C61010 !important;
  color: #fff !important;
}

body #content .add-offers-row > .wpb_column > .vc_column-inner {
  padding-left: 0.65rem;
  padding-right: 0.65rem;
  padding-bottom: 1.25rem;
}

body #content .add-offers-row > .wpb_column:first-child > .vc_column-inner {
  padding-left: 0;
}

body #content .add-offers-row > .wpb_column:last-child > .vc_column-inner {
  padding-right: 0;
}

body #content .add-offers-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #fafafa;
  border: 1px solid rgba(31, 31, 31, 0.1);
  border-radius: 14px;
  padding: 1.75rem 1.35rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-shadow: 0 4px 16px rgba(15, 17, 21, 0.06);
          box-shadow: 0 4px 16px rgba(15, 17, 21, 0.06);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

body #content .add-offers-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  -webkit-box-shadow: 0 8px 24px rgba(15, 17, 21, 0.1);
          box-shadow: 0 8px 24px rgba(15, 17, 21, 0.1);
}

body #content .add-offers-row h3.vc_custom_heading {
  color: #0F1115 !important;
  text-align: center !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  margin: 0 0 1rem !important;
  font-family: var(--global-font-family);
  line-height: 1.25;
}

body #content .add-offers-row .txt.center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  margin-bottom: 1rem;
}

body #content .add-offers-row .txt.center .price {
  margin-bottom: 0.85rem;
  line-height: 1.25;
}

body #content .add-offers-row .txt.center .price .amount {
  font-size: clamp(1.65rem, 2.8vw, 2.1rem);
  font-weight: 700;
  color: #EB1B16;
  font-family: var(--global-font-family);
}

body #content .add-offers-row .txt.center .price .duration {
  font-size: 0.9375rem;
  color: #8a8a8a;
  font-weight: 500;
  margin-left: 0.2rem;
}

body #content .add-offers-row .txt.center p {
  color: #454545 !important;
  font-size: 0.9375rem !important;
  line-height: 1.55;
  margin: 0 !important;
}

body #content .add-offers-row .vc_btn3-container.btn-outline {
  margin-top: auto;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 15rem;
}

body #content .add-offers-row .vc_btn3-container.btn-outline .vc_btn3.vc_btn3-color-grey, body #content .add-offers-row .vc_btn3-container.btn-outline .vc_btn3 {
  background: #fff !important;
  border: 2px solid #EB1B16 !important;
  color: #EB1B16 !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  font-size: 0.9375rem !important;
  padding: 0.7rem 1.35rem !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  width: 100%;
}

body #content .add-offers-row .vc_btn3-container.btn-outline .vc_btn3.vc_btn3-color-grey:hover, body #content .add-offers-row .vc_btn3-container.btn-outline .vc_btn3:hover {
  background: rgba(235, 27, 22, 0.06) !important;
  color: #C61010 !important;
  border-color: #C61010 !important;
}

body #content .areas-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

body #content .areas-grid .area-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.1rem;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 1.25rem 1.35rem;
  -webkit-transition: -webkit-box-shadow 0.25s ease;
  transition: -webkit-box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}

body #content .areas-grid .area-card:hover {
  -webkit-box-shadow: 0 6px 22px rgba(15, 17, 21, 0.08);
          box-shadow: 0 6px 22px rgba(15, 17, 21, 0.08);
}

body #content .areas-grid .area-card > p:empty {
  display: none;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
}

body #content .areas-grid .area-card > i.location-icon, body #content .areas-grid .area-card > i.fas.location-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.125rem;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  color: #dc2626;
  font-size: 1.15rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body #content .areas-grid .area-card > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  text-align: left;
}

body #content .areas-grid .area-card > div h4 {
  margin: 0 0 0.35rem;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #111;
  font-family: var(--global-font-family);
  line-height: 1.3;
}

body #content .areas-grid .area-card > div p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.45;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body #content .students-grid-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 0 2rem;
  padding: 0 clamp(2.25rem, 5vw, 3.25rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

body #content .students-grid-wrap .students-slider:not(.slick-initialized) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(min(100%, 17.5rem), 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(min(100%, 17.5rem), 1fr));
  gap: 1.25rem 1.5rem;
  width: 100%;
}

body #content .students-grid-wrap .students-slider.slick-initialized {
  position: relative;
  max-width: 100%;
}

body #content .students-grid-wrap .students-slider.slick-initialized .slick-list {
  margin: 0;
  padding: 0.35rem 0 2.85rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body #content .students-grid-wrap .students-slider.slick-initialized .slick-slide {
  height: auto;
  padding: 0 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body #content .students-grid-wrap .students-slider.slick-initialized .slick-slide > div {
  height: 100%;
  width: 100%;
  min-width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body #content .students-grid-wrap .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  margin-top: -1.375rem;
  -webkit-transform: none;
          transform: none;
  line-height: 1;
  background: #fff;
  color: #EB1B16;
  -webkit-box-shadow: 0 4px 18px rgba(15, 17, 21, 0.12);
          box-shadow: 0 4px 18px rgba(15, 17, 21, 0.12);
  cursor: pointer;
  -webkit-transition: background 0.25s ease, color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background 0.25s ease, color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.95rem;
}

body #content .students-grid-wrap .slick-arrow:hover, body #content .students-grid-wrap .slick-arrow:focus-visible {
  background: linear-gradient(135deg, #F26B3A 0%, #EB1B16 100%);
  color: #fff;
  -webkit-box-shadow: 0 6px 22px rgba(235, 27, 22, 0.35);
          box-shadow: 0 6px 22px rgba(235, 27, 22, 0.35);
  outline: none;
}

body #content .students-grid-wrap .slick-arrow.slick-prev {
  left: 0.15rem;
}

body #content .students-grid-wrap .slick-arrow.slick-next {
  right: 0.15rem;
}

body #content .students-grid-wrap .slick-arrow.slick-disabled {
  opacity: 0.35;
  pointer-events: none;
}

body #content .students-grid-wrap .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.15rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

body #content .students-grid-wrap .slick-dots li {
  margin: 0;
  padding: 0;
}

body #content .students-grid-wrap .slick-dots li button {
  width: 0.55rem;
  height: 0.55rem;
  padding: 0;
  border: none;
  border-radius: 999px;
  font-size: 0;
  line-height: 0;
  background: #d4d4d4;
  cursor: pointer;
  -webkit-transition: background 0.25s ease, -webkit-transform 0.25s ease;
  transition: background 0.25s ease, -webkit-transform 0.25s ease;
  transition: background 0.25s ease, transform 0.25s ease;
  transition: background 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}

body #content .students-grid-wrap .slick-dots li button::before {
  display: none;
}

body #content .students-grid-wrap .slick-dots li.slick-active button {
  background: #EB1B16;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

body #content .students-grid-wrap .student-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 14px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 18px rgba(15, 17, 21, 0.06);
          box-shadow: 0 4px 18px rgba(15, 17, 21, 0.06);
  -webkit-transition: -webkit-box-shadow 0.35s ease, -webkit-transform 0.35s ease;
  transition: -webkit-box-shadow 0.35s ease, -webkit-transform 0.35s ease;
  transition: box-shadow 0.35s ease, transform 0.35s ease;
  transition: box-shadow 0.35s ease, transform 0.35s ease, -webkit-box-shadow 0.35s ease, -webkit-transform 0.35s ease;
}

body #content .students-grid-wrap .student-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 1;
  pointer-events: none;
}

body #content .students-grid-wrap .student-card.passed::before {
  background: #0EC879;
}

body #content .students-grid-wrap .student-card.failed::before {
  background: -webkit-gradient(linear, left top, right top, from(#b91c1c), to(#991b1b));
  background: linear-gradient(90deg, #b91c1c 0%, #991b1b 100%);
}

body #content .students-grid-wrap .student-card:hover {
  -webkit-box-shadow: 0 12px 32px rgba(15, 17, 21, 0.12);
          box-shadow: 0 12px 32px rgba(15, 17, 21, 0.12);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

body #content .students-grid-wrap .student-card:hover .student-image img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

body #content .students-grid-wrap .student-image {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 2 / 3;
  background: #f5f5f5;
  overflow: hidden;
}

body #content .students-grid-wrap .student-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease;
}

body #content .students-grid-wrap .student-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  padding: 1.15rem 1.35rem 1.4rem;
  text-align: left;
  min-height: 0;
}

body #content .students-grid-wrap .student-content p:empty {
  display: none;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
}

body #content .students-grid-wrap .student-content p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #737373;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body #content .students-grid-wrap .student-content p:last-child {
  margin-bottom: 0;
}

body #content .students-grid-wrap .status-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: var(--global-font-family);
  padding: 0.4rem 0.75rem;
  border-radius: 6px;
  line-height: 1;
  white-space: nowrap;
  -webkit-box-shadow: 0 2px 8px rgba(15, 17, 21, 0.08);
          box-shadow: 0 2px 8px rgba(15, 17, 21, 0.08);
}

body #content .students-grid-wrap .status-badge.passed {
  background: #0EC879;
  color: #fff;
}

body #content .students-grid-wrap .status-badge.failed {
  background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
  color: #fff;
}

body #content .students-grid-wrap .faults {
  font-size: 0.875rem;
  font-weight: 500;
  color: #5c5c5c;
  font-family: var(--global-font-family);
  line-height: 1.35;
}

body #content .students-grid-wrap .student-name {
  margin: 0.15rem 0 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0F1115;
  font-family: var(--global-font-family);
  line-height: 1.3;
  width: 100%;
}

body #content .requirements-sec .requirements-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 0.938rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 36rem) {
  body #content .requirements-sec .requirements-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 1.1rem 1.25rem;
  }
}

@media (min-width: 62rem) {
  body #content .requirements-sec .requirements-grid {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 1.15rem 1.35rem;
  }
}

body #content .requirements-sec .requirement-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.85rem;
  margin: 0;
  padding: 1.15rem 1.2rem;
  background: #fff;
  border: 1px solid rgba(31, 31, 31, 0.06);
  border-radius: 14px;
  text-align: left;
  -webkit-box-shadow: 0 4px 16px rgba(15, 17, 21, 0.06);
          box-shadow: 0 4px 16px rgba(15, 17, 21, 0.06);
  -webkit-transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}

body #content .requirements-sec .requirement-card:hover {
  -webkit-box-shadow: 0 10px 28px rgba(15, 17, 21, 0.1);
          box-shadow: 0 10px 28px rgba(15, 17, 21, 0.1);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  border-color: rgba(235, 27, 22, 0.12);
}

body #content .requirements-sec .requirement-card__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: #EB1B16;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.65rem;
  line-height: 1;
  margin-top: 0.12rem;
}

body #content .requirements-sec .requirement-card__icon i {
  display: block;
  line-height: 1;
}

body #content .requirements-sec .requirement-card__text {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #0F1115;
  font-family: var(--global-font-family);
  line-height: 1.45;
  letter-spacing: -0.01em;
}

body #content .cont-detail {
  margin: 0 0 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body #content .cont-detail > .wpb_column > .vc_column-inner {
  padding: 0;
}

body #content .cont-detail .contact-icon {
  text-align: left !important;
}

body #content .cont-detail .contact-icon .vc_icon_element-inner {
  background: #fef2f2 !important;
  border: 1px solid #fecaca !important;
  border-radius: 10px !important;
  width: 3.125rem !important;
  height: 3.125rem !important;
  min-width: 3.125rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

body #content .cont-detail .contact-icon .vc_icon_element-icon {
  font-size: 1.15rem !important;
}

body #content .cont-detail .cont-link .sub-head {
  text-transform: none !important;
  color: #0F1115 !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  margin: 0 0 0.2rem !important;
}

body #content .cont-detail .cont-link p {
  font-size: 1rem;
  color: #737373 !important;
  opacity: 1 !important;
  margin: 0 !important;
  line-height: 1.45;
}

body #content .cont-detail .cont-link p a {
  color: #737373 !important;
  text-decoration: none;
}

body #content .cont-detail .cont-link p a:hover {
  color: #EB1B16 !important;
}

body #content .contact-page-sec {
  background: #fff;
  padding: clamp(2rem, 4vw, 3.5rem) 0;
  margin-bottom: 0;
}

body #content .contact-page-sec .contact-row > p:empty, body #content .contact-page-sec .contact-row > br {
  display: none;
}

body #content .contact-page-sec .contact-row {
  margin: 0;
}

body #content .contact-page-sec .contact-row > .wpb_column > .vc_column-inner > .wpb_wrapper > br {
  display: none;
}

body #content .contact-page-sec .contact-row > .wpb_column > .vc_column-inner {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

body #content .contact-page-sec .contact-row > .wpb_column:first-child > .vc_column-inner {
  padding-left: 0;
}

body #content .contact-page-sec .contact-row > .wpb_column:last-child > .vc_column-inner {
  padding-right: 0;
}

body #content .contact-page-sec h2.main-head {
  margin-bottom: 1.8rem !important;
  font-size: 1.7rem;
  font-weight: 700 !important;
  color: #0F1115 !important;
  text-align: left !important;
}

body #content .contact-page-sec .quick-booking {
  margin: 1.75rem 0;
  padding: 1.5rem 1.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#F26B3A), to(#EB1B16));
  background: linear-gradient(180deg, #F26B3A 0%, #EB1B16 100%);
  border-radius: 12px;
  text-align: center;
  -webkit-box-shadow: 0 8px 24px rgba(235, 27, 22, 0.25);
          box-shadow: 0 8px 24px rgba(235, 27, 22, 0.25);
}

body #content .contact-page-sec .quick-booking h3, body #content .contact-page-sec .quick-booking .qb-title {
  margin: 0 0 0.35rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  font-family: var(--global-font-family);
}

body #content .contact-page-sec .quick-booking p, body #content .contact-page-sec .quick-booking .qb-sub {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--global-font-family);
}

body #content .contact-page-sec .quick-booking a, body #content .contact-page-sec .quick-booking .qb-phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  background: #fff !important;
  color: #EB1B16 !important;
  font-weight: 700;
  padding: 0.65rem 1.25rem;
  border-radius: 10px;
  text-decoration: none;
  font-size: 1rem;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

body #content .contact-page-sec .quick-booking a:hover, body #content .contact-page-sec .quick-booking .qb-phone:hover {
  background: #fef2f2 !important;
  color: #C61010 !important;
}

body #content .contact-page-sec form.wpcf7-form {
  margin-top: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

body #content .contact-page-sec form.wpcf7-form:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
}

body #content .contact-page-sec form.wpcf7-form .form-group p {
  margin: 0;
}

body #content .contact-page-sec form.wpcf7-form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 0;
}

body #content .contact-page-sec form.wpcf7-form .form-row .form-group {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 0.5rem);
          flex: 1 1 calc(50% - 0.5rem);
  min-width: 10rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

body #content .contact-page-sec form.wpcf7-form .form-group {
  padding-bottom: 1rem;
}

body #content .contact-page-sec form.wpcf7-form label {
  font-weight: 700;
  color: #0F1115;
  font-size: 0.9375rem;
  line-height: 1.5;
  display: block;
  margin-bottom: 0;
}

body #content .contact-page-sec form.wpcf7-form input[type="text"], body #content .contact-page-sec form.wpcf7-form input[type="email"], body #content .contact-page-sec form.wpcf7-form input[type="tel"], body #content .contact-page-sec form.wpcf7-form select, body #content .contact-page-sec form.wpcf7-form textarea {
  margin-bottom: 1rem;
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px !important;
  background: #fff !important;
  padding: 0.65rem 0.85rem !important;
}

body #content .contact-page-sec form.wpcf7-form input[type="text"]:focus, body #content .contact-page-sec form.wpcf7-form input[type="email"]:focus, body #content .contact-page-sec form.wpcf7-form input[type="tel"]:focus, body #content .contact-page-sec form.wpcf7-form select:focus, body #content .contact-page-sec form.wpcf7-form textarea:focus {
  border-color: #EB1B16 !important;
  outline: none !important;
}

body #content .contact-page-sec form.wpcf7-form textarea {
  min-height: 10rem;
  height: auto !important;
}

body #content .contact-page-sec form.wpcf7-form .submit-btn {
  text-align: center;
  padding-top: 0.25rem;
}

body #content .contact-page-sec form.wpcf7-form .submit-btn input, body #content .contact-page-sec form.wpcf7-form .submit-btn button {
  border-radius: 10px !important;
  font-weight: 600 !important;
  padding: 0.95rem 1.5rem !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#F26B3A), to(#EB1B16)) !important;
  background: linear-gradient(180deg, #F26B3A 0%, #EB1B16 100%) !important;
  border: 1px solid #EB1B16 !important;
}

body #content .contact-page-sec form.wpcf7-form .submit-btn input:hover, body #content .contact-page-sec form.wpcf7-form .submit-btn button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#E55A2E), to(#C61010)) !important;
  background: linear-gradient(180deg, #E55A2E 0%, #C61010 100%) !important;
  border-color: #C61010 !important;
}

body form.wpcf7-form {
  padding: 2rem;
  border-radius: 0.5rem;
  background: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body form.wpcf7-form .main-head {
  font-size: 1.8rem !important;
  font-family: var(--global-font-family);
  font-weight: 600 !important;
  color: #1A1A1A !important;
  margin-bottom: 1.167rem;
}

body form.wpcf7-form .flex-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body form.wpcf7-form .form-group {
  padding-bottom: 1rem;
  width: 100%;
}

body form.wpcf7-form label {
  font-size: 1rem;
  line-height: 2;
}

body form.wpcf7-form label span {
  color: #EB1B16;
}

body form.wpcf7-form input[type="text"], body form.wpcf7-form input[type="email"], body form.wpcf7-form input[type="tel"], body form.wpcf7-form input[type="date"] {
  width: 100%;
  padding: 0.5rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  outline: none;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #f5f5f5;
  color: #0F1115;
}

body form.wpcf7-form input[type="text"]:focus, body form.wpcf7-form input[type="email"]:focus, body form.wpcf7-form input[type="tel"]:focus, body form.wpcf7-form input[type="date"]:focus {
  outline: none;
  border-color: #EB1B16;
  border-radius: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

body form.wpcf7-form .error {
  color: #EB1B16;
}

body form.wpcf7-form .success {
  color: #0EC879;
}

body form.wpcf7-form select {
  width: 100%;
  padding: 0.5rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  outline: none;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #f5f5f5;
  color: #0F1115;
}

body form.wpcf7-form select:focus {
  outline: none;
  border-color: #EB1B16;
  border-radius: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

body form.wpcf7-form textarea {
  width: 100%;
  padding: 0.5rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  outline: none;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  resize: none;
  height: 200px;
  background: #f5f5f5;
  color: #0F1115;
}

body form.wpcf7-form textarea:focus {
  outline: none;
  border-color: #EB1B16;
  border-radius: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

body form.wpcf7-form .radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

body form.wpcf7-form .radios input {
  margin: 0;
  width: 20px;
  accent-color: #EB1B16;
}

body form.wpcf7-form .radios .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

body form.wpcf7-form .submit-btn {
  text-align: right;
  margin-bottom: 0;
  position: relative;
}

body form.wpcf7-form .submit-btn input, body form.wpcf7-form .submit-btn button {
  padding: 0.806rem 3.333rem;
  border-radius: 0.5rem;
  background-color: #EB1B16;
  color: #fff;
  border: none;
  width: 100%;
  font-family: var(--global-font-family);
  font-weight: 400;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body form.wpcf7-form .submit-btn .wpcf7-spinner {
  left: 0;
  top: 15%;
  position: absolute;
}

body form.wpcf7-form .wpcf7-response-output {
  border: none;
  color: #EB1B16;
}

body footer#colophon .footer-main {
  padding: 2rem 0;
  background: #1A1A1A;
}

body footer#colophon .footer-main .flex-row {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: 25% 25% 25% 25%;
      grid-template-columns: 25% 25% 25% 25%;
  grid-column-gap: 2em;
}

body footer#colophon .footer-main .foot-1 .logo {
  margin-bottom: 1rem;
}

body footer#colophon .footer-main .foot-1 .logo img {
  height: auto;
  width: 40%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

body footer#colophon .footer-main .foot-1 ul.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
  gap: 0.6em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}

body footer#colophon .footer-main .foot-1 ul.social-icons li {
  font-size: 1.2rem;
  margin-bottom: 0;
}

body footer#colophon .footer-main .foot-1 ul.social-icons li a {
  color: #fff;
  font-size: inherit;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  padding: 0.2rem;
  background: #262626;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body footer#colophon .footer-main .foot-1 ul.social-icons li a i {
  margin-right: 0;
  color: #fff;
}

body footer#colophon .footer-main .foot-1 ul.social-icons li a:hover {
  background: #EB1B16;
  color: #fff;
}

body footer#colophon .footer-main .foot-1 ul.social-icons li a:hover i {
  color: #fff;
}

body footer#colophon .footer-main section.widget h2.widget-title {
  font-family: var(--global-font-family);
  font-weight: 600;
  font-size: 1.23rem;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 1.5rem;
}

body footer#colophon .footer-main section.widget p {
  font-size: 1rem;
  font-family: var(--global-font-family);
  color: #fff;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

body footer#colophon .footer-main section.widget ul {
  list-style: none;
  padding: 0;
  display: -ms-grid;
  display: grid;
  gap: 0.5em;
}

body footer#colophon .footer-main section.widget ul li {
  font-family: var(--global-font-family);
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
}

body footer#colophon .footer-main section.widget ul li a {
  font-size: inherit;
  color: #fff;
}

body footer#colophon .footer-main section.widget ul li a i {
  margin-right: 0.5rem;
  color: #EB1B16;
}

body footer#colophon .footer-main section.widget ul li a:hover {
  color: #EB1B16;
}

body footer#colophon .copyright {
  padding: 1rem 0;
  background: #1A1A1A;
  border-top: 1px solid #ffffff8c;
}

body footer#colophon .copyright p {
  font-size: 0.95rem;
  font-family: var(--global-font-family);
  color: #ffffff8c;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
}

body footer#colophon .copyright p a {
  color: #fff;
}

body footer#colophon .copyright p a:hover {
  color: #EB1B16;
}
/*# sourceMappingURL=template.css.map */