@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
:root {
  --global-font-family: "DM Sans", sans-serif;
  --global-font-size: 18px;
  --global-font-weight: 400;
  --global-font-color: #212121;
  --global-background-color: #fff;
}

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

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

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

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

@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size);
  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.page-id-21 footer#colophon .footer-main .footer-top {
  display: none;
}
body ::-moz-selection {
  background-color: #D11F29;
  color: #fff;
}
body ::selection {
  background-color: #D11F29;
  color: #fff;
}
body .container {
  max-width: 1670px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0.938em;
}
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 1rem;
}
body a {
  color: var(--global-font-color);
  text-decoration: none;
  box-shadow: none;
  transition: 0.4s;
}
body a:hover {
  color: #D11F29;
  transition: 0.4s;
}
body .max-80 {
  max-width: 80%;
}
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.938em;
  box-sizing: border-box;
}
body .flex-row .col-2 {
  flex: 0 0 16.67%;
  width: 16.67%;
  padding: 0 0.938em;
  box-sizing: border-box;
}
body .flex-row .col-3 {
  flex: 0 0 25%;
  width: 25%;
  padding: 0 0.938em;
  box-sizing: border-box;
}
body .flex-row .col-4 {
  flex: 0 0 33.33%;
  width: 33.33%;
  padding: 0 0.938em;
  box-sizing: border-box;
}
body .flex-row .col-5 {
  flex: 0 0 41.66%;
  width: 41.66%;
  padding: 0 0.938em;
  box-sizing: border-box;
}
body .flex-row .col-6 {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 0.938em;
  box-sizing: border-box;
}
body .flex-row .col-7 {
  flex: 0 0 58.33%;
  width: 58.33%;
  padding: 0 0.938em;
  box-sizing: border-box;
}
body .flex-row .col-8 {
  flex: 0 0 66.66%;
  width: 66.66%;
  padding: 0 0.938em;
  box-sizing: border-box;
}
body .flex-row .col-9 {
  flex: 0 0 75%;
  width: 75%;
  padding: 0 0.938em;
  box-sizing: border-box;
}
body .flex-row .col-10 {
  flex: 0 0 83.33%;
  width: 83.33%;
  padding: 0 0.938em;
  box-sizing: border-box;
}
body .flex-row .col-11 {
  flex: 0 0 91.66%;
  width: 91.66%;
  padding: 0 0.938em;
  box-sizing: border-box;
}
body .flex-row .col-12 {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 0.938em;
  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 .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%;
  padding: 0.5em 0;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
body header#masthead .header-main .flex-row {
  align-items: center;
  justify-content: space-between;
}
body header#masthead .header-main .flex-row > div {
  padding: 0;
}
body header#masthead .header-main .logo {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
body header#masthead .header-main ul.menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
  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: 1em;
}
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: 30%;
  right: 0;
  font-size: 0.8em;
  transition: all 0.3s;
  color: #212121;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a:hover::after {
  rotate: 180deg;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.current-menu-item > a:before {
  left: 0;
  right: 0;
}
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: #212121;
  transition: 0.4s;
  position: relative;
  padding: 0.2em 0;
  font-weight: 500;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 0;
  bottom: 0;
  background: #D11F29;
  height: 2px;
  transition: all 0.4s;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item a:hover:before {
  left: 0;
  width: 100%;
}
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 20px 20px rgba(0, 0, 0, 0.18);
  border-top: 2px solid #D11F29;
  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.5em 1em;
  color: #212121;
  letter-spacing: 0;
  transition: 0.4s;
  transform: perspective(1px) translateZ(0);
  display: block;
  position: relative;
  font-size: 1em;
  box-sizing: border-box;
  font-weight: 400;
  text-transform: capitalize;
}
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: #D11F29;
  color: #fff;
  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: #3d332f;
  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: #3d332f;
}
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 3.889rem 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 .mg-bottom {
  margin-bottom: 1.778rem;
}
body #content .m-auto {
  margin-left: auto;
  margin-right: auto;
}
body #content .justify-center {
  justify-content: center;
}
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: 30px;
}
body #content .border-img.overlay-bg {
  position: relative;
}
body #content .border-img.overlay-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  border-radius: 30px;
}
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: 2.778rem;
  font-family: var(--global-font-family);
  font-weight: 700;
  color: #212121;
  margin-bottom: 1.167rem;
  text-transform: capitalize;
}
body #content .main-head b {
  font-weight: 300;
}
body #content .sub-head {
  font-size: 1.667rem;
  font-family: var(--global-font-family);
  font-weight: 600;
  color: #1A9948;
  margin-bottom: 0.5rem;
}
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.111rem;
  line-height: 2rem;
  font-weight: 300;
}
body #content .txt p {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1.111rem;
  font-weight: 300;
}
body #content .txt p strong {
  color: #212121;
  font-weight: 600;
}
body #content .txt a {
  color: var(--global-font-color);
  transition: 0.4s;
  font-size: inherit;
}
body #content .txt a:hover {
  opacity: 0.8;
}
body #content .btn {
  margin-bottom: 0;
}
body #content .btn a {
  background: #1A9948;
  color: #fff;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 1.1rem;
  font-family: var(--global-font-family);
  border: none;
  border-radius: 0;
  font-weight: 500;
  padding: 0.806rem 3.333rem;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}
body #content .btn a:hover {
  background: #3d332f;
  color: #fff;
}
body #content .btn-2 {
  margin-bottom: 0;
}
body #content .btn-2 a {
  background: #D11F29;
  color: #fff;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 1.1rem;
  font-family: var(--global-font-family);
  border-radius: 15px;
  font-weight: 500;
  padding: 0.667rem 1.667rem;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}
body #content .btn-2 a:hover {
  color: #fff;
  background: #3d332f;
}
body #content .page-header {
  margin-bottom: 3.889rem;
}
body #content .page-header .page-header-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40vh;
  position: relative;
  display: flex;
  align-items: center;
}
body #content .page-header .page-header-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 100%);
}
body #content .page-header .page-header-container h1.page-title {
  font-size: 3.333rem;
  font-family: var(--global-font-family);
  font-weight: 700;
  color: #fff;
  margin: 0;
  margin-bottom: 1.111rem;
  z-index: 9;
  display: block;
  position: relative;
  max-width: 100%;
}
body #content .page-header .page-header-container p.page-subtitle {
  font-size: 1.389rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #fff;
  margin: 0;
  z-index: 9;
  display: block;
  position: relative;
}
body #content .hero-sec .hero-bg-slider {
  position: relative;
}
body #content .hero-sec .hero-bg-slider ul.slick-dots {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 10%;
  left: 5%;
  z-index: 2;
  padding: 0;
  margin: 0;
  list-style: none;
  height: 80%;
}
body #content .hero-sec .hero-bg-slider ul.slick-dots::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background: #562712;
  border-radius: 2px;
  z-index: 0;
}
body #content .hero-sec .hero-bg-slider ul.slick-dots::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: var(--progress-height, 0%);
  background: linear-gradient(to bottom, #F2CC76, #D4A574);
  border-radius: 2px;
  z-index: 1;
  transition: height 0.1s linear;
}
body #content .hero-sec .hero-bg-slider ul.slick-dots li {
  position: relative;
  margin: auto 0;
  z-index: 3;
}
body #content .hero-sec .hero-bg-slider ul.slick-dots li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 16px;
  height: 16px;
  background: #F2CC76;
  border-radius: 50%;
  z-index: 3;
}
body #content .hero-sec .hero-bg-slider ul.slick-dots li button {
  font-size: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
body #content .hero-sec .hero-bg-slider .hero-slide .hero-txt {
  position: absolute;
  top: 25%;
  left: 12%;
  width: 35%;
  height: 100%;
  z-index: 99;
}
body #content .hero-sec .hero-bg-slider .hero-slide .hero-txt h2 {
  font-size: 3.333rem;
}
body #content .hero-sec .hero-bg-slider .hero-slide .hero-txt p {
  font-size: 1.389rem;
}
body #content .hero-sec .hero-bg-slider .hero-slide .hero-txt .btn {
  margin-top: 1rem;
}
body #content .hero-sec .hero-slider-row .hero-slider-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}
body #content .hero-sec .hero-slider-row .hero-slider-2 .slick-slide {
  transition: all 0.6s;
  scale: 0.8;
  transform: translateY(50px);
}
body #content .hero-sec .hero-slider-row .hero-slider-2 .slick-slide.slick-active.slick-current {
  scale: 1;
  transform: translateY(0);
}
body #content .hero-sec .hero-slider-row .hero-slider-2 .slick-arrow {
  position: absolute;
  bottom: -10%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  background: #fff;
  color: #212121;
  font-size: 1.2rem;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  border: 1px solid #212121;
  cursor: pointer;
  transition: all 0.4s;
}
body #content .hero-sec .hero-slider-row .hero-slider-2 .slick-arrow:hover {
  background: #212121;
  color: #fff;
}
body #content .hero-sec .hero-slider-row .hero-slider-2 .slick-prev {
  left: 20%;
}
body #content .hero-sec .hero-slider-row .hero-slider-2 .slick-next {
  left: 25%;
}
body #content .hero-sec .hero-slider-row .hero-slider-2 .wpb_single_image img {
  border-radius: 20px;
}
body #content .hero-sec .hero-slider-row .hero-slider-2 .hero-tag {
  position: relative;
  margin-top: 1.167rem;
}
body #content .hero-sec .hero-slider-row .hero-slider-2 .hero-tag a {
  width: 100%;
  display: inline-block;
  background: #3d332f;
  color: #fff;
  padding: 1.222rem 1rem;
  border-radius: 10px;
  font-size: 1.389rem;
  border-radius: 10px;
  transition: all 0.4s;
  font-weight: 700;
  font-family: var(--global-font-family);
}
body #content .hero-sec .hero-slider-row .hero-slider-2 .hero-tag a:hover {
  background: #D11F29;
  color: #fff;
}
body #content .countdown-sec .countdown-row .countdown-txt .count {
  font-size: 5rem;
  font-family: var(--global-font-family);
  font-weight: 700;
  color: #D11F29;
  margin-bottom: 0;
}
body #content .countdown-sec .countdown-row .countdown-txt p {
  font-size: 1.389rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #212121;
  margin-bottom: 0;
}
body #content .pillars-sec {
  padding-bottom: 5rem;
}
body #content .pillars-sec .pillars-row > .wpb_column.even-col > .vc_column-inner > .wpb_wrapper {
  transform: translateY(17%);
}
body #content .pillars-sec .pillars-row > .wpb_column > .vc_column-inner {
  padding: 0;
}
body #content .space-sec .space-row .space-inner-row > .wpb_column > .vc_column-inner {
  padding: 0 0.25rem;
}
body #content .space-sec .space-row .space-inner-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  position: relative;
  margin-bottom: 0.5rem;
}
body #content .space-sec .space-row .space-inner-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover img {
  transform: scale(1.05);
  transition: all 0.4s;
}
body #content .space-sec .space-row .full-img {
  overflow: hidden;
}
body #content .space-sec .space-row .full-img img {
  transition: all 0.4s;
}
body #content .space-sec .space-row .space-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  padding: 1rem;
  display: flex;
  align-items: end;
}
body #content .space-sec .space-row .space-txt h4 {
  font-size: 1.667rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #fff;
  margin-bottom: 1rem;
}
body #content .space-sec .space-row .space-txt p {
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
body #content .space-sec .space-row .space-txt a {
  font-size: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
body #content .office-row .booking-title h4 {
  font-size: 1.667rem;
  font-weight: 500;
  font-family: var(--global-font-family);
  color: #212121;
  margin-bottom: 1rem;
}
body #content .office-row .booking-excerpt p {
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #212121;
  margin-bottom: 0;
}
body #content .testimonials-sec .testimonials-slider .slick-track {
  display: flex;
}
body #content .testimonials-sec .testimonials-slider .testimonial-txt {
  padding: 2.278rem 2.944rem;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 0.8rem;
  align-self: stretch;
  height: auto;
}
body #content .testimonials-sec .testimonials-slider .testimonial-txt h6 {
  font-size: 1.15rem;
  font-family: var(--global-font-family);
  font-weight: 700;
  color: #1A9948;
  margin: 0;
  margin: 0;
}
body #content .testimonials-sec .testimonials-slider .testimonial-txt p {
  font-size: 1.15rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #212121;
  margin-bottom: 1.5rem 0;
}
body #content .testimonials-sec ul.slick-dots {
  display: flex;
  padding-left: 0;
  justify-content: center;
  list-style: none;
  margin: 2em auto 0;
  width: -moz-fit-content;
  width: fit-content;
  background: #BABABA;
  border-radius: 10px;
}
body #content .testimonials-sec ul.slick-dots li {
  line-height: 1;
  display: flex;
  align-items: center;
}
body #content .testimonials-sec ul.slick-dots li button {
  background: #CACACA;
  transition: 0.4s;
  padding: 0;
  border: 0;
  font-size: 0;
  height: 10px;
  width: 160px;
  border-radius: 10px;
  cursor: pointer;
}
body #content .testimonials-sec ul.slick-dots li.slick-active button {
  background: #E09F17;
  transition: 0.4s;
}
body #content .programs-sec .programs-row .image-container .full-img {
  margin-left: 1rem;
}
body #content .vm-sec .vm-row {
  position: relative;
  padding: 2rem 0;
}
body #content .vm-sec .vm-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 100%;
  background: #562712;
  z-index: 99;
}
body #content .vm-sec .vm-row .vm-icon {
  margin-bottom: 0.5rem;
}
body #content .vm-sec .vm-row .vm-icon > .vc_figure > .vc_single_image-wrapper {
  text-align: center;
  border-radius: 50%;
  border: 8px solid #D11F29;
  padding: 0.5rem;
  overflow: hidden;
}
body #content .vm-sec .vm-row .vm-icon > .vc_figure > .vc_single_image-wrapper img {
  height: 80px;
  width: 80px;
  margin: 0 auto;
}
body #content .cv-sec .cv-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  gap: 1rem 4rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
body #content .cv-sec .cv-row .cv-txt .flex-row {
  align-items: center;
  gap: 0 1rem;
}
body #content .cv-sec .cv-row .cv-txt .flex-row h6 {
  font-size: 1.111rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #212121;
}
body #content .cv-sec .cv-row .cv-txt p {
  margin-bottom: 0;
}
body #content .sop-sec {
  position: relative;
  padding: 3.889rem 0;
}
body #content .sop-sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 243, 218, 0.9);
  z-index: 0;
  mix-blend-mode: hard-light;
}
body #content .services-sec .services-row-1 .services-img {
  position: relative;
  border-radius: 30px;
}
body #content .services-sec .services-row-1 .services-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 68.86%);
  z-index: 0;
  mix-blend-mode: hard-light;
}
body #content .services-sec .services-row-1 .services-img img {
  border-radius: 30px;
  height: 50vh;
}
body #content .services-sec .services-row-1 .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  padding: 0 3.889rem 3.889rem 3.889rem;
}
body #content .our-services-sec .our-services-row .our-services-inner > .wpb_column > .vc_column-inner > .wpb_wrapper {
  border-radius: 30px;
  border: 1px solid #CACACA;
  padding: 1.5rem;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.4s;
}
body #content .our-services-sec .our-services-row .our-services-inner > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  transform: translateY(-10px);
}
body #content .our-services-sec .our-services-row .our-services-inner > .wpb_column > .vc_column-inner > .wpb_wrapper:hover .sub-head {
  color: #1A9948 !important;
}
body #content .our-services-sec .our-services-row .our-services-inner > .wpb_column > .vc_column-inner > .wpb_wrapper:hover img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(27%) saturate(1962%) hue-rotate(97deg) brightness(88%) contrast(80%);
}
body #content .our-services-sec .our-services-row .our-services-inner .services-icon {
  margin-bottom: 0.5rem;
}
body #content .our-services-sec .our-services-row .our-services-inner .services-icon img {
  transition: all 0.4s;
}
body #content .our-services-sec .our-services-row .our-services-inner .sub-head {
  transition: all 0.4s;
}
body #content .services-tab-sec .service-tabs ul.vc_tta-tabs-list {
  display: flex;
  justify-content: center;
  margin: 0 3.889rem 2.5rem;
  padding: 1rem 0;
}
body #content .services-tab-sec .service-tabs ul.vc_tta-tabs-list li.vc_tta-tab {
  width: 13rem;
  margin: 0 1.5rem;
}
body #content .services-tab-sec .service-tabs ul.vc_tta-tabs-list li.vc_tta-tab:first-child {
  margin-left: 0;
}
body #content .services-tab-sec .service-tabs ul.vc_tta-tabs-list li.vc_tta-tab:last-child {
  margin-right: 0;
}
body #content .services-tab-sec .service-tabs ul.vc_tta-tabs-list li.vc_tta-tab a {
  font-family: var(--global-font-family);
  font-size: 1.111rem;
  font-weight: 400;
  background: #D11F29;
  color: #fff;
  border: 1px solid #D11F29;
  border-radius: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  opacity: 0.5;
  transform: translateY(10px);
}
body #content .services-tab-sec .service-tabs ul.vc_tta-tabs-list li.vc_tta-tab a:hover {
  opacity: 0.75;
  transition: 0.4s;
  transform: translateY(5px);
}
body #content .services-tab-sec .service-tabs ul.vc_tta-tabs-list li.vc_tta-tab a::before, body #content .services-tab-sec .service-tabs ul.vc_tta-tabs-list li.vc_tta-tab a::after {
  display: none !important;
}
body #content .services-tab-sec .service-tabs ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a {
  background: #D11F29;
  color: #fff;
  opacity: 1;
  transform: translateY(0);
}
body #content .services-tab-sec .service-tabs .serv-inner .vc_tta-panel-body {
  padding: 0;
  border: none;
  background-color: #fff;
}
body #content .services-tab-sec .service-tabs .serv-inner .vc_tta-panel-heading {
  background: transparent;
  border: none;
}
body #content .services-tab-sec .service-tabs .serv-inner .vc_tta-panel-heading .vc_tta-panel-title a {
  font-family: var(--global-font-family);
  font-size: 1.111rem;
  font-weight: 400;
  color: #fff;
  background: #D11F29;
  opacity: 0.5;
  border: 1px solid #D11F29;
  border-radius: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  margin: 0.5rem auto 2rem;
}
body #content .services-tab-sec .service-tabs .serv-inner.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
  background: #D11F29;
  color: #fff;
  border-color: #D11F29;
  opacity: 1;
}
body #content .services-tab-sec .services-tab-grid {
  margin-bottom: 3.889rem;
}
body #content .services-tab-sec .services-tab-grid > .wpb_column > .vc_column-inner > .wpb_wrapper {
  border-radius: 30px;
  border: 1px solid #CACACA;
  padding: 1.5rem;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.4s;
}
body #content .services-tab-sec .services-tab-grid > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  transform: translateY(-10px);
}
body #content .services-tab-sec .services-tab-grid > .wpb_column > .vc_column-inner > .wpb_wrapper:hover .sub-head {
  color: #1A9948 !important;
}
body #content .services-tab-sec .services-tab-grid > .wpb_column > .vc_column-inner > .wpb_wrapper:hover img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(27%) saturate(1962%) hue-rotate(97deg) brightness(88%) contrast(80%);
}
body #content .services-sec .services-row-1 .swahili-img img {
  height: 94vh;
}
body #content .cv-sec .signature-txt {
  max-width: 80%;
  margin: 2rem auto 0;
}
body #content .serve-sec .serve-row2 .serve-col > .vc_column-inner {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
body #content .serve-sec .serve-row2 .serve-col > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: #FFF3DA;
  min-height: 142px;
  border-radius: 20px;
  padding: 1rem;
}
body #content .contact-sec .contact-grid .contact-grid-inner > .wpb_column > .vc_column-inner > .wpb_wrapper {
  border-radius: 30px;
  border: 1px solid #CACACA;
  padding: 1.5rem;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
body #content .contact-sec .contact-grid .contact-grid-inner > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  transform: translateY(-10px);
}
body #content .contact-sec .contact-grid .contact-grid-inner > .wpb_column > .vc_column-inner > .wpb_wrapper:hover .sub-head {
  color: #1A9948 !important;
}
body #content .contact-sec .contact-grid .contact-grid-inner > .wpb_column > .vc_column-inner > .wpb_wrapper:hover img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(27%) saturate(1962%) hue-rotate(97deg) brightness(88%) contrast(80%);
}
body #content .contact-sec .contact-grid .contact-grid-inner .contact-icon {
  margin-bottom: 1.5rem;
  text-align: center;
}
body #content .contact-sec .contact-grid .contact-grid-inner .contact-icon img {
  transition: all 0.4s;
  height: auto;
  width: 60px;
}
body #content .contact-sec .contact-grid .contact-grid-inner .sub-head {
  transition: all 0.4s;
  font-size: 1.111rem;
  font-weight: 400;
  text-align: center !important;
}
body form.wpcf7-form .form .form-group {
  padding: 0;
}
body form.wpcf7-form .form .form-group p {
  margin-right: 1rem;
}
body form.wpcf7-form .form input[type=text], body form.wpcf7-form .form input[type=email], body form.wpcf7-form .form input[type=tel], body form.wpcf7-form .form input[type=number], body form.wpcf7-form .form input[type=date] {
  width: 100%;
  padding: 0.944rem 1.111rem;
  box-sizing: border-box;
  border: 1px solid #D7D7D7;
  border-radius: 0;
  outline: none;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  transition: 0.4s;
}
body form.wpcf7-form .form input[type=text]:focus, body form.wpcf7-form .form input[type=email]:focus, body form.wpcf7-form .form input[type=tel]:focus, body form.wpcf7-form .form input[type=number]:focus, body form.wpcf7-form .form input[type=date]:focus {
  outline: none;
  border-color: #1A9948;
  transition: 0.4s;
}
body form.wpcf7-form .form select {
  width: 100%;
  padding: 0.944rem 1.111rem;
  box-sizing: border-box;
  border: 1px solid #D7D7D7;
  outline: none;
  font-size: 1rem;
  border-radius: 0;
  font-family: var(--global-font-family);
  font-weight: 400;
  transition: 0.4s;
}
body form.wpcf7-form .form select:focus {
  outline: none;
  border-color: #1A9948;
  transition: 0.4s;
}
body form.wpcf7-form .form textarea {
  width: 100%;
  padding: 0.944rem 1.111rem;
  box-sizing: border-box;
  border: 1px solid #D7D7D7;
  outline: none;
  font-size: 1rem;
  border-radius: 0;
  font-family: var(--global-font-family);
  font-weight: 400;
  resize: none;
  height: 140px;
}
body form.wpcf7-form .form textarea:focus {
  outline: none;
  border-color: #1A9948;
  transition: 0.4s;
}
body form.wpcf7-form .form .submit-btn {
  text-align: right;
}
body form.wpcf7-form .form .submit-btn input {
  background: #1A9948;
  color: #fff;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family);
  border: 1px solid #1A9948;
  border-radius: 0;
  font-weight: 500;
  padding: 0.806rem 3.333rem;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}
body form.wpcf7-form .form .submit-btn input:hover {
  background: transparent;
  color: #1A9948;
}
body form.wpcf7-form .form .submit-btn .wpcf7-spinner {
  display: none;
}
body .footer-map iframe {
  width: 100%;
  height: 478px;
  display: flex;
}
body footer#colophon {
  background: #FFF3DA;
  padding: 1.444rem 0 1.278rem 0;
}
body footer#colophon .copyright {
  text-align: center;
  padding-bottom: 0.5rem;
  position: relative;
}
body footer#colophon .copyright p {
  margin: 0;
  font-size: 0.889rem;
  font-weight: 500;
  color: #212121;
}
body footer#colophon .copyright p a {
  color: #212121;
  font-size: inherit;
}
body footer#colophon .copyright p a:hover {
  text-decoration: underline;
}
body footer#colophon .footer-main .footer-top {
  padding-bottom: 2.222rem;
  border-bottom: 1px solid #929292;
  margin-bottom: 1.833rem;
}
body footer#colophon .footer-main .footer-top .flex-row {
  justify-content: space-between;
}
body footer#colophon .footer-main .footer-top h2 {
  font-size: 2.778rem;
  font-family: var(--global-font-family);
  font-weight: 300;
  color: #212121;
  margin-bottom: 1.167rem;
  text-transform: capitalize;
}
body footer#colophon .footer-main .footer-top h2 strong {
  font-weight: 700;
}
body footer#colophon .footer-main .footer-top P {
  font-size: 1.111rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #212121;
}
body footer#colophon .footer-main .footer-bottom {
  padding-bottom: 2.222rem;
  border-bottom: 1px solid #929292;
  margin-bottom: 1.833rem;
}
body footer#colophon .footer-main .footer-bottom .flex-row {
  justify-content: space-between;
}
body footer#colophon .footer-main .footer-bottom .logo {
  width: -moz-fit-content;
  width: fit-content;
}
body footer#colophon .footer-main .footer-bottom .logo img {
  width: 100%;
  height: auto;
}
body footer#colophon .footer-main .footer-bottom .footer-col .footer-details {
  margin-bottom: 0.611rem;
}
body footer#colophon .footer-main .footer-bottom .footer-col .footer-details ul {
  display: flex;
  gap: 2.944rem;
  justify-content: end;
  list-style: none;
  padding-left: 0;
}
body footer#colophon .footer-main .footer-bottom .footer-col .footer-details ul li a {
  color: #212121;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  transition: 0.4s;
  display: flex;
  align-items: center;
  gap: 1.556rem;
}
body footer#colophon .footer-main .footer-bottom .footer-col .footer-details ul li a svg {
  color: #1A9948;
}
body footer#colophon .footer-main .footer-bottom .footer-col .footer-details ul li a:hover {
  text-decoration: underline;
}
body footer#colophon .footer-main .footer-bottom .footer-col .footer-menu ul {
  display: flex;
  gap: 0.5rem;
  justify-content: end;
  list-style: none;
  padding-left: 0;
}
body footer#colophon .footer-main .footer-bottom .footer-col .footer-menu ul li {
  border-right: 1px solid #212121;
  padding-right: 0.5rem;
}
body footer#colophon .footer-main .footer-bottom .footer-col .footer-menu ul li a {
  color: #212121;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  transition: 0.4s;
}
body footer#colophon .footer-main .footer-bottom .footer-col .footer-menu ul li a:hover {
  text-decoration: underline;
  color: #1A9948;
}
body footer#colophon .footer-main .footer-bottom .footer-col .footer-menu ul li:last-child {
  border-right: 0;
  padding-right: 0;
}/*# sourceMappingURL=template.css.map */