/*--------------------
Theme Name: ThinkBIT Solutions (Child Theme)
Theme URI: http://underscores.me/thinkbit-child/
Description: ThinkBIT Child Theme
Author: ThinkBIT Solutions Phils. Inc.
Author URI: http://thinkbitsolutions.com
Template: thinkbit
Version:1.0.0
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ThinkBIT Solutions is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
--------------------*/
/* WARNING!! This project uses SASS, DO NOT EDIT the CSS file */
/* WARNING!! This project uses SASS, DO NOT EDIT the CSS file */
/* WARNING!! This project uses SASS, DO NOT EDIT the CSS file */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

a {
  color: #fff;
  text-decoration: none !important;
}

a:visited,
a:focus,
a:hover {
  color: #64CCC9;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

button {
  cursor: pointer;
}

.btn {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.line-height-2em {
  line-height: 2em !important;
}
@media (max-width: 767px) {
  .line-height-2em {
    line-height: 1.6em;
  }
}

@font-face {
  font-family: "Zona Pro Extra Light";
  src: url("fonts/zonapro-extralight.woff2") format("woff2"), url("fonts/zonapro-extralight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Zona Pro";
  src: url("fonts/zonapro-regular.woff2") format("woff2"), url("fonts/zonapro-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Zona Pro SemiBold";
  src: url("fonts/zonapro-semibold.woff2") format("woff2"), url("fonts/zonapro-semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Zona Pro Bold";
  src: url("fonts/zonapro-bold.woff2") format("woff2"), url("fonts/zonapro-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* heading */
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0;
}

h1 {
  font-family: "Zona Pro SemiBold", sans-serif;
  font-size: 52px !important;
  line-height: 57px;
  font-weight: 600;
}
@media (max-width: 1199.9px) {
  h1 {
    font-size: 42px !important;
    line-height: 54px;
  }
}
@media (max-width: 780.9px) {
  h1 {
    font-size: 30px !important;
    line-height: 34px;
  }
}

h2 {
  font-family: "Zona Pro Bold", sans-serif !important;
  font-size: 42px !important;
  line-height: 40px;
  position: relative;
  letter-spacing: 0.25px;
}
@media (max-width: 1199.9px) {
  h2 {
    font-size: 30px !important;
    line-height: 42px;
  }
}
@media (max-width: 780.9px) {
  h2 {
    font-size: 24px !important;
    line-height: 34px;
  }
}

h3 {
  font-family: "Zona Pro Bold", sans-serif !important;
  font-size: 24px !important;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0.15px;
}
@media (max-width: 1199.9px) {
  h3 {
    font-size: 20px !important;
    line-height: 32px;
  }
}
@media (max-width: 780.9px) {
  h3 {
    font-size: 18px !important;
    line-height: 30px;
  }
}

h4 {
  font-family: "Zona Pro Bold", sans-serif !important;
  font-size: 20px !important;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.15px;
}
@media (max-width: 1199.9px) {
  h4 {
    font-size: 18px !important;
    line-height: 30px;
  }
}
@media (max-width: 780.9px) {
  h4 {
    font-size: 16px !important;
    line-height: 24px;
  }
}

h5 {
  font-family: "Zona Pro SemiBold", sans-serif;
  font-size: 18px !important;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0.15px;
}
@media (max-width: 780.9px) {
  h5 {
    font-size: 16px !important;
    line-height: 16px;
  }
}

h6 {
  font-family: "Zona Pro SemiBold", sans-serif;
  font-size: 16px !important;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.15px;
}
@media (max-width: 780.9px) {
  h6 {
    font-size: 14px !important;
    line-height: 16px;
  }
}

/* others */
p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

small, .small {
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 300;
}

sub, sup {
  font-size: 0.85em !important;
}

body b,
body strong {
  font-family: "Zona Pro Bold", sans-serif;
}

body {
  font-family: "Zona Pro", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  overflow: auto;
  color: #fff;
  overflow-x: hidden;
  position: relative;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#212121), color-stop(25%, #023443), color-stop(38%, #0D313D), color-stop(87%, #212121), to(#212121)) 0% 0% no-repeat padding-box !important;
  background: transparent linear-gradient(180deg, #212121 0%, #023443 25%, #0D313D 38%, #212121 87%, #212121 100%) 0% 0% no-repeat padding-box !important;
}
body.fixed {
  overflow: hidden;
  height: 100vh;
}

.container {
  max-width: calc(100vw - 3vw - 3vw);
  margin: auto;
}
@media (max-width: 780.9px) {
  .container {
    max-width: calc(100vw - 20px - 20px);
  }
}

.tb_container {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}

::-moz-selection {
  color: #FAFBFE;
  background: #64CCC9;
}

::selection {
  color: #FAFBFE;
  background: #64CCC9;
}

.site-content {
  overflow: hidden;
  min-height: calc(100vh - 95px - 230px);
}

.z-0 {
  z-index: 0 !important;
}

.container {
  width: 100% !important;
  max-width: calc(100% - 3vw - 3vw);
  margin-left: 3vw !important;
  margin-right: 3vw !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 780.9px) {
  .container {
    max-width: calc(100vw - 20px - 20px);
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}

@media (max-width: 780.9px) {
  .mobile-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.entry-hero-wrapper,
.hentry-wrapper,
.site-content-wrapper,
.site-footer-wrapper,
.site-header-wrapper,
.site-content-wrapper .has-post-thumbnail .entry-header-wrapper,
.widget-area-wrapper {
  width: 100% !important;
  max-width: 100% !important;
}

button, .btn {
  font-size: 14px !important;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 1.35px;
}

.stk-block-button-group .button-default {
  position: relative;
}
.stk-block-button-group .button-default a {
  position: relative;
}
.stk-block-button-group .button-default a:after, .stk-block-button-group .button-default a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
.stk-block-button-group .button-default a:before {
  width: 50% !important;
  border-top: 1px solid #fff !important;
}
.stk-block-button-group .button-default a:after {
  height: 90% !important;
  border-left: 1px solid #fff !important;
  opacity: 1 !important;
}
.stk-block-button-group .button-default a span.stk-button__inner-text:after, .stk-block-button-group .button-default a span.stk-button__inner-text:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
.stk-block-button-group .button-default a span.stk-button__inner-text:before {
  width: 50%;
  border-bottom: 1px solid #fff;
}
.stk-block-button-group .button-default a span.stk-button__inner-text:after {
  height: 90%;
  border-right: 1px solid #fff;
}
.stk-block-button-group .button-default a .stk--svg-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20%;
  left: 5%;
  opacity: 0;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  background: #2697B9 0% 0% no-repeat padding-box;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.stk-block-button-group .button-default a .stk--svg-wrapper .stk--inner-svg {
  display: none !important;
}
.stk-block-button-group .button-default:hover a:before {
  width: 100% !important;
}
.stk-block-button-group .button-default:hover a:after {
  height: 100% !important;
}
.stk-block-button-group .button-default:hover a .stk--svg-wrapper {
  opacity: 1;
}
.stk-block-button-group .button-default:hover a span:before {
  width: 100% !important;
}
.stk-block-button-group .button-default:hover a span:after {
  height: 100% !important;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #49423a !important;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #49423a !important;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #49423a !important;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #49423a !important;
}

@media (max-width: 767px) {
  .nf-form-content .one-half,
  .nf-form-content .three-sixths,
  .nf-form-content .two-fourths {
    width: 100% !important;
    float: none;
  }
}
@media (max-width: 767px) {
  .nf-form-content .five-sixths,
  .nf-form-content .four-sixths,
  .nf-form-content .one-fourth,
  .nf-form-content .one-half,
  .nf-form-content .one-sixth,
  .nf-form-content .one-third,
  .nf-form-content .three-fourths,
  .nf-form-content .three-sixths,
  .nf-form-content .two-fourths,
  .nf-form-content .two-sixths,
  .nf-form-content .two-thirds {
    float: none;
    margin-left: 0 !important;
  }
}
.nf-form-content .listselect-container .nf-field .nf-field-element {
  position: relative;
}
.nf-form-content .listselect-container .nf-field .nf-field-element div {
  display: none;
}
.nf-form-content .nf-field-label label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.01px;
  font-family: "Zona Pro Bold", sans-serif;
}
.nf-form-content .nf-field-element .ninja-forms-field {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  padding: 16px 15px;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #fff;
}
.nf-form-content .nf-field-element select.nf-element {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: url("icons/icon-select-drop.svg");
  background-repeat: no-repeat;
  background-position: 97% center;
}
.nf-form-content .nf-field-element select.nf-element option {
  background: #212121 !important;
}
.nf-form-content .nf-field-element select.nf-element option:hover {
  color: #64CCC9;
  background-color: #212121 !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}
.nf-form-content p {
  letter-spacing: 0.11px;
}
.nf-form-content p a {
  color: #64CCC9;
}
.nf-form-content p a:hover {
  color: #fff;
}
.nf-form-content .submit-container .nf-field .submit-wrap {
  display: inline-block;
  position: relative;
}
.nf-form-content .submit-container .nf-field .submit-wrap:after, .nf-form-content .submit-container .nf-field .submit-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
.nf-form-content .submit-container .nf-field .submit-wrap:before {
  width: 50% !important;
  border-top: 1px solid #fff !important;
}
.nf-form-content .submit-container .nf-field .submit-wrap:after {
  height: 90% !important;
  border-left: 1px solid #fff !important;
  opacity: 1 !important;
}
.nf-form-content .submit-container .nf-field .submit-wrap .nf-field-label {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 20%;
  left: 5%;
  opacity: 0;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  background: #64CCC9 0% 0% no-repeat padding-box;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.nf-form-content .submit-container .nf-field .submit-wrap .nf-field-element {
  position: relative;
  z-index: 2;
}
.nf-form-content .submit-container .nf-field .submit-wrap .nf-field-element:after, .nf-form-content .submit-container .nf-field .submit-wrap .nf-field-element:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
.nf-form-content .submit-container .nf-field .submit-wrap .nf-field-element:before {
  width: 50%;
  border-bottom: 1px solid #fff;
}
.nf-form-content .submit-container .nf-field .submit-wrap .nf-field-element:after {
  height: 90%;
  border-right: 1px solid #fff;
}
.nf-form-content .submit-container .nf-field .submit-wrap .nf-field-element input[type=submit].nf-element {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  padding: 15px 36px;
  display: block;
  border: 0;
  font-family: "Zona Pro Bold", sans-serif;
  background: transparent;
}
.nf-form-content .submit-container .nf-field .submit-wrap .nf-field-element input[type=submit].nf-element:hover {
  color: #fff;
}
.nf-form-content .submit-container .nf-field .submit-wrap:hover .nf-field-label {
  opacity: 1;
}
.nf-form-content .submit-container .nf-field .submit-wrap:hover:before {
  width: 100% !important;
}
.nf-form-content .submit-container .nf-field .submit-wrap:hover:after {
  height: 100% !important;
}
.nf-form-content .submit-container .nf-field .submit-wrap:hover .nf-field-element:before {
  width: 100%;
}
.nf-form-content .submit-container .nf-field .submit-wrap:hover .nf-field-element:after {
  height: 100%;
}

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

::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 100px;
  border: 1px solid #fff;
}

::-webkit-scrollbar-thumb {
  background: #64CCC9;
  border-radius: 100px;
}

i.fa-solid.fa-chevron-left, i.fa-solid.fa-chevron-right {
  color: #fff;
  font-size: 20px;
  height: 50px;
  width: 50px;
  border: 2px solid #fff;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
}
i.fa-solid.fa-chevron-left:hover, i.fa-solid.fa-chevron-right:hover {
  background: #fff;
  color: #000;
}

.cn-buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

a#cn-accept-cookie {
  background: #FEFEFE;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 18px;
  font-family: "Zona Pro SemiBold", sans-serif;
  color: #2697B9;
  width: 200px;
}

a#cn-refuse-cookie {
  background: transparent;
  padding: 10px 15px;
  border: 2px solid #73D0EB;
  border-radius: 4px;
  font-size: 18px;
  font-family: "Zona Pro SemiBold", sans-serif;
  color: #2697B9;
  width: 200px;
}

#cookie-notice {
  min-width: 45% !important;
  max-width: 45%;
}
@media (max-width: 780.9px) {
  #cookie-notice {
    min-width: 100% !important;
    max-width: 100% !important;
  }
}

.cn-text-container p {
  text-align: left;
  font-family: "Zona Pro", sans-serif !important;
}

.cn-close-icon {
  top: 15% !important;
  opacity: 1 !important;
}

.cn-close-icon:after, .cn-close-icon:before {
  background-color: #fff;
}

.site-header .navbar {
  margin: 0;
  padding: 0;
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1199.9px) {
  .site-header .navbar {
    width: 60%;
  }
}
.site-header .navbar .navbar-brand {
  max-width: 79px;
  margin-right: 28px;
}
@media (max-width: 1199.9px) {
  .site-header .navbar .navbar-collapse {
    display: none;
  }
}
.site-header .navbar .navbar-collapse ul.navbar-nav .menu-item {
  padding: 4px 12px;
}
.site-header .navbar .navbar-collapse ul.navbar-nav .menu-item a {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Zona Pro", sans-serif !important;
  position: relative;
  padding: 0 0 4px;
}
.site-header .navbar .navbar-collapse ul.navbar-nav .menu-item a:hover {
  color: #64CCC9;
}
.site-header .navbar .navbar-collapse ul.navbar-nav .menu-item a:hover:after {
  content: "";
  display: block;
  width: 20px;
  border-bottom: 3px solid #64CCC9;
  border-radius: 1px;
  position: absolute;
  top: 100%;
  left: 0;
}
.site-header .navbar .navbar-collapse ul.navbar-nav .menu-item a:after {
  display: none !important;
}
.site-header .navbar .navbar-collapse ul.navbar-nav .menu-item ul.sub-menu {
  display: none !important;
}
.site-header .navbar .navbar-collapse ul.navbar-nav .current-menu-item a:after {
  content: "";
  display: block;
  width: 20px;
  border-bottom: 3px solid #B4E4E4;
  border-radius: 1px;
  position: absolute;
  top: 100%;
  left: 0;
}
.site-header .navbar-microsites {
  width: 35%;
}
@media (max-width: 1199.9px) {
  .site-header .navbar-microsites {
    display: none;
  }
}
.site-header .navbar-microsites ul.ms-navbar-nav {
  list-style: outside none;
  margin: 0;
  text-align: right;
}
.site-header .navbar-microsites ul.ms-navbar-nav .menu-item {
  display: inline-block;
  margin-left: 24px;
}
.site-header .navbar-microsites ul.ms-navbar-nav .menu-item a {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.01px;
}
.site-header .navbar-microsites ul.ms-navbar-nav .menu-item a:hover {
  color: #64CCC9;
}
.site-header .navbar-microsites ul.ms-navbar-nav .menu-item a:after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  background-image: url("icons/icon-link.svg");
}
@media (max-width: 1199.9px) {
  .site-header .navbar .navbar-toggler {
    border: 0 !important;
    padding: 0;
    outline: none;
    -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
  }
  .site-header .navbar .navbar-toggler .navbar-toggler-icon {
    font-size: 24px;
    line-height: 1em;
    padding: 0;
    width: auto;
    height: auto;
    color: #fff;
    background-image: none;
  }
  .site-header .navbar .navbar-collapse {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: 320px;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 30px 24px 20px;
    background: #202223;
    max-width: 100%;
  }
  .site-header .navbar .navbar-collapse .navbar-nav .menu-item {
    padding: 4px 0;
    text-align: left;
  }
  .site-header .navbar .navbar-collapse .navbar-nav .menu-item a {
    padding: 4px 0 !important;
  }
}
.site-header #pi-mobile-menu {
  display: none;
}
@media (max-width: 1199.9px) {
  .site-header #pi-mobile-menu {
    display: block;
    width: 40%;
    position: relative;
    z-index: 9;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.site-header #pi-mobile-menu .menu-toggle-container .mob-menu-toggle {
  width: 24px;
  height: 24px;
  display: block;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0 !important;
  padding: 0;
  outline: none;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  background-image: url("icons/ico-menu.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header .mob-menu-container {
  display: none;
  height: 100%;
}
@media (max-width: 1199.9px) {
  .site-header .mob-menu-container {
    width: 100%;
    height: 100%;
    padding: 30px 24px;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#212121), color-stop(25%, #023443), color-stop(38%, #0D313D), color-stop(87%, #212121), to(#212121)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #212121 0%, #023443 25%, #0D313D 38%, #212121 87%, #212121 100%) 0% 0% no-repeat padding-box;
    position: fixed;
    top: 0;
    left: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.site-header .mob-menu-container .mob-menu-inner {
  width: 100%;
  height: 100%;
  clear: both;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-header .mob-menu-container .mob-menu-inner .mobile-top {
  width: 100%;
  -ms-flex-item-align: first baseline;
      -ms-grid-row-align: first baseline;
      align-self: first baseline;
}
.site-header .mob-menu-container .mob-menu-inner .mobile-middle {
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.site-header .mob-menu-container .mob-menu-inner .mobile-bottom {
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.site-header .mob-menu-container .mob-menu-head {
  width: 100%;
  clear: both;
  margin-bottom: 30px;
}
.site-header .mob-menu-container .mobile-cross-menu,
.site-header .mob-menu-container .mobile-menu {
  display: block !important;
}
.site-header .mob-menu-container .mobile-cross-menu ul.menu,
.site-header .mob-menu-container .mobile-menu ul.menu {
  list-style: outside none;
  margin: 0;
  padding: 0;
}
.site-header .mob-menu-container .mobile-cross-menu ul.menu .menu-item,
.site-header .mob-menu-container .mobile-menu ul.menu .menu-item {
  margin-bottom: 10px;
}
.site-header .mob-menu-container .mobile-cross-menu ul.menu .menu-item:last-child,
.site-header .mob-menu-container .mobile-menu ul.menu .menu-item:last-child {
  margin-bottom: 0;
}
.site-header .mob-menu-container .mobile-cross-menu ul.menu .menu-item a,
.site-header .mob-menu-container .mobile-menu ul.menu .menu-item a {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff !important;
  padding: 10px 0;
  text-transform: uppercase;
  font-family: "Zona Pro Bold", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 440px) {
  .site-header .mob-menu-container .mobile-cross-menu ul.menu .menu-item a,
  .site-header .mob-menu-container .mobile-menu ul.menu .menu-item a {
    font-size: 18px;
    line-height: 28px;
  }
}
.site-header .mob-menu-container .mobile-cross-menu ul.menu .menu-item a:focus, .site-header .mob-menu-container .mobile-cross-menu ul.menu .menu-item a:hover,
.site-header .mob-menu-container .mobile-menu ul.menu .menu-item a:focus,
.site-header .mob-menu-container .mobile-menu ul.menu .menu-item a:hover {
  color: #64CCC9 !important;
}
.site-header .mob-menu-container .mobile-cross-menu ul.menu .menu-item .m-backmenu,
.site-header .mob-menu-container .mobile-menu ul.menu .menu-item .m-backmenu {
  display: none;
}
.site-header .mob-menu-container .mobile-cross-menu ul.menu .menu-item .sub-menu,
.site-header .mob-menu-container .mobile-menu ul.menu .menu-item .sub-menu {
  display: none;
}
.site-header .mob-menu-container .mobile-cross-menu ul.menu .current-menu-item a,
.site-header .mob-menu-container .mobile-cross-menu ul.menu .current_page_item a,
.site-header .mob-menu-container .mobile-menu ul.menu .current-menu-item a,
.site-header .mob-menu-container .mobile-menu ul.menu .current_page_item a {
  color: #64CCC9 !important;
}
.site-header .mob-menu-container .mobile-cross-menu ul.menu .current-menu-item a :focus, .site-header .mob-menu-container .mobile-cross-menu ul.menu .current-menu-item a:hover,
.site-header .mob-menu-container .mobile-cross-menu ul.menu .current_page_item a :focus,
.site-header .mob-menu-container .mobile-cross-menu ul.menu .current_page_item a:hover,
.site-header .mob-menu-container .mobile-menu ul.menu .current-menu-item a :focus,
.site-header .mob-menu-container .mobile-menu ul.menu .current-menu-item a:hover,
.site-header .mob-menu-container .mobile-menu ul.menu .current_page_item a :focus,
.site-header .mob-menu-container .mobile-menu ul.menu .current_page_item a:hover {
  color: #fff !important;
}
.site-header .mob-menu-container .mobile-cross-menu ul.menu .current-menu-item a:after,
.site-header .mob-menu-container .mobile-cross-menu ul.menu .current_page_item a:after,
.site-header .mob-menu-container .mobile-menu ul.menu .current-menu-item a:after,
.site-header .mob-menu-container .mobile-menu ul.menu .current_page_item a:after {
  content: "";
  width: 32px;
  height: 5px;
  display: block;
  border-radius: 3px;
  background: #64CCC9;
  position: absolute;
  top: 100%;
  left: 0;
}
.site-header .mob-menu-container .mobile-cross-menu ul.menu .active-parent > a,
.site-header .mob-menu-container .mobile-cross-menu ul.menu .current-menu-item > a,
.site-header .mob-menu-container .mobile-cross-menu ul.menu .current_page_item > a,
.site-header .mob-menu-container .mobile-menu ul.menu .active-parent > a,
.site-header .mob-menu-container .mobile-menu ul.menu .current-menu-item > a,
.site-header .mob-menu-container .mobile-menu ul.menu .current_page_item > a {
  color: #64CCC9 !important;
}
.site-header .mob-menu-container .mobile-cross-menu ul.menu .active-parent > a :focus, .site-header .mob-menu-container .mobile-cross-menu ul.menu .active-parent > a:hover,
.site-header .mob-menu-container .mobile-cross-menu ul.menu .current-menu-item > a :focus,
.site-header .mob-menu-container .mobile-cross-menu ul.menu .current-menu-item > a:hover,
.site-header .mob-menu-container .mobile-cross-menu ul.menu .current_page_item > a :focus,
.site-header .mob-menu-container .mobile-cross-menu ul.menu .current_page_item > a:hover,
.site-header .mob-menu-container .mobile-menu ul.menu .active-parent > a :focus,
.site-header .mob-menu-container .mobile-menu ul.menu .active-parent > a:hover,
.site-header .mob-menu-container .mobile-menu ul.menu .current-menu-item > a :focus,
.site-header .mob-menu-container .mobile-menu ul.menu .current-menu-item > a:hover,
.site-header .mob-menu-container .mobile-menu ul.menu .current_page_item > a :focus,
.site-header .mob-menu-container .mobile-menu ul.menu .current_page_item > a:hover {
  color: #fff !important;
}
.site-header .mob-menu-container .mobile-cross-menu ul.menu .active-parent > a:after,
.site-header .mob-menu-container .mobile-cross-menu ul.menu .current-menu-item > a:after,
.site-header .mob-menu-container .mobile-cross-menu ul.menu .current_page_item > a:after,
.site-header .mob-menu-container .mobile-menu ul.menu .active-parent > a:after,
.site-header .mob-menu-container .mobile-menu ul.menu .current-menu-item > a:after,
.site-header .mob-menu-container .mobile-menu ul.menu .current_page_item > a:after {
  content: "";
  width: 32px;
  height: 5px;
  display: block;
  border-radius: 3px;
  background: #64CCC9;
  position: absolute;
  top: 100%;
  left: 0;
}
.site-header .mob-menu-container .mobile-cross-menu ul.menu .active,
.site-header .mob-menu-container .mobile-menu ul.menu .active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-header .mob-menu-container .mobile-cross-menu ul.menu .active .m-backmenu,
.site-header .mob-menu-container .mobile-menu ul.menu .active .m-backmenu {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: #fff !important;
  letter-spacing: 0.02px;
}
.site-header .mob-menu-container .mobile-cross-menu ul.menu .active .m-backmenu:before,
.site-header .mob-menu-container .mobile-menu ul.menu .active .m-backmenu:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background-image: url("icons/ico-arrow left.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.site-header .mob-menu-container .mobile-cross-menu ul.menu .active .m-backmenu:after,
.site-header .mob-menu-container .mobile-menu ul.menu .active .m-backmenu:after {
  display: none;
}
.site-header .mob-menu-container .mobile-cross-menu ul.menu .active .m-backmenu:focus, .site-header .mob-menu-container .mobile-cross-menu ul.menu .active .m-backmenu:hover,
.site-header .mob-menu-container .mobile-menu ul.menu .active .m-backmenu:focus,
.site-header .mob-menu-container .mobile-menu ul.menu .active .m-backmenu:hover {
  color: #64CCC9 !important;
}
.site-header .mob-menu-container .mobile-cross-menu ul.menu .active > a,
.site-header .mob-menu-container .mobile-menu ul.menu .active > a {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.site-header .mob-menu-container .mobile-cross-menu ul.menu .active ul,
.site-header .mob-menu-container .mobile-menu ul.menu .active ul {
  width: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.site-header .mob-menu-container .mobile-cross-menu ul.menu .sub-menu,
.site-header .mob-menu-container .mobile-menu ul.menu .sub-menu {
  display: none;
  list-style: outside none;
  margin-top: 30px !important;
}
.site-header .mob-menu-container .mobile-cross-menu ul.menu .sub-menu .menu-item,
.site-header .mob-menu-container .mobile-menu ul.menu .sub-menu .menu-item {
  margin-bottom: 8px;
}
.site-header .mob-menu-container .mobile-cross-menu ul.menu .sub-menu .menu-item:last-child,
.site-header .mob-menu-container .mobile-menu ul.menu .sub-menu .menu-item:last-child {
  margin-bottom: 0;
}
.site-header .mob-menu-container .mobile-cross-menu ul.menu .sub-menu .menu-item a,
.site-header .mob-menu-container .mobile-menu ul.menu .sub-menu .menu-item a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #fff !important;
  padding: 6px 0;
  text-transform: uppercase;
  font-family: "Zona Pro Bold", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.site-header .mob-menu-container .mobile-cross-menu ul.menu .sub-menu .menu-item a:after,
.site-header .mob-menu-container .mobile-menu ul.menu .sub-menu .menu-item a:after {
  display: none !important;
}
.site-header .mob-menu-container .mobile-cross-menu ul.menu .sub-menu .menu-item a:focus, .site-header .mob-menu-container .mobile-cross-menu ul.menu .sub-menu .menu-item a:hover,
.site-header .mob-menu-container .mobile-menu ul.menu .sub-menu .menu-item a:focus,
.site-header .mob-menu-container .mobile-menu ul.menu .sub-menu .menu-item a:hover {
  color: #64CCC9 !important;
}
.site-header .mob-menu-container .mobile-cross-menu ul.menu .sub-menu .current-menu-item > a,
.site-header .mob-menu-container .mobile-cross-menu ul.menu .sub-menu .current_page_item > a,
.site-header .mob-menu-container .mobile-menu ul.menu .sub-menu .current-menu-item > a,
.site-header .mob-menu-container .mobile-menu ul.menu .sub-menu .current_page_item > a {
  color: #64CCC9 !important;
}
.site-header .mob-menu-container .mobile-cross-menu ul.menu .sub-menu .current-menu-item > a :focus, .site-header .mob-menu-container .mobile-cross-menu ul.menu .sub-menu .current-menu-item > a:hover,
.site-header .mob-menu-container .mobile-cross-menu ul.menu .sub-menu .current_page_item > a :focus,
.site-header .mob-menu-container .mobile-cross-menu ul.menu .sub-menu .current_page_item > a:hover,
.site-header .mob-menu-container .mobile-menu ul.menu .sub-menu .current-menu-item > a :focus,
.site-header .mob-menu-container .mobile-menu ul.menu .sub-menu .current-menu-item > a:hover,
.site-header .mob-menu-container .mobile-menu ul.menu .sub-menu .current_page_item > a :focus,
.site-header .mob-menu-container .mobile-menu ul.menu .sub-menu .current_page_item > a:hover {
  color: #fff !important;
}
.site-header .mob-menu-container .mobile-cross-menu ul.menu .sub-menu .current-menu-item > a:after,
.site-header .mob-menu-container .mobile-cross-menu ul.menu .sub-menu .current_page_item > a:after,
.site-header .mob-menu-container .mobile-menu ul.menu .sub-menu .current-menu-item > a:after,
.site-header .mob-menu-container .mobile-menu ul.menu .sub-menu .current_page_item > a:after {
  display: none;
}
.site-header .mob-menu-container .mobile-cross-menu ul.menu .menu-item a:after {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 8px;
  display: inline-block;
  background-image: url("/PrimeInfra/wp-content/uploads/2024/04/ico-externalk-link-default.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.site-header .mob-menu-container .mobile-bottom-menu {
  margin-bottom: 40px;
}
.site-header .mob-menu-container .mobile-bottom-menu ul.menu {
  list-style: outside none;
  margin: 0;
  padding: 0;
}
.site-header .mob-menu-container .mobile-bottom-menu ul.menu .menu-item a {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  text-transform: uppercase;
  font-family: "Zona Pro SemiBold", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.site-header .mob-menu-container .mobile-bottom-menu ul.menu .menu-item a:hover {
  color: #64CCC9;
}
.site-header .mob-menu-container .mobile-bottom-menu ul.menu .current-menu-item a,
.site-header .mob-menu-container .mobile-bottom-menu ul.menu .current_page_item a {
  color: #64CCC9 !important;
}
.site-header .mob-menu-container .mobile-bottom-menu ul.menu .current-menu-item a :focus, .site-header .mob-menu-container .mobile-bottom-menu ul.menu .current-menu-item a:hover,
.site-header .mob-menu-container .mobile-bottom-menu ul.menu .current_page_item a :focus,
.site-header .mob-menu-container .mobile-bottom-menu ul.menu .current_page_item a:hover {
  color: #fff !important;
}
.site-header .mob-menu-container .mob-copyright {
  width: 100%;
  display: block;
}
.site-header .mob-menu-container .mob-copyright p {
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  letter-spacing: 3.6px;
  text-align: center;
  margin: 0;
}
@media (max-width: 440px) {
  .site-header .mob-menu-container .mob-copyright p {
    letter-spacing: 2px;
  }
}

body.noscroll {
  overflow: hidden;
}
body.noscroll .site-header .menu-toggle-container .mob-menu-toggle {
  width: 32px !important;
  height: 32px !important;
  background-image: url("icons/ico-exit.png") !important;
}
@media (max-width: 1199.9px) {
  body.noscroll .site-header .mob-menu-container {
    left: 0;
  }
}

.spotlight {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-image: radial-gradient(circle, transparent 160px, rgba(255, 0, 0, 0.57) 160px, rgba(255, 255, 0, 0.57) 300px);
}

#to-top {
  width: 100%;
  position: relative;
  z-index: 99;
}
@media (max-width: 780.9px) {
  #to-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0;
  }
}
#to-top .to-top-inner {
  position: absolute;
  top: -160px;
  right: 60px;
}
@media (max-width: 1199.9px) {
  #to-top .to-top-inner {
    right: 30px;
  }
}
@media (max-width: 991.9px) {
  #to-top .to-top-inner {
    right: 20px;
  }
}
@media (max-width: 780.9px) {
  #to-top .to-top-inner {
    position: relative;
    top: 0;
    right: 0;
  }
}
#to-top .to-top-inner a {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #535353;
  text-transform: uppercase;
  letter-spacing: 2.1px;
  font-family: "Zona Pro Bold", sans-serif;
}
#to-top .to-top-inner a:before {
  content: "";
  width: 48px;
  height: 78px;
  display: block;
  margin: 0 auto 12px;
  background-image: url("icons/icon-to-top.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 48px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 780.9px) {
  #to-top .to-top-inner a:before {
    background-size: 100% auto;
  }
}
#to-top .to-top-inner a:hover:before {
  width: 48px;
  height: 78px;
  display: block;
  background-image: url("icons/scroll-to-top-hovered.svg");
}

.site-footer {
  position: relative;
  z-index: 8;
  background: #2C2B2B;
}
.site-footer .widget-area {
  margin: 0 auto;
}
.site-footer .widget-area a {
  color: #fff;
  text-decoration: none;
}
.site-footer .widget-area a:focus, .site-footer .widget-area a:hover {
  color: #64CCC9;
}
@media (max-width: 599.9px) {
  .site-footer .footer-address br {
    display: none;
  }
}
.site-footer .stk-block-icon-list-item__content {
  gap: 15px;
}
.site-footer .widget_nav_menu ul.menu {
  list-style: outside none;
  margin: 0;
  padding: 0;
}
.site-footer .widget_nav_menu ul.menu li.menu-item {
  margin-bottom: 12px;
}
.site-footer .widget_nav_menu ul.menu li.menu-item a {
  font-size: 14px;
  line-height: 1.6em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Zona Pro Bold", sans-serif;
}
.site-footer .widget_nav_menu ul.menu li.menu-item a:focus, .site-footer .widget_nav_menu ul.menu li.menu-item a:hover {
  color: #64CCC9;
}
.site-footer .widget_nav_menu ul.menu li.menu-item ul.sub-menu {
  display: none;
}
.site-footer .widget_nav_menu ul.menu li.icon-exteral a:after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  background-image: url("icons/icon-link.svg");
}
.site-footer .privacy-footer-link a {
  color: #64CCC9 !important;
}
.site-footer .privacy-footer-link a:focus, .site-footer .privacy-footer-link a:hover {
  color: #fff !important;
}

.scene {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(25%, #212121), color-stop(50%, #023443), color-stop(68%, #0D313D), color-stop(90%, #212121), to(#212121)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #212121 25%, #023443 50%, #0D313D 68%, #212121 90%, #212121 100%) 0% 0% no-repeat padding-box;
  text-align: center;
  overflow: hidden;
  z-index: 0 !important;
}
@media (max-width: 780.9px) {
  .scene {
    display: none;
  }
}

.magic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-mask-image: radial-gradient(#000 30%, transparent 60%);
          mask-image: radial-gradient(#000 30%, transparent 60%);
  -webkit-mask-size: var(--mouse-size) var(--mouse-size);
          mask-size: var(--mouse-size) var(--mouse-size);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: calc(var(--mouse-x) - var(--mouse-size) / 2) calc(var(--mouse-y) - var(--mouse-size) / 2);
          mask-position: calc(var(--mouse-x) - var(--mouse-size) / 2) calc(var(--mouse-y) - var(--mouse-size) / 2);
  background-image: url(icons/Background.png);
  background-size: auto;
  background-position: 0 center;
  background-repeat: repeat;
  pointer-events: none;
  background-attachment: fixed;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  z-index: 5;
}
@media (max-width: 991.9px) {
  .magic {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 780.9px) {
  .magic {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 440px) {
  .magic {
    width: 280px;
    height: 280px;
  }
}

.site-header {
  width: 100%;
  padding: 12px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
.site-header:focus, .site-header:hover {
  background: #202223;
}
@media (max-width: 1199.9px) {
  .site-header:focus, .site-header:hover {
    background: transparent;
  }
}
.site-header .site-header-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199.9px) {
  .site-header .site-header-inner .navbar-brand {
    display: none;
  }
}
.site-header li.menu-item-back {
  position: absolute;
  top: -15px;
}
.site-header ul#menu-main-menu-1 {
  position: relative;
}
.site-header .active-parent {
  padding-top: 25px;
}

.site-header.fixedit {
  position: fixed;
  left: 0;
  top: -102px;
}
@media (max-width: 1199.9px) {
  .site-header.fixedit {
    padding: 10px 0;
    top: 0;
    background: rgb(32, 34, 35);
  }
  .site-header.fixedit .navbar .navbar-brand img {
    max-height: 50px !important;
  }
}
.site-header.fixedit:hover {
  top: 0;
}

@media (max-width: 780.9px) {
  .hfeed.site:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url("icons/mobile-grid.png");
    background-position: top left;
    background-repeat: repeat;
  }
}

.site-main {
  position: relative;
  overflow: hidden;
}
.site-main .hentry-wrapper {
  position: relative;
  overflow: hidden;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#212121), color-stop(25%, #023443), color-stop(38%, #0D313D), color-stop(87%, #212121), to(#212121)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #212121 0%, #023443 25%, #0D313D 38%, #212121 87%, #212121 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 780.9px) {
  .site-main .hentry-wrapper {
    background: transparent;
  }
}

.page-banner {
  width: 100%;
  clear: both;
  min-height: 390px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: end;
      align-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
@media (max-width: 780.9px) {
  .page-banner {
    min-height: 241px;
  }
}
@media (max-width: 599.9px) {
  .page-banner {
    min-height: 195px;
  }
}
.page-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  clear: both;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(38, 38, 38, 0)), color-stop(40%, rgba(33, 33, 33, 0.4)), to(#212121)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(38, 38, 38, 0) 0%, rgba(33, 33, 33, 0.4) 40%, #212121 100%) 0% 0% no-repeat padding-box;
}
.page-banner:after {
  content: "";
  width: 100%;
  height: 100%;
  clear: both;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("icons/png-grid-hero.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
}
.page-banner .pb-video {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
.page-banner .pb-video video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
}
.page-banner .pb_inner {
  width: 100%;
  clear: both;
  position: relative;
  z-index: 3;
  text-align: center;
}
.page-banner .pb_inner h1 {
  color: #64CCC9;
  text-transform: uppercase;
  font-family: "Zona Pro Bold", sans-serif;
}
.page-banner .pb_inner h2 {
  font-size: 52px !important;
  line-height: 78px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 1199.9px) {
  .page-banner .pb_inner h2 {
    font-size: 40px !important;
    line-height: 52px;
  }
}
@media (max-width: 991.9px) {
  .page-banner .pb_inner h2 {
    font-size: 30px !important;
    line-height: 40px;
  }
}
@media (max-width: 780.9px) {
  .page-banner .pb_inner h2 {
    font-size: 24px !important;
    line-height: 32px;
  }
}
@media (max-width: 599.9px) {
  .page-banner .pb_inner h2 {
    font-size: 18px !important;
    line-height: 28px;
  }
}

.page-banner.pb-full-height {
  min-height: 100vh;
  padding-bottom: 60px;
}
@media (max-width: 780.9px) {
  .page-banner.pb-full-height {
    min-height: 320px;
    padding-bottom: 30px;
  }
}
@media (max-width: 599.9px) {
  .page-banner.pb-full-height {
    min-height: 241px;
    padding-bottom: 20px;
  }
}

@media (max-width: 780.9px) {
  .page-banner.pb-with-video {
    min-height: unset;
    padding-bottom: 0;
  }
  .page-banner.pb-with-video .pb-video {
    position: relative;
    top: 0;
    left: 0;
  }
  .page-banner.pb-with-video .pb-video video {
    aspect-ratio: 16/9;
    position: relative;
    max-width: 100%;
    max-height: 100%;
  }
  .page-banner.pb-with-video .tb_container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 780.9px) and (max-width: 599.9px) {
  .page-banner.pb-with-video .tb_container {
    padding-bottom: 20px;
  }
}
@media (max-width: 599.9px) {
  .page-banner.pb-with-video {
    min-height: unset;
  }
}

.sector-slider {
  width: 100%;
  overflow: hidden;
}
.sector-slider .no-slide {
  padding: 20px;
}
.sector-slider .no-slide p {
  text-align: center;
  color: #fff;
}
.sector-slider .sector-slider-inner {
  width: 100%;
  height: 679px;
  aspect-ratio: 1.3/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media (max-width: 991.9px) {
  .sector-slider .sector-slider-inner {
    height: 480px;
  }
}
@media (max-width: 780.9px) {
  .sector-slider .sector-slider-inner {
    height: 398px;
  }
}
.sector-slider .sector-slider-inner:has(.div.active) .div:not(.active) {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.sector-slider .sector-slider-inner .sector-slide {
  height: 100%;
  width: 33.3333333333%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.4s cubic-bezier(0.32, 0, 0.67, 0);
  transition: all 0.4s cubic-bezier(0.32, 0, 0.67, 0);
  position: relative;
  overflow: hidden;
  cursor: unset;
}
@media (max-width: 780.9px) {
  .sector-slider .sector-slider-inner .sector-slide {
    width: 0;
  }
}
.sector-slider .sector-slider-inner .sector-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(38, 38, 38, 0)), color-stop(51%, rgba(33, 33, 33, 0.3529411765)), color-stop(92%, rgba(33, 26, 26, 0.2)), color-stop(100%, rgba(33, 33, 33, 0)), to(rgba(33, 33, 33, 0.9921568627))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(38, 38, 38, 0) 0%, rgba(33, 33, 33, 0.3529411765) 51%, rgba(33, 26, 26, 0.2) 92%, rgba(33, 33, 33, 0) 100%, rgba(33, 33, 33, 0.9921568627) 100%) 0% 0% no-repeat padding-box;
}
.sector-slider .sector-slider-inner .sector-slide .sector-slide-content {
  width: 100%;
  position: absolute;
  top: 75%;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  z-index: 2;
}
@media (max-width: 1199px) {
  .sector-slider .sector-slider-inner .sector-slide .sector-slide-content {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .sector-slider .sector-slider-inner .sector-slide .sector-slide-content {
    padding: 0 20px;
  }
}
.sector-slider .sector-slider-inner .sector-slide .sector-slide-content h3 {
  font-size: 22px !important;
  line-height: 30px;
  color: #fff;
  font-weight: 900;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3607843137);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 24px;
}
@media (max-width: 1199.9px) {
  .sector-slider .sector-slider-inner .sector-slide .sector-slide-content h3 {
    font-size: 18px !important;
    line-height: 26px;
    margin-bottom: 18px;
  }
}
@media (max-width: 780.9px) {
  .sector-slider .sector-slider-inner .sector-slide .sector-slide-content h3 {
    margin-bottom: 15px;
  }
}
.sector-slider .sector-slider-inner .sector-slide .sector-slide-content p {
  max-width: 515px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3607843137);
}
.sector-slider .sector-slider-inner .sector-slide.active {
  width: 150%;
}
.sector-slider .sector-slider-inner .sector-slide.active .sector-slide-content {
  top: 40%;
}
@media (max-width: 780.9px) {
  .sector-slider .sector-slider-inner .sector-slide.active .sector-slide-content {
    top: 20%;
  }
}
@media (max-width: 320px) {
  .sector-slider .sector-slider-inner .sector-slide.active .sector-slide-content {
    top: 20px;
  }
}
.sector-slider .sector-slider-inner .sector-slide.active .sector-slide-content h3 {
  font-size: 52px !important;
  line-height: 60px;
}
@media (max-width: 991.9px) {
  .sector-slider .sector-slider-inner .sector-slide.active .sector-slide-content h3 {
    font-size: 38px !important;
    line-height: 48px;
  }
}
@media (max-width: 780.9px) {
  .sector-slider .sector-slider-inner .sector-slide.active .sector-slide-content h3 {
    font-size: 24px !important;
    line-height: 34px;
  }
}
.sector-slider .sector-slider-inner .sector-slide.active .sector-slide-content p {
  font-size: 18px;
  line-height: 26px;
  opacity: 1;
}
@media (max-width: 991.9px) {
  .sector-slider .sector-slider-inner .sector-slide.active .sector-slide-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 780.9px) {
  .sector-slider .sector-slider-inner .sector-slide.active .sector-slide-content p {
    font-size: 14px;
    line-height: 24px;
  }
}
.sector-slider .slider-nav-wrap {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 65px;
  left: 0;
  z-index: 3;
  overflow: hidden;
}
@media (max-width: 991.9px) {
  .sector-slider .slider-nav-wrap {
    bottom: 24px;
  }
}
@media (max-width: 780.9px) {
  .sector-slider .slider-nav-wrap {
    bottom: 12px;
  }
}
.sector-slider .slider-nav-wrap .navigation {
  position: absolute;
  top: 0;
  left: 33.33%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .sector-slider .slider-nav-wrap .navigation {
    width: 175px;
    left: 50% !important;
  }
}
.sector-slider .slider-nav-wrap .navigation button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  color: white;
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
@media (max-width: 780.9px) {
  .sector-slider .slider-nav-wrap .navigation button {
    width: 40px;
    height: 40px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sector-slider .slider-nav-wrap .navigation button i.fa-solid.fa-chevron-left, .sector-slider .slider-nav-wrap .navigation button i.fa-solid.fa-chevron-right {
    font-size: 10px;
    height: 40px;
    width: 40px;
  }
}
.sector-slider .slider-nav-wrap .navigation button img {
  max-width: 10px;
  height: 10px;
}
.sector-slider .slider-nav-wrap .navigation:before, .sector-slider .slider-nav-wrap .navigation:after {
  content: "";
  width: 1200px;
  position: absolute;
  border-bottom: 3px solid #fff;
  top: 24px;
}
@media (max-width: 780.9px) {
  .sector-slider .slider-nav-wrap .navigation:before, .sector-slider .slider-nav-wrap .navigation:after {
    top: 12px;
  }
}
.sector-slider .slider-nav-wrap .navigation:before {
  right: 108%;
}
.sector-slider .slider-nav-wrap .navigation:after {
  left: 108%;
}
.sector-slider .slider-nav-wrap .bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 20px;
  left: 30%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 780.9px) {
  .sector-slider .slider-nav-wrap .bullets {
    top: 20px;
    left: 50% !important;
    margin-left: -40px;
  }
}
.sector-slider .slider-nav-wrap .bullets .bullet {
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sector-slider .slider-nav-wrap .bullets .bullet.active {
  width: 30px;
  height: 5px;
  border-radius: 6px;
  top: 2px;
  position: relative;
  background-color: #64CCC9;
}

.sector-slider.active-slide-sector-slide1 .slider-nav-wrap .navigation {
  left: 33.33%;
}
.sector-slider.active-slide-sector-slide1 .slider-nav-wrap .bullets {
  left: 30%;
}

.sector-slider.active-slide-sector-slide2 .slider-nav-wrap .navigation {
  left: 50%;
}
.sector-slider.active-slide-sector-slide2 .slider-nav-wrap .bullets {
  left: 46%;
}

.sector-slider.active-slide-sector-slide3 .slider-nav-wrap .navigation {
  left: 66.33%;
}
.sector-slider.active-slide-sector-slide3 .slider-nav-wrap .bullets {
  left: 62%;
}

.page-sub-menu .page-sub-menu-inner .pointer {
  display: none;
}
@media (max-width: 767.9px) {
  .page-sub-menu .page-sub-menu-inner > .stk-container > .stk-block-content {
    max-width: 500px;
    padding: 0 30px;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
    display: block;
  }
  .page-sub-menu .page-sub-menu-inner .pointer {
    width: 30px;
    line-height: 38px;
    text-align: center;
    position: absolute;
    top: 4px;
    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;
  }
  .page-sub-menu .page-sub-menu-inner .pointer.left-pointer {
    left: 0;
  }
  .page-sub-menu .page-sub-menu-inner .pointer.right-pointer {
    right: 0;
  }
  .page-sub-menu .page-sub-menu-inner .pointer.dis {
    opacity: 0.6;
  }
}
.page-sub-menu ul {
  height: 100%;
  overflow: auto;
  white-space: nowrap;
  display: block;
}
.page-sub-menu ul:-webkit-scrollbar {
  display: none;
}
.page-sub-menu ul li {
  list-style: none !important;
  vertical-align: middle;
  padding: 0 33px;
  margin: 0;
  display: inline-block !important;
  height: 100%;
}
@media (max-width: 767.9px) {
  .page-sub-menu ul li {
    padding: 0 20px;
  }
}
.page-sub-menu ul li a {
  color: #fff;
  font-family: "Zona Pro Bold", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-sub-menu ul li a:focus, .page-sub-menu ul li a:hover {
  color: #64CCC9 !important;
}
.page-sub-menu ul li.sub-active a {
  color: #64CCC9;
}
.page-sub-menu ul li.sub-active a:focus, .page-sub-menu ul li.sub-active a:hover {
  color: #fff;
}

blockquote.pi-quote {
  max-width: 1018px;
  padding: 35px 0 36px 56px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 991.9px) {
  blockquote.pi-quote {
    padding: 26px 0 24px 40px;
  }
}
@media (max-width: 780.9px) {
  blockquote.pi-quote {
    padding: 20px 0 20px 30px;
  }
}
blockquote.pi-quote:before {
  content: "";
  width: 125px;
  height: 125px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("icons/ico-qoutation.png");
  background-repeat: no-repeat;
  background-position: top left;
}
@media (max-width: 991.9px) {
  blockquote.pi-quote:before {
    width: 100px;
    height: 100px;
    background-size: contain;
  }
}
@media (max-width: 780.9px) {
  blockquote.pi-quote:before {
    width: 60px;
    height: 60px;
  }
}
blockquote.pi-quote p {
  font-family: "Zona Pro Bold", sans-serif;
  margin: 0;
}
@media (max-width: 1199.9px) {
  blockquote.pi-quote p {
    line-height: 1.4em;
  }
}
@media (max-width: 991.9px) {
  blockquote.pi-quote p {
    font-size: 32px !important;
  }
}
@media (max-width: 780.9px) {
  blockquote.pi-quote p {
    font-size: 24px !important;
  }
}
blockquote.pi-quote cite {
  text-align: right;
  font-family: "Zona Pro Bold", sans-serif;
}
@media (max-width: 991.9px) {
  blockquote.pi-quote cite {
    font-size: 20px !important;
  }
}
@media (max-width: 780.9px) {
  blockquote.pi-quote cite {
    font-size: 18px !important;
  }
}
blockquote.pi-quote cite:before {
  content: "";
  width: 38px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  border-bottom: 2px solid #64CCC9;
}

.carousel-2cols-wrapper {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767.9px) {
  .carousel-2cols-wrapper {
    margin-bottom: 24px;
  }
}
.carousel-2cols-wrapper .swiper-wrapper {
  padding-bottom: 30px;
}
.carousel-2cols-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
  border-radius: 9px;
}
.carousel-2cols-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 326px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #fff;
  border-radius: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1199.9px) {
  .carousel-2cols-wrapper .swiper-slide img {
    height: 300px;
  }
}
@media (max-width: 1580px) {
  .carousel-2cols-wrapper .swiper-slide img {
    height: auto;
  }
}
@media (max-width: 767.9px) {
  .carousel-2cols-wrapper .swiper-slide img {
    height: 203px;
  }
}
@media (max-width: 440px) {
  .carousel-2cols-wrapper .swiper-slide img {
    height: 180px;
  }
}
.carousel-2cols-wrapper .nav-wrapper {
  position: relative;
  width: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767.9px) {
  .carousel-2cols-wrapper .nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.carousel-2cols-wrapper .nav-wrapper .nav-innner-wrapper {
  width: auto;
  min-height: 50px;
  margin: 0 auto;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 767.9px) {
  .carousel-2cols-wrapper .nav-wrapper .nav-innner-wrapper {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    position: relative;
    bottom: 0;
  }
}
.carousel-2cols-wrapper .nav-wrapper .nav-innner-wrapper:after, .carousel-2cols-wrapper .nav-wrapper .nav-innner-wrapper:before {
  content: "";
  width: 1200px;
  position: absolute;
  border-bottom: 3px solid #fff;
  top: 35%;
  right: 108%;
}
.carousel-2cols-wrapper .nav-wrapper .nav-innner-wrapper:after {
  right: auto;
  left: 108%;
}
.carousel-2cols-wrapper .nav-wrapper .swiper-button-next,
.carousel-2cols-wrapper .nav-wrapper .swiper-button-prev {
  top: 0;
  left: 0;
  z-index: 99;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  cursor: pointer;
  font-size: 24px;
  color: white;
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
}
.carousel-2cols-wrapper .nav-wrapper .swiper-button-next:before,
.carousel-2cols-wrapper .nav-wrapper .swiper-button-prev:before {
  display: none !important;
}
@media (max-width: 780.9px) {
  .carousel-2cols-wrapper .nav-wrapper .swiper-button-next,
  .carousel-2cols-wrapper .nav-wrapper .swiper-button-prev {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.carousel-2cols-wrapper .nav-wrapper .swiper-button-next:after,
.carousel-2cols-wrapper .nav-wrapper .swiper-button-prev:after {
  font-size: 20px;
}
.carousel-2cols-wrapper .nav-wrapper .swiper-button-next {
  left: auto;
  right: 0;
}
.carousel-2cols-wrapper .nav-wrapper .swiper-pagination {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 80px;
  position: relative;
}
@media (max-width: 767.9px) {
  .carousel-2cols-wrapper .nav-wrapper .swiper-pagination {
    padding: 20px 60px;
  }
}
.carousel-2cols-wrapper .nav-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.carousel-2cols-wrapper .nav-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  height: 5px;
  border-radius: 6px;
  top: -1px;
  position: relative;
  background-color: #64CCC9;
}
@media (max-width: 991.9px) {
  .carousel-2cols-wrapper .nav-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
  }
}

.no-slide {
  width: 100%;
  display: block;
  padding: 20px;
}
.no-slide p {
  text-align: center;
  color: #fff;
}

.pp_hoverContainer {
  display: none !important;
}

.passion-slide-wrapper {
  padding-bottom: 52px;
}
.passion-slide-wrapper .no-slide {
  padding: 20px;
}
.passion-slide-wrapper .no-slide p {
  text-align: center;
  color: #fff;
}
.passion-slide-wrapper .passion-slider .item {
  margin: 0 15px;
}
.passion-slide-wrapper .passion-slider .item img {
  border-radius: 12px;
  border: 3px solid #fff;
}
.passion-slide-wrapper .passion-slider .slick-dots {
  bottom: -65px;
  width: 120px;
  left: 20%;
}
@media (max-width: 960px) {
  .passion-slide-wrapper .passion-slider .slick-dots {
    left: 18%;
  }
}
@media (max-width: 780.9px) {
  .passion-slide-wrapper .passion-slider .slick-dots {
    left: 41%;
  }
}
@media (max-width: 599.9px) {
  .passion-slide-wrapper .passion-slider .slick-dots {
    left: 38%;
  }
}
@media (max-width: 440px) {
  .passion-slide-wrapper .passion-slider .slick-dots {
    left: 32%;
  }
}
@media (max-width: 320px) {
  .passion-slide-wrapper .passion-slider .slick-dots {
    left: 30%;
  }
}
.passion-slide-wrapper .passion-slider .slick-dots li {
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.passion-slide-wrapper .passion-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
}
.passion-slide-wrapper .passion-slider .slick-dots li button:before {
  display: none !important;
  width: 0;
  height: 0;
  opacity: 0;
}
.passion-slide-wrapper .passion-slider .slick-dots li.slick-active {
  width: 30px;
  height: 5px;
  border-radius: 6px;
  top: -1px;
  position: relative;
  background-color: #64CCC9;
}
@media (max-width: 991.9px) {
  .passion-slide-wrapper .passion-slider .slick-dots li.slick-active {
    width: 24px;
  }
}
.passion-slide-wrapper .button-container-wrapper {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  overflow: hidden;
}
.passion-slide-wrapper .button-container-wrapper .button-container {
  position: absolute;
  top: 50%;
  left: 25%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 226px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991.9px) {
  .passion-slide-wrapper .button-container-wrapper .button-container {
    width: 160px;
  }
}
@media (max-width: 780.9px) {
  .passion-slide-wrapper .button-container-wrapper .button-container {
    width: 120px;
    left: 50%;
  }
}
.passion-slide-wrapper .button-container-wrapper .button-container:before, .passion-slide-wrapper .button-container-wrapper .button-container:after {
  content: "";
  width: 1200px;
  position: absolute;
  border-bottom: 3px solid #fff;
  top: 0;
}
.passion-slide-wrapper .button-container-wrapper .button-container:before {
  right: 120%;
}
@media (max-width: 780.9px) {
  .passion-slide-wrapper .button-container-wrapper .button-container:before {
    right: 130%;
  }
}
.passion-slide-wrapper .button-container-wrapper .button-container:after {
  left: 120%;
}
@media (max-width: 780.9px) {
  .passion-slide-wrapper .button-container-wrapper .button-container:after {
    left: 130%;
  }
}
.passion-slide-wrapper .button-container-wrapper .button-container .slick-arrow {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
}
.passion-slide-wrapper .button-container-wrapper .button-container .slick-arrow:before {
  display: none !important;
}
@media (max-width: 780.9px) {
  .passion-slide-wrapper .button-container-wrapper .button-container .slick-arrow {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.passion-slide-wrapper .button-container-wrapper .button-container .slick-arrow img {
  max-width: 20px;
  height: 20px;
  vertical-align: middle;
}

#comments {
  display: none !important;
}

.hp-primeinfra .wp-block-video {
  border: 3px solid #fff;
  border-radius: 12px;
  overflow: hidden;
}
.hp-primeinfra p {
  line-height: 2em;
}
@media (max-width: 780.9px) {
  .hp-primeinfra p {
    font-size: 14px !important;
    line-height: 1.8em;
  }
}

.counter-section .stk-block-image {
  margin-bottom: 15px;
}
.counter-section p {
  margin: 0 !important;
}
@media (max-width: 780.9px) {
  .counter-section p {
    font-size: 12px;
    line-height: 1.4em;
    letter-spacing: 0 !important;
  }
}

.social-relevant2,
.social-relevant {
  position: relative;
  border-bottom: 0 !important;
}
.social-relevant2 > .stk-inner-blocks,
.social-relevant > .stk-inner-blocks {
  border-top: 3px solid !important;
  -o-border-image: linear-gradient(to left, #fff 60%, transparent 30%) 100% 1;
     border-image: -webkit-gradient(linear, right top, left top, color-stop(60%, #fff), color-stop(30%, transparent)) 100% 1;
     border-image: linear-gradient(to left, #fff 60%, transparent 30%) 100% 1;
  padding-top: 45px;
}
@media (max-width: 780.9px) {
  .social-relevant2 > .stk-inner-blocks,
  .social-relevant > .stk-inner-blocks {
    padding-top: 30px;
    border-top: 2px solid #fff !important;
    -o-border-image: unset;
       border-image: unset;
  }
}
.social-relevant2 .stk-block-icon-box,
.social-relevant .stk-block-icon-box {
  padding-left: 40px;
  background-image: url("icons/ico-bullet-default.png");
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 780.9px) {
  .social-relevant2 .stk-block-icon-box,
  .social-relevant .stk-block-icon-box {
    padding-left: 0;
    padding-bottom: 50px;
    background-position: bottom center;
  }
}
.social-relevant2 .stk-block-icon-box .stk-block-icon-label,
.social-relevant .stk-block-icon-box .stk-block-icon-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social-relevant2 .stk-block-icon-box .stk-block-icon-label .stk-block-icon,
.social-relevant .stk-block-icon-box .stk-block-icon-label .stk-block-icon {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.social-relevant2 .stk-block-icon-box .stk-block-icon-label .stk-block-heading,
.social-relevant .stk-block-icon-box .stk-block-icon-label .stk-block-heading {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.social-relevant2 .stk-block-icon-box .stk-block-text,
.social-relevant .stk-block-icon-box .stk-block-text {
  padding-left: 0;
  padding-right: 15px;
}
.social-relevant2 .stk-block-icon-box .stk-block-text p,
.social-relevant .stk-block-icon-box .stk-block-text p {
  font-size: 15px !important;
  line-height: 1.5em !important;
  letter-spacing: 0.001px;
}
.social-relevant2 .stk-block-icon-box .stk-block-text a,
.social-relevant .stk-block-icon-box .stk-block-text a {
  color: #64CCC9;
}
.social-relevant2 .stk-block-icon-box .stk-block-text .color-primary,
.social-relevant .stk-block-icon-box .stk-block-text .color-primary {
  color: #64CCC9;
  font-family: "Zona Pro SemiBold", sans-serif;
}

.social-relevant2 > .stk-inner-blocks {
  -o-border-image: linear-gradient(to right, #fff 60%, transparent 30%) 100% 1;
     border-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #fff), color-stop(30%, transparent)) 100% 1;
     border-image: linear-gradient(to right, #fff 60%, transparent 30%) 100% 1;
}
@media (max-width: 780.9px) {
  .social-relevant2 > .stk-inner-blocks {
    border-top: 2px solid #fff !important;
    -o-border-image: unset !important;
       border-image: unset !important;
  }
}
.social-relevant2 .sr2-left {
  margin-left: -20px !important;
}
@media (max-width: 780.9px) {
  .social-relevant2 .sr2-left {
    margin-left: 0 !important;
  }
}
.social-relevant2 .sr2-right {
  margin-right: -20px !important;
}
@media (max-width: 780.9px) {
  .social-relevant2 .sr2-right {
    margin-left: 0 !important;
  }
}

.latest-news-slider .news-slider-title {
  padding-bottom: 60px !important;
}
@media (max-width: 991.9px) {
  .latest-news-slider .news-slider-title {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 991.9px) {
  .latest-news-slider .news-slider-content {
    padding-bottom: 60px !important;
  }
}
@media (max-width: 780.9px) {
  .latest-news-slider .news-slider-content {
    padding-bottom: 50px !important;
  }
}
.latest-news-slider .news-slider-content p {
  word-wrap: break-word;
  -ms-hyphens: auto !important;
      hyphens: auto !important;
}
.latest-news-slider .stk-column-wrapper {
  margin: 0 !important;
}
.latest-news-slider .stk-column-wrapper .news-slider-btn:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 20%;
  left: 5%;
  opacity: 0;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  background: #64CCC9 0% 0% no-repeat padding-box;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
}
.latest-news-slider .stk-column-wrapper .news-slider-btn:hover:after {
  opacity: 1;
}
.latest-news-slider .stk-column-wrapper .news-slider-btn a {
  z-index: 2;
  position: relative;
}
.latest-news-slider .stk-column-wrapper .news-slider-btn a > div:after, .latest-news-slider .stk-column-wrapper .news-slider-btn a > div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
.latest-news-slider .stk-column-wrapper .news-slider-btn a > div:before {
  width: 50% !important;
  border-top: 1px solid #fff !important;
}
.latest-news-slider .stk-column-wrapper .news-slider-btn a > div:after {
  height: 90% !important;
  border-left: 1px solid #fff !important;
  opacity: 1 !important;
}
.latest-news-slider .stk-column-wrapper .news-slider-btn a > div > div:after, .latest-news-slider .stk-column-wrapper .news-slider-btn a > div > div:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
.latest-news-slider .stk-column-wrapper .news-slider-btn a > div > div:before {
  width: 50%;
  border-bottom: 1px solid #fff;
}
.latest-news-slider .stk-column-wrapper .news-slider-btn a > div > div:after {
  height: 90%;
  border-right: 1px solid #fff;
}
.latest-news-slider .stk-column-wrapper .news-slider-btn a:hover > div:before {
  width: 100% !important;
}
.latest-news-slider .stk-column-wrapper .news-slider-btn a:hover > div:after {
  height: 100% !important;
}
.latest-news-slider .stk-column-wrapper .news-slider-btn a:hover > div > div:before {
  width: 100% !important;
}
.latest-news-slider .stk-column-wrapper .news-slider-btn a:hover > div > div:after {
  height: 100% !important;
}
.latest-news-slider .stk-column-wrapper #n2-ss-2-arrow-next {
  overflow: visible;
}
.latest-news-slider .stk-column-wrapper #n2-ss-2-arrow-next:after {
  content: "";
  width: 320px;
  border-bottom: 3px solid #fff;
  display: block;
  position: absolute;
  left: 150%;
  top: 50%;
}
@media (max-width: 780.9px) {
  .latest-news-slider .stk-column-wrapper #n2-ss-2-arrow-next:after {
    display: none !important;
  }
}
@media (max-width: 780.9px) {
  .latest-news-slider .stk-column-wrapper .n2-ss-slider-controls {
    position: absolute !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 780.9px) and (max-width: 767.9px) {
  .latest-news-slider .stk-column-wrapper .n2-ss-slider-controls {
    bottom: -10px;
  }
}
@media (max-width: 780.9px) {
  .latest-news-slider .stk-column-wrapper .n2-ss-slider-controls:after {
    content: "";
    width: 90%;
    display: block;
    position: absolute;
    visibility: visible;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 2px solid #fff;
    z-index: 999;
  }
}
@media (max-width: 780.9px) and (max-width: 767.9px) {
  .latest-news-slider .stk-column-wrapper .n2-ss-slider-controls:after {
    bottom: 30px;
  }
}
@media (max-width: 780.9px) {
  .latest-news-slider .stk-column-wrapper .n2-ss-slider-controls #n2-ss-2-arrow-previous {
    margin-left: 0 !important;
  }
}

.page-sub-menu .wp-block-navigation .wp-block-navigation-item a {
  text-transform: uppercase;
  font-family: "Zona Pro Bold", sans-serif;
}
.page-sub-menu .wp-block-navigation .current-menu-item a {
  color: #64CCC9;
}
.page-sub-menu .submenu-page-nav-items {
  height: 100%;
  overflow: auto;
  white-space: nowrap;
  overflow: inherit;
}

@media (max-width: 780.9px) {
  .about-s1 h2 {
    font-size: 24px !important;
  }
}
.about-s1 .wp-block-video video {
  display: block;
  border: 3px solid #fff;
  border-radius: 12px;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
}
@media (max-width: 991.9px) {
  .about-s1 .wp-block-video video {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.about-s1 .wp-block-embed .wp-block-embed__wrapper iframe {
  width: 884px;
  height: 500px;
  margin: 37px auto 0;
  display: block;
  border: 3px solid #fff;
  border-radius: 12px;
}
@media (max-width: 991.9px) {
  .about-s1 .wp-block-embed .wp-block-embed__wrapper iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}

@media (max-width: 780.9px) {
  .about-s6 h2,
  .about-s4 h2,
  .about-s3 h2,
  .about-s2 h2 {
    font-size: 24px !important;
  }
}
.about-s6 p,
.about-s4 p,
.about-s3 p,
.about-s2 p {
  line-height: 2em;
}

.about-s3 .counter-section .stk-inner-blocks {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-s5 p {
  color: #fff;
}

.about-core {
  position: relative;
}
.about-core .stk-block-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-core .stk-block-icon-box {
  padding-left: 50px;
  background-image: url("icons/ico-bullet-default.png");
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 780.9px) {
  .about-core .stk-block-icon-box {
    padding-left: 0;
    padding-bottom: 50px;
    background-position: bottom center;
  }
}
.about-core .stk-block-icon-box .stk-block-icon-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-core .stk-block-icon-box .stk-block-icon-label .stk-block-icon {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.about-core .stk-block-icon-box .stk-block-icon-label .stk-block-heading {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.about-core .stk-block-icon-box .stk-block-text {
  padding-left: 0;
  padding-right: 0;
}
.about-core .stk-block-icon-box .stk-block-text p {
  line-height: 1.6em;
}
.about-core .stk-block-icon-box .stk-block-text a {
  color: #64CCC9;
}

.gs_tm_theme20 .gs-containeer .gs-roow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gs_tm_theme20 .gs-containeer .single-member-div {
  width: 260px;
  padding: 0 !important;
  margin: 0 15px 40px;
}
@media (max-width: 599.9px) {
  .gs_tm_theme20 .gs-containeer .single-member-div {
    width: 100%;
    margin: 0 auto 40px;
  }
}
.gs_tm_theme20 .gs-containeer .single-member-div .single-member--wrapper .single-member {
  height: auto !important;
  overflow: visible;
}
.gs_tm_theme20 .gs-containeer .single-member-div .single-member--wrapper .single-member .gs-grey {
  margin-bottom: 16px;
}
.gs_tm_theme20 .gs-containeer .single-member-div .single-member--wrapper .single-member .gs-grey a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gs_tm_theme20 .gs-containeer .single-member-div .single-member--wrapper .single-member .gs-grey a img {
  border-radius: 9px;
  border: 2px solid #fff;
  width: 175px;
  height: 204px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  float: none;
  position: relative;
  clear: both;
  -webkit-box-shadow: 3px 3px 0px #fff !important;
          box-shadow: 3px 3px 0px #fff !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gs_tm_theme20 .gs-containeer .single-member-div .single-member--wrapper .single-member .gs-grey a img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}
.gs_tm_theme20 .gs-containeer .single-member-div .single-member--wrapper .single-member .info-card {
  width: 100%;
  background: transparent !important;
  padding: 0;
  margin: 0;
  position: relative;
}
.gs_tm_theme20 .gs-containeer .single-member-div .single-member--wrapper .single-member .info-card .gs-member-name {
  margin-bottom: 11px;
  letter-spacing: 0;
  line-height: 30px;
  font-family: "Zona Pro Bold", sans-serif;
}
.gs_tm_theme20 .gs-containeer .single-member-div .single-member--wrapper .single-member .info-card .gs-member-desig {
  letter-spacing: 0;
  line-height: 24px;
  font-family: "Zona Pro SemiBold", sans-serif;
}

.team-4cols .gs-containeer .single-member-div:first-child {
  margin-left: 130px !important;
}
@media (max-width: 1199.9px) {
  .team-4cols .gs-containeer .single-member-div:first-child {
    margin-left: 15px !important;
  }
}
.team-4cols .gs-containeer .single-member-div:nth-child(3) {
  margin-right: 130px !important;
}
@media (max-width: 1199.9px) {
  .team-4cols .gs-containeer .single-member-div:nth-child(3) {
    margin-right: 15px !important;
  }
}

.board-directors .gs-containeer .single-member-div .gs-member-desig {
  width: 78%;
  margin: 0 auto;
}

.trustees-management .gs-containeer .single-member-div:first-child {
  margin-left: 130px !important;
}
@media (max-width: 1666px) {
  .trustees-management .gs-containeer .single-member-div:first-child {
    margin-left: 15px !important;
  }
}
.trustees-management .gs-containeer .single-member-div:nth-child(3) {
  margin-right: 130px !important;
}
@media (max-width: 1666px) {
  .trustees-management .gs-containeer .single-member-div:nth-child(3) {
    margin-right: 15px !important;
  }
}

body .gs-team-popup--default .mfp-close {
  width: 30px;
  height: 30px;
  background-image: url(icons/ico-exit.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0px !important;
  right: 0 !important;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .gs-team-popup--default .mfp-close svg {
  display: none;
}
body .gs-team-popup--default .mfp-close:hover {
  background-image: url(icons/ico-exit-hover.svg);
}
body .gs-team-popup--default .white-popup {
  width: 696px !important;
  padding: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}
body .gs-team-popup--default .white-popup .mfp-content--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body .gs-team-popup--default .white-popup .mfp-content--container .gs_team_popup_left__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .gs-team-popup--default .white-popup .mfp-content--container .gs_team_popup_left__wrapper .gs_team_popup_img {
  max-width: 375px;
  margin: 0 auto;
}
@media (max-width: 991.9px) {
  body .gs-team-popup--default .white-popup .mfp-content--container .gs_team_popup_left__wrapper .gs_team_popup_img {
    max-width: 280px;
  }
}
@media (max-width: 780.9px) {
  body .gs-team-popup--default .white-popup .mfp-content--container .gs_team_popup_left__wrapper .gs_team_popup_img {
    max-width: 240px;
  }
}
body .gs-team-popup--default .white-popup .mfp-content--container .gs_team_popup_left__wrapper .gs_team_popup_img img {
  max-width: 100%;
  height: 395px !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 9px;
  border: 2px solid #fff;
  object-fit: cover;
  margin: 0 auto;
  float: none;
  position: relative;
  clear: both;
  -webkit-box-shadow: 3px 3px 0px #fff !important;
          box-shadow: 3px 3px 0px #fff !important;
}
@media (max-width: 960px) {
  body .gs-team-popup--default .white-popup .mfp-content--container .gs_team_popup_left__wrapper .gs_team_popup_img img {
    height: auto !important;
  }
}
body .gs-team-popup--default .white-popup .mfp-content--container .gs_team_popup_details {
  width: 100%;
  padding: 24px;
  border: 3px solid #fff;
  border-radius: 12px;
  background: #212121;
  margin-top: -35px;
  position: relative;
  z-index: 9;
}
@media (max-width: 780.9px) {
  body .gs-team-popup--default .white-popup .mfp-content--container .gs_team_popup_details {
    padding: 20px;
  }
}
body .gs-team-popup--default .white-popup .mfp-content--container .gs_team_popup_details h2.gs-member-name {
  font-size: 20px !important;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-family: "Zona Pro Bold", sans-serif;
}
@media (max-width: 767px) {
  body .gs-team-popup--default .white-popup .mfp-content--container .gs_team_popup_details h2.gs-member-name {
    padding-left: 20px !important;
  }
}
body .gs-team-popup--default .white-popup .mfp-content--container .gs_team_popup_details .gs-member-desig {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  text-transform: unset;
  font-family: "Zona Pro SemiBold", sans-serif;
}
@media (max-width: 780.9px) {
  body .gs-team-popup--default .white-popup .mfp-content--container .gs_team_popup_details .gs-member-desig {
    padding-left: 20px !important;
  }
}
body .gs-team-popup--default .white-popup .mfp-content--container .gs_team_popup_details .gs-team--scrollbar {
  overflow: scroll;
  scrollbar-color: #64CCC9 #49423a;
  scrollbar-width: thin;
  overflow-x: hidden;
}
@media (max-width: 780.9px) {
  body .gs-team-popup--default .white-popup .mfp-content--container .gs_team_popup_details .gs-member-desc {
    padding-left: 20px !important;
  }
}
body .gs-team-popup--default .white-popup .mfp-content--container .gs_team_popup_details .gs-member-desc p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-family: "Zona Pro", sans-serif;
}
body .mfp-gsteam .mfp-arrow {
  display: none !important;
}

.about-officers .stk-block-card .stk-container {
  background: transparent !important;
}
.about-officers .stk-block-card .stk-container-padding {
  padding: 30px 10px 36px;
}
.about-officers .stk-block-card .stk-container-padding > div {
  min-height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 780.9px) {
  .about-officers .stk-block-card .stk-container-padding > div {
    min-height: unset;
  }
}

.management-wrapper a.gs_team_pop.open-popup-link img {
  display: none;
}
.management-wrapper .info-card {
  padding: 30px 10px 36px !important;
  border: solid 2px #fff;
  border-radius: 10px !important;
}

body .gs_team_popup_shortcode_2 img {
  display: none !important;
}
body .gs_team_popup_shortcode_2 .mfp-close {
  top: 25px !important;
  right: 10px !important;
}
@media (max-width: 767.9px) {
  body .gs_team_popup_shortcode_2 .mfp-close {
    top: 40px !important;
    right: 25px !important;
  }
}
body #gs_team_area_2 .single-member-div {
  width: 392px;
  padding: 0 !important;
  margin: 0 10px 40px;
}
body #gs_team_area_2 .info-card {
  vertical-align: middle;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 160px;
}

#gs_team_area_4 .single-member-div:nth-child(6) .gs-member-desig {
  width: 180px;
  margin: 0 auto;
}
#gs_team_area_4 .single-member-div:nth-child(1) .gs-member-desig {
  width: 180px;
  margin: 0 auto;
}

#media-submen ul li:nth-child(2) {
  display: none !important;
}

.page-template-page-sectors .sectors-wrapper > .stk-row > .wp-block-stackable-column {
  width: 100% !important;
}
.page-template-page-sectors .sectors-items {
  margin-bottom: 50px;
  padding: 0px 25px;
}
.page-template-page-sectors .sectors-items h4.sector-title {
  color: #64CCC9;
}
.page-template-page-sectors .sectors-items ul.sector-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.page-template-page-sectors .sectors-items ul.sector-categories a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.page-template-page-sectors .sectors-items .sector-excerpt p {
  color: #fff;
}
.page-template-page-sectors .sectors-items .sector-content {
  min-height: 250px;
  padding-top: 16px;
  margin-bottom: 10px;
}
.page-template-page-sectors .sectors-items .sector-excerpt {
  overflow-x: auto;
  height: 165px;
}
.page-template-page-sectors .sectors-items .featured-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
  aspect-ratio: 3/2;
  border-radius: 10px;
}
.page-template-page-sectors .searchandfilter h4 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: "Zona Pro", sans-serif !important;
}
.page-template-page-sectors .searchandfilter label {
  color: #848484;
  line-height: 2em;
  cursor: pointer;
  font-size: 14px;
  font-family: "Zona Pro Bold", sans-serif !important;
  display: inline-block !important;
  width: 90%;
}
@media (max-width: 1024px) {
  .page-template-page-sectors .searchandfilter label {
    width: auto !important;
  }
}
.page-template-page-sectors .searchandfilter ul.children {
  text-indent: 11px;
  display: block !important;
}
.page-template-page-sectors .searchandfilter .sf-field-taxonomy-sectors-category li.sf-option-active[data-sf-count="36"] > ul.children {
  display: block;
}
.page-template-page-sectors .searchandfilter .sf-option-active label {
  color: #64CCC9;
  position: relative;
}
.page-template-page-sectors .searchandfilter .sf-option-active label::before {
  content: "";
  height: 8px;
  width: 5px;
  border: solid #64ccc9;
  border-width: 0 2px 2px 0;
  display: inline-block;
  position: absolute;
  left: -10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 9px;
}
@media (max-width: 1024px) {
  .page-template-page-sectors .searchandfilter .sf-option-active label::before {
    left: -10px;
  }
}
@media (max-width: 780.9px) {
  .page-template-page-sectors .searchandfilter .sf-option-active label::before {
    left: -10px;
  }
}
.page-template-page-sectors .searchandfilter .sf-option-active ul.children label {
  color: #848484;
}
.page-template-page-sectors .searchandfilter .sf-option-active ul.children label::before {
  content: "";
  display: none;
}
.page-template-page-sectors .searchandfilter ul li li:last-child {
  padding: 0;
}
.page-template-page-sectors .searchandfilter ul li {
  padding: 0;
}
.page-template-page-sectors .sf-field-taxonomy-sectors-category {
  position: relative;
}
.page-template-page-sectors .sf-field-taxonomy-sectors-category h4 {
  background-color: #012531;
  padding: 15px 10px 15px 15px;
  width: calc(100% - 74px) !important;
}
.page-template-page-sectors .searchandfilter ul:first-child {
  display: block;
}
.page-template-page-sectors .searchandfilter ul ul li {
  width: 284px;
}
@media (max-width: 1024px) {
  .page-template-page-sectors .searchandfilter ul ul li {
    width: 100%;
  }
}
.page-template-page-sectors .searchandfilter ul ul li.sf-item-94 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.page-template-page-sectors .searchandfilter .sf-input-checkbox {
  background-color: transparent !important;
  border: solid 1px #848484 !important;
  height: 16px;
  width: 16px;
  position: relative;
  top: 3px;
}
.page-template-page-sectors .featured-image {
  position: relative;
}
.page-template-page-sectors .featured-image img {
  border: 2px solid #64CCC9;
}
.page-template-page-sectors .featured-image p {
  margin: 0;
}
.page-template-page-sectors .featured-image:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.page-template-page-sectors .featured-image::after {
  content: "";
  border: 2px solid #64CCC9;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  margin: -5px;
  z-index: 0;
}
@media (max-width: 767.9px) {
  .page-template-page-sectors .featured-image::after {
    margin: -2px;
  }
}
@media (max-width: 599.9px) {
  .page-template-page-sectors .sticky ul > li > ul:not(.children)::before {
    left: 22px !important;
  }
  .page-template-page-sectors .sticky .sf-option-active label::before {
    left: 24px !important;
  }
  .page-template-page-sectors .sticky h4::after {
    right: 20px;
  }
  .page-template-page-sectors .sticky h4.active::after {
    right: 20px;
  }
}
.page-template-page-sectors .filter-sidebar {
  position: relative;
}
@media (max-width: 1199.9px) {
  .page-template-page-sectors .sticky {
    top: 50px;
    width: 350px;
  }
}
@media (max-width: 991.9px) {
  .page-template-page-sectors .sticky {
    width: 150px;
  }
}
@media (max-width: 599.9px) {
  .page-template-page-sectors .sticky {
    top: 40px;
    width: 100%;
  }
}
.page-template-page-sectors h3.no-result {
  position: absolute;
  top: 30px;
  color: #64ccc9;
}
.page-template-page-sectors input.search-filter-reset {
  background: #012531;
  border: none;
  padding: 12px;
  color: #fff;
  margin-left: 7px;
  position: absolute;
  top: 17px;
  right: 0;
}
@media (max-width: 780.9px) {
  .page-template-page-sectors input.search-filter-reset {
    margin-left: 0;
    float: right;
  }
}
.page-template-page-sectors .searchandfilter ul > li > ul:not(.children) {
  position: absolute;
}
@media (max-width: 1024px) {
  .page-template-page-sectors .searchandfilter ul > li > ul:not(.children) {
    position: unset;
  }
}
@media (max-width: 1024px) {
  .page-template-page-sectors .search-null {
    display: none;
  }
}
.page-template-page-sectors .carousel-2cols-wrapper {
  display: block;
  position: relative;
}
.page-template-page-sectors .carousel-2cols-wrapper .nav-wrapper {
  position: absolute;
}
.page-template-page-sectors .carousel-2cols-wrapper .nav-wrapper .swiper-button-next {
  left: auto;
  left: 0;
}
.page-template-page-sectors .carousel-2cols-wrapper .swiper-slide {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 599.9px) {
  .page-template-page-sectors .carousel-2cols-wrapper .swiper-slide {
    width: 100% !important;
  }
}
.page-template-page-sectors .carousel-2cols-wrapper .swiper-wrapper {
  position: relative;
}
@media (max-width: 599.9px) {
  .page-template-page-sectors .carousel-2cols-wrapper .swiper-wrapper {
    width: 100% !important;
  }
}
.page-template-page-sectors .carousel-2cols-wrapper .cat-desc {
  width: 100%;
  position: relative;
}
.page-template-page-sectors .slide-post-title {
  width: 100%;
  padding-top: 20px;
}
@media (max-width: 991.9px) {
  .page-template-page-sectors .slide-post-title {
    text-align: center;
  }
}
.page-template-page-sectors .slide-post-title a {
  color: #64CCC9 !important;
}
.page-template-page-sectors .featured-image {
  width: 100%;
}
.page-template-page-sectors .sectror-wrap {
  position: relative;
}
.page-template-page-sectors .havepost-first {
  margin-bottom: 80px;
}
.page-template-page-sectors .havepost-first .nav-wrapper-arrow {
  height: 100%;
  position: absolute;
  top: 0;
  left: -100px;
  width: 100px;
  z-index: 1000000000000000000000;
}
.page-template-page-sectors .havepost-first .nav-wrapper-arrow .swiper-button-prev {
  position: absolute;
  background: #073341;
}
.page-template-page-sectors .havepost-first .nav-wrapper-arrow .swiper-button-next {
  position: absolute;
  background: #073341;
}
.page-template-page-sectors .terms-wrapper-slider .nav-wrapper-arrow .swiper-button-prev {
  position: absolute;
  background: #073341;
}
@media (max-width: 599.9px) {
  .page-template-page-sectors .terms-wrapper-slider .nav-wrapper-arrow .swiper-button-prev {
    position: relative;
  }
}
.page-template-page-sectors .terms-wrapper-slider .nav-wrapper-arrow .swiper-button-next {
  position: absolute;
  background: #073341;
}
@media (max-width: 599.9px) {
  .page-template-page-sectors .terms-wrapper-slider .nav-wrapper-arrow .swiper-button-next {
    position: relative;
  }
}
.page-template-page-sectors .nav-wrapper-arrow .swiper-button-prev {
  position: absolute;
  top: 25%;
}
.page-template-page-sectors .nav-wrapper-arrow .swiper-button-next {
  position: absolute;
  top: 40%;
}
.page-template-page-sectors .nowqueryhere .wrap-nav {
  position: absolute;
  top: 0;
}
@media (max-width: 599.9px) {
  .page-template-page-sectors .nowqueryhere .wrap-nav {
    display: block !important;
    position: relative;
  }
}
.page-template-page-sectors .nowqueryhere .wrap-nav .nav-inner-wrapper {
  position: absolute;
  height: 450px;
  top: 0;
  left: -100px;
}
@media (max-width: 599.9px) {
  .page-template-page-sectors .nowqueryhere .wrap-nav .nav-inner-wrapper {
    width: 100%;
    position: relative;
    height: auto;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767.9px) {
  .page-template-page-sectors .nowqueryhere .carousel-2cols-wrapper .nav-inner-buttons {
    display: none !important;
  }
}
.page-template-page-sectors .nowqueryhere .carousel-2cols-wrapper .nav-wrapper {
  position: absolute;
}
@media (max-width: 599.9px) {
  .page-template-page-sectors .nowqueryhere .carousel-2cols-wrapper .nav-wrapper {
    position: relative;
  }
}
.page-template-page-sectors li.sf-field-taxonomy-sectors-category ul li {
  display: none;
}

#search-filter-form-11129 img.custom-downarrow {
  position: absolute;
  height: 16px;
  right: 87px;
  z-index: 1;
  cursor: pointer;
}
#search-filter-form-11129 h4 {
  cursor: pointer;
}
#search-filter-form-11129 .sf-item-88 img.custom-downarrow {
  position: absolute;
  height: 16px;
  right: 19px;
  z-index: 1;
  top: 6px;
}
#search-filter-form-11129 .sf-level-0.sf-item-88.sf-option-active ul.children .sf-level-1 .sf-input-checkbox:checked + label:before {
  left: -10px;
  top: 0;
}
#search-filter-form-11129 .sf-level-0.sf-item-88.sf-option-active ul.children .sf-level-1.sf-item-89 .sf-input-checkbox:checked + label:before {
  left: -10px;
  top: 0px;
}
#search-filter-form-11129 ul.children .sf-level-1 .sf-input-checkbox:checked + label {
  position: relative;
}
#search-filter-form-11129 ul.children .sf-level-1 .sf-input-checkbox:checked + label:before {
  left: 17px;
  margin-top: 9px;
}
@media (max-width: 1024px) {
  #search-filter-form-11129 ul.children .sf-level-1 .sf-input-checkbox:checked + label:before {
    left: -11px;
  }
}
#search-filter-form-11129 ul > li > ul:not(.children) {
  margin-left: 0;
  padding-left: 15px !important;
  margin-left: 0;
  padding: 14px 12px 14px 15px !important;
  background: #012531;
  display: none;
  width: 293px;
}
@media (max-width: 1024px) {
  #search-filter-form-11129 ul > li > ul:not(.children) {
    width: 100% !important;
  }
}
#search-filter-form-11129 ul > li > .active + ul:not(.children) {
  margin-left: 0;
  padding: 14px 12px 14px 15px !important;
  background: none;
}
#search-filter-form-11129 ul li h4.active + ul {
  background: #012531 !important;
}

.search-filter-results {
  min-height: 30vh;
}

.cat-desc {
  background: #005671;
  padding: 20px;
  margin: 10px;
  border-radius: 10px;
  color: #fff;
}

.nowqueryhere .taxonomy-term-title {
  color: #fff;
  padding-top: 64px;
}
@media (max-width: 599.9px) {
  .nowqueryhere .taxonomy-term-title {
    padding-top: 24px;
  }
}
.nowqueryhere .carousel-2cols-wrapper {
  margin-bottom: 60px;
}

.taxonomy-term-wrapper {
  margin-bottom: 30px;
}

.custom-query-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.custom-query {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 20px);
          flex: 1 1 calc(50% - 20px);
  padding: 10px;
}
.custom-query img {
  max-width: 100%;
  height: auto;
  display: block;
}

#search-filter-results-11129 {
  overflow: hidden;
  width: 100%;
  padding: 0 100px;
}
@media (max-width: 599.9px) {
  #search-filter-results-11129 {
    padding: 0 !important;
  }
}
#search-filter-results-11129 .swiper-button-next.swiper-button-disabled, #search-filter-results-11129 .swiper-button-prev.swiper-button-disabled {
  pointer-events: unset !important;
}

@media (max-width: 599.9px) {
  .nowqueryhere.container {
    width: 100% !important;
    margin: 0 auto !important;
  }
}

h2.taxonomy-term-title {
  color: #64CCC9 !important;
  text-transform: uppercase;
}

.sector-wrap {
  position: relative;
  padding-bottom: 64px;
  border-bottom: 1px solid #fff !important;
}

.pos-relative {
  position: relative;
  z-index: 3;
}

#search-filter-form-11129 ul.children .sf-level-1 .sf-input-checkbox:checked + label:before {
  left: -10px;
  margin-top: 9px;
}

.contact-info {
  color: #fff;
}
.contact-info .stk-block-icon-list-item__content {
  gap: 15px;
}
@media (max-width: 780.9px) {
  .contact-info .wp-block-stackable-map iframe {
    height: 251px !important;
  }
}

.contact-form {
  color: #fff;
}
.contact-form .nf-form-layout .nf-form-fields-required {
  display: none !important;
}

.sus-prime .stk-column-wrapper .wp-block-image {
  border: 3px solid #fff;
  border-radius: 12px;
}

@media (max-width: 991.9px) {
  .sus-esg .stk-column-wrapper {
    margin: 0 !important;
  }
}
@media (max-width: 991.9px) {
  .sus-esg .stk-block-heading h2.stk-block-heading__text {
    margin-bottom: 24px !important;
  }
}
.sus-esg p {
  font-size: 18px !important;
  line-height: 1.6em;
}
@media (max-width: 780.9px) {
  .sus-esg p {
    font-size: 16px !important;
  }
}

.imperative .triangle-wrapper {
  width: 500px;
  height: 450px;
  margin: 0 auto;
  position: relative;
  display: block;
}
@media (max-width: 780.9px) {
  .imperative .triangle-wrapper {
    width: 320px;
    height: 300px;
  }
}
@media (max-width: 440px) {
  .imperative .triangle-wrapper {
    width: 255px;
    height: 240px;
  }
}
.imperative .triangle-wrapper .triangle {
  width: 240px;
  height: 219px;
  background-size: cover;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 780.9px) {
  .imperative .triangle-wrapper .triangle {
    width: 158px;
    height: 145px;
  }
}
@media (max-width: 440px) {
  .imperative .triangle-wrapper .triangle {
    width: 127px;
    height: 116px;
  }
}
.imperative .triangle-wrapper .triangle-1 {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.imperative .triangle-wrapper .triangle-2 {
  bottom: 0;
  left: 0;
}
.imperative .triangle-wrapper .triangle-3 {
  bottom: 0;
  right: 0;
}
.imperative .triangle-wrapper .triangle-4 {
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.imperative .triangle-wrapper .triangle:hover {
  scale: 1.3;
}
.imperative .triangle-wrapper:hover .triangle {
  opacity: 0.5;
}
.imperative .triangle-wrapper:hover .triangle:hover {
  z-index: 9;
  opacity: 1;
}

.material-esg {
  position: relative;
}
.material-esg .responsive-tabs-wrapper {
  position: relative;
  border: 0;
}
.material-esg .responsive-tabs-wrapper .responsive-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.material-esg .responsive-tabs-wrapper .responsive-tabs ul.responsive-tabs__list {
  width: 33.33%;
  position: relative;
}
.material-esg .responsive-tabs-wrapper .responsive-tabs ul.responsive-tabs__list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  border-radius: 100px;
  border: 0.5px solid #64CCC9;
}
.material-esg .responsive-tabs-wrapper .responsive-tabs ul.responsive-tabs__list li {
  width: 100%;
  margin: 0;
  padding: 60px 0 60px 42px;
  background: transparent;
  border: 0;
  font-size: 33px;
  line-height: 42px;
  color: #535353;
  font-family: "Zona Pro Bold", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.material-esg .responsive-tabs-wrapper .responsive-tabs ul.responsive-tabs__list li span.fa {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  position: relative;
  background-image: url("icons/icon-planet.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.material-esg .responsive-tabs-wrapper .responsive-tabs ul.responsive-tabs__list li span.fa:before {
  display: none;
}
.material-esg .responsive-tabs-wrapper .responsive-tabs ul.responsive-tabs__list li span.fa-users {
  background-image: url("icons/icon-people.svg");
}
.material-esg .responsive-tabs-wrapper .responsive-tabs ul.responsive-tabs__list li span.fa-paste {
  background-image: url("icons/icon-purpose.svg");
}
.material-esg .responsive-tabs-wrapper .responsive-tabs ul.responsive-tabs__list li.responsive-tabs__list__item--active {
  color: #64CCC9;
}
.material-esg .responsive-tabs-wrapper .responsive-tabs ul.responsive-tabs__list li.responsive-tabs__list__item--active span.fa-earth-asia {
  background-image: url("icons/icon-planet-active.svg");
}
.material-esg .responsive-tabs-wrapper .responsive-tabs ul.responsive-tabs__list li.responsive-tabs__list__item--active span.fa-users {
  background-image: url("icons/icon-people-active.svg");
}
.material-esg .responsive-tabs-wrapper .responsive-tabs ul.responsive-tabs__list li.responsive-tabs__list__item--active span.fa-paste {
  background-image: url("icons/icon-purpose-active.svg");
}
.material-esg .responsive-tabs-wrapper .responsive-tabs ul.responsive-tabs__list li.responsive-tabs__list__item--active:after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 2px;
  background: #64CCC9;
  border-radius: 100px;
}
.material-esg .responsive-tabs-wrapper .responsive-tabs .tabcontent {
  width: 66.66%;
  min-height: auto;
  -webkit-transition: unset;
  transition: unset;
  height: auto !important;
  background: #212121;
  border-radius: 12px;
  border: 5px solid #fff;
  position: relative;
  padding: 0;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.material-esg .responsive-tabs-wrapper .responsive-tabs .tabcontent ul {
  list-style: outside none;
  margin: 20px 0 0 !important;
  padding: 0;
}
@media (max-width: 991.9px) {
  .material-esg .responsive-tabs-wrapper .responsive-tabs .tabcontent ul {
    margin: 10px 0 0 !important;
  }
}
.material-esg .responsive-tabs-wrapper .responsive-tabs .tabcontent ul li {
  font-size: 18px;
  line-height: 1.6em;
  color: #fff;
  font-family: "Zona Pro SemiBold", sans-serif;
  position: relative;
  padding-left: 48px;
  margin-bottom: 24px;
}
@media (max-width: 1199.9px) {
  .material-esg .responsive-tabs-wrapper .responsive-tabs .tabcontent ul li {
    padding-left: 36px;
    margin-bottom: 20px;
    font-size: 16px !important;
  }
}
@media (max-width: 991.9px) {
  .material-esg .responsive-tabs-wrapper .responsive-tabs .tabcontent ul li {
    padding-left: 30px;
    margin-bottom: 12px;
  }
}
.material-esg .responsive-tabs-wrapper .responsive-tabs .tabcontent ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 100%;
  background: #64CCC9;
  position: absolute;
  top: 10px;
  left: 24px;
}
@media (max-width: 1199.9px) {
  .material-esg .responsive-tabs-wrapper .responsive-tabs .tabcontent ul li:before {
    left: 15px;
  }
}
@media (max-width: 991.9px) {
  .material-esg .responsive-tabs-wrapper .responsive-tabs .tabcontent ul li:before {
    left: 10px;
  }
}
@media (max-width: 767.9px) {
  .material-esg .responsive-tabs-wrapper .responsive-tabs {
    padding-left: 28px !important;
  }
  .material-esg .responsive-tabs-wrapper .responsive-tabs:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    border-radius: 100px;
    border: 0.5px solid #64CCC9;
  }
  .material-esg .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__heading {
    width: 100%;
    margin: 0;
    padding: 12px 0;
    background: transparent;
    border: 0;
    font-size: 33px;
    line-height: 42px;
    color: #535353;
    font-family: "Zona Pro Bold", sans-serif;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .material-esg .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__heading span.fa {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    position: relative;
    background-image: url("icons/icon-planet.svg");
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .material-esg .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__heading span.fa:before {
    display: none;
  }
  .material-esg .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__heading span.fa-users {
    background-image: url("icons/icon-people.svg");
  }
  .material-esg .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__heading span.fa-paste {
    background-image: url("icons/icon-purpose.svg");
  }
  .material-esg .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__heading:after {
    display: none;
  }
  .material-esg .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__heading.responsive-tabs__heading--active {
    color: #64CCC9;
  }
  .material-esg .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__heading.responsive-tabs__heading--active span.fa-earth-asia {
    background-image: url("icons/icon-planet-active.svg");
  }
  .material-esg .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__heading.responsive-tabs__heading--active span.fa-users {
    background-image: url("icons/icon-people-active.svg");
  }
  .material-esg .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__heading.responsive-tabs__heading--active span.fa-paste {
    background-image: url("icons/icon-purpose-active.svg");
  }
  .material-esg .responsive-tabs-wrapper .responsive-tabs .tabcontent {
    width: 100%;
    margin-top: 20px;
  }
  .material-esg .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel--active:before {
    content: "";
    width: 4px;
    height: 125%;
    position: absolute;
    bottom: 0;
    left: -31px;
    background: #64CCC9;
    border-radius: 100px;
  }
}

@media (max-width: 767.9px) {
  .commitment p,
  .imperative p,
  .critical-infra p {
    font-size: 16px !important;
  }
}

.sustainability-pillars .sustainability-pillars-columns > .stk-row:after, .sustainability-pillars .sustainability-pillars-columns > .stk-row:before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 32.33%;
  border-right: 2px dashed #fff;
}
@media (max-width: 767.9px) {
  .sustainability-pillars .sustainability-pillars-columns > .stk-row:after, .sustainability-pillars .sustainability-pillars-columns > .stk-row:before {
    display: none;
  }
}
.sustainability-pillars .sustainability-pillars-columns > .stk-row:after {
  left: 67.66%;
}
.sustainability-pillars .sustainability-pillars-columns .stk-block-column > .stk-column-wrapper {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.sustainability-pillars .sustainability-pillars-columns .stk-block-image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sustainability-pillars .sustainability-pillars-columns p {
  margin-bottom: 26px !important;
}
.sustainability-pillars .sustainability-pillars-columns ul {
  list-style: outside none;
}
.sustainability-pillars .sustainability-pillars-columns ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 14px;
  list-style: outside none;
}
.sustainability-pillars .sustainability-pillars-columns ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("icons/ico-outline-check-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767.9px) {
  .sustainability-pillars .sustainability-value-core > .stk-column-wrapper {
    overflow-x: scroll;
  }
  .sustainability-pillars .sustainability-value-core > .stk-column-wrapper::-webkit-scrollbar {
    display: none;
  }
}
.sustainability-pillars .sustainability-value-core > .stk-column-wrapper > .stk-block-content {
  display: block;
}
@media (max-width: 767.9px) {
  .sustainability-pillars .sustainability-value-core > .stk-column-wrapper > .stk-block-content {
    min-width: 875px;
  }
}
.sustainability-pillars .sustainability-value-core > .stk-column-wrapper > .stk-block-content .stk-block-icon-label {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  padding: 7px 52px !important;
  border-right: 2px solid #fff;
}
@media (max-width: 767.9px) {
  .sustainability-pillars .sustainability-value-core > .stk-column-wrapper > .stk-block-content .stk-block-icon-label {
    padding: 6px 40px !important;
  }
}
.sustainability-pillars .sustainability-value-core > .stk-column-wrapper > .stk-block-content .stk-block-icon-label:first-child {
  padding-left: 0 !important;
}
.sustainability-pillars .sustainability-value-core > .stk-column-wrapper > .stk-block-content .stk-block-icon-label:last-child {
  padding-right: 0 !important;
  border-right: 0;
}

.key-metrics-wrap .km-gallery-icons .wp-block-gallery {
  padding: 0 19px;
}
@media (max-width: 1199.9px) {
  .key-metrics-wrap .km-gallery-icons .wp-block-gallery {
    padding: 0;
  }
}
@media (max-width: 767.9px) {
  .key-metrics-wrap .km-gallery-icons .wp-block-gallery {
    padding: 0 23.5px;
  }
}
.key-metrics-wrap .km-gallery-icons .wp-block-gallery figure {
  padding: 5px;
}
@media (max-width: 767.9px) {
  .key-metrics-wrap .km-gallery-icons .wp-block-image {
    width: 30% !important;
  }
}
.key-metrics-wrap .keymetric-column {
  margin: 0 21px !important;
}
.key-metrics-wrap .keymetric-column hr {
  opacity: 1;
  margin: 0 0px 15px 0px !important;
}
.key-metrics-wrap .km-gallery-icon-2col .wp-block-gallery {
  padding: 0 44px;
}
@media (max-width: 1199.9px) {
  .key-metrics-wrap .km-gallery-icon-2col .wp-block-gallery {
    padding: 0 29.21px;
  }
}
@media (max-width: 1024px) {
  .key-metrics-wrap .km-gallery-icon-2col .wp-block-gallery {
    padding: 0 19.46px;
  }
}
@media (max-width: 991.9px) {
  .key-metrics-wrap .km-gallery-icon-2col .wp-block-gallery {
    padding: 0 226.41px;
  }
}
@media (max-width: 767.9px) {
  .key-metrics-wrap .km-gallery-icon-2col .wp-block-gallery {
    padding: 0 0;
  }
}
@media (max-width: 767.9px) {
  .key-metrics-wrap .km-gallery-icon-2col {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .key-metrics-wrap .km-gallery-icon-2col figure img {
    width: 117.67px !important;
  }
}
@media (max-width: 767.9px) {
  .key-metrics-wrap .km-gallery-icon-2col figure img {
    width: 86px !important;
  }
}
@media (max-width: 599.9px) {
  .key-metrics-wrap .km-gallery-icon-2col figure img {
    width: 107.67px !important;
  }
}
@media (max-width: 440px) {
  .key-metrics-wrap .km-gallery-icon-2col figure img {
    width: 69.33px !important;
  }
}
@media (max-width: 320px) {
  .key-metrics-wrap .km-gallery-icon-2col figure img {
    width: 51px !important;
  }
}
@media (max-width: 767.9px) {
  .key-metrics-wrap .km-gallery-icon-2col .wp-block-image {
    width: 48% !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.key-metrics-wrap .km-gallery-icon-2col .wp-block-image:nth-child(odd) {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.key-metrics-wrap .km-gallery-icon-2col .wp-block-image:nth-child(even) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.sustainability-pathway-wrap .pathway-image-box-wrap {
  max-height: 220px;
}
@media (max-width: 1024px) {
  .sustainability-pathway-wrap .pathway-image-box-wrap {
    max-height: 100% !important;
  }
}
.sustainability-pathway-wrap .pathway-image-box-wrap .stk-img-wrapper {
  border-radius: 10px !important;
}
.sustainability-pathway-wrap .path-box-content .stk-column-wrapper {
  position: absolute;
  bottom: 0;
}
.sustainability-pathway-wrap .path-box-content .path-header-title {
  bottom: 10px !important;
  left: 53px !important;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .sustainability-pathway-wrap .path-box-content .path-header-title h4 {
    font-size: 32px !important;
  }
}
@media (max-width: 780.9px) {
  .sustainability-pathway-wrap .path-box-content .path-header-title h4 {
    font-size: 30px !important;
  }
}
@media (max-width: 599.9px) {
  .sustainability-pathway-wrap .path-box-content .path-header-title h4 {
    font-size: inherit !important;
  }
}
.sustainability-pathway-wrap .path-box-content .pathway-custom-icon {
  bottom: 0;
  left: 10px;
  position: absolute !important;
}
@media (max-width: 1024px) {
  .sustainability-pathway-wrap .path-box-content .pathway-custom-icon {
    bottom: 10px;
  }
}
@media (max-width: 599.9px) {
  .sustainability-pathway-wrap .path-box-content .pathway-custom-icon {
    bottom: 0 !important;
  }
}
@media (max-width: 440px) {
  .sustainability-pathway-wrap .path-box-content .pathway-custom-icon {
    bottom: 0 !important;
  }
}
@media (max-width: 320px) {
  .sustainability-pathway-wrap .path-box-content .pathway-custom-icon {
    bottom: 0;
  }
}
.sustainability-pathway-wrap .path-box-content .box-text-wrap {
  bottom: 30px;
}
@media (max-width: 1024px) {
  .sustainability-pathway-wrap .path-box-content .box-text-wrap {
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -200%);
            transform: translate(-50%, -200%);
  }
}
@media (max-width: 780.9px) {
  .sustainability-pathway-wrap .path-box-content .box-text-wrap {
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  .sustainability-pathway-wrap .path-box-content .box-text-wrap {
    -webkit-transform: translate(-50%, -35%);
            transform: translate(-50%, -35%);
    padding: 8px !important;
  }
}
@media (max-width: 599.9px) {
  .sustainability-pathway-wrap .path-box-content .box-text-wrap {
    -webkit-transform: translate(-50%, -15%);
            transform: translate(-50%, -15%);
  }
}
@media (max-width: 320px) {
  .sustainability-pathway-wrap .path-box-content .box-text-wrap {
    -webkit-transform: translate(-50%, -7%);
            transform: translate(-50%, -7%);
  }
}
@media (max-width: 1024px) {
  .sustainability-pathway-wrap .path-box-content .box-text-wrap .has-white-color {
    font-size: 24px !important;
    line-height: 32px !important;
  }
}
@media (max-width: 780.9px) {
  .sustainability-pathway-wrap .path-box-content .box-text-wrap .has-white-color {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
@media (max-width: 767.9px) {
  .sustainability-pathway-wrap .path-box-content .box-text-wrap .has-white-color {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}

.error404 .hfeed.site {
  position: relative;
  z-index: 99;
}
@media (max-width: 780.9px) {
  .error404 .hfeed.site {
    background: url("icons/Background.png");
    background-position: top center;
    background-repeat: repeat;
  }
}
.error404 .hfeed.site .site-main {
  width: 100%;
}
.error404 .hfeed.site .content-area {
  max-width: 1260px;
  min-height: 85vh;
  margin: 0 auto;
  width: 100%;
  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;
}
.error404 .hfeed.site .content-area .error-404 {
  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;
  padding-top: 100px;
}
.error404 .hfeed.site .content-area .error-404 .page-header {
  width: 100%;
  margin-bottom: 24px;
}
.error404 .hfeed.site .content-area .error-404 .page-header h1 {
  color: #64CCC9;
  text-align: center;
  font-family: "Zona Pro Bold", sans-serif;
  margin: 0;
}
.error404 .hfeed.site .content-area .error-404 .page-header h1 span {
  display: block;
}
@media (max-width: 780.9px) {
  .error404 .hfeed.site .content-area .error-404 .page-header h1 {
    font-size: 32px !important;
  }
}
.error404 .hfeed.site .content-area .error-404 .page-content {
  width: 100%;
}

.single-sectors header.single-post-banner {
  height: 542px;
  color: #64CCC9;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 50px;
}
.single-sectors .page-banner {
  min-height: 542px;
}
@media (max-width: 780.9px) {
  .single-sectors .page-banner {
    min-height: 241px;
  }
}
@media (max-width: 599.9px) {
  .single-sectors .page-banner {
    min-height: 195px;
  }
}
.single-sectors .post-breadcrumbs {
  text-align: center;
  position: relative;
  z-index: 3;
  color: #fff;
}
.single-sectors .post-breadcrumbs span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px !important;
     -moz-column-gap: 20px !important;
          column-gap: 20px !important;
}
.single-sectors .post-breadcrumbs p#breadcrumbs a {
  color: #fff;
}
.single-sectors .post-breadcrumbs span.breadcrumb_last {
  color: #64CCC9;
}
.single-sectors .post-breadcrumbs p {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 320px) {
  .single-sectors .post-breadcrumbs p {
    font-size: 10px;
  }
}
.single-sectors .post-breadcrumbs img.arrow-icon {
  width: 14px;
  margin-right: 20px;
}
.single-sectors .wp-block-embed iframe {
  display: block;
  border-radius: 12px;
  border: 2px solid #fff;
  width: 1015px;
  height: 570px;
}
@media (max-width: 1199.9px) {
  .single-sectors .wp-block-embed iframe {
    width: 640px;
    height: 360px;
  }
}
@media (max-width: 599.9px) {
  .single-sectors .wp-block-embed iframe {
    width: 400px;
    height: 218px;
  }
}
@media (max-width: 320px) {
  .single-sectors .wp-block-embed iframe {
    width: auto;
    height: 180px;
  }
}
.single-sectors .wp-block-video video {
  display: block;
  border-radius: 12px;
  border: 2px solid #fff;
  width: 1015px;
  height: 570px;
}
@media (max-width: 1199.9px) {
  .single-sectors .wp-block-video video {
    width: 100%;
    height: 360px;
  }
}
@media (max-width: 599.9px) {
  .single-sectors .wp-block-video video {
    width: 100%;
    height: 200px;
  }
}
@media (max-width: 320px) {
  .single-sectors .wp-block-video video {
    width: 100%;
    height: 165px;
  }
}
@media (max-width: 780.9px) {
  .single-sectors .page-banner .pb_inner h1 {
    font-size: 33px !important;
  }
}

.archive .post-breadcrumbs {
  position: relative;
  z-index: 9;
  text-align: center;
  padding-top: 40px;
}
.archive .post-breadcrumbs p {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 320px) {
  .archive .post-breadcrumbs p {
    font-size: 12px;
  }
}
.archive .post-breadcrumbs p a {
  color: #fff;
}
.archive .post-breadcrumbs p span.breadcrumb_last {
  color: #64CCC9;
}
.archive .post-breadcrumbs span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.archive .post-breadcrumbs img.arrow-icon {
  margin-right: 8px;
  width: 16px;
}

.archive-content ul.sector-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.archive-container {
  position: relative;
  z-index: 9;
}
.archive-container h2.page-title {
  color: #64CCC9;
  margin-bottom: 32px;
}
@media (max-width: 780.9px) {
  .archive-container h2.page-title {
    padding-top: 30px;
  }
}
@media (max-width: 599.9px) {
  .archive-container h2.page-title {
    font-size: 32px !important;
    text-align: center;
  }
}
.archive-container .archive-items {
  margin-bottom: 50px;
}
.archive-container .archive-items h4.archive-title {
  color: #64CCC9;
}
.archive-container .archive-items ul.archive-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.archive-container .archive-items ul.archive-categories a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.archive-container .archive-items .archive-excerpt p {
  color: #fff;
}
.archive-container .archive-items .archive-content {
  min-height: 250px;
  padding-top: 16px;
}
.archive-container .archive-items .archive-excerpt {
  overflow-x: auto;
  height: 165px;
}
.archive-container .archive-items .featured-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
  aspect-ratio: 3/2;
  border-radius: 10px;
}
.archive-container .archive-items ul.sector-categories span {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.archive-container .featured-image {
  position: relative;
}
.archive-container .featured-image img {
  border: 2px solid #64CCC9;
}
.archive-container .featured-image p {
  margin: 0;
}
.archive-container .featured-image::after {
  content: "";
  border: 2px solid #64CCC9;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  margin: -5px;
  z-index: 0;
}

.page-template-page-news .site-header.fixedit {
  display: none;
}
.page-template-page-news .search-filter-results {
  margin-bottom: 200px;
}
@media (max-width: 599.9px) {
  .page-template-page-news .search-filter-results {
    margin-bottom: 18px;
  }
}
.page-template-page-news .search-filter-results a.scale-image:hover .post-featured-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.page-template-page-news .searchandfilter h4 {
  color: #fff;
  margin: 0 0 12px 0;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: "Zona Pro", sans-serif !important;
}
.page-template-page-news .searchandfilter label {
  color: #848484;
  line-height: 2em;
  cursor: pointer;
  font-size: 14px;
  font-family: "Zona Pro Bold", sans-serif !important;
  display: inline-block !important;
}
.page-template-page-news .searchandfilter ul.children {
  text-indent: 11px;
  display: none;
}
.page-template-page-news .searchandfilter ul.children label {
  color: #64CCC9;
}
.page-template-page-news .searchandfilter ul.children label::before {
  content: "";
  height: 8px;
  width: 5px;
  border: solid #64ccc9;
  border-width: 0 2px 2px 0;
  display: inline-block;
  position: absolute;
  left: 31px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 6px;
}
@media (max-width: 780.9px) {
  .page-template-page-news .searchandfilter ul.children label::before {
    left: 20px;
  }
}
.page-template-page-news .searchandfilter .sf-option-active label {
  color: #64CCC9;
}
.page-template-page-news .searchandfilter .sf-option-active label::before {
  content: "";
  height: 8px;
  width: 5px;
  border: solid #64ccc9;
  border-width: 0 2px 2px 0;
  display: inline-block;
  position: absolute;
  left: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 6px;
}
@media (max-width: 780.9px) {
  .page-template-page-news .searchandfilter .sf-option-active label::before {
    left: 20px;
  }
}
.page-template-page-news .searchandfilter .sf-option-active ul.children label {
  color: #848484;
}
.page-template-page-news .searchandfilter .sf-option-active ul.children label::before {
  content: "";
  display: none;
}
.page-template-page-news .searchandfilter ul li li:last-child {
  padding: 0;
}
.page-template-page-news .searchandfilter ul li {
  padding: 0;
}
.page-template-page-news .searchandfilter .sf-input-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent !important;
  border: solid 1px #848484 !important;
  height: 16px;
  width: 16px;
}
.page-template-page-news #search-filter-form-11343 .wp-pagenavi span {
  border: none;
}
.page-template-page-news .sf-field-taxonomy-sectors-category {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
.page-template-page-news .sf-field-taxonomy-sectors-category h4 {
  padding: 10px;
  background-color: #012531;
  padding: 15px 10px 15px 15px;
}
.page-template-page-news .sf-field-post-meta-publish_year {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
.page-template-page-news .sf-field-post-meta-publish_year h4 {
  padding: 10px;
  background-color: #012531;
  padding: 15px 10px 15px 40px;
}
.page-template-page-news .sf-field-post-meta-publish_year:before {
  content: " ";
  cursor: pointer;
  background-image: url("icons/news-calendar@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
}
.page-template-page-news .featured-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.page-template-page-news .featured-image img {
  border-radius: 10px;
}
.page-template-page-news .featured-image::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  z-index: 1;
  border-radius: 10px;
}
@media (max-width: 780.9px) {
  .page-template-page-news .featured-image::after {
    height: 100%;
  }
}
.page-template-page-news .post-content {
  position: unset;
  z-index: 9;
  bottom: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  padding: 30px 0;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 100%;
}
.page-template-page-news .post-content h4.post-title {
  color: #64CCC9;
}
.page-template-page-news .post-content .post-excerpt {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 991.9px) {
  .page-template-page-news .post-content .post-excerpt {
    margin-bottom: 20px;
  }
}
@media (max-width: 599.9px) {
  .page-template-page-news .post-content {
    display: block;
  }
}
.page-template-page-news .post-content .post-title-meta h5 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px !important;
}
.page-template-page-news .post-featured-img img {
  height: 365px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
@media (max-width: 599.9px) {
  .page-template-page-news .post-featured-img img {
    height: 365px;
  }
}
.page-template-page-news img.placeholder-photo {
  height: 365px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
@media (max-width: 599.9px) {
  .page-template-page-news img.placeholder-photo {
    height: 365px;
  }
}
.page-template-page-news .post-items {
  border-bottom: 1px solid #bbb;
  padding-bottom: 24px;
  width: 33.33%;
}
@media (max-width: 599.9px) {
  .page-template-page-news .post-items {
    width: 100% !important;
  }
}
.page-template-page-news .pagination-container {
  text-align: center;
}
.page-template-page-news .pagination-container a {
  color: #848484;
  border: 0;
  padding: 6px 15px;
  border-radius: 8px;
}
@media (max-width: 599.9px) {
  .page-template-page-news .pagination-container a {
    padding: 6px 11px;
  }
}
@media (max-width: 599.9px) {
  .page-template-page-news .wp-pagenavi {
    text-align: center;
  }
}
.page-template-page-news .wp-pagenavi span.current {
  border: 0;
  color: #fff;
  background: #0085AD;
  padding: 10px 14px;
  border-radius: 8px;
  font-weight: normal;
}
.page-template-page-news .wp-pagenavi span.extend {
  border: 0;
  color: #fff;
}
.page-template-page-news .wp-pagenavi a:hover {
  color: #fff;
}
.page-template-page-news .wp-pagenavi span {
  border: none !important;
}
.page-template-page-news li.sf-field-search {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page-template-page-news li.sf-field-search h4:after {
  display: none !important;
}
.page-template-page-news li.sf-field-search input {
  background: transparent;
  border: 2px solid #fff;
  padding: 6.5px 12px 6.5px 40px;
  margin-left: -14px;
  width: 708px;
  border-radius: 4px;
  color: #9f9f9f;
}
@media (max-width: 599.9px) {
  .page-template-page-news li.sf-field-search input {
    width: 100%;
    margin-left: 0;
  }
}
.page-template-page-news li.sf-field-search:after {
  content: "";
  position: absolute;
  background-image: url(icons/ico-search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 0;
  top: 10px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .page-template-page-news li.sf-field-search:after {
    left: 14px;
  }
}
@media (max-width: 780.9px) {
  .page-template-page-news li.sf-field-search:after {
    left: 10px;
  }
}
@media (max-width: 599.9px) {
  .page-template-page-news li.sf-field-search {
    width: 100%;
  }
  .page-template-page-news li.sf-field-search label {
    width: 100%;
  }
}
.page-template-page-news h3.no-result {
  color: #64CCC9;
  margin-top: 28px;
}
.page-template-page-news .sf-field-taxonomy-sectors-category {
  position: relative;
}
.page-template-page-news .sf-field-post-meta-publish_year {
  position: relative;
}
@media (max-width: 599.9px) {
  .page-template-page-news .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    right: 0;
    padding: 0 30px;
    background-color: #212121;
    height: 180px;
    overflow-y: auto;
  }
  .page-template-page-news .sticky ul > li > ul:not(.children)::before {
    left: -7px !important;
  }
  .page-template-page-news .sticky .sf-option-active label::before {
    left: -5px !important;
  }
  .page-template-page-news .sticky h4::after {
    right: -11px;
  }
  .page-template-page-news .sticky h4.active::after {
    right: -11px;
  }
  .page-template-page-news .sticky li.sf-field-search {
    display: none;
  }
}
.page-template-page-news .post-meta span.post-category {
  text-transform: uppercase;
}
.page-template-page-news .post-meta span {
  color: #fff;
  font-size: 12px;
}
.page-template-page-news .post-meta a {
  font-size: 12px;
  color: #fff;
}
.page-template-page-news .post-meta span.post-seperator {
  color: #64CCC9 !important;
}
.page-template-page-news .post-category {
  display: inline-block;
}
.page-template-page-news .post-category ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-template-page-news .post-category li.separator {
  color: #fff;
  margin-right: 5px;
}
.page-template-page-news img.custom-downarrow {
  position: absolute;
  height: 16px;
  right: 15px;
  z-index: 1;
}
.page-template-page-news input.search-filter-reset {
  background: #012531;
  border: none;
  padding: 12px;
  color: #fff;
  margin-left: 7px;
}
@media (max-width: 780.9px) {
  .page-template-page-news input.search-filter-reset {
    margin-left: 0;
    float: right;
  }
}
.page-template-page-news li.sf-level-0.sf-item-88 img.custom-downarrow {
  position: absolute;
  height: 16px;
  right: 4px;
  z-index: 0;
  top: 0;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .page-template-page-news li.sf-level-0.sf-item-88 img.custom-downarrow {
    right: 4px;
  }
}
.page-template-page-news #search-filter-form-11343 ul li.sf-field-taxonomy-sectors-category ul {
  position: absolute;
  z-index: 4;
  width: calc(100% - 23px);
}
@media (max-width: 1024px) {
  .page-template-page-news #search-filter-form-11343 ul li.sf-field-taxonomy-sectors-category ul {
    position: unset !important;
    width: 100%;
  }
}
.page-template-page-news #search-filter-form-11343 ul li.sf-field-taxonomy-sectors-category ul li ul.children {
  position: unset;
}
.page-template-page-news #search-filter-form-11343 ul li.sf-field-post-meta-publish_year ul {
  position: absolute;
  z-index: 4;
  width: 100%;
}
@media (max-width: 1024px) {
  .page-template-page-news #search-filter-form-11343 ul li.sf-field-post-meta-publish_year ul {
    position: unset !important;
  }
}
.page-template-page-news #search-filter-form-11343 li.sf-level-0.sf-item-88 label {
  width: calc(100% - 16px);
  position: relative;
  z-index: 999;
}
.page-template-page-news #search-filter-form-11343 .sf-level-1 label {
  width: calc(100% - 50px) !important;
}
.page-template-page-news #search-filter-form-11343 li h4 {
  position: relative;
}
.page-template-page-news .searchandfilter ul > li > ul:not(.children) {
  margin-left: 0;
  padding-left: 15px !important;
  margin-left: 0;
  padding: 14px 12px 14px 15px !important;
  background: transparent;
}
.page-template-page-news .searchandfilter ul > li > .active + ul:not(.children) {
  margin-left: 0;
  padding: 14px 12px 14px 15px !important;
  background: none;
}

a.nextpostslink {
  position: relative;
  padding: 12px 26px !important;
}
@media (max-width: 767.9px) {
  a.nextpostslink {
    padding: 0 !important;
  }
}
a.nextpostslink:after, a.nextpostslink:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
a.nextpostslink:before {
  width: 50% !important;
  border-top: 1px solid #fff !important;
}
a.nextpostslink:after {
  height: 90% !important;
  border-left: 1px solid #fff !important;
  opacity: 1 !important;
}
@media (max-width: 767.9px) {
  a.nextpostslink:after {
    position: relative;
  }
}
@media (max-width: 599.9px) {
  a.nextpostslink {
    padding: 12px 0 !important;
  }
}

a.nextpostslink:hover:before {
  width: 101% !important;
}
a.nextpostslink:hover:after {
  height: 100% !important;
}
@media (max-width: 599.9px) {
  a.nextpostslink:hover:after {
    height: 25px !important;
  }
}

span.next-button {
  position: relative;
  border: 0;
  padding: 12px 0;
}
@media (max-width: 767.9px) {
  span.next-button {
    padding: 0;
  }
}
span.next-button:after, span.next-button:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
@media (max-width: 767.9px) {
  span.next-button:after, span.next-button:before {
    display: none;
  }
}
span.next-button:before {
  width: 50% !important;
  border-bottom: 1px solid #fff !important;
}
span.next-button:after {
  height: 90% !important;
  border-right: 1px solid #fff !important;
  opacity: 1 !important;
}
span.next-button .next-button:after {
  height: 90% !important;
  border-right: 1px solid #fff !important;
  opacity: 0 !important;
}

span.next-button:hover:before {
  width: 98% !important;
}
span.next-button:hover:after {
  height: 100% !important;
}

span.bg-btn {
  position: relative;
  border: 0;
  display: inline-block; /* Ensure the span takes only the necessary width and height */
}
@media (max-width: 599.9px) {
  span.bg-btn {
    margin-top: 20px;
  }
}

span.bg-btn:hover::after {
  content: ""; /* Create the pseudo-element for the background */
  position: absolute;
  top: 2px;
  left: 16px;
  width: 90%;
  height: 40px;
  background: #2697B9 0% 0% no-repeat padding-box;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 1; /* Adjust opacity as needed */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; /* Transition effect */
  z-index: -1; /* Ensure the pseudo-element is behind the content */
}

a.previouspostslink {
  position: relative;
  padding: 12px 26px !important;
}
a.previouspostslink:after, a.previouspostslink:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
a.previouspostslink:before {
  width: 50% !important;
  border-top: 1px solid #fff !important;
}
a.previouspostslink:after {
  height: 90% !important;
  border-left: 1px solid #fff !important;
  opacity: 1 !important;
}

a.previouspostslink:hover:before {
  width: 101% !important;
}
a.previouspostslink:hover:after {
  height: 100% !important;
}

@media (max-width: 780.9px) {
  a.previouspostslink {
    font-size: 0;
    padding: 12px !important;
  }
}
@media (max-width: 780.9px) and (max-width: 767.9px) {
  a.previouspostslink {
    padding: 0 !important;
    display: inline-block;
    cursor: pointer;
  }
}
@media (max-width: 780.9px) {
  a.previouspostslink:after {
    border: 0 !important;
    position: absolute;
    background-image: url("icons/left-arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    display: inline-block;
    top: unset;
    height: 25px !important;
  }
}
@media (max-width: 780.9px) and (max-width: 767.9px) {
  a.previouspostslink:after {
    position: relative;
    top: 7px;
  }
}
@media (max-width: 780.9px) {
  a.previouspostslink:before {
    border: 0 !important;
    position: relative;
  }
}
@media (max-width: 780.9px) and (max-width: 767.9px) {
  a.previouspostslink:before {
    display: none;
  }
}
@media (max-width: 780.9px) {
  a.nextpostslink:before {
    border: 0 !important;
    position: relative;
  }
  a.nextpostslink {
    font-size: 0;
  }
}
@media (max-width: 780.9px) and (max-width: 767.9px) {
  a.nextpostslink {
    display: inline-block;
  }
}
@media (max-width: 780.9px) {
  a.nextpostslink:after {
    border: 0 !important;
    position: absolute;
    background-image: url("icons/right-arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    display: inline-block;
    top: -7px;
    height: 25px !important;
  }
}
@media (max-width: 780.9px) and (max-width: 767.9px) {
  a.nextpostslink:after {
    position: relative;
    top: 7px;
  }
}
span.prev-button {
  position: relative;
  border: 0;
  padding: 12px 0;
}
@media (max-width: 767.9px) {
  span.prev-button {
    padding: 0 !important;
    display: inline-block;
    cursor: pointer;
  }
}
span.prev-button:after, span.prev-button:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
@media (max-width: 767.9px) {
  span.prev-button:after, span.prev-button:before {
    display: none !important;
  }
}
span.prev-button:before {
  width: 50% !important;
  border-bottom: 1px solid #fff !important;
}
span.prev-button:after {
  height: 90% !important;
  border-right: 1px solid #fff !important;
  opacity: 1 !important;
}
span.prev-button .prev-button:after {
  height: 90% !important;
  border-right: 1px solid #fff !important;
  opacity: 0 !important;
}

span.prev-button:hover:before {
  width: 98% !important;
}
span.prev-button:hover:after {
  height: 100% !important;
}
@media (max-width: 767.9px) {
  span.prev-button:hover:after {
    height: auto !important;
  }
}

span.prev-bg-btn {
  position: relative;
  border: 0;
  display: inline-block;
}
@media (max-width: 599.9px) {
  span.prev-bg-btn {
    margin-bottom: 20px;
  }
}

span.prev-bg-btn:hover::after {
  content: ""; /* Create the pseudo-element for the background */
  position: absolute;
  top: 2px;
  left: 16px;
  width: 90%;
  height: 40px;
  background: #2697B9 0% 0% no-repeat padding-box;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 1; /* Adjust opacity as needed */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; /* Transition effect */
  z-index: -1; /* Ensure the pseudo-element is behind the content */
}

.searchandfilter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .searchandfilter ul {
    display: block;
  }
}
@media (max-width: 599.9px) {
  .searchandfilter ul {
    display: block;
  }
}
.searchandfilter ul .sf-field-search {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  margin-right: 5px;
}
@media (max-width: 1024px) {
  .searchandfilter ul .sf-field-search {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 0 12px 0;
  }
  .searchandfilter ul .sf-field-search label {
    width: 100%;
  }
  .searchandfilter ul .sf-field-search input {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 599.9px) {
  .searchandfilter ul .sf-field-search {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.searchandfilter ul .sf-field-post-meta-publish_year {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  margin-right: 5px;
}
@media (max-width: 1024px) {
  .searchandfilter ul .sf-field-post-meta-publish_year {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 599.9px) {
  .searchandfilter ul .sf-field-post-meta-publish_year {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.searchandfilter ul .sf-field-taxonomy-sectors-category {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  padding-left: 24px !important;
}
@media (max-width: 1024px) {
  .searchandfilter ul .sf-field-taxonomy-sectors-category {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 5px;
    padding-left: 0 !important;
  }
}
@media (max-width: 599.9px) {
  .searchandfilter ul .sf-field-taxonomy-sectors-category {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 5px;
    padding-left: 0 !important;
  }
}
.searchandfilter ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.searchandfilter ul ul li {
  width: 100%;
}
.searchandfilter ul ul li.sf-item-94 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.searchandfilter li:is(.sf-field-post-meta-publish_year, .sf-field-taxonomy-sectors-category) h4.active + ul {
  display: none;
}
.searchandfilter li.sf-level-0.sf-item-88[data-sf-count="36"] > label {
  width: calc(100% - 16px) !important;
  position: relative;
  z-index: 2;
}

li.sf-level-0.sf-item-94 {
  display: none;
}

.sf-item-94 {
  display: none !important;
}

.sf-field-taxonomy-sectors-category li[data-sf-count="7"] {
  display: none !important;
}
.sf-field-taxonomy-sectors-category li.sf-option-active[data-sf-count="36"] > ul.children {
  display: block !important;
}

ul.children .sf-level-1 .sf-input-checkbox:checked + label {
  color: #64ccc9 !important;
}
ul.children .sf-level-1 .sf-input-checkbox:checked + label:before {
  content: "";
  height: 8px;
  width: 5px;
  border: solid #64ccc9;
  border-width: 0 2px 2px 0;
  display: inline-block;
  position: absolute;
  left: 31px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 6px;
}
ul.children .sf-level-1 .sf-input-checkbox + label {
  color: #848484 !important;
}
ul.children .sf-level-1 .sf-input-checkbox + label:before {
  content: "";
  height: 8px;
  width: 5px;
  border: solid transparent;
  border-width: 0 2px 2px 0;
  display: inline-block;
  position: absolute;
  left: 31px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 6px;
}

.sf-item-88 {
  position: relative;
}

.page-template-page-news .searchandfilter .sf-item-88.sf-option-active label::before {
  left: -10px;
}

.sf-level-0.sf-item-88.sf-option-active ul.children .sf-level-1 .sf-input-checkbox:checked + label:before {
  left: -10px;
}

.disable-click {
  pointer-events: none;
  color: #848484;
}

.pos-relative {
  position: relative;
  z-index: 3;
}

.page-template-page-news .sf-input-checkbox:checked ~ .children {
  display: block !important;
}

@media (max-width: 599.9px) {
  .pantone-color-wrap {
    padding: 0 30px;
    margin-bottom: 60px !important;
  }
}

@media (max-width: 440px) {
  .pantone-color-wrap {
    width: 200px;
    margin: 0 auto;
  }
}

.media-library-list-wrapper a {
  color: #64CCC9 !important;
}

.add-border-2px {
  border: 4px solid #fff !important;
  border-radius: 10px !important;
}
.add-border-2px img {
  border-radius: 4px;
}

.border-4-white-img img {
  border-radius: 10px;
  border: 4px solid #fff !important;
}

.p-line-height-32 {
  line-height: 32px;
}

i.fa-solid.fa-chevron-right {
  background-image: url(https://dev.primeinfra.ph/wp-content/uploads/2019/05/right-icon-news-related.png);
  background-repeat: no-repeat;
  background-position: center;
}

i.fa-solid.fa-chevron-left {
  background-image: url(https://dev.primeinfra.ph/wp-content/uploads/2019/05/left-icon-news-related.png);
  background-repeat: no-repeat;
  background-position: center;
}

i.fa-solid.fa-chevron-left:hover {
  background-image: url(https://dev.primeinfra.ph/wp-content/uploads/2019/05/left-icon-news-relatedhover.png);
  background-repeat: no-repeat;
  background-position: center;
}

i.fa-solid.fa-chevron-right:hover {
  background-image: url(https://dev.primeinfra.ph/wp-content/uploads/2019/05/right-icon-news-relatedhover.png);
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 599.9px) {
  .carousel-with-video-slider .slides-container .stk-column-wrapper {
    max-height: 250px;
  }
}
@media (max-width: 440px) {
  .carousel-with-video-slider .slides-container .stk-column-wrapper {
    max-height: 180px;
  }
}
@media (max-width: 320px) {
  .carousel-with-video-slider .slides-container .stk-column-wrapper {
    max-height: 150px;
  }
}
.carousel-with-video-slider .carousel-with-video {
  position: relative;
}
.carousel-with-video-slider .carousel-with-video .stk-inner-blocks {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.carousel-with-video-slider .carousel-with-video .stk-inner-blocks .wp-block-video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.carousel-with-video-slider .carousel-with-video .stk-inner-blocks .wp-block-video video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.single-post .entry-content {
  position: relative;
  z-index: 1;
}
.single-post .post-content {
  color: #fff;
}
.single-post .post-meta span.post-date {
  color: #fff;
  text-transform: uppercase;
  font-family: "Zona Pro Bold", sans-serif !important;
  letter-spacing: 5px;
}
.single-post .post-meta h2.post-title {
  color: #64CCC9;
}
.single-post .post-container {
  max-width: 85%;
  margin: 0 auto;
}
.single-post .post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-top: 40px;
}
.single-post .post-breadcrumbs {
  position: relative;
  z-index: 3;
  text-align: center;
  padding-top: 30px;
}
.single-post .post-breadcrumbs a {
  color: #64CCC9;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Zona Pro Bold", sans-serif !important;
}
.single-post .post-breadcrumbs img {
  width: 16px;
  margin-top: -3px;
  margin-right: 10px;
}
.single-post .related-articles {
  padding: 50px 0;
}
.single-post .related-articles h3 {
  font-size: 33px !important;
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 599.9px) {
  .single-post .related-articles .swiper-container div {
    padding: 0 !important;
  }
}
.single-post .related-articles .swiper-wrapper h3 {
  font-family: "Zona Pro Bold", sans-serif !important;
  color: #64CCC9 !important;
  text-transform: uppercase;
  font-size: 42px !important;
}
@media (max-width: 780.9px) {
  .single-post .related-articles .swiper-wrapper h3 {
    font-size: 32px !important;
  }
}
@media (max-width: 599.9px) {
  .single-post .related-articles .swiper-wrapper h3 {
    font-size: 32px !important;
  }
}
.single-post .related-articles .post-row div:last-child {
  border: 0 !important;
}
.single-post .related-articles .post-featured-img {
  margin-bottom: 25px !important;
}
.single-post .related-articles .post-featured-img img {
  border: 0;
}
.single-post .related-articles span.related-post-date {
  font-size: 12px;
  text-transform: uppercase;
}
@media (max-width: 599.9px) {
  .single-post .related-articles span.related-post-date {
    line-height: 29px;
  }
}
.single-post .related-articles .featured-image {
  position: relative;
  margin-bottom: 25px;
}
.single-post .related-articles .featured-image img {
  border-radius: 10px;
}
.single-post .related-articles .featured-image::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 46%;
  z-index: 1;
  border-radius: 10px;
}
@media (max-width: 991.9px) {
  .single-post .related-articles .featured-image::after {
    height: 100%;
  }
}
.single-post .related-articles .post-content {
  z-index: 9;
  bottom: 0;
  display: -ms-grid;
  display: grid;
  padding: 0 0 30px 0;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.single-post .related-articles .post-content h4.post-title {
  color: #64CCC9;
}
.single-post .related-articles .post-content .post-title-meta h5 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px !important;
}
.single-post .related-articles .post-content .post-excerpt {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 991.9px) {
  .single-post .related-articles .post-content .post-excerpt {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.9px) {
  .single-post .related-articles .post-content {
    display: block;
  }
}
@media (max-width: 991.9px) {
  .single-post .related-articles .post-content {
    max-width: -webkit-fill-available;
  }
}
.single-post .related-articles .post-featured-img img {
  height: 365px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 991.9px) {
  .single-post .related-articles .post-featured-img img {
    height: 531px;
  }
}
@media (max-width: 599.9px) {
  .single-post .related-articles .post-featured-img img {
    height: 365px !important;
  }
}
.single-post .related-articles img.placeholder-photo {
  height: 365px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 991.9px) {
  .single-post .related-articles img.placeholder-photo {
    height: 531px;
  }
}
@media (max-width: 599.9px) {
  .single-post .related-articles img.placeholder-photo {
    height: 365px !important;
  }
}
.single-post .related-articles .post-items {
  width: 31.33%;
  padding: 0 12px;
}
@media (max-width: 1024px) {
  .single-post .related-articles .post-items {
    width: 100% !important;
    border-bottom: 1px solid #bbb;
    padding: 0 !important;
  }
}
@media (max-width: 599.9px) {
  .single-post .related-articles .post-items {
    width: 100% !important;
    border-bottom: none;
  }
}
.single-post .slider-items {
  position: relative;
}
.single-post .slider-items figcaption.stk-img-figcaption {
  position: absolute;
  font-size: 12px;
  z-index: 9;
  bottom: 0;
  padding: 30px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  height: 70%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.94)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0));
}
@media (max-width: 1199.9px) {
  .single-post .slider-items figcaption.stk-img-figcaption {
    opacity: 1;
    position: relative;
    background-color: #000;
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px;
  }
}
@media (max-width: 599.9px) {
  .single-post .slider-items figcaption.stk-img-figcaption {
    height: 200px;
    overflow-y: auto;
  }
}
.single-post .slides-container:hover .slider-items figcaption.stk-img-figcaption {
  opacity: 1;
}

/* Custom tooltip styles */
.tooltips {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltips .next-tooltiptext {
  visibility: hidden;
  width: 350px;
  background-color: #212121;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  top: -22px;
  right: 85px;
  margin-left: -80px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tooltips .next-tooltiptext:after {
  content: "";
  width: 15px;
  height: 25px;
  background-color: #212121;
  position: absolute;
  top: 35px;
  right: -13px;
  display: block;
  clip-path: polygon(100% 50%, 0 0, 0 94%);
}
.tooltips .next-tooltiptext h5 {
  color: #64CCC9;
}
.tooltips .next-tooltiptext small {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 10px !important;
}
@media (max-width: 1199.9px) {
  .tooltips .next-tooltiptext {
    display: none !important;
  }
}
.tooltips .prev-tooltiptext {
  visibility: hidden;
  width: 350px;
  background-color: #212121;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  top: -24px;
  left: 165px;
  margin-left: -80px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tooltips .prev-tooltiptext:before {
  content: "";
  width: 15px;
  height: 25px;
  background-color: #212121;
  position: absolute;
  top: 36px;
  left: -13px;
  display: block;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.tooltips .prev-tooltiptext h5 {
  color: #64CCC9;
}
.tooltips .prev-tooltiptext small {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 10px !important;
}
@media (max-width: 1199.9px) {
  .tooltips .prev-tooltiptext {
    display: none !important;
  }
}

.tooltips:hover .prev-tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltips:hover .next-tooltiptext {
  visibility: visible;
  opacity: 1;
}

.sector-slider-container {
  max-width: 1150px;
  margin: 0 auto;
  margin-bottom: 200px;
}
@media (max-width: 1199.9px) {
  .sector-slider-container {
    margin: 0 30px;
    margin-bottom: 200px;
  }
}
@media (max-width: 991.9px) {
  .sector-slider-container {
    margin-bottom: 100px;
  }
}
@media (max-width: 767.9px) {
  .sector-slider-container .sector-slider-container {
    margin: 0;
  }
}
.sector-slider-container .swiper-slide {
  height: 100%;
}
.sector-slider-container .sector-slider {
  border: 2px solid #fff;
  border-radius: 10px;
}
.sector-slider-container .slider-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  max-width: 93%;
  margin: 0 auto;
  height: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  color: #fff;
}
@media (max-width: 991.9px) {
  .sector-slider-container .slider-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 30px;
    height: 400px;
  }
}
@media (max-width: 767.9px) {
  .sector-slider-container .slider-content {
    padding: 20px 20px 100px;
    height: 520px;
  }
}
@media (max-width: 599.9px) {
  .sector-slider-container .slider-content {
    height: 550px;
  }
}
.sector-slider-container .slider-content h2 {
  color: #64CCC9;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Number of lines to show */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media (max-width: 767.9px) {
  .sector-slider-container .slider-content .slider-col2 {
    text-align: center;
  }
  .sector-slider-container .slider-content .slider-col2 p {
    text-align: left;
  }
}
.sector-slider-container .swiper-navigation {
  max-width: 142px !important;
  position: relative;
  bottom: 102px;
  left: 3%;
}
@media (max-width: 991.9px) {
  .sector-slider-container .swiper-navigation {
    max-width: 50%;
    position: relative;
    bottom: 102px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    left: 0;
  }
}
@media (max-width: 767.9px) {
  .sector-slider-container .swiper-navigation {
    bottom: 60px;
  }
}
.sector-slider-container .swiper-button-next:after, .sector-slider-container .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.sector-slider-container .swiper-button-prev:after, .sector-slider-container .swiper-rtl .swiper-button-next:after {
  display: none;
}
.sector-slider-container .swiper-button-next, .sector-slider-container .swiper-button-prev {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.sector-slider-container .swiper-pagination-progressbar.swiper-pagination-horizontal {
  width: 320px;
  left: 106%;
  height: 3px;
}
@media (max-width: 991.9px) {
  .sector-slider-container .swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: 100%;
    top: 50px;
    left: 0;
  }
}
.sector-slider-container .swiper-pagination {
  background: rgba(255, 255, 255, 0.33) !important;
}
.sector-slider-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #fff;
}
.sector-slider-container .top-slider {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (max-width: 767.9px) {
  .sector-slider-container .top-slider {
    display: block;
    text-align: center;
  }
}
.sector-slider-container .top-slider h2 {
  font-family: "Zona Pro Bold", sans-serif !important;
  color: #64CCC9;
  text-transform: uppercase;
}
@media (max-width: 991.9px) {
  .sector-slider-container .top-slider h2 {
    font-size: 32px !important;
  }
}
@media (max-width: 767.9px) {
  .sector-slider-container .top-slider h2 {
    display: block;
    text-align: left;
  }
}
.sector-slider-container a.reg-btn {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  letter-spacing: 2.1px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 14px 28px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.sector-slider-container a.reg-btn:after, .sector-slider-container a.reg-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
.sector-slider-container a.reg-btn:before {
  width: 50% !important;
  border-top: 1px solid #fff !important;
}
.sector-slider-container a.reg-btn:after {
  height: 90% !important;
  border-left: 1px solid #fff !important;
  opacity: 1 !important;
}
.sector-slider-container a.reg-btn span {
  font-family: "Zona Pro Bold", sans-serif !important;
}
.sector-slider-container a.reg-btn span:after, .sector-slider-container a.reg-btn span:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
.sector-slider-container a.reg-btn span:before {
  width: 50%;
  border-bottom: 1px solid #fff;
}
.sector-slider-container a.reg-btn span:after {
  height: 90%;
  border-right: 1px solid #fff;
}
.sector-slider-container a.reg-btn i {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20%;
  left: 5%;
  opacity: 0;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  background: #2697B9 0% 0% no-repeat padding-box;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: -1;
}
.sector-slider-container a.reg-btn:hover i {
  opacity: 1;
}
.sector-slider-container p.slider-post-date {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 599.9px) {
  .sector-slider-container .slider-col2 p {
    font-size: 14px;
  }
}

div#respond {
  display: none !important;
}

.pi-image-caption {
  max-height: 100%;
}
.pi-image-caption .wp-block-stackable-text {
  overflow-y: scroll;
}

.prime-media .swiper {
  width: 100%;
  height: 100%;
}
.prime-media .swiper-slide img {
  display: block;
  width: 100%;
}
.prime-media body {
  background: #000;
  color: #000;
}
.prime-media .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.prime-media .swiper-slide {
  background-size: cover;
  background-position: center;
}
.prime-media .mySwiper2 {
  height: 80%;
  width: 100%;
}
.prime-media .mySwiper {
  height: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
.prime-media .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.prime-media .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.prime-media .swiper-slide img {
  display: block;
  width: 100%;
}
.prime-media .media-main {
  width: 100%;
  height: 675px;
  margin-bottom: 64px;
}
@media (max-width: 1199.9px) {
  .prime-media .media-main {
    height: 560px;
  }
}
@media (max-width: 991.9px) {
  .prime-media .media-main {
    height: auto;
  }
}
.prime-media .media-main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.prime-media .media-main .swiper-wrapper .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-feat {
  width: 60%;
  height: 675px;
  background: #fff;
  border-radius: 12px;
  padding: 68px 147px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199.9px) {
  .prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-feat {
    width: 55%;
    height: 675px;
  }
}
@media (max-width: 991.9px) {
  .prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-feat {
    padding: 45px 60px;
    height: 480px;
  }
}
@media (max-width: 767.9px) {
  .prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-feat {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 440px) {
  .prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-feat {
    height: 320px;
  }
}
@media (max-width: 440px) {
  .prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-feat {
    height: 250px;
  }
}
.prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-feat img {
  max-width: 100%;
}
@media (max-width: 767.9px) {
  .prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-feat img {
    width: 550px !important;
    height: 380px;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (max-width: 440px) {
  .prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-feat img {
    width: 350px !important;
    height: 230px;
  }
}
@media (max-width: 440px) {
  .prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-feat img {
    width: 250px !important;
    height: 180px;
  }
}
.prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-content {
  width: 38%;
  text-align: left;
}
@media (max-width: 1199.9px) {
  .prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-content {
    width: 43%;
  }
}
@media (max-width: 767.9px) {
  .prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-content {
    width: 100%;
  }
}
.prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-content h3 {
  font-size: 42px !important;
  line-height: 64px;
  letter-spacing: 2.1px;
  color: #64CCC9;
  padding: 0;
  margin: 0 0 24px;
}
@media (max-width: 1199.9px) {
  .prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-content h3 {
    font-size: 36px !important;
    line-height: 46px;
    margin: 0 0 20px;
  }
}
@media (max-width: 991.9px) {
  .prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-content h3 {
    font-size: 30px !important;
    line-height: 40px;
    letter-spacing: 1.5px;
    margin: 0 0 15px;
  }
}
@media (max-width: 440px) {
  .prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-content h3 {
    font-size: 28px !important;
    line-height: 34px;
    letter-spacing: 1px;
  }
}
.prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-content .media-meta {
  width: 100%;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin: 0 0 24px;
}
@media (max-width: 1199.9px) {
  .prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-content .media-meta {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 991.9px) {
  .prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-content .media-meta {
    margin: 0 0 15px;
  }
}
.prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-content .media-meta .file-type {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  padding: 4px 13px;
  background: #002F3E;
  border-radius: 4px;
}
@media (max-width: 1199.9px) {
  .prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-content .media-meta .file-type {
    font-size: 14px;
    line-height: 24px;
  }
}
.prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-content .media-meta .file-dimention,
.prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-content .media-meta .file-size {
  display: block;
  font-weight: 700;
}
.prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-content .media-desc {
  display: block;
  margin-bottom: 45px;
}
@media (max-width: 1199.9px) {
  .prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-content .media-desc {
    margin-bottom: 30px;
  }
}
.prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-content .media-desc p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
@media (max-width: 1199.9px) {
  .prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-content .media-desc p {
    font-size: 16px;
    line-height: 26px;
  }
}
.prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-content .media-btn {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  letter-spacing: 2.1px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 14px 28px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  outline: 0;
  border: 0;
}
.prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-content .media-btn:after, .prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-content .media-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
.prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-content .media-btn:before {
  width: 50% !important;
  border-top: 1px solid #fff !important;
}
.prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-content .media-btn:after {
  height: 90% !important;
  border-left: 1px solid #fff !important;
  opacity: 1 !important;
}
.prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-content .media-btn span {
  font-family: "Zona Pro Bold", sans-serif !important;
}
.prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-content .media-btn span:after, .prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-content .media-btn span:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
.prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-content .media-btn span:before {
  width: 50%;
  border-bottom: 1px solid #fff;
}
.prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-content .media-btn span:after {
  height: 90%;
  border-right: 1px solid #fff;
}
.prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-content .media-btn i {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20%;
  left: 5%;
  opacity: 0;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  background: #2697B9 0% 0% no-repeat padding-box;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: -1;
}
.prime-media .media-main .swiper-wrapper .swiper-slide .media-list-wrapper .media-content .media-btn:hover i {
  opacity: 1;
}
.prime-media .media-thumb {
  height: auto;
}
.prime-media .media-thumb .swiper-wrapper {
  height: auto;
  -webkit-transform: unset !important;
          transform: unset !important;
  -webkit-transition: unset !important;
  transition: unset !important;
  gap: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1199.9px) {
  .prime-media .media-thumb .swiper-wrapper {
    gap: 18px;
  }
}
@media (max-width: 991.9px) {
  .prime-media .media-thumb .swiper-wrapper {
    gap: 15px;
  }
}
@media (max-width: 440px) {
  .prime-media .media-thumb .swiper-wrapper {
    gap: 10px;
  }
}
.prime-media .media-thumb .swiper-wrapper .swiper-slide {
  width: 290px !important;
  height: 180px;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -ms-flex-negative: unset;
      flex-shrink: unset;
  border-radius: 12px;
}
@media (max-width: 1199.9px) {
  .prime-media .media-thumb .swiper-wrapper .swiper-slide {
    width: 250px !important;
    height: 150px;
  }
}
@media (max-width: 991.9px) {
  .prime-media .media-thumb .swiper-wrapper .swiper-slide {
    width: 220px !important;
    height: 140px;
  }
}
@media (max-width: 780.9px) {
  .prime-media .media-thumb .swiper-wrapper .swiper-slide {
    width: 48% !important;
    height: auto !important;
  }
}
@media (max-width: 767.9px) {
  .prime-media .media-thumb .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }
}
.prime-media .media-thumb .swiper-wrapper .swiper-slide .media-thumb-wrapper {
  max-width: 100%;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.prime-media .media-thumb .swiper-wrapper .swiper-slide .media-thumb-wrapper img {
  width: 260px !important;
  height: 144px;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1199.9px) {
  .prime-media .media-thumb .swiper-wrapper .swiper-slide .media-thumb-wrapper img {
    width: 230px !important;
    height: 120px;
  }
}
@media (max-width: 767.9px) {
  .prime-media .media-thumb .swiper-wrapper .swiper-slide .media-thumb-wrapper img {
    width: 150px !important;
    height: 80px;
  }
}
@media (max-width: 440px) {
  .prime-media .media-thumb .swiper-wrapper .swiper-slide .media-thumb-wrapper img {
    width: 100%;
    height: 80px;
  }
}
.photo-video-archive-container {
  position: relative;
  z-index: 999;
}

.new-dl-icon {
  opacity: 0.3;
  cursor: pointer;
}

.new-dl-icon:hover {
  opacity: 1;
}

button.media-btn.download-icon {
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  position: absolute;
  top: 5px;
  right: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px;
  border-radius: 30px;
  opacity: 0.8;
  z-index: 999;
  background: #b4e4e4;
}

button.media-btn.download-icon:hover {
  background: #1d96b9;
  opacity: 1;
}

.media-thumb-wrapper {
  position: relative;
}

.media-thumb {
  position: relative;
}

.media-thumb-wrapper button.media-btn.download-icon {
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  position: absolute;
  top: 5px;
  right: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px;
  border-radius: 30px;
  opacity: 0.3;
  width: 16px;
  z-index: 999;
  background: #0085AD;
}

.media-thumb-wrapper button.media-btn.download-icon:hover {
  background: #0085AD;
  opacity: 1;
}

#media-submenu ul li:nth-child(2) {
  display: none !important;
}

body.page-template-page-photosvideos {
  max-width: 100%;
}

.featimage img {
  width: 100%;
  height: 245px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Ensures vertical alignment in case items have different heights */
  margin-bottom: 22px;
}
.header-wrapper h2 {
  margin: 0; /* Remove any default margin */
}
.header-wrapper a {
  text-decoration: none; /* Optional: Remove underline from the link */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2597B9;
  font-size: 14px;
  font-family: zona pro bold, sans-serif;
  text-transform: uppercase;
}
.header-wrapper img {
  margin-left: 5px; /* Add space between the text and the image if needed */
  vertical-align: middle;
}

.show-filetype {
  position: relative;
  z-index: 999;
  max-width: 1273px;
  padding: 0 30px;
  margin: 0 auto 180px;
}
@media (max-width: 780.9px) {
  .show-filetype {
    margin: 0 auto 120px;
  }
}
@media (max-width: 767.9px) {
  .show-filetype {
    margin: 0 auto;
  }
}
.show-filetype h2 {
  color: #64CCC9;
  font-size: 33px;
}
.show-filetype .post-row {
  margin-bottom: 65px;
}
.show-filetype .post-row .pb-video video {
  max-width: 100% !important;
  border-radius: 10px !important;
  margin-top: 13px;
}
@media (max-width: 780.9px) {
  .show-filetype .post-row .pb-video video {
    max-width: 100% !important;
    border-radius: 10px !important;
  }
}
@media (max-width: 780.9px) {
  .show-filetype .featimage img {
    height: auto !important;
  }
}
.show-filetype .featimage iframe .player.right-content-area-supported {
  overflow: hidden;
  border-radius: 10px !important;
}

.filetype-archive {
  padding-bottom: 180px;
}
@media (max-width: 1199.9px) {
  .filetype-archive {
    padding-bottom: 140px;
  }
}
@media (max-width: 767.9px) {
  .filetype-archive {
    padding-bottom: 0;
  }
}
.filetype-archive .photo-video-archive-container .post-item {
  margin-bottom: 20px !important;
}
.filetype-archive .page-back-btn {
  padding: 60px 0 0;
}
@media (max-width: 1199.9px) {
  .filetype-archive .page-back-btn {
    padding: 45px 0 0;
  }
}
@media (max-width: 767.9px) {
  .filetype-archive .page-back-btn {
    padding: 24px 0 0;
  }
}
.filetype-archive .page-back-btn a {
  color: #64CCC9;
}
.filetype-archive .pagination-container {
  padding-top: 45px;
  padding-bottom: 30px;
  width: 100%;
  clear: both;
  display: block;
  position: relative;
  z-index: 999;
  text-align: center;
}
@media (max-width: 767.9px) {
  .filetype-archive .pagination-container {
    padding-top: 24px;
    padding-bottom: 20px;
  }
}
.filetype-archive .pagination-container a {
  color: #848484;
  border: 0;
  padding: 6px 15px;
  border-radius: 8px;
}
@media (max-width: 599.9px) {
  .filetype-archive .pagination-container a {
    padding: 6px 11px;
  }
}
@media (max-width: 599.9px) {
  .filetype-archive .wp-pagenavi {
    text-align: center;
  }
}
.filetype-archive .wp-pagenavi span.current {
  border: 0;
  color: #fff;
  background: #0085AD;
  padding: 10px 14px;
  border-radius: 8px;
  font-weight: normal;
}
.filetype-archive .wp-pagenavi span.extend {
  border: 0;
  color: #fff;
}
.filetype-archive .wp-pagenavi a:hover {
  color: #fff;
}
.filetype-archive .wp-pagenavi span {
  border: none !important;
}

.page-back-btn {
  position: relative;
  z-index: 999;
}

.filetype-archive .photo-video-archive-container {
  position: relative;
  z-index: 999;
  max-width: 1333px;
  margin: 0 auto;
  padding: 0 30px;
}
.filetype-archive .photo-video-archive-container .post-item {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 256px;
}
@media (max-width: 780.9px) {
  .filetype-archive .photo-video-archive-container .post-item {
    height: auto !important;
  }
}
.filetype-archive .photo-video-archive-container .post-item img {
  width: 100%;
  height: 256px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 256px;
}
.filetype-archive .photo-video-archive-container h2.page-title {
  margin: 0 auto 62px auto;
  text-align: center;
  color: #fff;
  font-size: 33px !important;
}
@media (max-width: 599.9px) {
  .filetype-archive .photo-video-archive-container h2.page-title {
    margin: 0 auto 32px auto;
  }
}
.filetype-archive .photo-video-archive-container .content-wrap {
  position: relative;
}
.filetype-archive .photo-video-archive-container .content-wrap:hover .excerpt-content {
  opacity: 1;
}
.filetype-archive .photo-video-archive-container .content-wrap:hover .stk-img-wrapper:before {
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.7)), color-stop(40%, rgba(0, 0, 0, 0.7)), color-stop(30%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 1;
  border-radius: 10px;
}
.filetype-archive .photo-video-archive-container .content-wrap .excerpt-content {
  position: absolute;
  bottom: 48px;
  z-index: 999;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.9)), color-stop(70%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.filetype-archive .photo-video-archive-container .stk-img-wrapper:before {
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.9)), color-stop(70%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
}

.term-photos.glightbox-open .glightbox-clean .gslide-title {
  font-family: "Zona Pro" !important;
  line-height: 24px !important;
  font-size: 16px !important;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
.term-photos.glightbox-open .gslide-inner-content {
  position: relative;
}
@media (max-width: 767.9px) {
  .term-photos.glightbox-open .gslide-inner-content .desc-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    gap: 20px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.8)), color-stop(70%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
  }
}
.term-photos.glightbox-open .gslide-inner-content .gslide-media.gslide-image {
  position: relative;
  left: 0;
  right: 0;
  background: #000;
  border-radius: 10px;
}
.term-photos.glightbox-open .gslide-inner-content .gslide-media.gslide-image img {
  border-radius: 10px !important;
  opacity: 0.9;
}
@media (max-width: 767.9px) {
  .term-photos.glightbox-open .gslide-inner-content .gslide-description {
    position: relative;
    height: auto !important;
    max-height: unset;
  }
}
.term-photos.glightbox-open .gslide-inner-content .gslide-description .gdesc-inner {
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.9)), color-stop(70%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 767.9px) {
  .term-photos.glightbox-open .gslide-inner-content .gslide-description .gdesc-inner {
    position: relative;
    background: unset;
  }
  .term-photos.glightbox-open .gslide-inner-content .gslide-description .gdesc-inner .gslide-title {
    padding-top: 0;
  }
}
.term-photos.glightbox-open .goverlay {
  background: rgba(0, 0, 0, 0.6) !important;
}

@media (max-width: 767.9px) {
  body.glightbox-mobile .glightbox-container .gslide-description {
    height: 100% !important;
  }
}
/* WARNING!! This project uses SASS, DO NOT EDIT the CSS file */
/* WARNING!! This project uses SASS, DO NOT EDIT the CSS file */
/* WARNING!! This project uses SASS, DO NOT EDIT the CSS file */
/*# sourceMappingURL=style.css.map */