@font-face {
  font-family: "Alga";
  src: url("../fonts/Alga-RegularItalic.woff2") format("woff2"), url("../fonts/Alga-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Alga";
  src: url("../fonts/Alga-Extralight.woff2") format("woff2"), url("../fonts/Alga-Extralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alga";
  src: url("../fonts/Alga-ExtralightItalic.woff2") format("woff2"), url("../fonts/Alga-ExtralightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Alga";
  src: url("../fonts/Alga-BoldItalic.woff2") format("woff2"), url("../fonts/Alga-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Alga";
  src: url("../fonts/Alga-LightItalic.woff2") format("woff2"), url("../fonts/Alga-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Alga";
  src: url("../fonts/Alga-Medium.woff2") format("woff2"), url("../fonts/Alga-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alga";
  src: url("../fonts/Alga-Semibold.woff2") format("woff2"), url("../fonts/Alga-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alga";
  src: url("../fonts/Alga-SemiboldItalic.woff2") format("woff2"), url("../fonts/Alga-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  height: auto;
  background: linear-gradient(0deg, rgba(34, 65, 60, 0) 0%, #22413C 100%);
  transition: all 0.3s ease-in-out;
}
.main-header .navbar {
  padding: 23px 0 0px 0px;
  transition: all 0.3s ease-in-out;
}
.main-header .navbar .container {
  position: relative;
  align-items: flex-start;
}
.main-header .navbar .container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1200px) {
  .main-header .navbar .container::after {
    bottom: -20px;
    width: calc(100% - 40px);
    left: 20px;
    display: none !important;
  }
}
.main-header .navbar-brand img {
  height: 40px;
  width: auto;
}
@media (max-width: 766px) {
  .main-header .navbar-brand img {
    height: 31px;
  }
}
.main-header .nav-item {
  position: relative;
  padding: 0 12px;
}
.main-header .nav-item:last-child {
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
  margin-left: 12px;
}
.main-header .nav-item:last-child:hover::after {
  opacity: 0;
}
.main-header .nav-item::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 3.1px;
  width: 100%;
  background-color: #FFF;
  opacity: 0;
  transition: all 0.2s ease;
  display: block;
  border-radius: 999px;
}
.main-header .nav-item:hover::after {
  opacity: 1;
}
.main-header .nav-link {
  color: #FFF;
  font-family: Tahoma;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 27px;
  padding-top: 10px;
}
.main-header .nav-link:hover, .main-header .nav-link.active {
  color: #FFF;
}
.main-header .navbar-toggler {
  border: none;
}
.main-header .navbar-toggler:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.main-header .custom-dropdown {
  position: relative;
}
.main-header .custom-dropdown .nav-link-wrapper {
  width: 100%;
}
.main-header .custom-dropdown .dropdown-arrow-toggle {
  cursor: pointer;
  padding: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
  padding: 0;
  padding-top: 8px;
}
.main-header .custom-dropdown .dropdown-arrow-toggle[aria-expanded=true] {
  transform: rotate(180deg) translateY(-15px);
}
@media (min-width: 1200px) {
  .main-header .custom-dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    margin-top: -4px;
  }
  .main-header .custom-dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease-in-out;
    margin-top: 0;
  }
}
.main-header .dropdown-menu {
  border: none;
  border-radius: 8px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  padding: 0 0;
  min-width: 180px;
}
.main-header .dropdown-menu .dropdown-item {
  font-size: 0.875rem;
  padding: 0.75rem 1.2rem;
  color: #000;
  font-weight: 500;
}
.main-header .dropdown-menu .dropdown-item:hover {
  background-color: rgba(34, 65, 60, 0.05);
  color: #22413C;
}
.main-header .dropdown-menu .dropdown-item.active {
  background-color: rgba(34, 65, 60, 0.08);
  color: #000;
}
.main-header .custom-dropdown:hover {
  border: none;
}
.main-header .custom-dropdown:hover:after {
  opacity: 0;
}
.main-header .btn-contact,
.main-header .nav-item:last-child a {
  background-color: rgba(255, 255, 255, 0.9);
  color: #22413C;
  text-align: center;
  font-family: Tahoma;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.2s ease;
  border-radius: 16.5px;
  border: 0.5px solid #EEEDE9;
  background: #EEEDE9;
  padding: 6px 27px;
}
.main-header .btn-contact:hover,
.main-header .nav-item:last-child a:hover {
  background-color: #FFF;
  color: #22413C;
  transform: translateY(-1px);
}
.main-header.is-sticky {
  position: fixed;
  height: auto;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.main-header.is-sticky .logo-light,
.main-header.is-sticky .logo-dark {
  width: 166px;
}
@media (max-width: 766px) {
  .main-header.is-sticky .logo-light,
  .main-header.is-sticky .logo-dark {
    width: 120px;
  }
}
.main-header.is-sticky .navbar {
  padding: 23px 0px 0px 0px;
}
@media (max-width: 766px) {
  .main-header.is-sticky .navbar .container::after {
    display: none;
  }
}
.main-header.is-sticky .logo-light {
  display: none !important;
}
.main-header.is-sticky .logo-dark {
  display: block !important;
}
.main-header.is-sticky .navbar-toggler {
  filter: invert(1);
}
.main-header.is-sticky .nav-link {
  color: #000;
  font-family: Tahoma;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.main-header.is-sticky .nav-link:hover, .main-header.is-sticky .nav-link.active {
  color: #22413C;
}
.main-header.is-sticky .nav-link:hover::after, .main-header.is-sticky .nav-link.active::after {
  background-color: #22413C;
}
.main-header.is-sticky .custom-dropdown .dropdown-arrow-toggle {
  color: rgba(0, 0, 0, 0.7);
}
.main-header.is-sticky .btn-contact,
.main-header.is-sticky .nav-item:last-child a {
  background-color: #22413C;
  color: #FFF;
}
.main-header.is-sticky .btn-contact:hover,
.main-header.is-sticky .nav-item:last-child a:hover {
  background-color: rgba(43, 82, 75, 0.81);
}

.main-header .menu-item-has-children:nth-child(4) .nav-link {
  pointer-events: none;
}

.main-header .menu-item-has-children:nth-child(3) .nav-link {
  pointer-events: none;
}

.main-footer .main-footer__bottom .row.gy-3.gy-md-0.align-items-center {
  padding: 0;
}

.main-footer .main-footer__bottom .row.gy-3.gy-md-0.align-items-center .col-12.col-md-7 {
  padding-left: 0;
}

.main-footer .main-footer__bottom .container {
  padding-left: 17px;
  padding-right: 17px;
}

.main-header .custom-dropdown:has(.dropdown-arrow-toggle[aria-expanded=true]) .nav-link {
  border: none !important;
}

.main-header.is-sticky .container::after {
  border: none !important;
}

@media (max-width: 1199.98px) {
  .main-header {
    height: auto;
  }
  .main-header .navbar {
    padding: 30px 0px 0;
  }
  .main-header .offcanvas {
    background-color: #22413C;
    width: 300px;
  }
  .main-header .offcanvas .offcanvas-body {
    padding: 2rem 1.5rem;
  }
  .main-header .custom-dropdown .nav-link {
    border-bottom: none !important;
    flex-grow: 1;
  }
  .main-header .custom-dropdown .nav-link-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .main-header .custom-dropdown .dropdown-menu {
    position: relative;
    top: 0;
    float: none;
    display: none;
    background-color: transparent;
    box-shadow: none;
    background-color: #3c5d57 !important;
    border-radius: 0 !important;
    padding: 0 !important;
  }
  .main-header .custom-dropdown .dropdown-menu li {
    padding-left: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1254901961);
  }
  .main-header .custom-dropdown .dropdown-menu li:last-child {
    border-bottom: none;
  }
  .main-header .custom-dropdown .dropdown-menu.show {
    display: block;
  }
  .main-header .custom-dropdown .dropdown-menu .dropdown-item {
    color: rgba(255, 255, 255, 0.8);
    border-bottom: none;
    padding: 0.5rem 0;
  }
  .main-header .custom-dropdown .dropdown-menu .dropdown-item:hover, .main-header .custom-dropdown .dropdown-menu .dropdown-item.active {
    background-color: transparent;
    color: #FFF;
  }
  .main-header .nav-link {
    padding: 0.75rem 0 !important;
    font-size: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .main-header .nav-link:hover::after, .main-header .nav-link.active::after {
    display: none;
  }
  .main-header .btn-contact,
  .main-header .nav-item:last-child a {
    width: 100%;
    text-align: center;
    background-color: #FFF;
    color: #22413C;
  }
  .main-header.is-sticky {
    background: #FFF;
  }
  .main-header.is-sticky .nav-link {
    color: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .main-header.is-sticky .custom-dropdown .nav-link-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .main-header.is-sticky .offcanvas {
    background-color: #FFF;
  }
  .main-header.is-sticky .offcanvas .btn-close {
    filter: invert(1);
  }
  .main-header.is-sticky .btn-contact,
  .main-header.is-sticky .nav-item:last-child a {
    color: #FFF;
    background-color: #22413C;
  }
  .main-header .container::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .main-footer__list a {
    font-size: 13px !important;
    gap: 9px !important;
  }
  .main-footer__address {
    font-size: 13px !important;
  }
}
@media (max-width: 767px) {
  .main-header.is-sticky .offcanvas {
    background-color: #22413C;
  }
  .main-header .nav-link {
    font-size: 16px !important;
    letter-spacing: 1.6px;
    padding: 21px 0 !important;
  }
  .main-header .offcanvas {
    width: 100%;
    border: none !important;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .main-header .nav-item:hover::after {
    opacity: 0;
  }
  .main-header .offcanvas .offcanvas-header .btn-close {
    color: #fff !important;
    --bs-btn-close-hover-opacity: 1;
    padding: 0;
    padding-top: 42px;
    padding-right: 20px;
    --bs-btn-close-opacity: 1;
    --bs-btn-close-focus-opacity: unset;
    --bs-btn-close-disabled-opacity: unset;
    --bs-btn-close-opacity: 1;
    width: 1;
    height: 1;
    background-size: 1;
  }
  .main-footer__list a {
    font-size: 14px !important;
    gap: 25px !important;
  }
  .main-footer__address {
    font-size: 14px !important;
  }
  .main-header .offcanvas .offcanvas-body {
    padding: 2rem 20px;
  }
  .main-header .nav-item {
    padding: 0;
  }
  .main-header .navbar-brand .logo-light {
    height: 31px;
    z-index: 99999;
    position: relative;
  }
  .main-header .nav-item:last-child .nav-link {
    margin-top: 70px;
    margin-bottom: 0;
  }
  .main-header .custom-dropdown:has(.dropdown-arrow-toggle[aria-expanded=true]) .nav-link-wrapper {
    border-bottom: none;
  }
  .main-header .custom-dropdown:has(.dropdown-arrow-toggle[aria-expanded=true]) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1254901961);
  }
  .main-header .nav-item:last-child a {
    padding: 8px 27px !important;
    border-radius: 16.5px;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 140px;
    letter-spacing: normal;
    margin-top: 20px;
    border: 0.5px solid #EEEDE9 !important;
  }
  .main-header .nav-item:nth-last-child(2) .nav-link {
    border: none !important;
  }
  .main-header.is-sticky .nav-link {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
  .main-header.is-sticky .nav-link path {
    color: #fff;
  }
  .main-header.is-sticky .nav-item svg {
    color: #fff;
  }
  .main-header.is-sticky .btn-contact, .main-header.is-sticky .nav-item:last-child a {
    background-color: #fff;
    color: #22413C;
  }
  .main-header.is-sticky .btn-contact:hover, .main-header.is-sticky .nav-item:last-child a:hover {
    color: #fff;
    border: 1px solid rgb(42.7575757576, 81.7424242424, 75.4545454545) !important;
  }
  .main-header .custom-dropdown .dropdown-arrow-toggle {
    padding-top: 17px;
  }
  .main-header .nav-item .nav-link:hover {
    color: rgba(248, 249, 250, 0.4509803922) !important;
  }
  .main-header .custom-dropdown .dropdown-menu .dropdown-item:hover {
    color: rgba(248, 249, 250, 0.4509803922) !important;
  }
  .main-header .custom-dropdown .dropdown-menu {
    background: transparent !important;
  }
  .main-header.is-sticky .navbar {
    padding: 30px 0px 0px 0px;
  }
  .main-header .custom-dropdown .dropdown-menu li {
    border-bottom: none !important;
  }
  .main-header .custom-dropdown .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
    padding: 13px 0;
  }
  .main-header .navbar-toggler {
    padding: 0;
  }
  .page-template-page-templatestemplate-home-php.page .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-header .navbar a.navbar-brand {
    padding-block: 0;
  }
  .main-footer .main-footer__bottom .row.gy-3.gy-md-0.align-items-center .col-12.col-md-7 {
    padding: 0;
  }
  .main-footer .main-footer__bottom .row.gy-3.gy-md-0.align-items-center .col-12.col-md-7 .main-footer__copyright {
    max-width: 250px;
    margin: 0 auto;
  }
  .main-footer__pipe {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
}
body {
  font-family: "tahoma", sans-serif;
}
body .container {
  max-width: 1224px;
}
@media (max-width: 1200px) {
  body .container {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 766px) {
  .only-desktop {
    display: none !important;
  }
}

@media (min-width: 767px) {
  .only-mobile {
    display: none !important;
  }
}

.green-bg {
  background: #22413C;
}

.text-green {
  color: #22413C;
}

.cream-bg {
  background: #EEEDE9;
}

.green-texture h1,
.green-texture h2,
.green-texture h3,
.green-texture h4,
.green-texture h5 {
  color: #22413C;
}
.green-texture p {
  color: #000;
}
.green-texture p a {
  text-decoration: underline;
  color: inherit;
}
.green-texture p a:hover {
  text-decoration: none;
}
.green-texture .accent-line {
  border-top: 1px solid #22413C;
}
.green-texture .button {
  background: #22413C;
  color: #FFF;
  border: 1px solid transparent;
}
.green-texture .button path {
  fill: #FFF;
}
.green-texture .button:hover {
  background: #FFF;
  color: #22413C;
  border: 1px solid #22413C;
}
.green-texture .button:hover path {
  fill: #22413C;
}
.green-texture .button i {
  display: flex;
}

.white-texture h1,
.white-texture h2,
.white-texture h3,
.white-texture h4,
.white-texture h5 {
  color: #FFF;
}
.white-texture p {
  color: #FFF;
}

@media (max-width: 766px) {
  .spacer-mobile-top {
    padding-top: 80px;
  }
}

@media (max-width: 766px) {
  .spacer-mobile-bottom {
    padding-bottom: 80px;
  }
}

@media (max-width: 766px) {
  .spacer-mobile-left {
    padding-left: 34px;
  }
}

.spacer-mobile-right {
  padding-right: 34px;
}

.section-space-top {
  padding-top: 120px;
}
@media (max-width: 1200px) {
  .section-space-top {
    padding-top: 80px;
  }
}

.section-space-bottom {
  padding-bottom: 120px;
}
@media (max-width: 1200px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}

.sovery-pattern {
  position: absolute;
  right: 30px;
  top: 60px;
}
@media (max-width: 1000px) {
  .sovery-pattern {
    display: none;
  }
}

.devider {
  opacity: 0.2;
  background: #000;
  width: 100%;
  height: 1px;
}

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

.image-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Alga";
}

h1 {
  color: #FFF;
  font-family: Alga;
  font-size: 62px;
  font-style: normal;
  font-weight: 500;
  line-height: 67px;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 25px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  h1 {
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 15px;
  }
}
@media (max-width: 389px) {
  h1 {
    font-size: 41px;
    line-height: 41px;
    margin-bottom: 25px;
  }
}

h2 {
  color: #FFF;
  font-family: Alga;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
@media (max-width: 360px) {
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

h4 {
  font-family: Alga;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}
@media (max-width: 1000px) {
  h4 {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 10px;
  }
}

h5 {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 40px;
}

p {
  color: #000;
  font-family: Tahoma;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 25px;
}
p:last-child {
  margin-bottom: 0;
}

.split-section {
  display: flex;
  gap: 38px;
  margin: 0 auto;
}

.split-section__sidebar {
  flex: 0 0 109px;
}

.accent-line {
  border: none;
  border-top: 1px solid #FFF;
  margin: 0;
  width: 100%;
  margin-top: 15px;
}

.split-section__content {
  flex: 1;
  max-width: 100%;
}

.highlight-text {
  font-weight: 700;
  color: #4a4a4a;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #1b3b36;
  /* Dark green from screenshot */
  color: #ffffff;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  /* Pill shape */
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
}

.cta-button:hover {
  background-color: #122824;
}

/* --- Responsive Layout for Mobile --- */
@media (max-width: 768px) {
  .split-section {
    flex-direction: column;
    /* Stacks vertically on mobile */
    gap: 1.5rem;
  }
  .split-section__sidebar {
    flex: none;
    padding-top: 0;
  }
  .accent-line {
    width: 109px;
  }
}
a {
  text-decoration: none;
}

.button {
  display: inline-flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 26px;
  background: #EEEDE9;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-transform: uppercase;
  transition: 0.5s ease;
}
.button:hover {
  background: #22413C;
  color: #FFF;
}
.button:hover path {
  fill: #FFF;
}

.main-footer {
  padding: 80px 0px 0px 0;
  background: #1C3330;
}
.main-footer h4 {
  color: #FFF;
  font-family: Alga;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.main-footer__brand img {
  max-width: 234px;
  height: auto;
}
.main-footer__address {
  font-style: normal;
  color: #D7D6D6;
  font-size: 14px;
  line-height: 20px;
}
.main-footer__list li {
  margin-bottom: 5px;
}
.main-footer__list a {
  color: #D7D6D6;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
  gap: 25px;
  color: #D7D6D6;
  font-family: Tahoma;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-footer__list a:hover {
  color: #ffffff;
}
.main-footer__list svg {
  color: #D7D6D6;
}
.main-footer__divider {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin: 50px 0 25px 0;
  opacity: 1;
}
.main-footer__copyright {
  color: #8C9B98 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
@media (max-width: 766px) {
  .main-footer__copyright {
    font-size: 12px;
    line-height: 18px;
    /* 100% */
  }
}
.main-footer__legal a {
  color: #829390;
  text-decoration: none;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
  gap: 10px;
}
@media (max-width: 766px) {
  .main-footer__legal a {
    font-size: 12px;
  }
}
.main-footer__legal a:hover {
  color: #ffffff;
}
.main-footer__pipe {
  color: #8C9B98;
}
@media (max-width: 767px) {
  .main-footer {
    padding: 50px 0 0px 0;
  }
  .main-footer__brand {
    margin-bottom: 15px;
    text-align: center;
  }
  .main-footer__block {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 20px;
  }
  .main-footer__block--active h5::after {
    transform: translateY(-50%) rotate(180deg) !important;
  }
  .main-footer__block--active .main-footer__collapse {
    display: block;
  }
  .main-footer h4 {
    margin-bottom: 0;
    position: relative;
    padding-right: 20px;
    cursor: pointer;
  }
  .main-footer h4::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M0.658447 0.752686L6.94416 6.25269L13.2299 0.752686' stroke='%237A7A7A' stroke-width='2'/%3E%3C/svg%3E");
    background-size: 12px;
    transition: transform 0.2s ease;
  }
  .main-footer .main-footer__collapse {
    display: none;
    padding-top: 20px;
  }
  .main-footer__divider {
    margin: 30px 0 20px 0;
  }
}
.main-footer .main-footer__bottom {
  background: #172D2A;
  padding: 18px 0px;
}
@media (max-width: 766px) {
  .main-footer .main-footer__bottom {
    padding: 30px 40px;
    margin-top: 30px;
  }
}

@media (min-width: 767px) {
  .inner-banner .inner-banner-disc {
    width: 50%;
    max-width: 546px;
  }
}

.inner-banner .banner-content {
  max-width: 100%;
}

.inner-banner h1 {
  margin: 0 0 30px;
}

.inner-banner .banner-image-sec {
  position: relative;
}

section.banner-section.inner-banner {
  position: relative;
}

.banner-section.inner-banner .overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.banner-section.inner-banner .overlay {
  padding-bottom: 149px;
}
@media (max-width: 1000px) {
  .banner-section.inner-banner .overlay {
    padding-bottom: 80px;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .banner-section.inner-banner .overlay {
    padding-bottom: 50px;
  }
}
@media (min-width: 767px) and (max-width: 1000px) {
  .banner-section.inner-banner .overlay {
    padding-bottom: 20px;
  }
}

.xl-banner-disc .banner-content {
  max-width: 546px;
}

.common-arrow-slider .swiper-button-next:after,
.common-arrow-slider .swiper-button-prev:after {
  display: none;
}
.common-arrow-slider {
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1000px) {
  .common-arrow-slider {
    position: absolute;
  }
}
@media (max-width: 1000px) {
  .common-arrow-slider {
    margin-top: 30px;
  }
}
.common-arrow-slider > div {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: 60px;
  height: 60px;
  margin: 0;
}

.image-zoom {
  overflow: hidden;
}

.image-zoom img {
  transition: all ease 0.5s;
}

.image-zoom:hover img {
  scale: 1.2;
  transition: all ease 0.5s;
}

.img-left-margin-support {
  overflow: hidden;
}
@media (max-width: 766px) {
  .img-left-margin-support {
    padding: 0;
  }
  .img-left-margin-support .container {
    padding: 0;
  }
}

.img-left-margin {
  width: 100%;
}
@media (min-width: 767px) {
  .img-left-margin {
    margin-left: calc(-1 * (50vw - 8px / 2 - 50%));
    width: calc(50vw - 8px / 2);
    flex: 0 0 calc(50vw - 8px / 2);
    padding: 0;
  }
}
.img-left-margin .img-left-margin {
  margin-left: 0 !important;
  width: 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  margin-bottom: 32px;
}
.img-left-margin.img-right-margin-pull {
  margin-left: 0;
  margin-right: calc(-1 * (50vw - 8px / 2 - 50%));
}

@media (min-width: 1000px) {
  .main-footer .container .row .col-md-3:nth-child(4) .main-footer__list li {
    margin-bottom: 5px;
  }
}

@media (min-width: 1000px) {
  .main-footer .container .row .col-md-3:nth-child(3) .main-footer__list li {
    margin-bottom: 16px;
  }
}

.author.author-devadmin .banner-section {
  position: relative;
}
.author.author-devadmin .banner-section .overlay {
  padding-bottom: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.author.author-devadmin .banner-section .overlay h2 {
  font-size: 62px;
  line-height: 67px;
}
@media (max-width: 1000px) {
  .author.author-devadmin .banner-section h2 {
    font-size: 52px !important;
    line-height: 60px;
    margin-bottom: 25px;
  }
  .author.author-devadmin .banner-section .overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding-bottom: 112px;
  }
}

.category.category-uncategorized .banner-section {
  position: relative;
}
.category.category-uncategorized .banner-section .overlay {
  padding-bottom: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.category.category-uncategorized .banner-section .overlay h2 {
  font-size: 62px;
  line-height: 67px;
}
@media (max-width: 1000px) {
  .category.category-uncategorized .banner-section h2 {
    font-size: 52px !important;
    line-height: 60px;
    margin-bottom: 25px;
  }
  .category.category-uncategorized .banner-section .overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding-bottom: 112px;
  }
}

.error404 .banner-section {
  position: relative;
}
.error404 .banner-section .overlay {
  padding-bottom: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.error404 .banner-section .overlay h2 {
  font-size: 62px;
  line-height: 67px;
}
@media (max-width: 1000px) {
  .error404 .banner-section h2 {
    font-size: 52px !important;
    line-height: 60px;
    margin-bottom: 25px;
  }
  .error404 .banner-section .overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding-bottom: 112px;
  }
}

.page-does-not-exist {
  padding: 100px 0;
  margin: 0 !important;
}
.page-does-not-exist h2 {
  color: #22413C;
}
.page-does-not-exist .col-lg-8 p strong {
  display: block;
}
@media (max-width: 1200px) {
  .page-does-not-exist {
    padding: 80px 0;
  }
}

.page-template-default.page.page-id-75 section.banner-section {
  position: relative;
}
.page-template-default.page.page-id-75 section.banner-section .overlay {
  padding-bottom: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1000px) {
  .page-template-default.page.page-id-75 section.banner-section .overlay {
    align-items: center;
    padding-bottom: 112px;
  }
}

.product-listing .wp-block-paragraph a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  transition: all 0.5s ease;
}
.product-listing .wp-block-paragraph a:hover {
  font-weight: 600;
}
.product-listing ol {
  padding: 0 30px;
  margin: 0;
}
.product-listing ul {
  padding: 0 30px;
  margin: 0;
}
.product-listing li {
  margin-bottom: 20px;
  color: #000;
  font-family: Tahoma;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.gifts-section h2 a {
  color: #22413C;
}

.gifts-section h2 a:hover {
  color: #000;
}

.gifts-section .intro a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 26px;
  background: #22413C;
  border: 1px solid #22413C;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  transition: all 0.3s ease;
}

.gifts-section .intro a:hover {
  background: #fff;
  color: #22413C;
}

.page-template-default .overlay {
  padding-bottom: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1000px) {
  .page-template-default .overlay {
    align-items: center;
    padding-bottom: 112px;
  }
}

.page-template-default section.banner-section {
  position: relative;
}

.main-header.is-sticky .nav-item::after {
  background-color: #22413C;
}

.main-footer__block.main-footer__block--active .main-footer__trigger::after {
  transform: rotate(180deg);
}

@media (min-width: 1200px) {
  .current-menu-item::after,
  .current-menu-ancestor::after {
    opacity: 1 !important;
  }
  .page-template-template-about .banner-section.inner-banner .overlay {
    padding-bottom: 106px;
  }
  .page-template-template-home .banner-section .overlay {
    padding-top: 273px;
  }
  header .navbar-brand .logo-light {
    width: 166px !important;
  }
  .main-header .nav-item:last-child a.nav-link {
    margin-bottom: 23px;
  }
  .main-header a.navbar-brand {
    padding: 0;
  }
}
.main-header .navbar .container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
}

@media (max-width: 767px) {
  .main-header .navbar .container::after {
    opacity: 1;
    display: block !important;
    width: calc(100% - 50px);
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 999999;
  }
  .main-header .navbar .container {
    padding-bottom: 30px;
  }
  .main-header .custom-dropdown .dropdown-arrow-toggle[aria-expanded=true] {
    transform: rotate(180deg) translateY(-21px);
  }
  .main-footer__block.main-footer__block--active h4.main-footer__trigger::after {
    top: 34%;
  }
  .main-footer .container {
    padding-right: 24px;
  }
  .main-footer h4::after {
    height: 8px;
    width: 14px;
    background-size: 14px;
  }
  address.main-footer__address {
    margin-bottom: 0;
  }
  .main-header:has(.offcanvas.show) .navbar-brand .logo-dark.d-none {
    display: none !important;
  }
  .main-header:has(.offcanvas.show) .navbar-brand img.logo-light {
    display: block !important;
    height: 31px;
    width: auto;
  }
}
@media (min-width: 1350px) and (max-width: 1500px) {
  .main-footer__copyright {
    padding-left: 7px;
  }
  .main-footer__pipe {
    margin-right: 10px !important;
  }
  .main-footer__legal {
    margin-right: -4px;
  }
  header.main-header .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .container.board-container {
    padding-left: 20px;
    padding-right: 5px;
  }
  .team-sec .container {
    padding-left: 20px;
    padding-right: 4px;
  }
  .advisor-container {
    padding-left: 20px;
    padding-right: 6px;
  }
}
@media (max-width: 1199px) {
  header .offcanvas-body ul li,
  header .offcanvas-body ul li a {
    color: #fff !important;
  }
  header .offcanvas-body ul li:last-child a {
    color: #22413C !important;
  }
  header .offcanvas-body ul li.menu-item-has-children ul li a {
    color: #fff !important;
  }
}
.grecaptcha-badge {
  display: none !important;
}

@media (min-width: 1200px) {
  .main-header.is-sticky .header-contact a {
    border: 1px solid #22413C;
  }
  .main-header.is-sticky .header-contact a:hover {
    background: #fff !important;
    color: #22413C;
    border: 1px solid #22413C;
  }
}
@media (max-width: 1199px) {
  .main-header .navbar {
    padding: 15px 0px 0;
  }
  .main-header.is-sticky .navbar {
    padding: 13px 0px 0px 0px;
  }
  .main-header .navbar .container {
    padding-bottom: 15px;
  }
  .main-header .navbar-brand img {
    width: 120px;
  }
}/*# sourceMappingURL=style-common.css.map */