:root {
  --global-font-family: "AktivGrotesk";
  --global-font-weight: 400;
  --global-font-size: 16;
  --heading-font-family: "AktivGrotesk";
  --heading-font-weight: 300;
  --h1-size: calc((42/var(--global-font-size)) * 1rem);
  --h2-size: calc((40/var(--global-font-size)) * 1rem);
  --h3-size: calc((32/var(--global-font-size)) * 1rem);
  --h4-size: calc((22/var(--global-font-size) * 1rem));
  --h5-size: calc((20/var(--global-font-size) * 1rem));
  --h6-size: calc((18/var(--global-font-size) * 1rem));
  --nav-font-family: "AktivGrotesk";
  --nav-font-size: calc((16/var(--global-font-size) * 1rem));
  --nav-font-weight: 400;
  --footer-bg-color: #ffffff;
  --footer-color: #fff;
  --nav-bg: #0C2945;
}

body {
  font-size: calc(var(--global-font-size) / var(--global-font-size) * 1rem);
  font-weight: var(--global-font-weight);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: var(--heading-font-weight);
  font-family: var(--heading-font-family);
}

footer.footer {
  background-color: var(--primary);
  color: var(--white);
  overflow: hidden;
}
footer.footer p,
footer.footer li {
  font-size: 14px;
}
footer.footer .footer-3-col .wp-block-image {
  margin-bottom: 20px;
}
footer.footer .footer-3-col .wp-block-image img {
  max-width: 299px;
  width: 100%;
}
footer.footer .footer-3-col p {
  line-height: 1.5em;
}
footer.footer .footer-3-col p strong {
  font-weight: 500;
  color: var(--secondary2);
}
footer.footer :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin {
  background-color: transparent;
}
footer.footer .wp-block-social-link a {
  padding: 0;
}
footer.footer ul.wp-block-social-links.is-layout-flex.wp-block-social-links-is-layout-flex {
  position: relative;
  height: 1px;
}
footer.footer li.wp-social-link.wp-social-link-linkedin.wp-block-social-link {
  position: absolute;
  left: 94px;
  bottom: 16px;
}
footer.footer.three-cols-footer .wp-block-columns {
  gap: 10px;
}
footer.footer .three-blocks-1 {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 30px;
  padding-bottom: 20px;
  margin: 0;
}

footer.footer a {
  color: var(--white);
}

footer.footer .widgettitle {
  color: var(--secondary2);
  font-weight: 300;
  font-size: 20px;
}

.site-header nav .navbar-nav {
  font-weight: var(--nav-font-weight);
  font-family: var(--nav-font-family);
  font-size: var(--nav-font-size);
}

.site-header nav .navbar-nav > li {
  font-weight: var(--nav-font-weight);
  font-family: var(--nav-font-family);
  font-size: var(--nav-font-size);
}

.site-header nav .navbar-nav > li li {
  font-weight: var(--nav-font-weight);
  font-family: var(--nav-font-family);
  font-size: var(--nav-font-size);
}

/* H1 size condition */
h1,
.h1 {
  font-size: var(--h1-size);
  line-height: 1.25em;
}
h1:last-child,
.h1:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: calc(var(--h1-size) / 1.1);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: calc(var(--h1-size) / 1.3);
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: calc(var(--h1-size) / 1.35);
  }
}
/* H2 size condition */
h2,
.h2 {
  font-size: var(--h2-size);
  color: var(--primary);
  line-height: 1.25em;
  margin-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  h2,
  .h2 {
    font-size: calc(var(--h2-size) / 1.4);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h2,
  .h2 {
    font-size: calc(var(--h2-size) / 1.3);
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: calc(var(--h2-size) / 1.35);
  }
}
/* H3 size condition */
h3,
.h3 {
  font-size: var(--h3-size);
  margin-bottom: 8px;
  color: var(--primary);
}

@media (min-width: 992px) and (max-width: 1199px) {
  h3,
  .h3 {
    font-size: calc(var(--h3-size) / 1.2);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h3,
  .h3 {
    font-size: calc(var(--h3-size) / 1.3);
  }
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: calc(var(--h3-size) / 1.4);
  }
}
/* H4 size condition */
h4,
.h4 {
  font-size: var(--h4-size);
}

@media (min-width: 992px) and (max-width: 1199px) {
  h4,
  .h4 {
    font-size: calc(var(--h4-size) / 1.1);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h4,
  .h4 {
    font-size: calc(var(--h4-size) / 1.05);
  }
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: calc(var(--h4-size) / 1.1);
  }
}
/* H5 size condition */
h5,
.h5 {
  font-size: var(--h5-size);
}

@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: calc(var(--h5-size) / 1.05);
  }
}
/* H6 size condition */
h6,
.h6 {
  font-size: var(--h6-size);
}

/* Footer */
.footer {
  background: var(--bs-light-border-subtle);
  padding-top: 40px;
  padding-bottom: 30px;
}
.footer .widget {
  margin-bottom: 1rem;
}
.footer .footer-,
.footer .widgettitle {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 15px;
  color: var(--black);
}
.footer .footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid var(--bs-dark-bg-subtle);
}
.footer .menu {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.footer .menu > li:last-child {
  border-bottom: 0;
}
.footer .menu > li > a {
  text-decoration: none;
  padding: 0px 0px 5px;
  display: inline-block;
}
.footer .menu > li > a:hover {
  text-decoration: underline;
}
.footer .footer-logo {
  display: inline-block;
  margin-bottom: 15px;
}
.footer .footer-logo img {
  max-width: 160px;
  width: 100%;
  height: auto;
}
.footer .is-layout-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.footer .is-layout-flex .has-black-color {
  color: var(--black) !important;
}
.footer .is-layout-flex svg {
  height: 24px;
  width: 24px;
}

.site-header {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(46, 46, 46, 0.1);
          box-shadow: 0px 4px 4px 0px rgba(46, 46, 46, 0.1);
  background-color: var(--primary-color);
}
.site-header.is-sticky {
  position: sticky;
  top: 0;
  z-index: 2;
}
.site-header .btn {
  margin: 0;
}
.site-header .btn-wrap {
  margin-left: 60px;
}
.site-header .navbar-toggler {
  position: relative;
  float: right;
  margin-right: 0px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  border: none;
  background: transparent;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  display: none;
}
.site-header .navbar-toggler:hover {
  background: transparent !important;
}
.site-header .navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: var(--white);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-left: 2px;
}
.site-header .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
.site-header .navbar-toggler .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
      -ms-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}
.site-header .navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.site-header .navbar-toggler .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
      -ms-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
}
.site-header .navbar-toggler.collapsed .icon-bar {
  margin-left: 0px;
}
.site-header .navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.site-header .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.site-header .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.site-header .navbar-nav > li {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 500;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.site-header .navbar-nav > li > a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--white);
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
}
.site-header .navbar-nav > li > a:hover {
  color: var(--secondary2);
}
.site-header .navbar-nav > li > a:hover:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  display: none;
}
.site-header .navbar-nav > li > a:hover:after {
  border-color: var(--secondary2);
  background-color: transparent;
}
.site-header .navbar-nav > li > a:before {
  content: "";
  background: var(--secondary2);
  height: 1px;
  position: absolute;
  right: 0;
  left: 0px;
  bottom: 0px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
  width: calc(100% + 0px);
}
.site-header .navbar-nav > li.current_nav-item > a:before, .site-header .navbar-nav > li.current_page_parent > a:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.site-header .navbar-nav > li.current_nav-item > a:hover:before, .site-header .navbar-nav > li.current_page_parent > a:hover:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  display: block;
}
.site-header .navbar-nav > li:last-child > a {
  border-right: 0;
}
.site-header .navbar-nav > li.menu-item-has-children > a {
  position: relative;
  padding-right: 22px;
}
.site-header .navbar-nav > li.menu-item-has-children > a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid var(--white);
  border-left: 2px solid var(--white);
  position: relative;
  margin-top: -4px;
  position: absolute;
  right: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(315deg);
      -ms-transform: translateY(-50%) rotate(315deg);
          transform: translateY(-50%) rotate(315deg);
}
.site-header .navbar-nav > li.menu-item-has-children > a:hover:after {
  border-color: var(--secondary2);
}
.site-header .navbar-nav > li.menu-item-has-children > a.is-open:after {
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  margin-top: 0;
}
.site-header .navbar-nav > li.menu-item-has-children .sub-menu {
  display: none;
}
.site-header .navbar-nav > li .sub-menu {
  /*  display: none; */
  background-color: var(--primary);
  padding: 0 15px;
  margin: 0;
  list-style: none;
  z-index: 1;
  width: 234px;
}
.site-header .navbar-nav > li .sub-menu li:first-child > a {
  border-top: 0;
}
.site-header .navbar-nav > li .sub-menu li.current_nav-item a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-color: var(--secondary2);
  text-decoration-thickness: 10%;
  text-underline-offset: 1px;
  text-underline-position: from-font;
}
.site-header .navbar-nav > li .sub-menu li a {
  padding: 16px 0px;
  color: var(--white);
  display: block;
  text-decoration: none;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 500;
}
.site-header .navbar-nav > li .sub-menu li a:hover {
  color: var(--secondary2);
}
.site-header .search-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
}
.site-header .search-bar .search-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 20px 0;
}
.site-header .search-bar input[type=text] {
  width: 100%;
}
.site-header .search-btn {
  width: 40px;
  height: 38px;
  border: 0;
  background-color: var(--tp);
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0;
}
.site-header .search-btn:before {
  content: "";
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: 100%;
  background: var(--white);
  mask: url(../images/search.svg);
  -webkit-mask: url(../images/search.svg);
  mask-size: 24px;
  -webkit-mask-size: 24px;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
.site-header .search-btn.is-active:before {
  background: var(--black);
  mask: url(../images/search-close.svg);
  -webkit-mask: url(../images/search-close.svg);
  mask-size: 18px;
  -webkit-mask-size: 18px;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
.site-header .search-btn svg {
  width: 100%;
  height: auto;
  max-width: 22px;
  fill: var(--grey);
}

@media (min-width: 992px) and (max-width: 1399px) {
  .site-header .btn-wrap {
    margin-left: 50px;
  }
  .site-header .navbar-nav > li > a {
    letter-spacing: -0.2px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .site-header .btn-wrap {
    margin-left: 30px;
  }
  .site-header .navbar-nav > li > a {
    font-size: 15px;
    padding: 0;
  }
  .site-header .navbar-nav > li.menu-item-has-children.menu-item {
    padding-right: 30px;
  }
  .site-header .navbar-nav > li.menu-item-has-children.menu-item > a {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .site-header .hide-on-desktop {
    display: none;
  }
  .site-header .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-header .navbar-nav > li {
    padding-right: 34px;
  }
  .site-header .navbar-nav > li:last-child {
    padding-right: 0px;
  }
  .site-header .navbar-nav > li > a {
    padding: 12px 0;
    display: block;
  }
  .site-header .navbar-nav > li.menu-item-has-children {
    padding-right: 31px;
  }
  .site-header .navbar-nav > li.menu-item-has-children > a {
    padding-right: 25px;
  }
  .site-header .navbar-nav > li.menu-item-has-children .sub-menu {
    position: absolute;
    top: calc(100% + 25px);
    left: 0;
  }
}
@media (max-width: 991px) {
  .site-header .btn-wrap {
    margin-top: 30px;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  .site-header .hide-on-mobile {
    display: none;
  }
  .site-header .flex-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-header .navbar-toggler {
    margin-left: auto;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
  }
  .site-header .navbar {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    padding: 0;
    margin-top: 0px;
  }
  .site-header .navbar .navbar-collapse {
    padding-top: 20px;
  }
  .site-header .navbar-nav {
    margin-top: 0;
  }
  .site-header .navbar-nav > li {
    padding: 0;
  }
  .site-header .navbar-nav > li > a {
    padding: 16px 0px;
    display: block;
    text-align: left;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    line-height: 1.45em;
  }
  .site-header .navbar-nav > li > a:hover {
    background-color: transparent;
    color: var(--white);
  }
  .site-header .navbar-nav > li > a:hover svg {
    fill: var(--white);
  }
  .site-header .navbar-nav li.menu-item-has-children .sub-menu {
    margin-bottom: 20px;
    background-color: var(--primary2);
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .site-header .navbar-nav li.menu-item-has-children .sub-menu li a {
    padding-left: 20px;
  }
}
.header-one .navbar-brand img {
  width: 180px;
}
.header-one .navbar-nav {
  margin: 30px auto 0;
}
.header-one .flex-block {
  display: block;
  text-align: center;
}
.header-one .navbar {
  margin-left: auto;
}

@media (max-width: 991px) {
  .header-one .flex-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-one .navbar {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    padding: 0;
  }
  .header-one .navbar-nav {
    margin-top: 0;
  }
  .header-one .navbar-nav > li > a {
    padding: 12px 0px;
    display: block;
    text-align: left;
  }
}
.header-two {
  padding-bottom: 18px;
  padding-top: 18px;
}
.header-two .navbar-brand img {
  width: 367px;
}
.header-two .flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-two .navbar {
  margin-left: auto;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .header-two .navbar-brand img {
    width: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-two .navbar-brand img {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .header-two {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .header-two .navbar-nav > li:last-child > a {
    border-right: 0;
  }
  .header-two .navbar-brand img {
    width: 239px;
  }
}
.header-three {
  padding-bottom: 0;
}
.header-three .navbar-brand img {
  width: 180px;
}
.header-three .search-btn {
  margin-left: auto;
}
.header-three .flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-three .right-button {
  margin: 0;
  margin-left: auto;
  list-style: none;
  padding: 0;
}
.header-three .right-button li {
  display: block;
}
.header-three .right-button a {
  padding: 12px 15px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--white);
  background-color: var(--grey);
  border-radius: 3px;
}
.header-three .right-link {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-three .right-link li a {
  padding: 0px;
  width: 100%;
  padding: 0px;
  width: 100%;
  font-size: 1rem;
  color: var(--grey);
  border-top: 1px solid var(--grey-light);
  display: block;
  text-decoration: none;
  font-weight: 500;
}
.header-three .right-link li a:hover {
  background-color: var(--grey);
  color: var(--white);
  text-decoration: none;
}
.header-three .navbar-nav {
  margin: 0;
}
.header-three .right-link {
  margin-left: auto;
}
.header-three .right-link.is-mobile {
  display: none;
}
.header-three .navbar {
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  margin-top: 15px;
}
.header-three .navbar .navbar-collapse {
  border-top: 1px solid var(--grey-light);
  padding-top: 10px;
}

.footer .widget_contact p {
  margin: 0 0;
}

.footer-blocks-policy .c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-blocks-policy .c-right {
  margin-left: auto;
}
.footer-blocks-policy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 30px;
  padding: 0;
}
.footer-blocks-policy ul a {
  color: var(--secondary2);
  font-weight: 600;
}

@media (max-width: 991px) {
  #main-content {
    overflow-x: hidden;
  }
  .site-header .search-btn {
    display: none;
  }
  .header-three .right-button {
    display: none;
  }
  .header-three .search-btn {
    margin-left: 0;
    display: none;
  }
  .header-three .navbar-nav {
    border-top: 0;
  }
  .header-three .right-link.is-mobile {
    display: block;
  }
  .header-three .right-link li:first-child a {
    border-top: 0;
  }
  .header-three .right-link li a {
    padding: 10px 0;
  }
  .header-three .right-link li a:hover {
    background-color: transparent;
    color: var(--grey);
  }
  .header-three .right-link li a:hover svg {
    fill: var(--grey);
  }
  .footer-blocks-policy .c-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .footer-blocks-policy .c-right {
    margin-left: 0;
  }
  .footer-blocks-policy ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.error-404 .not-found-inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 30px;
  border-radius: 10px;
}
.error-404 h1 {
  font-size: 6rem;
}
.error-404 p {
  font-size: 1.1em;
}
.error-404 .btn {
  margin-left: 10px;
  margin-right: 10px;
}
.error-404 .btn:first-child {
  margin-left: 0;
}
.error-404 .btn:last-child {
  margin-right: 0;
}

nav.breadcrumb {
  padding: 10px 0;
  margin-bottom: 0px;
}
nav.breadcrumb [aria-current=page] {
  text-decoration: none;
}
nav.breadcrumb ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
nav.breadcrumb ol li {
  display: inline;
}
nav.breadcrumb ol li a {
  font-weight: 600;
  text-decoration: underline;
  color: var(--primary);
}
nav.breadcrumb ol li a[aria-current=page] {
  font-weight: 400;
  text-decoration: none;
  color: var(--bs-body-color);
}
nav.breadcrumb ol li a:hover {
  text-decoration: none;
}
nav.breadcrumb ol li + li::before {
  display: inline-block;
  margin: 0 10px 0 6px;
  -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg);
  border-right: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
  height: 8px;
  width: 8px;
  content: "";
}

.footer .footer-2-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .footer-2-col > div.widget {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 20%;
}
.footer .footer-2-col > div.widget_block {
  min-width: 100%;
}
.footer .wp-block-separator {
  border-top: 1px solid var(--grey);
}

.multi-cols-footer .multi-blocks-0 .wp-block-column:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  max-width: 25%;
}
.multi-cols-footer .multi-blocks-0 .wp-block-column:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 75%;
          flex: 1 1 75%;
  min-width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.multi-cols-footer .multi-blocks-0 .wp-block-column:nth-child(2) > .widget {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  min-width: none;
  padding-left: 15px;
  padding-right: 15px;
}
.multi-cols-footer .multi-blocks-1 .copyrights-block {
  text-align: right;
}
.multi-cols-footer .multi-blocks-1 .menu > li {
  display: inline-block;
  padding-right: 15px;
}
.multi-cols-footer .multi-blocks-1 .wp-block-column:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  max-width: 60%;
}
.multi-cols-footer .multi-blocks-1 .wp-block-column:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  min-width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.multi-cols-footer .multi-blocks-1 .wp-block-column:nth-child(2) > .widget {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  min-width: none;
  padding-left: 15px;
  padding-right: 15px;
}
.multi-cols-footer .wp-block-columns {
  gap: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .multi-cols-footer .multi-blocks-0 .wp-block-column:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: 100%;
  }
  .multi-cols-footer .multi-blocks-0 .wp-container-core-columns-is-layout-1.wp-container-core-columns-is-layout-1 {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .multi-cols-footer .multi-blocks-0 .wp-block-column:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: 100%;
    margin-left: -15px;
    margin-right: -15px;
  }
  .multi-cols-footer .multi-blocks-1 .wp-block-columns {
    gap: 0;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .multi-cols-footer .multi-blocks-1 .menu {
    margin: 0;
  }
  .multi-cols-footer .multi-blocks-1 .wp-block-column:nth-child(1),
  .multi-cols-footer .multi-blocks-1 .wp-block-column:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .multi-cols-footer .multi-blocks-0 .wp-block-column:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: 100%;
  }
  .multi-cols-footer .multi-blocks-0 .wp-container-core-columns-is-layout-1.wp-container-core-columns-is-layout-1 {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .multi-cols-footer .multi-blocks-0 .wp-block-column:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: 100%;
    margin-left: -15px;
    margin-right: -15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .multi-cols-footer .multi-blocks-0 .wp-block-column:nth-child(2) > .widget {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
  .multi-cols-footer .multi-blocks-1 .copyrights-block {
    text-align: left;
  }
  .multi-cols-footer .multi-blocks-1 .wp-block-columns {
    gap: 0;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .multi-cols-footer .multi-blocks-1 .menu {
    margin: 0;
  }
  .multi-cols-footer .multi-blocks-1 .wp-block-column:nth-child(1),
  .multi-cols-footer .multi-blocks-1 .wp-block-column:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: 100%;
  }
}
/* Footer option 2 */
.two-cols-footer .copyrights-block {
  text-align: left;
}
.two-cols-footer .two-blocks-0 .wp-block-column:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 75%;
          flex: 1 1 75%;
  max-width: 75%;
}
.two-cols-footer .two-blocks-0 .wp-block-column:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  max-width: 25%;
  text-align: right;
  font-size: 16px;
  font-size: 1rem;
}
.two-cols-footer .two-blocks-0 .wp-block-column:nth-child(2) .wp-block-social-links {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.two-cols-footer .menu > li {
  display: inline-block;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .two-cols-footer .two-blocks-0 .wp-block-column:nth-child(1), .two-cols-footer .two-blocks-0 .wp-block-column:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
  .two-cols-footer .two-blocks-0 .wp-block-column:nth-child(1) .wp-block-social-links, .two-cols-footer .two-blocks-0 .wp-block-column:nth-child(2) .wp-block-social-links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
/* one column footer */
.one-col-footer .copyrights-block {
  text-align: left;
}
.one-col-footer .menu > li {
  display: inline-block;
  padding-right: 15px;
}
.three-cols-footer .three-blocks-0 .wp-block-column:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.33333%;
          flex: 1 1 33.33333%;
  max-width: 33.33333%;
}
.three-cols-footer .three-blocks-0 .wp-block-column:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 66.66666%;
          flex: 1 1 66.66666%;
  min-width: 66.66666%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.three-cols-footer .three-blocks-0 .wp-block-column:nth-child(2) > .widget {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.3333%;
          flex: 1 1 33.3333%;
  min-width: none;
  padding-left: 15px;
  padding-right: 15px;
}
.three-cols-footer .three-blocks-1 .menu > li {
  display: inline-block;
  padding-right: 15px;
}
.three-cols-footer .three-blocks-1 .wp-block-column:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  max-width: 60%;
}
.three-cols-footer .three-blocks-1 .wp-block-column:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  min-width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.three-cols-footer .three-blocks-1 .wp-block-column:nth-child(2) > .widget {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  min-width: none;
  padding-left: 15px;
  padding-right: 15px;
}
.three-cols-footer .wp-block-columns {
  gap: 30px;
}

/* @media (min-width:768px) and (max-width:991px) {
    .three-cols-footer {
        .three-blocks-0 {
            .wp-block-column:nth-child(1) {
                flex: 1 1 100%;
                min-width: 100%;
            }
        }

        .three-blocks-1 {
            .wp-block-columns {
                gap: 0;
            }

            .menu {
                margin: 0;
            }

            .wp-block-column:nth-child(1),
            .wp-block-column:nth-child(2) {
                flex: 1 1 100%;
                min-width: 100%;
            }
        }
    }
} */
@media (min-width: 768px) and (max-width: 991px) {
  .three-cols-footer .three-blocks-0 {
    /* .wp-block-column:nth-child(1) {
        flex: 1 1 100%;
        min-width: 100%;
    } */
    /*    .wp-block-column:nth-child(2) {
        flex: 1 1 100%;
        min-width: 100%;
        margin-left: -15px;
        margin-right: -15px;
    } */
  }
  .three-cols-footer .three-blocks-0 .wp-container-core-columns-is-layout-1.wp-container-core-columns-is-layout-1 {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .three-cols-footer .three-blocks-1 .wp-block-columns {
    gap: 0;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .three-cols-footer .three-blocks-1 .menu {
    margin: 0;
  }
  .three-cols-footer .three-blocks-1 .wp-block-column:nth-child(1),
  .three-cols-footer .three-blocks-1 .wp-block-column:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .three-cols-footer .three-blocks-0 .wp-block-column:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: 100%;
  }
  .three-cols-footer .three-blocks-0 .wp-container-core-columns-is-layout-1.wp-container-core-columns-is-layout-1 {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .three-cols-footer .three-blocks-0 .wp-block-column:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: 100%;
    margin-left: -15px;
    margin-right: -15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .three-cols-footer .three-blocks-0 .wp-block-column:nth-child(2) > .widget {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
  .three-cols-footer .three-blocks-1 .copyrights-block {
    text-align: left;
  }
  .three-cols-footer .three-blocks-1 .wp-block-columns {
    gap: 0;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .three-cols-footer .three-blocks-1 .menu {
    margin: 0;
  }
  .three-cols-footer .three-blocks-1 .wp-block-column:nth-child(1),
  .three-cols-footer .three-blocks-1 .wp-block-column:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: 100%;
  }
}
.result-list h1.page-title {
  margin-bottom: 30px;
}
.result-list h1.page-title span {
  text-decoration: underline;
}
.result-list .posted-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.result-list a:not(.btn) {
  color: var(--bs-body-color);
}
.result-list .h3 {
  margin-bottom: 5px;
}
.result-list .single-result {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--grey);
}
.result-list .entry-summary {
  margin-bottom: 15px;
}
.result-list .btn-wrap {
  margin-top: 30px;
}
.result-list .entry-meta {
  margin-bottom: 15px;
  font-size: 0.9rem;
  color: #838383;
}
.result-list .entry-meta a {
  color: #838383;
}
.result-list .posted-in {
  margin-bottom: 15px;
  font-size: 0.9rem;
  color: #838383;
}
.result-list .posted-in a {
  color: #838383;
}
.result-list .posts-navigation {
  margin-top: 30px;
}
.result-list .posts-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.result-list .posts-navigation .nav-previous a:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url(../images/prev.svg) no-repeat;
  margin-right: 10px;
}
.result-list .posts-navigation .nav-next {
  margin-left: auto;
}
.result-list .posts-navigation .nav-next a:after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url(../images/next.svg) no-repeat;
  margin-left: 10px;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  color: #fff;
  z-index: 100;
  text-decoration: none;
  -webkit-transition: top 0.2s ease;
  transition: top 0.2s ease;
}
.skip-link:focus {
  top: 0;
}